master
Message style improvements
Fix assertion failures while processing NEW_CID record in logical decoding.
Improve display of query results in isolation tests.
Remove incidental md5() function uses from several tests
Add UPDATE/DELETE FOR PORTION OF
Make RelationFlushRelation() work without ResourceOwner during abort
Revert "Logical decoding of sequences"
Fix re-distributing previously distributed invalidation messages during logical decoding.
Add flush option to pg_logical_emit_message()
Fix xmin advancement during fast_forward decoding.
Prevent unintended dropping of active replication origins.
Add a slot synchronization function.
Add skip-empty-xacts option to test_decoding for use in the regression tests.
Disallow direct use of the pgrepack logical decoding plugin
Add optional pid parameter to pg_replication_origin_session_setup().
Fix possibility of logical decoding partial transaction changes.
Revise GUC names quoting in messages again
Close race condition in slot_creation_error.spec.
Make contrib/test_decoding regression tests safe for CZ locale.
Rename column slotsync_skip_at to slotsync_last_skip.
Skip logical decoding of already-aborted transactions.
logical decoding: fix decoding of a commit's commit time.
Stabilize the test added by commit 022564f.
Add STREAM_START/STREAM_STOP for transactional messages during decoding.
Don't propagate a null subtransaction snapshot up to parent transaction.