From 2e84f9ffb688557f8a472a7487e4283fcf1f034a Mon Sep 17 00:00:00 2001 From: Keith Fiske Date: Tue, 26 Dec 2023 14:50:51 -0500 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d56eac8..a0ab860 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ BREAKING CHANGES - The minimum required version of PostgreSQL is now 14 - Required for calling procedures via background worker (Github PR #242). - Dropped automatic publication refresh of a partition set that was part of a logical replication subscription. As of PostgreSQL 14, it is no longer possible to call ALTER SUBSCRIPTION ... REFRESH PUBLICATION within a transaction block which means it can no longer be called via the maintenance functions. For now, an independent call with this refresh statement will need to be done on the subscription side of partition sets that are part of logical replication (Github Issue #572). + - The partition control column being NOT NULL is now fully enforced when making new partition sets. NEW FEATURES ------------