Commit Graph

98 Commits (fc39b286ad7262a4aac8ff9a34f244763bed7a53)

Author SHA1 Message Date
Masahiko Sawada 072ee847ad Skip logical decoding of already-aborted transactions. 5 months ago
Amit Kapila d759c1a0b8 Stabilize the test added by commit 022564f60c. 9 months ago
Amit Kapila 022564f60c Fix fetching default toast value during decoding of in-progress transactions. 9 months ago
Masahiko Sawada 52f1d6730b Fix memory counter update in ReorderBuffer. 10 months ago
Heikki Linnakangas e6cd857726 Make RelationFlushRelation() work without ResourceOwner during abort 1 year ago
Amit Kapila ddd5f4f54a Add a slot synchronization function. 1 year ago
Amit Kapila c393308b69 Allow to enable failover property for replication slots via SQL API. 1 year ago
Michael Paquier 173b56f1ef Add flush option to pg_logical_emit_message() 2 years ago
Michael Paquier 98e89740e5 test_decoding: Remove unnecessary table in twophase test 2 years ago
Amit Kapila 54ccfd6586 Fix the misuse of origin filter across multiple pg_logical_slot_get_changes() calls. 2 years ago
Alvaro Herrera d6677b93c7
Make test_decoding ddl.out shorter 2 years ago
Amit Kapila 26dd0284b9 Add BEGIN/COMMIT for transactional messages during decoding. 2 years ago
David Rowley eef231e816 Fix some typos and some incorrectly duplicated words 2 years ago
Amit Kapila 366283961a Allow users to skip logical replication of data having origin. 3 years ago
Andres Freund 5264add784 pgstat: add/extend tests for resetting various kinds of stats. 3 years ago
Tomas Vondra 2c7ea57e56 Revert "Logical decoding of sequences" 3 years ago
Andres Freund 0f96965c65 pgstat: add pg_stat_force_next_flush(), use it to simplify tests. 3 years ago
Alvaro Herrera 7103ebb7aa
Add support for MERGE SQL command 3 years ago
Tomas Vondra a180c2b34d Stabilize test_decoding touching with sequences 3 years ago
Noah Misch 766075105c Use PG_TEST_TIMEOUT_DEFAULT for pg_regress suite non-elapsing timeouts. 3 years ago
Tomas Vondra b779d7d8fd Fix skip-empty-xacts with sequences in test_decoding 3 years ago
Tomas Vondra 80901b3291 Add decoding of sequences to test_decoding 3 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. 4 years ago
Amit Kapila 6f4bdf8152 Fix assertion during streaming of multi-insert toast changes. 4 years ago
Amit Kapila fc69509131 Fix tests for replication slots stats. 4 years ago
Amit Kapila 51ef917303 Another try to fix the test case added by commit f5fc2f5b23. 4 years ago
Amit Kapila c64dcc7fee Fix test case added by commit f5fc2f5b23. 4 years ago
Amit Kapila f5fc2f5b23 Add information of total data processed to replication slot stats. 4 years ago
Andres Freund 5f79580ad6 Fix memory lifetime issues of replication slot stats. 4 years ago
Amit Kapila 19890a064e Add option to enable two_phase commits via pg_create_logical_replication_slot. 4 years ago
Noah Misch 388b959315 Raise a timeout to 180s, in contrib/test_decoding. 4 years ago
Amit Kapila a271a1b50e Allow decoding at prepare time in ReorderBuffer. 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
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
Thomas Munro 4c04be9b05 Introduce xid8-based functions to replace txid_XXX. 5 years ago
Alvaro Herrera 69360b3458
Remove header noise from test_decoding test 5 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 6 years ago
Alvaro Herrera 8c67d29fd5 Relax overly strict assertion 6 years ago
Andres Freund e9edc1ba0b Fix logical decoding error when system table w/ toast is repeatedly rewritten. 7 years ago