Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
keithf4 committed Dec 26, 2023
1 parent 6a07bb9 commit 2e84f9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------
Expand Down

0 comments on commit 2e84f9f

Please sign in to comment.