Commits

Showing commits that first shipped in 16 (backpatches included). Clear

DateSubjectAuthorReleases
2026-06-15 Clean up quoting of variable strings within replication commands. Tom Lane 16 (unreleased)
2026-05-11 Fix SQL injection in logical replication origin checks. Noah Misch 16.14
2025-12-23 Fix orphaned origin in shared memory after DROP SUBSCRIPTION Michael Paquier 16.12
2025-08-19 Fix self-deadlock during DROP SUBSCRIPTION. Amit Kapila 16.11
2025-02-21 Fix a WARNING for data origin discrepancies. Amit Kapila 16.9
2023-09-13 Fix the ALTER SUBSCRIPTION to reflect the change in run_as_owner option. Amit Kapila 16.1
2023-08-16 Improved CREATE SUBSCRIPTION message for clarity Peter Eisentraut 16.0
2023-07-05 pgstat: fix subscription stats entry leak. Masahiko Sawada 16.0
2023-06-21 Fix the errhint message and docs for drop subscription failure. Amit Kapila 16.0
2023-05-19 Pre-beta mechanical code beautification. Tom Lane 16.0
2023-05-12 Improve error message for pg_create_subscription. Nathan Bossart 16.0
2023-05-02 Fix typos in comments Michael Paquier 16.0
2023-04-19 Remove some tabs in SQL code in C string literals Peter Eisentraut 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-03-29 Avoid syncing data twice for the 'publish_via_partition_root' option. Amit Kapila 16.0
2023-03-25 Add SysCacheGetAttrNotNull for guaranteed not-null attrs Daniel Gustafsson 16.0
2023-01-22 Track logrep apply workers' last start times to avoid useless waits. Tom Lane 16.0
2023-01-09 Perform apply of large transactions by parallel workers. Amit Kapila 16.0
2023-01-06 Wake up a subscription's replication worker processes after DDL. Tom Lane 16.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-11-13 Refactor ownercheck functions Peter Eisentraut 16.0
2022-10-18 Improve errhint for ALTER SUBSCRIPTION ADD/DROP PUBLICATION Alvaro Herrera 16.0
2022-10-13 Improve the WARNING message for CREATE SUBSCRIPTION. Amit Kapila 16.0
2022-10-11 Add a common function to generate the origin name. Amit Kapila 16.0