From 4ac51e32b66bf30e6f74a0583d81c1c27f079144c43a5e6fa5117911d96a7412 Mon Sep 17 00:00:00 2001 From: Bruno Friedmann Date: Mon, 7 Oct 2019 19:04:58 +0000 Subject: [PATCH] Accepting request 735528 from home:bruno_friedmann:branches:server:database:postgresql MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to 2.18 version PostgreSQL 12 Support + Features: - PostgreSQL 12 support. - Add info command set option for detailed text output. - Add standby restore type. This automatically adds standby_mode=on to recovery.conf for PostgreSQL < 12 and creates standby.signal for PostgreSQL ≥ 12, creating a common interface between PostgreSQL versions. + Improvements: - The restore command is implemented entirely in C. + Documentation Improvements: - Document the relationship between db-timeout and protocol-timeout. - Add documentation clarifications regarding standby repositories. - Add FAQ for time-based Point-in-Time Recovery. - Update to 2.17 version C Migrations and Bug Fixes + Bug fixes: - Improve slow manifest build for very large quantities of tables/segments. - Fix exclusions for special files. + Improvements: - The stanza-create/update/delete commands are implemented entirely in C. - The start/stop commands are implemented entirely in C. - Create log directories/files with 0750/0640 mode. + Documentation Bug Fixes: - Fix yum.p.o package being installed when custom package specified. + Documentation Improvements: - Build pgBackRest as an unprivileged user. OBS-URL: https://build.opensuse.org/request/show/735528 OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/pgbackrest?expand=0&rev=26 --- 2.16.tar.gz | 3 --- 2.18.tar.gz | 3 +++ pgbackrest.changes | 31 +++++++++++++++++++++++++++++++ pgbackrest.spec | 2 +- 4 files changed, 35 insertions(+), 4 deletions(-) delete mode 100644 2.16.tar.gz create mode 100644 2.18.tar.gz diff --git a/2.16.tar.gz b/2.16.tar.gz deleted file mode 100644 index 9a6fd52..0000000 --- a/2.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c2aff14e020ade9f3a8120bfc495c762793651c59361e51a7b372a98175c564 -size 5251132 diff --git a/2.18.tar.gz b/2.18.tar.gz new file mode 100644 index 0000000..36519a2 --- /dev/null +++ b/2.18.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cacc4d312ccac071487273ea8291000ff9a8c37a3a97c9e0e4a51afa3a74d7a +size 5320974 diff --git a/pgbackrest.changes b/pgbackrest.changes index aa616ae..d44e8a5 100644 --- a/pgbackrest.changes +++ b/pgbackrest.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Sun Oct 6 14:09:55 UTC 2019 - Bruno Friedmann + +- Update to 2.18 version PostgreSQL 12 Support + + Features: + - PostgreSQL 12 support. + - Add info command set option for detailed text output. + - Add standby restore type. This automatically adds + standby_mode=on to recovery.conf for PostgreSQL < 12 + and creates standby.signal for PostgreSQL ≥ 12, creating a + common interface between PostgreSQL versions. + + Improvements: + - The restore command is implemented entirely in C. + + Documentation Improvements: + - Document the relationship between db-timeout and protocol-timeout. + - Add documentation clarifications regarding standby repositories. + - Add FAQ for time-based Point-in-Time Recovery. +- Update to 2.17 version C Migrations and Bug Fixes + + Bug fixes: + - Improve slow manifest build for very large quantities of + tables/segments. + - Fix exclusions for special files. + + Improvements: + - The stanza-create/update/delete commands are implemented entirely in C. + - The start/stop commands are implemented entirely in C. + - Create log directories/files with 0750/0640 mode. + + Documentation Bug Fixes: + - Fix yum.p.o package being installed when custom package specified. + + Documentation Improvements: + - Build pgBackRest as an unprivileged user. + ------------------------------------------------------------------- Sat Aug 24 16:31:39 UTC 2019 - Bruno Friedmann diff --git a/pgbackrest.spec b/pgbackrest.spec index 363f8de..47d2085 100644 --- a/pgbackrest.spec +++ b/pgbackrest.spec @@ -23,7 +23,7 @@ %endif Name: pgbackrest -Version: 2.16 +Version: 2.18 Release: 0 Summary: Reliable PostgreSQL Backup & Restore License: MIT