summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-26 07:54:12 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-26 07:54:12 +0000
commit9a99bae515023cdb11c0797a4d89f2e1e2f82806 (patch)
tree02f68d68bcf07612fde8386d5a3a8355435adf22
parentMerging upstream version 261. (diff)
downloadpostgresql-common-9a99bae515023cdb11c0797a4d89f2e1e2f82806.tar.xz
postgresql-common-9a99bae515023cdb11c0797a4d89f2e1e2f82806.zip
Adding debian version 261.debian/261debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/changelog9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 9587469..3bfc270 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+postgresql-common (261) unstable; urgency=medium
+
+ * server/postgresql.mk: Use --enable-dtrace only on Linux.
+ * pg_createcluster: Internally set LC_NUMERIC=C to ensure version
+ comparisons use '.' as separator.
+ * t/045_backup.t: ALTER SYSTEM needs 9.4+.
+
+ -- Christoph Berg <myon@debian.org> Tue, 25 Jun 2024 14:04:23 +0200
+
postgresql-common (260) unstable; urgency=medium
* t/020_create_sql_remove.t: Skip plpython3 tests on 9.x and Python 3.12+.