SHA256
1
0
forked from pool/pgbackrest

Accepting request 735528 from home:bruno_friedmann:branches:server:database:postgresql

- 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
This commit is contained in:
Bruno Friedmann 2019-10-07 19:04:58 +00:00 committed by Git OBS Bridge
parent 25542b8f46
commit 4ac51e32b6
4 changed files with 35 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9c2aff14e020ade9f3a8120bfc495c762793651c59361e51a7b372a98175c564
size 5251132

3
2.18.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8cacc4d312ccac071487273ea8291000ff9a8c37a3a97c9e0e4a51afa3a74d7a
size 5320974

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Sun Oct 6 14:09:55 UTC 2019 - Bruno Friedmann <bruno@ioda-net.ch>
- 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 <bruno@ioda-net.ch>

View File

@ -23,7 +23,7 @@
%endif
Name: pgbackrest
Version: 2.16
Version: 2.18
Release: 0
Summary: Reliable PostgreSQL Backup & Restore
License: MIT