Commit Graph

165 Commits (244c047205bb770f877ea525ea8bd7cd3cdad076)

Author SHA1 Message Date
Masahiko Sawada 983b363625 Fix re-distributing previously distributed invalidation messages during logical decoding. 9 months ago
Amit Kapila 1f63b3626a Fix xmin advancement during fast_forward decoding. 10 months ago
Amit Kapila bb1bc9fa96 Fix typo in test file name added in commit 4909b38af0. 10 months ago
Amit Kapila 0434033e8b Fix data loss in logical replication. 11 months ago
Amit Kapila 581092c907 Stabilize the test added by commit 022564f60c. 1 year ago
Amit Kapila efe706e273 Fix fetching default toast value during decoding of in-progress transactions. 1 year ago
Masahiko Sawada f7d3caf9dd Fix possibility of logical decoding partial transaction changes. 2 years ago
Amit Kapila 6b77048e57 Fix catalog lookup due to wrong snapshot for subtransactions during decoding. 2 years ago
Alvaro Herrera c5c5832600
Make test_decoding ddl.out shorter 3 years ago
Amit Kapila 4fbe6096b9 Fix executing invalidation messages generated by subtransactions during decoding. 3 years ago
Amit Kapila a592ed923e Fix assertion failures while processing NEW_CID record in logical decoding. 3 years ago
Amit Kapila 68dcce247f Fix catalog lookup with the wrong snapshot during logical decoding. 4 years ago
Amit Kapila 7891a0d5d9 Stabilize streaming tests in test_decoding. 4 years ago
Amit Kapila 04645bbcae WAL log unchanged toasted replica identity key attributes. 4 years ago
Michael Paquier 4be3e005e5 Remove assertion for replication origins in PREPARE TRANSACTION 4 years ago
Michael Paquier d834ebcf23 Add more $Test::Builder::Level in the TAP tests 4 years ago
Amit Kapila 9d7a80ce01 Fix toast rewrites in logical decoding. 5 years ago
Tom Lane a443c1b2d6 Allow non-quoted identifiers as isolation test session/step names. 5 years ago
Tom Lane 4a054069a3 Improve display of query results in isolation tests. 5 years ago
Tom Lane 741d7f1047 Use annotations to reduce instability of isolation-test results. 5 years ago
Amit Kapila 6f4bdf8152 Fix assertion during streaming of multi-insert toast changes. 5 years ago
Amit Kapila fc69509131 Fix tests for replication slots stats. 5 years ago
Andrew Dunstan 8fa6e6919c
Add a copyright notice to perl files lacking one. 5 years ago
Amit Kapila 51ef917303 Another try to fix the test case added by commit f5fc2f5b23. 5 years ago
Amit Kapila 3fa17d3771 Use HTAB for replication slot statistics. 5 years ago
Amit Kapila c64dcc7fee Fix test case added by commit f5fc2f5b23. 5 years ago
Amit Kapila f5fc2f5b23 Add information of total data processed to replication slot stats. 5 years ago
Peter Eisentraut 0b5e824528 Message improvement 5 years ago
Amit Kapila f64ea6dc5c Add a xid argument to the filter_prepare callback for output plugins. 5 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
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Amit Kapila 0aa8a01d04 Extend the output plugin API to allow decoding of prepared xacts. 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
David Rowley 110d81728a Fixup some appendStringInfo and appendPQExpBuffer calls 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. 6 years ago
Michael Paquier fe7fd4e961 Add regression tests for REPLICA IDENTITY with dropped indexes 6 years ago
Amit Kapila 82a0ba7707 Fix the logical streaming test. 6 years ago
Amit Kapila 7259736a6e Implement streaming mode in ReorderBuffer. 6 years ago
Amit Kapila 45fdc9738b Extend the logical decoding output plugin API with stream methods. 6 years ago
Michael Paquier cc072641d4 Replace superuser check by ACLs for replication origin functions 6 years ago
Peter Eisentraut 501e41dd3c Propagate ALTER TABLE ... SET STORAGE to indexes 6 years ago