Commit Graph

93 Commits (60f1f09ff44308667ef6c72fbafd68235e55ae27)

Author SHA1 Message Date
Peter Eisentraut 0b5e824528 Message improvement 4 years ago
Andres Freund 5f79580ad6 Fix memory lifetime issues of replication slot stats. 5 years ago
Amit Kapila 19890a064e Add option to enable two_phase commits via pg_create_logical_replication_slot. 5 years ago
Amit Kapila 8bdb1332eb Avoid repeated decoding of prepared transactions after a restart. 5 years ago
Noah Misch 388b959315 Raise a timeout to 180s, in contrib/test_decoding. 5 years ago
Amit Kapila e33d004900 Fix the test for decoding of two-phase transactions. 5 years ago
Amit Kapila 5a3574d7b3 Test decoding of two-phase transactions during the build of a consistent snapshot. 5 years ago
Amit Kapila a271a1b50e Allow decoding at prepare time in ReorderBuffer. 5 years ago
Amit Kapila 9653f24ad8 Fix 'skip-empty-xacts' option in test_decoding for streaming mode. 5 years ago
Amit Kapila 03d51b776d Change the attribute name in pg_stat_replication_slots view. 5 years ago
Amit Kapila 2050832d0d Fix the unstable output of tests added by commit 8fccf75834. 5 years ago
Amit Kapila 8fccf75834 Add tests for logical replication spilled stats. 5 years ago
Amit Kapila 0ba5181c00 Skip empty transaction stream in test_decoding. 5 years ago
Michael Paquier fe7fd4e961 Add regression tests for REPLICA IDENTITY with dropped indexes 5 years ago
Amit Kapila 82a0ba7707 Fix the logical streaming test. 5 years ago
Amit Kapila 7259736a6e Implement streaming mode in ReorderBuffer. 5 years ago
Michael Paquier cc072641d4 Replace superuser check by ACLs for replication origin functions 5 years ago
Peter Eisentraut 501e41dd3c Propagate ALTER TABLE ... SET STORAGE to indexes 5 years ago
Alvaro Herrera d0abe78d84
Check slot->restart_lsn validity in a few more places 5 years ago
Thomas Munro 4c04be9b05 Introduce xid8-based functions to replace txid_XXX. 6 years ago
Alvaro Herrera 69360b3458
Remove header noise from test_decoding test 6 years ago
Amit Kapila e3ff789acf Stop demanding that top xact must be seen before subxact in decoding. 6 years ago
Peter Eisentraut 887248e97e Message style fixes 6 years ago
Tom Lane ca129e58c0 Fix regression tests to use only global names beginning with "regress_". 6 years ago
Noah Misch f2c71cb71f Stop using spelling "nonexistant". 6 years ago
Andres Freund 3dbb317d32 Fix potential assertion failure when reindexing a pg_class index. 6 years ago
Alvaro Herrera 9f06d79ef8 Add facility to copy replication slots 7 years ago
Alvaro Herrera 8c67d29fd5 Relax overly strict assertion 7 years ago
Andres Freund e9edc1ba0b Fix logical decoding error when system table w/ toast is repeatedly rewritten. 7 years ago
Andres Freund ef493055b6 Force synchronous commit to be enabled for all test_decoding tests. 7 years ago
Alvaro Herrera c40489e449 Fix logical replication slot initialization 7 years ago
Michael Paquier 56a7147213 Block replication slot advance for these not yet reserving WAL 7 years ago
Alvaro Herrera 8d1c1ca70b Reduce cost of test_decoding's new oldest_xmin test 7 years ago
Alvaro Herrera f49a80c481 Fix "base" snapshot handling in logical decoding 7 years ago
Simon Riggs 08ea7a2291 Revert MERGE patch 8 years ago
Peter Eisentraut 5dfd1e5a66 Logical decoding of TRUNCATE 8 years ago
Simon Riggs d204ef6377 MERGE SQL Command following SQL:2016 8 years ago
Simon Riggs 7cf8a5c302 Revert "Modified files for MERGE" 8 years ago
Simon Riggs 354f13855e Modified files for MERGE 8 years ago
Peter Eisentraut 325f2ec555 Handle heap rewrites even better in logical decoding 8 years ago
Peter Eisentraut 8b9e9644dc Replace AclObjectKind with ObjectType 8 years ago
Simon Riggs 9c7d06d606 Ability to advance replication slots 8 years ago
Tom Lane 1518d07842 Fix crash when logical decoding is invoked from a PL function. 8 years ago
Robert Haas c097b271e8 Fix more user-visible elog() calls. 8 years ago
Andres Freund 0d1f98b80e Add regression test for wide REPLICA IDENTITY FULL updates. 8 years ago
Andres Freund 955a684e04 Fix race condition leading to hanging logical slot creation. 8 years ago
Tom Lane d10c626de4 Rename WAL-related functions and views to use "lsn" not "location". 8 years ago
Andres Freund bae9b80160 Force synchronous commit in new-ish test_decoding test. 9 years ago
Robert Haas 806091c96f Remove all references to "xlog" from SQL-callable functions in pg_proc. 9 years ago
Peter Eisentraut fdf71389dd Various temporary slots test improvements 9 years ago