Commits

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

DateSubjectAuthorReleases
2026-05-17 Use ereport(ERROR), not Assert(), for publisher tuples missing columns. Noah Misch 16 (unreleased)
2025-12-24 Don't advance origin during apply failure. Amit Kapila 16.12
2025-08-19 Fix self-deadlock during DROP SUBSCRIPTION. Amit Kapila 16.11
2025-05-30 Ensure we have a snapshot when updating various system catalogs. Nathan Bossart 16.10
2025-04-23 Fix an oversight in 3f28b2fcac. Amit Kapila 16.9
2024-08-21 Don't advance origin during apply failure. Amit Kapila 16.5
2023-07-25 Remove unnecessary checks for indexes for REPLICA IDENTITY FULL tables. Masahiko Sawada 16.0
2023-07-25 Fix the display of UNKNOWN message type in apply worker. Amit Kapila 16.0
2023-07-13 Fix untranslatable log message assembly Peter Eisentraut 16.0
2023-06-07 Reload configuration more frequently in apply worker. Amit Kapila 16.0
2023-05-19 Pre-beta mechanical code beautification. Tom Lane 16.0
2023-05-19 Fix misbehavior of EvalPlanQual checks with multiple result relations. Tom Lane 16.0
2023-05-03 Fix assertion failure in apply worker. Amit Kapila 16.0
2023-04-24 Use elog to report unexpected action in handle_streamed_transaction(). Masahiko Sawada 16.0
2023-04-20 Restart the apply worker if the 'password_required' option is changed. Amit Kapila 16.0
2023-04-04 Add a run_as_owner option to subscriptions. Robert Haas 16.0
2023-04-04 Perform logical replication actions as the table owner. Robert Haas 16.0
2023-04-03 Fix possible logical replication crash. Robert Haas 16.0
2023-03-30 Add new predefined role pg_create_subscription. Robert Haas 16.0
2023-03-15 Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber. Amit Kapila 16.0
2023-03-06 Fill EState.es_rteperminfos more systematically. Tom Lane 16.0
2023-01-22 Track logrep apply workers' last start times to avoid useless waits. Tom Lane 16.0
2023-01-17 Improve the code to decide and process the apply action. Amit Kapila 16.0
2023-01-16 Add BufFileRead variants with short read and EOF detection Peter Eisentraut 16.0
2023-01-16 Fix some BufFileRead() error reporting Peter Eisentraut 16.0