master
Allow non-quoted identifiers as isolation test session/step names.
Fix ALTER DOMAIN VALIDATE CONSTRAINT locking
Fix NOTIFY wakeups for pre-commit LISTEN entries.
Reintroduce MAINTAIN privilege and pg_maintain predefined role.
Add some isolation tests for CLUSTER
Remove md5() call from isolation test for CLUSTER and TOAST
Avoid orphaned objects dependencies
Fix performance issue in deadlock-parallel isolation test.
Rename debug_invalidate_system_caches_always to debug_discard_caches.
Rethink blocking annotations in detach-partition-concurrently-[34].
Make spelling of cancelled/cancellation consistent
Re-adjust drop-index-concurrently-1 isolation test
Fix lock release for role membership grants in DROP OWNED BY.
Fix RETURNING OLD with BEFORE UPDATE trigger and concurrent update.
Fix rowmark handling for non-relation RTEs during executor init
Use "concurrent delete" in serialization error for TM_Deleted cases
Handle nullable referenced key in RI fast-path check
Fill testing gap for possible referential integrity violation
Fix spelling mistake in fk-snapshot-3.spec
Fix assertions with RI triggers in heap_update and heap_delete.
Add isolation tests for UPDATE/DELETE FOR PORTION OF
Treat number of disabled nodes in a path as a separate cost metric.
Add test for HeapBitmapScan's broken skip_fetch optimization
For inplace update, send nontransactional invalidations.
Add support for INSERT ... ON CONFLICT DO SELECT.
Stabilize output of new isolation test insert-conflict-do-update-4.
Remove incidental md5() function uses from several tests
Fix data loss at inplace update after heap_update().
Put back intra-grant-inplace.spec test coverage
Allow a no-wait lock acquisition to succeed in more cases.
Make materialized views participate in predicate locking
Fix concurrent update issues with MERGE.
Add support for MERGE SQL command
Fix EvalPlanQual rechecking during MERGE.
Fix handling of updated tuples in the MERGE statement
Fix calculation of members_size in pg_get_multixact_stats()
Fix risk of deadlock failure while dropping a partitioned index.
Implement ALTER TABLE ... MERGE PARTITIONS ... command
Implement ALTER TABLE ... SPLIT PARTITION ... command
Fix pg_get_publication_tables() failure with concurrent DROP TABLE.
Fix corruption of toast indexes with REINDEX CONCURRENTLY
Fix assert failures in parallel SERIALIZABLE READ ONLY.
Fix some typos and some incorrectly duplicated words
Rename force_parallel_mode to debug_parallel_query
Add stats_reset to pg_stat_user_functions
Add subxid-overflow "isolation" test
Fix typos and duplicate words
Remove flaky isolation tests for timeouts
Adjust comments that called MultiXactIds "XMIDs".