Stamp 9.5.3.
commit : ba37ac217791dfdf2b327c4b75e7083b6b03a2f5
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 9 May 2016 16:50:23 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 9 May 2016 16:50:23 -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 : e51547e05a44101667ef277c89319647e52c0f62
author : Peter Eisentraut <peter_e@gmx.net>
date : Mon, 9 May 2016 10:05:46 -0400
committer: Peter Eisentraut <peter_e@gmx.net>
date : Mon, 9 May 2016 10:05:46 -0400
Click here for diff
commit : 9ab0dd80f70cc69a6edc9e61b6053752a789fde3
author : David Steele <david@pgmasters.net>
date : Thu, 14 Apr 2016 23:04:20 -0400
committer: David Steele <david@pgmasters.net>
date : Thu, 14 Apr 2016 23:04:20 -0400
Click here for diff
* This flag day release breaks compatibility with older versions of pgBackRest. The manifest format, on-disk structure, configuration scheme, and the exe/path names have all changed. You must create a new repository to hold backups for this version of pgBackRest and keep your older repository for a time in case you need to do a restore. Restores from the prior repository will require the prior version of pgBackRest but because of name changes it is possible to have 1.00 and a prior version of pgBackRest installed at the same time. See the notes below for more detailed information on what has changed.
* Implemented a new configuration scheme which should be far simpler to use. See the User Guide and Configuration Reference for details but for a simple configuration all options can now be placed in the stanza section. Options that are shared between stanzas can be placed in the [global] section. More complex configurations can still make use of command sections though this should be a rare use case.
* The repo-path option now always refers to the repository where backups and archive are stored, whether local or remote, so the repo-remote-path option has been removed. The new spool-path option can be used to define a location for queueing WAL segments when archiving asynchronously. A local repository is no longer required.
* The default configuration filename is now pgbackrest.conf instead of pg_backrest.conf. This was done for consistency with other naming changes but also to prevent old config files from being loaded accidentally when migrating to 1.00.
* The default repository name was changed from /var/lib/backup to /var/lib/pgbackrest.
* Lock files are now stored in /tmp/pgbackrest by default. These days /run/pgbackrest is the preferred location but that would require init scripts which are not part of this release. The lock-path option can be used to configure the lock directory.
* Log files are now stored in /var/log/pgbackrest by default and no longer have the date appended so they can be managed with logrotate. The log-path option can be used to configure the lock directory.
* Executable filename changed from pg_backrest to pgbackrest.
* All files and directories linked from PGDATA are now included in the backup. By default links will be restored directly into PGDATA as files or directories. The --link-all option can be used to restore all links to their original locations. The --link-map option can be used to remap a link to a new location.
* Removed --tablespace option and replaced with --tablespace-map-all option which should more clearly indicate its function.
* Added detail log level which will output more information than info without being as verbose as debug.
M CHANGELOG.md
M doc/xml/change-log.xml
M lib/pgBackRest/Version.pm
Stamp 9.1.21.
commit : 158a0fb254578e93cec7a940c780426217b79343
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 28 Mar 2016 16:16:20 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 28 Mar 2016 16:16:20 -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 : 83b228a0babbbd637e830796a670a18a468732d5
author : Peter Eisentraut <peter_e@gmx.net>
date : Mon, 28 Mar 2016 08:52:41 +0200
committer: Peter Eisentraut <peter_e@gmx.net>
date : Mon, 28 Mar 2016 08:52:41 +0200
Click here for diff
Stamp 9.2.16.
commit : 4edcd5f5d23c55f60d6c11451437437611731fff
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 28 Mar 2016 16:14:18 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 28 Mar 2016 16:14:18 -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 : 190e273416968205db5110a561f5a314ad4b0119
author : Peter Eisentraut <peter_e@gmx.net>
date : Mon, 28 Mar 2016 08:51:44 +0200
committer: Peter Eisentraut <peter_e@gmx.net>
date : Mon, 28 Mar 2016 08:51:44 +0200
Click here for diff
Stamp 9.3.12.
commit : a3c643938166abed9a390cdbd8a5df09bfe39523
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 28 Mar 2016 16:12:29 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 28 Mar 2016 16:12:29 -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 : e0f4c9e7c5dbeec4d63da0a3dd60c6159bd3ffac
author : Peter Eisentraut <peter_e@gmx.net>
date : Mon, 28 Mar 2016 08:50:07 +0200
committer: Peter Eisentraut <peter_e@gmx.net>
date : Mon, 28 Mar 2016 08:50:07 +0200
Click here for diff
Stamp 9.4.7.
commit : d77841d1cebd3514603af055f141a84c8e53cbd3
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 28 Mar 2016 16:09:55 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 28 Mar 2016 16:09:55 -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 : a08a6dca995528cbf011cd8251daf1c190dd324d
author : Peter Eisentraut <peter_e@gmx.net>
date : Mon, 28 Mar 2016 08:48:08 +0200
committer: Peter Eisentraut <peter_e@gmx.net>
date : Mon, 28 Mar 2016 08:48:08 +0200
Click here for diff
Stamp 9.5.2.
commit : 730811c7d1600b92d4bcb91ac66d2206cf3a06ef
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 28 Mar 2016 16:07:39 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 28 Mar 2016 16:07:39 -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 : b56f7b1f0c5e41e85828774debf8b911a203e012
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 28 Mar 2016 11:32:17 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 28 Mar 2016 11:32:17 -0400
Click here for diff
Stamp 9.1.20.
commit : 3dca6f36fcd694c8c49d26e7c4971194dee2754a
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 8 Feb 2016 16:21:40 -0500
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 8 Feb 2016 16:21:40 -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 : 862b4a427c18579327a7cfff4ac0377ef762dfa7
author : Peter Eisentraut <peter_e@gmx.net>
date : Mon, 8 Feb 2016 14:50:20 -0500
committer: Peter Eisentraut <peter_e@gmx.net>
date : Mon, 8 Feb 2016 14:50:20 -0500
Click here for diff
Stamp 9.2.15.
commit : a0606058016b7d20406910b7a73e60ddb3e4c9ff
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 8 Feb 2016 16:19:37 -0500
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 8 Feb 2016 16:19:37 -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 : 6a10dd08006e8f0ce9c1dc2f45379bb17f428e27
author : Peter Eisentraut <peter_e@gmx.net>
date : Mon, 8 Feb 2016 14:42:59 -0500
committer: Peter Eisentraut <peter_e@gmx.net>
date : Mon, 8 Feb 2016 14:42:59 -0500
Click here for diff
Stamp 9.3.11.
commit : de07063c05b8ffa86e804c6cc8117a8e8e5cff9b
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 8 Feb 2016 16:17:25 -0500
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 8 Feb 2016 16:17:25 -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 : 454994a9ed73713ea38635ab2bfbf5ace48bcf0a
author : Peter Eisentraut <peter_e@gmx.net>
date : Mon, 8 Feb 2016 14:41:41 -0500
committer: Peter Eisentraut <peter_e@gmx.net>
date : Mon, 8 Feb 2016 14:41:41 -0500
Click here for diff