Commit Graph

186 Commits (78bc85dd4455c302c345c550e0628a1522df108d)

Author SHA1 Message Date
Masahiko Sawada fc0fb77c55 Fix re-distributing previously distributed invalidation messages during logical decoding. 9 months ago
Amit Kapila f6429bd7db Fix xmin advancement during fast_forward decoding. 11 months ago
Amit Kapila 90bc4523fd Fix typo in test file name added in commit 4909b38af0. 11 months ago
Amit Kapila 9f21be08e8 Fix data loss in logical replication. 11 months ago
Michael Paquier 1df1e1e787 Fix invalidation of local pgstats references for entry reinitialization 1 year ago
Amit Kapila 5ce0dcc99a Stabilize the test added by commit 022564f60c. 1 year ago
Amit Kapila 8175a7d11f Fix fetching default toast value during decoding of in-progress transactions. 1 year ago
Masahiko Sawada aee8c2b954 Fix possibility of logical decoding partial transaction changes. 2 years ago
Amit Kapila b793a416bf Fix catalog lookup due to wrong snapshot for subtransactions during decoding. 2 years ago
Alvaro Herrera 3bb8b9342f
Make test_decoding ddl.out shorter 3 years ago
Amit Kapila 343afa9671 Fix executing invalidation messages generated by subtransactions during decoding. 3 years ago
Amit Kapila 64ff0fe4e8 Fix assertion failures while processing NEW_CID record in logical decoding. 3 years ago
Amit Kapila 272248a0c1 Fix catalog lookup with the wrong snapshot during logical decoding. 4 years ago
Tom Lane 23e7b38bfe Pre-beta mechanical code beautification. 4 years ago
Amit Kapila 74547b9c23 Stabilize streaming tests in test_decoding. 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
Andres Freund bdbd3d9064 pgstat: stats collector references in comments. 4 years ago
Alvaro Herrera 7103ebb7aa
Add support for MERGE SQL command 4 years ago
Alvaro Herrera dfdb2f3bf5
test_decoding: Add comments about delaying BEGIN/PREPARE 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
Daniel Gustafsson 549ec201d6 Replace Test::More plans with done_testing 4 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 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
Andrew Dunstan b3b4d8e68a
Move Perl test modules to a better namespace 4 years ago
Michael Paquier f9c4cb6868 Add more $Test::Builder::Level in the TAP tests 4 years ago
Amit Kapila 29b5905470 Fix toast rewrites in logical decoding. 5 years ago
Andrew Dunstan 201a76183e
Unify PostgresNode's new() and get_new_node() methods 5 years ago
Amit Kapila a8fd13cab0 Add support for prepared transactions to built-in logical replication. 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