postgresql-common (225)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 226 > 225
- Git: https://salsa.debian.org/postgresql/postgresql-common.git
-
- Branch: master
- Path: debian/changelog
- Browser: https://salsa.debian.org/postgresql/postgresql-common
- Last scan: 2021-04-16 14:35:01+00
- Next scan: 2021-04-25 03:02:00+00
- Open issues: 12
- Merge requests: 2
- CI pipeline status: success
- Debian changelog in Git:
postgresql-common (226) UNRELEASED; urgency=medium
[ Christoph Berg ]
* pg_backupcluster, pg_restorecluster: New front-ends to pg_basebackup,
pg_receivewal and pg_dump with systemd service/timer integration.
* pg_dropcluster: Disable cluster and backup services on drop.
* pg_upgradecluster: Deprecate vacuum_cleanup_index_scale_factor in 14.
* Promote libjson-perl to Depends.
* Move cluster owner verification from pg_ctlcluster to new PgCommon.pm
function validate_cluster_owner and use it in pg_upgradecluster,
pg_renamecluster, pg_dropcluster. (Extends the CVE-2019-3466 fix.)
* PgCommon.pm: documentation converted to POD, many thanks to Pablo Valdés
for the excellent patch!
* PgCommon.pm error: Use die() instead of exit().
* PgCommon.pm: documentation converted to POD, many thanks to Pablo Valdés
for the excellent patch!
[ Hanefi Onaldi ]
* pg_buildext build: Move extra_cflags from command line arguments to COPT
so Makefile.global CFLAGS are not overridden
[ Bryce Harrington ]
* d/postinst: Only add postgres to group ssl-cert if it isn't
already a member of that group. (Closes: #984473, LP: #1690432)
-- Christoph Berg <myon@debian.org> Wed, 10 Feb 2021 23:51:11 +0100
- This branch is 28 commits ahead of tag debian/225
- Git log:
commit e16157cf4d7d6473cb980fad86d8a9f044ca7b36
Author: Christoph Berg <myon@debian.org>
Date: Fri Apr 16 16:13:41 2021 +0200
pg_upgradecluster: Deprecate vacuum_cleanup_index_scale_factor in 14.
commit 7664ea1f6a52e4ecd030d139a7112501b05884b1
Author: Christoph Berg <myon@debian.org>
Date: Mon Apr 12 17:33:05 2021 +0200
rpm: yum install -y
commit a4545e09947e473c9b2d11cf063634ebcac55452
Author: Christoph Berg <myon@debian.org>
Date: Mon Apr 12 17:31:11 2021 +0200
rpm: Install perl-JSON at test time
commit 2c8ca841e088c093821cbc3eb1e5e9fe6ff88d4e
Author: Christoph Berg <myon@debian.org>
Date: Mon Apr 12 17:24:59 2021 +0200
rpm: Require perl-JSON
commit 2891c045d4d3274f2b0d89bf5490c1964b532e9a
Author: Victor Sudakov <vas@4vrs.com>
Date: Thu Mar 25 12:40:46 2021 +0700
pg_basebackup is also downwards compatible.
I think you could safely add pg_basebackup to the above list, because
pg_basebackup is also downwards compatible:
https://www.postgresql.org/docs/13/app-pgbasebackup.html
"pg_basebackup works with servers of the same or an older major
version, down to 9.1."
commit d2100b9245753bb1426b22e4bd748777f9ff025f
Author: Christoph Berg <myon@debian.org>
Date: Mon Apr 12 15:56:40 2021 +0200
pg_dropcluster: Disable cluster and backup services on drop.
commit 0b2d70acfb7aca0c76c062049be0810b2a4a53a6
Author: Christoph Berg <myon@debian.org>
Date: Mon Apr 12 15:45:37 2021 +0200
Store backup status as JSON, promote libjson-perl to Depends.
commit 2cb4edcb60b0cbbf9a0bef74d8d6cac5787141d0
Author: Christoph Berg <myon@debian.org>
Date: Thu Apr 1 17:28:20 2021 +0200
pg_restorecluster: Allow configuring data and wal directory
commit 02e76e941a8e77035b140198dd92b4a9f0c537c6
Author: Christoph Berg <myon@debian.org>
Date: Thu Apr 1 17:09:03 2021 +0200
pg_createcluster: Move replace_v_c() to PgCommon.pm
commit eb0e17b4c6b886334e06e88daa22914ae1dd3224
Author: Christoph Berg <myon@debian.org>
Date: Thu Apr 1 16:00:08 2021 +0200
pg_restorecluster: Allow configuring port
commit 458f9e491b4a6356f2007c5fe58eaa7ab2b0e3b8
Author: Christoph Berg <myon@debian.org>
Date: Thu Apr 1 15:09:35 2021 +0200
postgresql-common.spec: Install /usr/bin/pg_archivecleanup symlink
commit 5807f8d04b0a794b2fa25464a8299c219e7ac381
Author: Christoph Berg <myon@debian.org>
Date: Thu Apr 1 13:40:09 2021 +0200
t/045_backup.t: Test archive recovery on 9.5+ only
commit b40312acf9a15270ba8ac81b86f3673c55ab6f4b
Author: Christoph Berg <myon@debian.org>
Date: Thu Apr 1 13:21:13 2021 +0200
Finish PITR support
commit fb59331869aa1959fe91f1e4111fa60d51dda941
Author: Christoph Berg <myon@debian.org>
Date: Thu Apr 1 11:41:30 2021 +0200
pg_getwal: Convert to sh script and exit 129 on error
commit 83471777a0d95d4c82d4082e4b921d072755b2ef
Author: Christoph Berg <myon@debian.org>
Date: Wed Mar 31 17:25:45 2021 +0200
pg_restorecluster: Support restoring from archive
commit 40511bfceb101fe9761ce2462715a598b9db05a5
Author: Christoph Berg <myon@debian.org>
Date: Tue Mar 30 18:48:51 2021 +0200
pg_restorecluster: Support restoring WAL
commit 8262c097f10f2a7fd2fa997c6e3d62f7b986f249
Author: Christoph Berg <myon@debian.org>
Date: Thu Mar 25 13:33:46 2021 +0100
t/045_backup.t: Use systemctl for triggering backups
commit d5832718e8b369761a9cba9d28862d7b934850c7
Author: Christoph Berg <myon@debian.org>
Date: Thu Mar 25 12:49:03 2021 +0100
t/045_backup.t: Use a locale that exists on CentOS
commit 6130aa01c5b8f5f3b9306a811ef3b54a009a80ee
Author: Christoph Berg <myon@debian.org>
Date: Thu Mar 25 12:44:14 2021 +0100
t/045_backup.t: Fix glob() weirdness in scalar context
commit 5985844a803bf544d99ef9dfe3ed15d2fc24e341
Author: Christoph Berg <myon@debian.org>
Date: Wed Mar 24 22:16:05 2021 +0100
pg_backupcluster: Support pre-10 servers
commit c809ab0387cc457773409393c7b750b555fd2ebe
Author: Christoph Berg <myon@debian.org>
Date: Wed Mar 24 19:51:14 2021 +0100
pg_backupcluster: In PostgreSQL 10 and earlier, ALTER ROLE ... IN DATABASE is not supported.
commit 17937d2651ff49b3ca65ae810a40823eb1fc4db4
Author: Christoph Berg <christoph.berg@credativ.de>
Date: Tue Dec 11 16:49:52 2018 +0100
pg_backupcluster: simple pg_basebackup frontend
commit c1bc1fd53edb76a36c05dd71c19fad384e209041
Author: Bryce Harrington <bryce@canonical.com>
Date: Mon Mar 15 13:08:00 2021 +0100
d/postinst: Only add postgres to group ssl-cert if it isn't already a member of that group. (Closes: #984473, LP: #1690432)
commit b6d8734e4f5dc8e110502be6c3fe5e328199586c
Author: Hanefi Onaldi <hanefi.onaldi@microsoft.com>
Date: Thu Feb 25 16:25:43 2021 +0000
Add entry to changelog
commit 5a22511700d126054b085456a2c4b39938a98da0
Author: Hanefi Onaldi <hanefi.onaldi@microsoft.com>
Date: Thu Feb 25 16:15:43 2021 +0000
Store extra_cflags arguments in COPT
The command line argument overrides all ordinary assignments of CFLAGS variables in the makefiles. This behaviour contradicts with the manpage that calls this parametre extra_cflags that imply we will preserve the original flags in makefiles such as Makefile.global and append new flags somehow.
commit 1b865788cee50f3eddce8a8576fd07357cc8411c
Author: Christoph Berg <myon@debian.org>
Date: Thu Mar 4 18:31:18 2021 +0100
Move cluster owner verification from pg_ctlcluster to new PgCommon.pm function validate_cluster_owner
... and use it in pg_upgradecluster, pg_renamecluster, pg_dropcluster. (Extends the CVE-2019-3466 fix.)
commit b518a0444f891f2e4d200ab81a312fb25996e32d
Author: Christoph Berg <myon@debian.org>
Date: Tue Mar 2 18:00:00 2021 +0100
PgCommon.pm error: Use die() instead of exit().
commit e21e505d7cad8c0cd85fad437802481411e4cdd7
Author: Christoph Berg <myon@debian.org>
Date: Wed Feb 10 23:52:07 2021 +0100
PgCommon.pm: documentation converted to POD
Many thanks to Pablo Valdés for the excellent patch!