Stamp 9.4.24.
commit : 246893dce8ebea90ef083ab801da4d1f474e01ad
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 5 Aug 2019 17:22:47 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 5 Aug 2019 17:22:47 -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 : 4908df4a609aa1f2b3def968fe5b94a74cfde214
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 5 Aug 2019 11:49:14 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 5 Aug 2019 11:49:14 -0400
Click here for diff
Stamp 9.5.19.
commit : 167e5353799eabb034817b1e7bafd674d3c2bb04
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 5 Aug 2019 17:20:40 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 5 Aug 2019 17:20:40 -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 : e3d8c9a5f1014be97150d07b3e5af1d32a45df65
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 5 Aug 2019 11:49:14 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 5 Aug 2019 11:49:14 -0400
Click here for diff
Stamp 9.6.15.
commit : 86ca7f81f7dfc17f04698189dec8973d358bc711
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 5 Aug 2019 17:18:48 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 5 Aug 2019 17:18:48 -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 : 3354bd5e2ba921d8267dbd6cac90b491a4f27cae
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 5 Aug 2019 11:49:14 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 5 Aug 2019 11:49:14 -0400
Click here for diff
Stamp 10.10.
commit : 2fbecb66c45eccb8922c371084ae4f0b3a72a86b
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 5 Aug 2019 17:16:54 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 5 Aug 2019 17:16:54 -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 : f61bc0048b6b3a9bac7afd469cb6811d29d29d5d
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 5 Aug 2019 11:49:14 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 5 Aug 2019 11:49:14 -0400
Click here for diff
Stamp 11.5.
commit : fdf16779f107dd22a2cb8430d2eee6c344b34187
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 5 Aug 2019 17:14:59 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 5 Aug 2019 17:14:59 -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 : d03c0413343ac5a79bc2f6ee5abc84c873efd863
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 5 Aug 2019 11:49:14 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 5 Aug 2019 11:49:14 -0400
Click here for diff
v2.16: C Migrations and Bug Fixes
commit : 9e730c1bd61b00fa506ea443cdd6161e88ed31ae
author : David Steele <david@pgmasters.net>
date : Mon, 5 Aug 2019 12:03:04 -0400
committer: David Steele <david@pgmasters.net>
date : Mon, 5 Aug 2019 12:03:04 -0400
Click here for diff
Bug Fixes:
* Retry S3 RequestTimeTooSkewed errors instead of immediately terminating. (Reported by sean0101n, Tim Garton, Jesper St John, Aleš Zelený.)
* Fix incorrect handling of transfer-encoding response to HEAD request. (Reported by Pavel Suderevsky.)
* Fix scoping violations exposed by optimizations in gcc 9. (Reported by Christian Lange, Ned T. Crigler.)
Features:
* Add repo-s3-port option for setting a non-standard S3 service port.
Improvements:
* The local command for backup is implemented entirely in C. (Contributed by David Steele, Cynthia Shang.)
* The check command is implemented partly in C. (Reviewed by Cynthia Shang.)
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 lib/pgBackRest/Version.pm
M src/configure
M src/configure.ac
M src/perl/embed.auto.c
M src/version.h
M test/code-count/file-type.yaml
Begin v2.16 development.
commit : 466602387bc279aa44a811dc2948b893e4127b2c
author : David Steele <david@pgmasters.net>
date : Tue, 25 Jun 2019 08:42:20 -0400
committer: David Steele <david@pgmasters.net>
date : Tue, 25 Jun 2019 08:42:20 -0400
Click here for diff
M doc/RELEASE.md
M doc/resource/git-history.cache
M doc/xml/release.xml
M lib/pgBackRest/Version.pm
M src/configure
M src/configure.ac
M src/perl/embed.auto.c
M src/version.h
Stamp 9.4.23.
commit : a01e72fb69cb808364788b5360546f75cf2198df
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 17 Jun 2019 17:26:08 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 17 Jun 2019 17:26:08 -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 : 5eaeea2cecb98161d41e11aff917c91177a8ad0c
author : Peter Eisentraut <peter@eisentraut.org>
date : Mon, 17 Jun 2019 14:45:16 +0200
committer: Peter Eisentraut <peter@eisentraut.org>
date : Mon, 17 Jun 2019 14:45:16 +0200
Click here for diff
Stamp 9.5.18.
commit : 683c768cbb7adc18fa0be93e41a090a48b000225
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 17 Jun 2019 17:23:53 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 17 Jun 2019 17:23:53 -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 : 944bf6b4df7d005de130e4d1c3a735788f89e5c3
author : Peter Eisentraut <peter@eisentraut.org>
date : Mon, 17 Jun 2019 14:46:50 +0200
committer: Peter Eisentraut <peter@eisentraut.org>
date : Mon, 17 Jun 2019 14:46:50 +0200
Click here for diff
Stamp 9.6.14.
commit : 25cd1175fce691517c9e55311d9a1e4ecf930a32
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 17 Jun 2019 17:21:22 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 17 Jun 2019 17:21: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
Last-minute updates for release notes.
commit : 7dc3e28173b6d7527a24bb8a4e324137c7cfe9d2
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 17 Jun 2019 10:53:45 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 17 Jun 2019 10:53:45 -0400
Click here for diff
Stamp 10.9.
commit : cb4cb7401e12f5796a5e16fabddeffae3cac39b5
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 17 Jun 2019 17:18:49 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 17 Jun 2019 17:18:49 -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 : 8339895d8f797d8d1ccbd555937ed8cc727ea279
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 17 Jun 2019 10:53:45 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 17 Jun 2019 10:53:45 -0400
Click here for diff
Stamp 11.4.
commit : e5f26d79badfae8018ac70f2137158fe36246c2b
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 17 Jun 2019 17:15:30 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 17 Jun 2019 17:15:30 -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 : a4e4418c3f68986607d7b588389e026108c79d71
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 17 Jun 2019 10:53:45 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 17 Jun 2019 10:53:45 -0400
Click here for diff
Stamp 1.0.7.
commit : 847d3bdbaba356a46d1408b2fe9105dd73d52cc7
author : David Steele <david@pgmasters.net>
date : Thu, 23 May 2019 13:25:52 -0400
committer: David Steele <david@pgmasters.net>
date : Thu, 23 May 2019 13:25:52 -0400
Click here for diff
M Makefile
A pgaudit–1.0.6–1.0.7.sql
R094 pgaudit–1.0.6.sql pgaudit–1.0.7.sql
M pgaudit.control
Update Vagrantfile with new box version and PostgreSQL repository.
commit : 4a25265974287f45e987aa4e15bba17de651bef2
author : David Steele <david@pgmasters.net>
date : Thu, 23 May 2019 12:36:16 -0400
committer: David Steele <david@pgmasters.net>
date : Thu, 23 May 2019 12:36:16 -0400
Click here for diff
Stamp 1.1.2.
commit : 527fa2114bf9fec12593c71e00ed30f314acaf3a
author : David Steele <david@pgmasters.net>
date : Thu, 23 May 2019 13:15:43 -0400
committer: David Steele <david@pgmasters.net>
date : Thu, 23 May 2019 13:15:43 -0400
Click here for diff
M Makefile
A pgaudit–1.1.1–1.1.2.sql
R094 pgaudit–1.1.1.sql pgaudit–1.1.2.sql
M pgaudit.control
Update Vagrantfile with new box version and PostgreSQL repository.
commit : 5caff1395cf9070e70a1e85a7592d7010e4ff1e2
author : David Steele <david@pgmasters.net>
date : Thu, 23 May 2019 12:34:05 -0400
committer: David Steele <david@pgmasters.net>
date : Thu, 23 May 2019 12:34:05 -0400
Click here for diff
Stamp 1.2.1.
commit : f56258e1cf0642e7df02bbd85535f2fb446bdd9f
author : David Steele <david@pgmasters.net>
date : Thu, 23 May 2019 13:06:58 -0400
committer: David Steele <david@pgmasters.net>
date : Thu, 23 May 2019 13:06:58 -0400
Click here for diff
M Makefile
A pgaudit–1.2–1.2.1.sql
R094 pgaudit–1.2.sql pgaudit–1.2.1.sql
M pgaudit.control
Update Vagrantfile with new box version and PostgreSQL repository.
commit : 3a969f4fc1ae7d5e8e17002f43bb5872211ea14f
author : David Steele <david@pgmasters.net>
date : Thu, 23 May 2019 12:32:14 -0400
committer: David Steele <david@pgmasters.net>
date : Thu, 23 May 2019 12:32:14 -0400
Click here for diff
Stamp 1.3.1.
commit : 4e2e968b364ebb6bb244784c5be39b0abd0bed7a
author : David Steele <david@pgmasters.net>
date : Thu, 23 May 2019 12:58:41 -0400
committer: David Steele <david@pgmasters.net>
date : Thu, 23 May 2019 12:58:41 -0400
Click here for diff
M Makefile
A pgaudit–1.3–1.3.1.sql
R094 pgaudit–1.3.sql pgaudit–1.3.1.sql
M pgaudit.control
Update Vagrantfile with new box version and PostgreSQL repository.
commit : 1487811fe7bcf1f0212dc5462cfaa738feb85412
author : David Steele <david@pgmasters.net>
date : Thu, 23 May 2019 12:30:15 -0400
committer: David Steele <david@pgmasters.net>
date : Thu, 23 May 2019 12:30:15 -0400
Click here for diff
v2.14: Bug Fix and Improvements
commit : 0f685a33a02adde45792711b957a75391fc5f34e
author : David Steele <david@crunchydata.com>
date : Mon, 20 May 2019 11:51:58 -0400
committer: David Steele <david@crunchydata.com>
date : Mon, 20 May 2019 11:51:58 -0400
Click here for diff
Bug Fixes:
* Fix segfault when process-max > 8 for archive-push/archive-get. (Reported by Jens Wilke.)
Improvements:
* Bypass database checks when stanza-delete issued with force. (Contributed by Cynthia Shang. Suggested by hatifnatt.)
* Add configure script for improved multi-platform support.
Documentation Features:
* Add user guides for CentOS/RHEL 6/7.
M README.md
M doc/RELEASE.md
M doc/resource/exe.cache
M doc/xml/auto/metric-coverage-report.auto.xml
M doc/xml/release.xml
M lib/pgBackRest/Version.pm
M src/configure
M src/configure.ac
M src/perl/embed.auto.c
M src/version.h
M test/code-count/file-type.yaml
Stamp 9.4.22.
commit : 30b1e1ac4cea9ab32f2912e503589cda09e535aa
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 6 May 2019 16:54:48 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 6 May 2019 16:54:48 -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 : ffe69b4afdae8284ad3f0d4c57640f077799cfa9
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 6 May 2019 12:45:59 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 6 May 2019 12:45:59 -0400
Click here for diff
Stamp 9.5.17.
commit : b221b78f83f5bc337b596170d70ab0a9d72a2951
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 6 May 2019 16:52:44 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 6 May 2019 16:52:44 -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 : 1760514e73e942dcb73231b6d65f6c2ef210c7da
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 6 May 2019 12:45:59 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 6 May 2019 12:45:59 -0400
Click here for diff
Stamp 9.6.13.
commit : d22ca701a39dfd03cdfa1ca238370d34f4bc4ac4
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 6 May 2019 16:50:49 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 6 May 2019 16:50:49 -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 : a70f2e4cdfb5a8a05ab178037ba39cf3ac190246
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 6 May 2019 12:45:59 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 6 May 2019 12:45:59 -0400
Click here for diff
Stamp 10.8.
commit : 441190289892c4ae870d0781175aa8edd0ec528e
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 6 May 2019 16:48:45 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 6 May 2019 16:48:45 -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 : 585e8ffd195d868f23318caaed6fd586f8d56a0e
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 6 May 2019 12:45:59 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 6 May 2019 12:45:59 -0400
Click here for diff
Stamp 11.3.
commit : 0616aed243b23e68b5c06ceb3df3e4ec35e731b7
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 6 May 2019 16:46:18 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 6 May 2019 16:46: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
Last-minute updates for release notes.
commit : 02814c381bbae9d23b19042fe356c000ae31d975
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 6 May 2019 12:45:59 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 6 May 2019 12:45:59 -0400
Click here for diff
v2.13: Bug Fixes
commit : 41f3874822faf3f859f46867c0fe965f7156b123
author : David Steele <david@pgmasters.net>
date : Thu, 18 Apr 2019 21:26:02 -0400
committer: David Steele <david@pgmasters.net>
date : Thu, 18 Apr 2019 21:26:02 -0400
Click here for diff
Bug Fixes:
* Fix zero-length reads causing problems for IO filters that did not expect them. (Reported by brunre01, jwpit, Tomasz Kontusz, guruguruguru.)
* Fix reliability of error reporting from local/remote processes.
* Fix Posix/CIFS error messages reporting the wrong filename on write/sync/close.
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
M test/code-count/file-type.yaml
M test/lib/pgBackRestTest/Common/LogTest.pm
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