postgresql-common (246)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 247 > 246
- Git: https://salsa.debian.org/postgresql/postgresql-common.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 11059200
- Browser: https://salsa.debian.org/postgresql/postgresql-common
- Last scan: 2023-01-23 00:07:30+00
- Next scan: 2023-01-29 19:51:00+00
- Open issues: 18
- CI pipeline status: failed
- Debian changelog in Git:
postgresql-common (247) UNRELEASED; urgency=medium
[ Christoph Berg ]
* Update pt_BR debconf translation, thanks Paulo Henrique de Lima Santana!
(Closes: #1024197)
* postgresql.mk: Ignore test failures on alpha.
* pgdg/apt.postgresql.org.sh: Fix version comparisons for 9.x.
* pg_upgradecluster: Remove promote_trigger_file in PG16.
* t/200_maintscripts.t: Run apt-get update before reinstalling pg-common.
[ Dennis Schwan ]
* Fix pgsql-XX isn't numeric in numeric comparison. (Salsa #31)
-- Christoph Berg <myon@debian.org> Wed, 16 Nov 2022 09:26:17 +0100
- This branch is 10 commits ahead of tag debian/246
- Git log:
commit 061552b5743936bd4db26f673fd9f48258bf8e5a
Author: Christoph Berg <myon@debian.org>
Date: Thu Dec 22 11:57:21 2022 +0100
t/200_maintscripts.t: Run apt-get update before reinstalling pg-common.
If postgresql-common changed while some regression tests were running, the test
would fail. (This situation is quite common on apt.postgresql.org.)
commit 99864a5c1a4a0f69e51a6cec75e6d01f59a07556
Author: Christoph Berg <myon@debian.org>
Date: Thu Dec 22 11:02:01 2022 +0100
pg_upgradecluster: Remove promote_trigger_file in PG16.
commit 8a905eaf0ae8b7eb0e77d19011ffbfced0444934
Author: Christoph Berg <myon@debian.org>
Date: Tue Dec 20 09:51:38 2022 +0100
t/045_backup.t: \drds grew an extra column in PG16, ignore it
commit 1a74c2f59e562268c6b3b91b98fa71ee3d2cc340
Author: Christoph Berg <myon@debian.org>
Date: Thu Nov 24 11:14:47 2022 +0100
pgdg/apt.postgresql.org.sh: Create /usr/share/postgresql-common/pgdg directory
commit 2708c349aa7346631e731b2499d1baab0192162d
Author: Christoph Berg <myon@debian.org>
Date: Wed Nov 23 22:01:24 2022 +0100
pgdg/apt.postgresql.org.sh: Fix version comparisons for 9.x.
commit 2008c5dd95ad6878b711b15c2cdd13c683e1f2af
Author: Christoph Berg <myon@debian.org>
Date: Wed Nov 16 20:52:42 2022 +0100
postgresql.mk: Ignore test failures on alpha.
commit 8876bc7e2d641081b2f4c42b78bf51d704fa2798
Author: Christoph Berg <myon@debian.org>
Date: Wed Nov 16 16:26:38 2022 +0100
Fix pgsql-XX isn't numeric in numeric comparison. (Salsa #31)
Close #31.
commit 8da4801e585861a9622257ae066328f2b98d9166
Merge: 4b83074a fbfdb7ac
Author: Christoph Berg <myon@debian.org>
Date: Wed Nov 16 15:25:13 2022 +0000
Merge branch 'master' into 'master'
fix pgsql-XX isn't numeric in numeric comparison / issue #31
See merge request postgresql/postgresql-common!16
commit 4b83074adad411f50842a0c481062ba74f5932b4
Author: Christoph Berg <myon@debian.org>
Date: Wed Nov 16 09:26:51 2022 +0100
Update pt_BR debconf translation, thanks Paulo Henrique de Lima Santana! (Closes: #1024197)
commit fbfdb7accb6622fa9baa290cd83e840807d64c7d
Author: Dennis Schwan <dennis.schwan@1und1.de>
Date: Mon Nov 14 10:39:22 2022 +0100
fix pgsql-XX isn't numeric in numeric comparison / issue #31