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 an output_plugin_libraries GUC to bless trusted output plugins
Add skip-empty-xacts option to test_decoding for use in the regression tests.
Tighten proto_version parsing in pgoutput
Fix possibility of logical decoding partial transaction changes.
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.
Fix logical decoding of empty prepared transactions.
Add STREAM_START/STREAM_STOP for transactional messages during decoding.
Don't propagate a null subtransaction snapshot up to parent transaction.