Commit Graph

28 Commits (21a71648d39fe386acf8928ae59f41c6cccb47cf)

Author SHA1 Message Date
Peter Eisentraut 657f5f223e Remove incidental md5() function uses from several tests 2 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. 3 years ago
Amit Kapila 7f13ac8123 Fix catalog lookup with the wrong snapshot during logical decoding. 3 years ago
Tomas Vondra 2c7ea57e56 Revert "Logical decoding of sequences" 3 years ago
Noah Misch e186f56f9c Close race condition in slot_creation_error.spec. 3 years ago
Andres Freund 278cdea6b9 Add isolation test for errors during logical slot creation. 3 years ago
Tomas Vondra 80901b3291 Add decoding of sequences to test_decoding 3 years ago
Tom Lane a443c1b2d6 Allow non-quoted identifiers as isolation test session/step names. 4 years ago
Amit Kapila 19890a064e Add option to enable two_phase commits via pg_create_logical_replication_slot. 4 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 9653f24ad8 Fix 'skip-empty-xacts' option in test_decoding for streaming mode. 5 years ago
Amit Kapila 0ba5181c00 Skip empty transaction stream in test_decoding. 5 years ago
Thomas Munro 4c04be9b05 Introduce xid8-based functions to replace txid_XXX. 5 years ago
Amit Kapila e3ff789acf Stop demanding that top xact must be seen before subxact in decoding. 5 years ago
Michael Paquier 06fdc4e4d3 Do more cleanup of isolation tests for test_decoding 6 years ago
Andres Freund ef493055b6 Force synchronous commit to be enabled for all test_decoding tests. 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
Peter Eisentraut 325f2ec555 Handle heap rewrites even better in logical decoding 7 years ago
Andres Freund 955a684e04 Fix race condition leading to hanging logical slot creation. 8 years ago
Andres Freund 1986c3c440 Force synchronous_commit=on in test_decoding's concurrent_ddl_dml.spec. 9 years ago
Robert Haas 5243a35825 Remove bogus step from test_decoding isolation tests. 10 years ago
Heikki Linnakangas 4fc72cc7bb Collection of typo fixes. 10 years ago
Andres Freund ec5896aed3 Fix several weaknesses in slot and logical replication on-disk serialization. 11 years ago
Andres Freund d6fa44fce7 Add skip-empty-xacts option to test_decoding for use in the regression tests. 11 years ago
Robert Haas b89e151054 Introduce logical decoding. 11 years ago