Commit Graph

193 Commits (fa2e874946c5b9f23394358c131e987df7cc8ffb)

Author SHA1 Message Date
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
Peter Eisentraut 657f5f223e Remove incidental md5() function uses from several tests 2 years ago
Tom Lane 0245f8db36 Pre-beta mechanical code beautification. 2 years ago
David Rowley eef231e816 Fix some typos and some incorrectly duplicated words 2 years ago
Peter Eisentraut de4d456b40 Improve several permission-related error messages. 2 years ago
Amit Kapila e709596b25 Add macros for ReorderBufferTXN toptxn. 2 years ago
Andres Freund 30b789eafe Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8 2 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Andrew Dunstan 8284cf5f74 Add copyright notices to meson files 3 years ago
Andres Freund 3f0e786ccb meson: Add 'running' test setup, as a replacement for installcheck 3 years ago
Amit Kapila 16b1fe0037 Fix assertion failures while processing NEW_CID record in logical decoding. 3 years ago
Michael Paquier 56c19fee2d Add missing isolation test for test_decoding in meson build 3 years ago
Andres Freund 902ab2fcef meson: Add windows resource files 3 years ago
Peter Geoghegan 0faf7d933f Harmonize parameter names in contrib code. 3 years ago
Andres Freund e6927270cd meson: Add initial version of meson based build system 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
Amit Kapila 366283961a Allow users to skip logical replication of data having origin. 3 years ago
Andres Freund fd4bad1655 Remove now superfluous declarations of dlsym()ed symbols. 3 years ago
Tom Lane 23e7b38bfe Pre-beta mechanical code beautification. 3 years ago
Amit Kapila 74547b9c23 Stabilize streaming tests in test_decoding. 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
Andres Freund bdbd3d9064 pgstat: stats collector references in comments. 3 years ago
Alvaro Herrera 7103ebb7aa
Add support for MERGE SQL command 3 years ago
Alvaro Herrera dfdb2f3bf5
test_decoding: Add comments about delaying BEGIN/PREPARE 3 years ago
Noah Misch e186f56f9c Close race condition in slot_creation_error.spec. 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
Tom Lane 618c16707a Rearrange libpq's error reporting to avoid duplicated error text. 3 years ago
Andres Freund 278cdea6b9 Add isolation test for errors during logical slot creation. 3 years ago
Amit Kapila 5e01001ffb WAL log unchanged toasted replica identity key attributes. 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
Daniel Gustafsson 549ec201d6 Replace Test::More plans with done_testing 3 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. 4 years ago
Andrew Dunstan 201a76183e
Unify PostgresNode's new() and get_new_node() methods 4 years ago
Amit Kapila a8fd13cab0 Add support for prepared transactions to built-in logical replication. 4 years ago
Tom Lane a443c1b2d6 Allow non-quoted identifiers as isolation test session/step names. 4 years ago
Tom Lane 4a054069a3 Improve display of query results in isolation tests. 4 years ago
Tom Lane 741d7f1047 Use annotations to reduce instability of isolation-test results. 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