Stamp 12.20.
commit : 76265a851b13bbb001a218481c0cb6315c0fdfe6
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 5 Aug 2024 16:11:34 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 5 Aug 2024 16:11:34 -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 : 1b85e65846aa16ede7aeddd67a9bd16ec73a18ae
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 5 Aug 2024 14:03:20 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 5 Aug 2024 14:03:20 -0400
Click here for diff
Stamp 13.16.
commit : 0dc08bbfcc93ac4f04d2a3f4b9d1231a80e2cc0c
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 5 Aug 2024 16:09:59 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 5 Aug 2024 16:09:59 -0400
Click here for diff
M configure
M configure.in
Last-minute updates for release notes.
commit : 429560193282f2c29a1bb9f28a055c87b7605253
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 5 Aug 2024 14:03:20 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 5 Aug 2024 14:03:20 -0400
Click here for diff
Stamp 14.13.
commit : 33965476b6ef6a37af2bc9bb1b5b2af17c35dc5e
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 5 Aug 2024 16:08:36 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 5 Aug 2024 16:08:36 -0400
Click here for diff
M configure
M configure.ac
Last-minute updates for release notes.
commit : b942cc42b7c659da70c205151bde5e1f9af2ece0
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 5 Aug 2024 14:03:20 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 5 Aug 2024 14:03:20 -0400
Click here for diff
Stamp 15.8.
commit : 3cc5e51ab4507b33acc82684b7d79ac43b8a6b5d
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 5 Aug 2024 16:07:10 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 5 Aug 2024 16:07:10 -0400
Click here for diff
M configure
M configure.ac
Last-minute updates for release notes.
commit : 6eca8a5673307ce52f892f083df0b958d35f09e1
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 5 Aug 2024 14:03:20 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 5 Aug 2024 14:03:20 -0400
Click here for diff
Stamp 16.4.
commit : 2caa85f4aae689e6f6721d7363b4c66a2a6417d6
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 5 Aug 2024 16:05:35 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 5 Aug 2024 16:05:35 -0400
Click here for diff
M configure
M configure.ac
M meson.build
Last-minute updates for release notes.
commit : c04778592d6db6197819f95028347af135709e4b
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 5 Aug 2024 14:03:20 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 5 Aug 2024 14:03:20 -0400
Click here for diff
v2.53: Concurrent Backups
commit : 6e8a45f650e303fe74a1e34ee8e76a193dbc6c4a
author : David Steele <david@pgmasters.net>
date : Mon, 22 Jul 2024 09:33:31 +0700
committer: David Steele <david@pgmasters.net>
date : Mon, 22 Jul 2024 09:33:31 +0700
Click here for diff
IMPORTANT NOTE: The log-level-stderr option default has been changed from warn to off. This makes it easier to capture errors when only redirecting stdout. To preserve the prior behavior set log-level-stderr=warn.
NOTE TO PACKAGERS: The lz4 library is now required by the meson build.
NOTE TO PACKAGERS: Compiler support for __builtin_clzl() and __builtin_bswap64() is now required by the meson build.
Bug Fixes:
* Fix SFTP renaming failure when file already exists. (Fixed by Reid Thompson. Reviewed by David Steele. Reported by ahmed112212.)
Features:
* Allow backups to run concurrently on different repositories. (Reviewed by Reid Thompson, Stefan Fercot.)
* Support IP-based SANs for TLS certificate validation. (Contributed by David Christensen. Reviewed by David Steele.)
Improvements:
* Default log-level-stderr option to off. (Reviewed by Greg Sabino Mullane, Stefan Fercot.)
* Allow alternative WAL segment sizes for PostgreSQL ≤ 10. (Contributed by Viktor Kurilko. Reviewed by David Steele.)
* Add hint to check SFTP authorization log. (Contributed by Vitalii Zurian. Reviewed by Reid Thompson, David Steele.)
Documentation Improvements:
* Clarify archive-push multi-repo behavior. (Reviewed by Stefan Fercot.)
M CONTRIBUTING.md
M README.md
M doc/lib/pgBackRestDoc/Custom/DocCustomRelease.pm
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
A doc/xml/release/2024/2.52.1.xml
M doc/xml/release/2024/2.53.xml
M meson.build
M src/build/configure.ac
M src/configure
M src/version.h
M test/code-count/file-type.yaml
v2.52.1: Bug Fix
commit : cc9035c2456e00eef463724dfc6900f68dd9c3fc
author : David Steele <david@pgmasters.net>
date : Tue, 25 Jun 2024 11:46:44 +0800
committer: David Steele <david@pgmasters.net>
date : Tue, 25 Jun 2024 11:46:44 +0800
Click here for diff
Bug Fixes:
* Fix issue with files larger on the replica than on the primary. (Reviewed by Stefan Fercot. Reported by Nicolas Lassimonne.)
M CONTRIBUTING.md
M README.md
M doc/resource/exe.cache
M doc/resource/git-history.cache
M doc/xml/release/2024/2.52.1.xml
M meson.build
M src/build/configure.ac
M src/configure
M src/version.h
v2.52: PostgreSQL 17 support
commit : dfc14b193454b3003c10eb2d021699cbd6294004
author : David Steele <david@pgmasters.net>
date : Mon, 27 May 2024 11:13:16 +1000
committer: David Steele <david@pgmasters.net>
date : Mon, 27 May 2024 11:13:16 +1000
Click here for diff
NOTE TO PACKAGERS: The build system for pgBackRest is now meson. The autoconf/make build will not receive any new features and will be removed after a few releases.
Features:
* Add GCS batch delete support. (Reviewed by Reid Thompson.)
* S3 SSE-C encryption support. (Reviewed by Tim Jones. Suggested by Tim Jones.)
* PostgreSQL 17 support. (Reviewed by Stefan Fercot.)
Improvements:
* Allow explicit disabling of optional dependencies in meson builds. (Contributed by Michael Schout. Reviewed by David Steele.)
* Dynamically find python in meson build. (Contributed by Michael Schout. Reviewed by David Steele.)
* Tag pgbackrest build target in meson as installable. (Contributed by Bradford Boyle. Reviewed by David Steele.)
Documentation Improvements:
* Update start/stop documentation to reflect actual functionality. (Reviewed by Stefan Fercot.)
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/2024/2.52.xml
M meson.build
M src/build/configure.ac
M src/configure
M src/version.h
M test/code-count/file-type.yaml
Stamp 12.19.
commit : 01aeb431c12a3388594a445ca97e71cbed410ed2
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 6 May 2024 16:27:39 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 6 May 2024 16:27:39 -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
Translation updates
commit : 51da12633a3d7b4b9f715c41deac4d7d4c94248b
author : Peter Eisentraut <peter@eisentraut.org>
date : Mon, 6 May 2024 12:15:05 +0200
committer: Peter Eisentraut <peter@eisentraut.org>
date : Mon, 6 May 2024 12:15:05 +0200
Click here for diff
Stamp 13.15.
commit : 8e5faba4b918ba6142339c8f55eaa4eb99776a03
author : Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 6 May 2024 16:26:10 -0400
committer: Tom Lane <tgl@sss.pgh.pa.us>
date : Mon, 6 May 2024 16:26:10 -0400
Click here for diff
M configure
M configure.in
Translation updates
commit : 38993fe3a2bbc16c812b1a9633063129130860c5
author : Peter Eisentraut <peter@eisentraut.org>
date : Mon, 6 May 2024 12:13:39 +0200
committer: Peter Eisentraut <peter@eisentraut.org>
date : Mon, 6 May 2024 12:13:39 +0200
Click here for diff