Life with Open Source

pgBackRest 2.12 commit log

v2.12: C Implementation of Archive Push

commit   : 4e57b689165cffd8c686f0f36d0c5dccb553b3e1    
  
author   : David Steele <david@pgmasters.net>    
date     : Thu, 11 Apr 2019 09:14:22 -0400    
  
committer: David Steele <david@pgmasters.net>    
date     : Thu, 11 Apr 2019 09:14:22 -0400    

Click here for diff

IMPORTANT NOTE: The new TLS/SSL implementation forbids dots in S3 bucket names per RFC-2818. This security fix is required for compliant hostname verification.  
  
Bug Fixes:  
  
* Fix issues when a path option is / terminated. (Reported by Marc Cousin.)  
* Fix issues when log-level-file=off is set for the archive-get command. (Reported by Brad Nicholson.)  
* Fix C code to recognize host:port option format like Perl does. (Reported by Kyle Nevins.)  
* Fix issues with remote/local command logging options.  
  
Improvements:  
  
* The archive-push command is implemented entirely in C.  
* Increase process-max limit to 999. (Suggested by Rakshitha-BR.)  
* Improve error message when an S3 bucket name contains dots.  
  
Documentation Improvements:  
  
* Clarify that S3-compatible object stores are supported. (Suggested by Magnus Hagander.)  

M README.md
M doc/RELEASE.md
M doc/resource/exe.cache
M doc/xml/index.xml
M doc/xml/release.xml
M doc/xml/user-guide.xml
M lib/pgBackRest/Version.pm
M src/perl/embed.auto.c
M src/version.h
M test/code-count/file-type.yaml

pgBackRest 2.11 commit log

v2.11: C Implementation of Archive Get

commit   : 68d20edea6cbfc7b8b6db69633e08ac473821547    
  
author   : David Steele <david@pgmasters.net>    
date     : Sun, 10 Mar 2019 18:56:00 +0200    
  
committer: David Steele <david@pgmasters.net>    
date     : Sun, 10 Mar 2019 18:56:00 +0200    

Click here for diff

Bug Fixes:  
  
* Fix possible truncated WAL segments when an error occurs mid-write. (Reported by blogh.)  
* Fix info command missing WAL min/max when stanza specified. (Fixed by Stefan Fercot.)  
* Fix non-compliant JSON for options passed from C to Perl. (Reported by Leo Khomenko.)  
  
Improvements:  
  
* The archive-get command is implemented entirely in C.  
* Enable socket keep-alive on older Perl versions. (Contributed by Marc Cousin.)  
* Error when parameters are passed to a command that does not accept parameters. (Suggested by Jason O'Donnell.)  
* Add hints when unable to find a WAL segment in the archive. (Suggested by Hans-Jürgen Schönig.)  
* Improve error when hostname cannot be found in a certificate. (Suggested by James Badger.)  
* Add additional options to backup.manifest for debugging purposes. (Contributed by blogh.)  

M README.md
M doc/RELEASE.md
M doc/resource/exe.cache
M doc/xml/release.xml
M lib/pgBackRest/Version.pm
M src/perl/embed.auto.c
M src/version.h
M test/code-count/file-type.yaml

PostgreSQL 9.4.21 commit log

Stamp 9.4.21.

commit   : 4bf9119adf599dccccb7b1ad073606d0f28617d6    
  
author   : Tom Lane <tgl@sss.pgh.pa.us>    
date     : Mon, 11 Feb 2019 16:24:38 -0500    
  
committer: Tom Lane <tgl@sss.pgh.pa.us>    
date     : Mon, 11 Feb 2019 16:24:38 -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   : 968ffb09f24f02e3001a4a9e27c561eb8adb5e4b    
  
author   : Peter Eisentraut <peter@eisentraut.org>    
date     : Mon, 11 Feb 2019 14:10:14 +0100    
  
committer: Peter Eisentraut <peter@eisentraut.org>    
date     : Mon, 11 Feb 2019 14:10:14 +0100    

Click here for diff

PostgreSQL 9.5.16 commit log

Stamp 9.5.16.

commit   : 394ef2397dd47ffa0fb2c1f51e19a2c8e51bec4d    
  
author   : Tom Lane <tgl@sss.pgh.pa.us>    
date     : Mon, 11 Feb 2019 16:22:57 -0500    
  
committer: Tom Lane <tgl@sss.pgh.pa.us>    
date     : Mon, 11 Feb 2019 16:22:57 -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   : d64d05827e5fed5e7bba5b1f659a6f3720298db2    
  
author   : Peter Eisentraut <peter@eisentraut.org>    
date     : Mon, 11 Feb 2019 14:15:25 +0100    
  
committer: Peter Eisentraut <peter@eisentraut.org>    
date     : Mon, 11 Feb 2019 14:15:25 +0100    

Click here for diff

PostgreSQL 9.6.12 commit log

Stamp 9.6.12.

commit   : 9848bd725e3b021bbe53e606ac9c261079ee82ba    
  
author   : Tom Lane <tgl@sss.pgh.pa.us>    
date     : Mon, 11 Feb 2019 16:21:19 -0500    
  
committer: Tom Lane <tgl@sss.pgh.pa.us>    
date     : Mon, 11 Feb 2019 16:21:19 -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   : 248fd6cb3a9d01348be0fef12f370c453dba8a77    
  
author   : Peter Eisentraut <peter@eisentraut.org>    
date     : Mon, 11 Feb 2019 14:21:55 +0100    
  
committer: Peter Eisentraut <peter@eisentraut.org>    
date     : Mon, 11 Feb 2019 14:21:55 +0100    

Click here for diff

PostgreSQL 10.7 commit log

Stamp 10.7.

commit   : a093e1444955d6ee1d7cfda68932c19d5613d87a    
  
author   : Tom Lane <tgl@sss.pgh.pa.us>    
date     : Mon, 11 Feb 2019 16:19:36 -0500    
  
committer: Tom Lane <tgl@sss.pgh.pa.us>    
date     : Mon, 11 Feb 2019 16:19: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   : ff3ac5903d1f45f3267c45683b0883758e24ead8    
  
author   : Peter Eisentraut <peter@eisentraut.org>    
date     : Mon, 11 Feb 2019 14:25:01 +0100    
  
committer: Peter Eisentraut <peter@eisentraut.org>    
date     : Mon, 11 Feb 2019 14:25:01 +0100    

Click here for diff

PostgreSQL 11.2 commit log

Stamp 11.2.

commit   : 6cd404b344f7e27f4d64555bb133f18a758fe851    
  
author   : Tom Lane <tgl@sss.pgh.pa.us>    
date     : Mon, 11 Feb 2019 16:17:27 -0500    
  
committer: Tom Lane <tgl@sss.pgh.pa.us>    
date     : Mon, 11 Feb 2019 16:17:27 -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   : 6c9356080c2060bcd4a6cef520aa3d8121940ee7    
  
author   : Tom Lane <tgl@sss.pgh.pa.us>    
date     : Mon, 11 Feb 2019 12:05:49 -0500    
  
committer: Tom Lane <tgl@sss.pgh.pa.us>    
date     : Mon, 11 Feb 2019 12:05:49 -0500    

Click here for diff

pgBackRest 2.10 commit log

v2.10: Bug Fixes

commit   : 35903b94d9f2de14fb116c4b15649466eff78ef2    
  
author   : David Steele <david@pgmasters.net>    
date     : Sat, 9 Feb 2019 19:52:31 +0200    
  
committer: David Steele <david@pgmasters.net>    
date     : Sat, 9 Feb 2019 19:52:31 +0200    

Click here for diff

Bug Fixes:  
  
* Add unimplemented S3 driver method required for archive-get. (Reported by mibiio.)  
* Fix check for improperly configured pg-path. (Reported by James Chanco Jr.)  

M README.md
M doc/resource/exe.cache
M doc/xml/release.xml
M lib/pgBackRest/Version.pm
M src/perl/embed.auto.c
M src/version.h

PostgreSQL 9.2.25 (not released) commit log

Keep perl style checker happy

commit   : 4c1f42f588917225db16f3a6de62411a51bf3037    
  
author   : Andrew Dunstan <andrew@dunslane.net>    
date     : Tue, 5 Feb 2019 15:16:55 -0500    
  
committer: Andrew Dunstan <andrew@dunslane.net>    
date     : Tue, 5 Feb 2019 15:16:55 -0500    

Click here for diff

It doesn't like code before "use strict;".  
  
(cherry picked from commit ed2c2d063bd110f299211611b72a5dbe07a4d7be)  

M src/backend/catalog/genbki.pl

PostgreSQL 9.3.26 (not released) commit log

Keep perl style checker happy

commit   : 524440579f838b30579f35d2045cc01b6f5070d8    
  
author   : Andrew Dunstan <andrew@dunslane.net>    
date     : Tue, 5 Feb 2019 15:16:55 -0500    
  
committer: Andrew Dunstan <andrew@dunslane.net>    
date     : Tue, 5 Feb 2019 15:16:55 -0500    

Click here for diff

It doesn't like code before "use strict;".  
  
(cherry picked from commit ed2c2d063bd110f299211611b72a5dbe07a4d7be)  

M src/backend/catalog/genbki.pl