Commit Graph

130 Commits (4c08960d97e950b00a4f6bf255d5409da98c6032)

Author SHA1 Message Date
Masahiko Sawada b2ae077205 Fix re-distributing previously distributed invalidation messages during logical decoding. 9 months ago
Amit Kapila 21a7caeeb9 Fix xmin advancement during fast_forward decoding. 10 months ago
Amit Kapila 9987c94662 Fix typo in test file name added in commit 4909b38af0. 10 months ago
Amit Kapila 9a2f8b4f01 Fix data loss in logical replication. 11 months ago
Amit Kapila 0c40d90190 Stabilize the test added by commit 022564f60c. 1 year ago
Amit Kapila 0f0e253dbf Fix fetching default toast value during decoding of in-progress transactions. 1 year ago
Masahiko Sawada 2f3304ce13 Fix possibility of logical decoding partial transaction changes. 2 years ago
Amit Kapila 8d05be9319 Fix the misuse of origin filter across multiple pg_logical_slot_get_changes() calls. 2 years ago
Alvaro Herrera b1dc946eee
Make test_decoding ddl.out shorter 3 years ago
David Rowley eef231e816 Fix some typos and some incorrectly duplicated words 3 years ago
Peter Eisentraut de4d456b40 Improve several permission-related error messages. 3 years ago
Amit Kapila 16b1fe0037 Fix assertion failures while processing NEW_CID record in logical decoding. 3 years ago
Amit Kapila d2169c9985 Fix the incorrect assertion introduced in commit 7f13ac8123. 4 years ago
Amit Kapila 7f13ac8123 Fix catalog lookup with the wrong snapshot during logical decoding. 4 years ago
Amit Kapila 366283961a Allow users to skip logical replication of data having origin. 4 years ago
Andres Freund 5264add784 pgstat: add/extend tests for resetting various kinds of stats. 4 years ago
Tomas Vondra 2c7ea57e56 Revert "Logical decoding of sequences" 4 years ago
Andres Freund 0f96965c65 pgstat: add pg_stat_force_next_flush(), use it to simplify tests. 4 years ago
Alvaro Herrera 7103ebb7aa
Add support for MERGE SQL command 4 years ago
Noah Misch e186f56f9c Close race condition in slot_creation_error.spec. 4 years ago
Tomas Vondra a180c2b34d Stabilize test_decoding touching with sequences 4 years ago
Noah Misch 766075105c Use PG_TEST_TIMEOUT_DEFAULT for pg_regress suite non-elapsing timeouts. 4 years ago
Tom Lane 618c16707a Rearrange libpq's error reporting to avoid duplicated error text. 4 years ago
Andres Freund 278cdea6b9 Add isolation test for errors during logical slot creation. 4 years ago
Amit Kapila 5e01001ffb WAL log unchanged toasted replica identity key attributes. 4 years ago
Tomas Vondra b779d7d8fd Fix skip-empty-xacts with sequences in test_decoding 4 years ago
Tomas Vondra 80901b3291 Add decoding of sequences to test_decoding 4 years ago
Michael Paquier ece8c76192 Remove assertion for replication origins in PREPARE TRANSACTION 4 years ago
Michael Paquier 1922d7c6e1 Add SQL functions to monitor the directory contents of replication slots 4 years ago
Amit Kapila 29b5905470 Fix toast rewrites in logical decoding. 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
Amit Kapila 51ef917303 Another try to fix the test case added by commit f5fc2f5b23. 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
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. 6 years ago