Commits

DateSubjectAuthorReleases
2026-07-02 Allow logical replication conflicts to be logged to a table. Amit Kapila master
2026-06-17 Avoid errors during ALTER SUBSCRIPTION. Jeff Davis 19 (unreleased)
2026-03-24 GetSubscription(): use per-object memory context. Jeff Davis 19 (unreleased)
2026-03-06 CREATE SUBSCRIPTION ... SERVER. Jeff Davis 19 (unreleased)
2026-02-23 Cope with AIX's alignment woes by using _Pragma("pack"). Tom Lane 19 (unreleased)
2026-02-19 Add per-subscription wal_receiver_timeout setting. Fujii Masao 19 (unreleased)
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-09-02 Add max_retention_duration option to subscriptions. Amit Kapila 19 (unreleased)
2025-07-23 Preserve conflict-relevant data during logical replication. Amit Kapila 19 (unreleased)
2025-01-15 IWYU pragmas for catalog headers Peter Eisentraut 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-12-03 Rework some code handling pg_subscription data in psql and pg_dump Michael Paquier 18.0
2024-10-25 Refactor code converting a publication name List to a StringInfo Michael Paquier 18.0
2024-01-30 Add a failover option to subscriptions. Amit Kapila 17.0
2024-01-23 Generate syscache info from catalog files Peter Eisentraut 17.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-10-17 Restart the apply worker if the privileges have been revoked. Amit Kapila 17.0
2023-08-31 Restructure DECLARE_INDEX arguments Peter Eisentraut 17.0
2023-05-19 Pre-beta mechanical code beautification. Tom Lane 16.0
2023-04-04 Add a run_as_owner option to subscriptions. Robert Haas 16.0
2023-03-30 Add new predefined role pg_create_subscription. Robert Haas 16.0
2023-01-09 Perform apply of large transactions by parallel workers. Amit Kapila 16.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-08-02 Move common catalog cache access routines to lsyscache.c Amit Kapila 16.0
2022-07-21 Allow users to skip logical replication of data having origin. Amit Kapila 16.0