Life with Open Source

PostgreSQL 10.16 commit log

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

PostgreSQL 11.11 commit log

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

PostgreSQL 12.6 commit log

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

PostgreSQL 13.2 commit log

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

pgBackRest 2.33 commit log

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

pgBackRest 2.32 commit log

v2.31: Minor Bug Fixes and Improvements

commit   : e116b535e6ad21248c00a6d0d948575ed06c6e38    
  
author   : David Steele <david@pgmasters.net>    
date     : Mon, 7 Dec 2020 09:55:00 -0500    
  
committer: David Steele <david@pgmasters.net>    
date     : Mon, 7 Dec 2020 09:55:00 -0500    

Click here for diff

Bug Fixes:  
  
* Allow [, #, and space as the first character in database names. (Reviewed by Stefan Fercot, Cynthia Shang. Reported by Jefferson Alexandre.)  
* Create standby.signal only on PostgreSQL 12 when restore type is standby. (Fixed by Stefan Fercot. Reviewed by David Steele. Reported by Keith Fiske.)  
  
Features:  
  
* Expire history files. (Contributed by Stefan Fercot. Reviewed by David Steele.)  
* Report page checksum errors in info command text output. (Contributed by Stefan Fercot. Reviewed by Cynthia Shang.)  
* Add repo-azure-endpoint option. (Reviewed by Cynthia Shang, Brian Peterson. Suggested by Brian Peterson.)  
* Add pg-database option. (Reviewed by Cynthia Shang.)  
  
Improvements:  
  
* Improve info command output when a stanza is specified but missing. (Contributed by Stefan Fercot. Reviewed by Cynthia Shang, David Steele. Suggested by uspen.)  
* Improve performance of large file lists in backup/restore commands. (Reviewed by Cynthia Shang, Oscar.)  
* Add retries to PostgreSQL sleep when starting a backup. (Reviewed by Cynthia Shang. Suggested by Vitaliy Kukharik.)  
  
Documentation Improvements:  
  
* Replace RHEL/CentOS 6 documentation with RHEL/CentOS 8.  

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/release.xml
M doc/xml/user-guide.xml
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

PostgreSQL 9.5.24 commit log

Stamp 9.5.24.

commit   : f57cc8693b15b79186684f02b729090a149b7555    
  
author   : Tom Lane <tgl@sss.pgh.pa.us>    
date     : Mon, 9 Nov 2020 17:34:09 -0500    
  
committer: Tom Lane <tgl@sss.pgh.pa.us>    
date     : Mon, 9 Nov 2020 17:34:09 -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

Last-minute updates for release notes.

commit   : d43ba1d84ccb74fd394c01ff23b033b26ab154c0    
  
author   : Tom Lane <tgl@sss.pgh.pa.us>    
date     : Mon, 9 Nov 2020 13:02:14 -0500    
  
committer: Tom Lane <tgl@sss.pgh.pa.us>    
date     : Mon, 9 Nov 2020 13:02:14 -0500    

Click here for diff

PostgreSQL 9.6.20 commit log

Stamp 9.6.20.

commit   : e4554425e6d3b429a207ac1a109af9d7e1d14da6    
  
author   : Tom Lane <tgl@sss.pgh.pa.us>    
date     : Mon, 9 Nov 2020 17:32:22 -0500    
  
committer: Tom Lane <tgl@sss.pgh.pa.us>    
date     : Mon, 9 Nov 2020 17:32:22 -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

Last-minute updates for release notes.

commit   : 0425151233e018edfc03d2c3fe38f94ef3a67e77    
  
author   : Tom Lane <tgl@sss.pgh.pa.us>    
date     : Mon, 9 Nov 2020 13:02:14 -0500    
  
committer: Tom Lane <tgl@sss.pgh.pa.us>    
date     : Mon, 9 Nov 2020 13:02:14 -0500    

Click here for diff

PostgreSQL 10.15 commit log

Stamp 10.15.

commit   : e6c792ab72b99a3d68bf0696d0720e9afc61695c    
  
author   : Tom Lane <tgl@sss.pgh.pa.us>    
date     : Mon, 9 Nov 2020 17:29:52 -0500    
  
committer: Tom Lane <tgl@sss.pgh.pa.us>    
date     : Mon, 9 Nov 2020 17:29:52 -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

Last-minute updates for release notes.

commit   : b0529799960e910c4cf1e3d5509572dc8c653d67    
  
author   : Tom Lane <tgl@sss.pgh.pa.us>    
date     : Mon, 9 Nov 2020 13:02:13 -0500    
  
committer: Tom Lane <tgl@sss.pgh.pa.us>    
date     : Mon, 9 Nov 2020 13:02:13 -0500    

Click here for diff

PostgreSQL 11.10 commit log

Stamp 11.10.

commit   : 7e0c8283c021abf15f24f217e6bcc7faf4860b34    
  
author   : Tom Lane <tgl@sss.pgh.pa.us>    
date     : Mon, 9 Nov 2020 17:28:11 -0500    
  
committer: Tom Lane <tgl@sss.pgh.pa.us>    
date     : Mon, 9 Nov 2020 17:28:11 -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

Last-minute updates for release notes.

commit   : cb2fffe0d627d3437737ab5293c435b302f6bccf    
  
author   : Tom Lane <tgl@sss.pgh.pa.us>    
date     : Mon, 9 Nov 2020 13:02:13 -0500    
  
committer: Tom Lane <tgl@sss.pgh.pa.us>    
date     : Mon, 9 Nov 2020 13:02:13 -0500    

Click here for diff