Stamp 12.9.
commit : 8a94efd9bb71c2d5473836ce4899aedb9b4cfb2e
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 8 Nov 2021 17:02:19 -0500
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 8 Nov 2021 17:02:19 -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
Last-minute updates for release notes.
commit : 9f06c0755e8f9dc8d196b3dc8722138bf04d5d59
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 8 Nov 2021 14:02:16 -0500
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 8 Nov 2021 14:02:16 -0500
Click here for diff
Stamp 13.5.
commit : 084346ccee8ead6b387a90cdf6a29036ae9ec77e
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 8 Nov 2021 17:00:24 -0500
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 8 Nov 2021 17:00:24 -0500
Click here for diff
M configure
M configure.in
Last-minute updates for release notes.
commit : 402c3ba3954d81531b6c9ff9b5d554552a85c6a7
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 8 Nov 2021 14:02:16 -0500
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 8 Nov 2021 14:02:16 -0500
Click here for diff
Stamp 14.1.
commit : 0a455b8d61d8fc5a7d1fdc152667f9ba1fd27fda
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 8 Nov 2021 16:58:24 -0500
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 8 Nov 2021 16:58:24 -0500
Click here for diff
M configure
M configure.ac
Last-minute updates for release notes.
commit : ddc6917c314ddcf16f56dd2cfd52fbc721760b07
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 8 Nov 2021 14:02:16 -0500
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 8 Nov 2021 14:02:16 -0500
Click here for diff
v2.36: Minor Bug Fixes and Improvements
commit : 42fd6ce4e09ee92614cfbfb6766d9c3a6ba9cc1a
author : David Steele <david@pgmasters.net>
date : Mon, 1 Nov 2021 08:59:14 -0400
committer: David Steele <david@pgmasters.net>
date : Mon, 1 Nov 2021 08:59:14 -0400
Click here for diff
Bug Fixes:
* Allow "global" as a stanza prefix. (Reviewed by Stefan Fercot. Reported by Younes Alhroub.)
* Fix segfault on invalid GCS key file. (Reviewed by Stephen Frost. Reported by Henrik Feldt.)
Improvements:
* Allow link-map option to create new links. (Reviewed by Don Seiler, Stefan Fercot, Chris Bandy. Suggested by Don Seiler.)
* Increase max index allowed for pg/repo options to 256. (Reviewed by Cynthia Shang.)
* Add WebIdentity authentication for AWS S3. (Reviewed by James Callahan, Reid Thompson, Benjamin Blattberg, Andrew L'Ecuyer.)
* Report backup file validation errors in backup.info. (Contributed by Stefan Fercot. Reviewed by David Steele.)
* Add recovery start time to online backup restore log. (Reviewed by Tom Swartz, Stefan Fercot. Suggested by Tom Swartz.)
* Report original error and retries on local job failure. (Reviewed by Stefan Fercot.)
* Rename page checksum error to error list in info text output. (Reviewed by Stefan Fercot.)
* Add hints to standby replay timeout message. (Reviewed by Cynthia Shang, Stefan Fercot. Suggested by Leigh Downs.)
M CONTRIBUTING.md
M README.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/configure.ac
M src/configure
M src/version.h
M test/code-count/file-type.yaml
Stamp 14.0.
commit : 86a4dc1e6f29d1992a2afa3fac1a0b0a6e84568c
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 27 Sep 2021 16:57:41 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 27 Sep 2021 16:57:41 -0400
Click here for diff
M configure
M configure.ac
Translation updates
commit : 9f535e4aeafc4e427355760178ecc89055f96942
author : Peter Eisentraut <peter@eisentraut.org>
date : Mon, 27 Sep 2021 09:22:27 +0200
committer: Peter Eisentraut <peter@eisentraut.org>
date : Mon, 27 Sep 2021 09:22:27 +0200
Click here for diff
v2.35: Binary Protocol
commit : 3787cf78032cb928f27044c13b6f50d57bf06d20
author : David Steele <david@pgmasters.net>
date : Mon, 23 Aug 2021 06:52:51 -0400
committer: David Steele <david@pgmasters.net>
date : Mon, 23 Aug 2021 06:52:51 -0400
Click here for diff
IMPORTANT NOTE: The log level for copied files in the backup/restore commands has been changed to detail. This makes the info log level less noisy but if these messages are required then set the log level for the backup/restore commands to detail.
Bug Fixes:
* Detect errors in S3 multi-part upload finalize. (Reviewed by Cynthia Shang, Marco Montagna. Reported by Marco Montagna, Lev Kokotov, Anderson A. Mallmann.)
* Fix detection of circular symlinks. (Reviewed by Stefan Fercot. Reported by Rohit Raveendran.)
* Only pass selected repo options to the remote. (Reviewed by David Christensen, Cynthia Shang. Reported by Greg Sabino Mullane, David Christensen.)
Improvements:
* Binary protocol. (Reviewed by Cynthia Shang.)
* Automatically create data directory on restore. (Contributed by Stefan Fercot. Reviewed by David Steele. Suggested by Chris Bandy.)
* Allow restore --type=lsn. (Contributed by Stefan Fercot. Reviewed by Cynthia Shang. Suggested by James Coleman.)
* Change level of backup/restore copied file logging to detail. (Reviewed by Stefan Fercot. Suggested by Jens Wilke.)
* Loop while waiting for checkpoint LSN to reach replay LSN. (Contributed by Stefan Fercot. Reviewed by David Steele. Suggested by Fatih Mencutekin.)
* Log backup file total and restore size/file total. (Reviewed by Cynthia Shang.)
Documentation Bug Fixes:
* Fix incorrect host names in user guide. (Reviewed by Stefan Fercot. Reported by Greg Sabino Mullane.)
Documentation Improvements:
* Update contributing documentation and add pull request template. (Contributed by Cynthia Shang. Reviewed by David Steele.)
* Rearrange backup documentation in user guide. (Reviewed by Cynthia Shang.)
* Clarify restore --type behavior in command reference. (Contributed by Cynthia Shang. Reviewed by David Steele.)
* Fix documentation and comment typos. (Contributed by Eric Radman. Reviewed by David Steele.)
Test Suite Improvements:
* Add check for test path inside repo path. (Reviewed by Greg Sabino Mullane. Suggested by Greg Sabino Mullane.)
* Add CodeQL static code analysis. (Reviewed by Cynthia Shang.)
* Update tests to use standard patterns. (Contributed by Cynthia Shang. Reviewed by David Steele.)
M CONTRIBUTING.md
M README.md
M doc/RELEASE.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/release.xml
M src/build/configure.ac
M src/configure
M src/version.h
M test/code-count/file-type.yaml
Stamp 9.6.23.
commit : b979c788a9b79b615457e94b6e9f709513fe2e27
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 9 Aug 2021 16:56:33 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 9 Aug 2021 16:56:33 -0400
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 : eb8423e63b22421fb028cf0461c1298824d1cd98
author : Peter Eisentraut <peter@eisentraut.org>
date : Mon, 9 Aug 2021 12:59:39 +0200
committer: Peter Eisentraut <peter@eisentraut.org>
date : Mon, 9 Aug 2021 12:59:39 +0200
Click here for diff
Stamp 10.18.
commit : 29abec3a62229a37ce21203acdeb03a7860c1102
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 9 Aug 2021 16:54:22 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 9 Aug 2021 16:54:22 -0400
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 : f2295cfe878249cfb7b2da3f5bae48ca29958fdf
author : Peter Eisentraut <peter@eisentraut.org>
date : Mon, 9 Aug 2021 12:58:41 +0200
committer: Peter Eisentraut <peter@eisentraut.org>
date : Mon, 9 Aug 2021 12:58:41 +0200
Click here for diff
Stamp 11.13.
commit : 2b4006920ca0d0a579579aecff65ef7fe81185bb
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 9 Aug 2021 16:52:43 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 9 Aug 2021 16:52:43 -0400
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
Last-minute updates for release notes.
commit : f334490131be5ef1935c56bece186f3afa5fbded
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 9 Aug 2021 14:41:00 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 9 Aug 2021 14:41:00 -0400
Click here for diff
Stamp 12.8.
commit : de835071fda945fb5e40340d3ea8dd2ca13e725c
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 9 Aug 2021 16:50:41 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 9 Aug 2021 16:50:41 -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 : c6afcafafe95df08f98eea7ac5d5b3ab30f22db4
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 9 Aug 2021 14:41:00 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 9 Aug 2021 14:41:00 -0400
Click here for diff