Commit Graph

36 Commits (e35add48ccc2e5aa94de360f1a43c6c150bda54a)

Author SHA1 Message Date
Amit Kapila e385a4e2fd Prevent unintended dropping of active replication origins. 2 months ago
Amit Kapila 5b148706c5 Add optional pid parameter to pg_replication_origin_session_setup(). 6 months ago
Masahiko Sawada d87d07b7ad Fix re-distributing previously distributed invalidation messages during logical decoding. 9 months ago
Amit Kapila aaf9e95e87 Fix xmin advancement during fast_forward decoding. 11 months ago
Amit Kapila 50b8ad30f7 Fix typo in test file name added in commit 4909b38af0. 11 months ago
Amit Kapila 4909b38af0 Fix data loss in logical replication. 11 months ago
Michael Paquier 4236825197 Fix typos and grammar in code comments and docs 2 years ago
Masahiko Sawada bb19b70081 Fix possibility of logical decoding partial transaction changes. 2 years ago
Peter Eisentraut 657f5f223e Remove incidental md5() function uses from several tests 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
Tomas Vondra 2c7ea57e56 Revert "Logical decoding of sequences" 4 years ago
Noah Misch e186f56f9c Close race condition in slot_creation_error.spec. 4 years ago
Andres Freund 278cdea6b9 Add isolation test for errors during logical slot creation. 4 years ago
Tomas Vondra 80901b3291 Add decoding of sequences to test_decoding 4 years ago
Tom Lane a443c1b2d6 Allow non-quoted identifiers as isolation test session/step names. 5 years ago
Amit Kapila 19890a064e Add option to enable two_phase commits via pg_create_logical_replication_slot. 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 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. 6 years ago
Thomas Munro 4c04be9b05 Introduce xid8-based functions to replace txid_XXX. 6 years ago
Amit Kapila e3ff789acf Stop demanding that top xact must be seen before subxact in decoding. 6 years ago
Michael Paquier 06fdc4e4d3 Do more cleanup of isolation tests for test_decoding 7 years ago
Andres Freund ef493055b6 Force synchronous commit to be enabled for all test_decoding tests. 8 years ago
Alvaro Herrera 8d1c1ca70b Reduce cost of test_decoding's new oldest_xmin test 8 years ago
Alvaro Herrera f49a80c481 Fix "base" snapshot handling in logical decoding 8 years ago
Peter Eisentraut 325f2ec555 Handle heap rewrites even better in logical decoding 8 years ago
Andres Freund 955a684e04 Fix race condition leading to hanging logical slot creation. 9 years ago
Andres Freund 1986c3c440 Force synchronous_commit=on in test_decoding's concurrent_ddl_dml.spec. 10 years ago
Robert Haas 5243a35825 Remove bogus step from test_decoding isolation tests. 11 years ago
Heikki Linnakangas 4fc72cc7bb Collection of typo fixes. 11 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. 12 years ago
Robert Haas b89e151054 Introduce logical decoding. 12 years ago