Stamp 12.7.
commit : 4bf0bce161097869be5a56706b31388ba15e0113
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 10 May 2021 16:43:52 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 10 May 2021 16:43:52 -0400
Click here for diff
M configure
M configure.in
M src/include/pg_config.h.win32
M src/interfaces/libpq/libpq.rc.in
M src/port/win32ver.rc
Last-minute updates for release notes.
commit : a9c718bd2d35586da8ebdefa0b72fe7e0d1a725b
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 10 May 2021 13:10:29 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 10 May 2021 13:10:29 -0400
Click here for diff
Stamp 13.3.
commit : 272d82ec6febb97ab25fd7c67e9c84f4660b16ac
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 10 May 2021 16:41:42 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 10 May 2021 16:41:42 -0400
Click here for diff
M configure
M configure.in
Last-minute updates for release notes.
commit : 9b93a33f455579ee8953c32721c03ff9163b7f96
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 10 May 2021 13:10:29 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 10 May 2021 13:10:29 -0400
Click here for diff
v2.33: Multi-Repository and GCS Support
commit : a3d89143d6b34c6019cd29e059d28487037fd109
author : David Steele <david@pgmasters.net>
date : Mon, 5 Apr 2021 09:18:20 -0400
committer: David Steele <david@pgmasters.net>
date : Mon, 5 Apr 2021 09:18:20 -0400
Click here for diff
Bug Fixes:
* Fix option warnings breaking async archive-get/archive-push. (Reviewed by Cynthia Shang. Reported by Lev Kokotov.)
* Fix memory leak in backup during archive copy. (Reviewed by Cynthia Shang. Reported by Christian ROUX, Efremov Egor.)
* Fix stack overflow in cipher passphrase generation. (Reviewed by Cynthia Shang. Reported by bsiara.)
* Fix repo-ls / on S3 repositories. (Reviewed by Cynthia Shang. Reported by Lesovsky Alexey.)
Features:
* Multiple repository support. (Contributed by Cynthia Shang, David Steele. Reviewed by Stefan Fercot, Stephen Frost.)
* GCS support for repository storage. (Reviewed by Cynthia Shang.)
* Add archive-header-check option. (Reviewed by Stephen Frost, Cynthia Shang. Suggested by Hans-Jürgen Schönig.)
Improvements:
* Include recreated system databases during selective restore. (Contributed by Stefan Fercot. Reviewed by Cynthia Shang.)
* Exclude content-length from S3 signed headers. (Reviewed by Cynthia Shang. Suggested by Brian P Bockelman.)
* Consolidate less commonly used repository storage options. (Reviewed by Cynthia Shang.)
* Allow custom config-path default with ./configure --with-configdir. (Contributed by Michael Schout. Reviewed by David Steele.)
* Log archive copy during backup. (Reviewed by Cynthia Shang, Stefan Fercot.)
Documentation Improvements:
* Update reference to include links to user guide examples. (Contributed by Cynthia Shang. Reviewed by David Steele.)
* Update selective restore documentation with caveats. (Reviewed by Cynthia Shang, Stefan Fercot.)
* Add compress-type clarification to archive-copy documentation. (Reviewed by Cynthia Shang, Stefan Fercot.)
* Add compress-level defaults per compress-type value. (Contributed by Cynthia Shang. Reviewed by David Steele.)
* Add note about required NFS settings being the same as PostgreSQL. (Contributed by Cynthia Shang. Reviewed by David Steele.)
M CONTRIBUTING.md
M README.md
M doc/RELEASE.md
M doc/resource/exe.cache
M doc/resource/git-history.cache
M doc/xml/auto/metric-coverage-report.auto.xml
M doc/xml/release.xml
M src/build/aclocal.m4
M src/build/configure.ac
M src/configure
M src/version.h
M test/code-count/file-type.yaml
M test/lib/pgBackRestTest/Common/CodeCountTest.pm
Stamp 9.5.25.
commit : 202c587e2f28bc295f6935d044e20680b627e7a1
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 8 Feb 2021 17:03:12 -0500
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 8 Feb 2021 17:03:12 -0500
Click here for diff
M configure
M configure.in
M doc/bug.template
M src/include/pg_config.h.win32
M src/interfaces/libpq/libpq.rc.in
M src/port/win32ver.rc
Translation updates
commit : c20a8efa6e2a7374f4cddb76e76213f63b7d7ac5
author : Peter Eisentraut <peter@eisentraut.org>
date : Mon, 8 Feb 2021 18:13:24 +0100
committer: Peter Eisentraut <peter@eisentraut.org>
date : Mon, 8 Feb 2021 18:13:24 +0100
Click here for diff
Stamp 9.6.21.
commit : 43b434edefdae5607000bb044caec1cf5e0c25c4
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 8 Feb 2021 17:01:30 -0500
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 8 Feb 2021 17:01:30 -0500
Click here for diff
M configure
M configure.in
M doc/bug.template
M src/include/pg_config.h.win32
M src/interfaces/libpq/libpq.rc.in
M src/port/win32ver.rc
Translation updates
commit : e641bce57deb2bcbd25f04fe8f56fddaeb7757ea
author : Peter Eisentraut <peter@eisentraut.org>
date : Mon, 8 Feb 2021 18:10:23 +0100
committer: Peter Eisentraut <peter@eisentraut.org>
date : Mon, 8 Feb 2021 18:10:23 +0100
Click here for diff
Stamp 10.16.
commit : 5aa3189116ae8f6099b9f1a374978282e38edd43
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 8 Feb 2021 16:59:29 -0500
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 8 Feb 2021 16:59:29 -0500
Click here for diff
M configure
M configure.in
M doc/bug.template
M src/include/pg_config.h.win32
M src/interfaces/libpq/libpq.rc.in
M src/port/win32ver.rc
Translation updates
commit : 019a3a90bdde362b3b97c6d8b333bd0cccd37711
author : Peter Eisentraut <peter@eisentraut.org>
date : Mon, 8 Feb 2021 18:07:32 +0100
committer: Peter Eisentraut <peter@eisentraut.org>
date : Mon, 8 Feb 2021 18:07:32 +0100
Click here for diff
Stamp 11.11.
commit : db5b64b978290e2c2bb0a18edbf2447c1405ccad
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 8 Feb 2021 16:57:36 -0500
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 8 Feb 2021 16:57:36 -0500
Click here for diff
M configure
M configure.in
M doc/bug.template
M src/include/pg_config.h.win32
M src/interfaces/libpq/libpq.rc.in
M src/port/win32ver.rc
Translation updates
commit : 790567a741cfec6663193084a18890bd05c9e4be
author : Peter Eisentraut <peter@eisentraut.org>
date : Mon, 8 Feb 2021 18:00:20 +0100
committer: Peter Eisentraut <peter@eisentraut.org>
date : Mon, 8 Feb 2021 18:00:20 +0100
Click here for diff
Stamp 12.6.
commit : 1b9eb7cde7e9cdacd62d206b75ab66bfe6a9a0a4
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 8 Feb 2021 16:56:03 -0500
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 8 Feb 2021 16:56:03 -0500
Click here for diff
M configure
M configure.in
M src/include/pg_config.h.win32
M src/interfaces/libpq/libpq.rc.in
M src/port/win32ver.rc
Translation updates
commit : 73844356cfab995b9314f2a66e1de38bc8365f3f
author : Peter Eisentraut <peter@eisentraut.org>
date : Mon, 8 Feb 2021 17:50:22 +0100
committer: Peter Eisentraut <peter@eisentraut.org>
date : Mon, 8 Feb 2021 17:50:22 +0100
Click here for diff
Stamp 13.2.
commit : 3fb4c75e857adee3da4386e947ba58a75f3e74b7
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 8 Feb 2021 16:54:11 -0500
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 8 Feb 2021 16:54:11 -0500
Click here for diff
M configure
M configure.in
Translation updates
commit : 0f966d56b0d7496663296d56432ac055c8d716b5
author : Peter Eisentraut <peter@eisentraut.org>
date : Mon, 8 Feb 2021 17:41:32 +0100
committer: Peter Eisentraut <peter@eisentraut.org>
date : Mon, 8 Feb 2021 17:41:32 +0100
Click here for diff
v2.32: Repository Commands
commit : aadc9e2fe6ac54783e61c1ff1660feea4d7b1da0
author : David Steele <david@pgmasters.net>
date : Mon, 8 Feb 2021 09:08:16 -0500
committer: David Steele <david@pgmasters.net>
date : Mon, 8 Feb 2021 09:08:16 -0500
Click here for diff
Bug Fixes:
* Fix resume after partial delete of backup by prior resume. (Reviewed by Cynthia Shang. Reported by Tom Swartz.)
Features:
* Add repo-ls command. (Reviewed by Cynthia Shang, Stefan Fercot.)
* Add repo-get command. (Contributed by Stefan Fercot, David Steele. Reviewed by Cynthia Shang.)
* Add archive-mode-check option. (Contributed by Stefan Fercot. Reviewed by David Steele, Michael Banck.)
Improvements:
* Improve archive-get performance. (Reviewed by Cynthia Shang.)
M CONTRIBUTING.md
M README.md
M doc/release.pl
M doc/resource/exe.cache
M doc/resource/git-history.cache
M doc/xml/auto/metric-coverage-report.auto.xml
M doc/xml/index.xml
M doc/xml/release.xml
M src/build/configure.ac
M src/configure
M src/version.h
M test/code-count/file-type.yaml