summaryrefslogtreecommitdiff
path: root/contrib/test_decoding
AgeCommit message (Expand)Author
2023-04-18Fix some typos and some incorrectly duplicated wordsDavid Rowley
2023-03-17Improve several permission-related error messages.Peter Eisentraut
2023-03-17Add macros for ReorderBufferTXN toptxn.Amit Kapila
2023-02-09Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8Andres Freund
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-07meson: Add 'running' test setup, as a replacement for installcheckAndres Freund
2022-10-20Fix assertion failures while processing NEW_CID record in logical decoding.Amit Kapila
2022-10-13Add missing isolation test for test_decoding in meson buildMichael Paquier
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-22Harmonize parameter names in contrib code.Peter Geoghegan
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-08-29Fix the incorrect assertion introduced in commit 7f13ac8123.Amit Kapila
2022-08-11Fix catalog lookup with the wrong snapshot during logical decoding.Amit Kapila
2022-07-21Allow users to skip logical replication of data having origin.Amit Kapila
2022-07-18Remove now superfluous declarations of dlsym()ed symbols.Andres Freund
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-20Stabilize streaming tests in test_decoding.Amit Kapila
2022-04-07pgstat: add/extend tests for resetting various kinds of stats.Andres Freund
2022-04-07Revert "Logical decoding of sequences"Tomas Vondra
2022-04-07pgstat: add pg_stat_force_next_flush(), use it to simplify tests.Andres Freund
2022-04-06pgstat: stats collector references in comments.Andres Freund
2022-03-28Add support for MERGE SQL commandAlvaro Herrera
2022-03-23test_decoding: Add comments about delaying BEGIN/PREPAREAlvaro Herrera
2022-03-19Close race condition in slot_creation_error.spec.Noah Misch
2022-03-08Stabilize test_decoding touching with sequencesTomas Vondra
2022-03-05Use PG_TEST_TIMEOUT_DEFAULT for pg_regress suite non-elapsing timeouts.Noah Misch
2022-02-18Rearrange libpq's error reporting to avoid duplicated error text.Tom Lane
2022-02-15Add isolation test for errors during logical slot creation.Andres Freund
2022-02-14WAL log unchanged toasted replica identity key attributes.Amit Kapila
2022-02-12Fix skip-empty-xacts with sequences in test_decodingTomas Vondra
2022-02-11Add decoding of sequences to test_decodingTomas Vondra
2022-02-11Replace Test::More plans with done_testingDaniel Gustafsson
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-14Remove assertion for replication origins in PREPARE TRANSACTIONMichael Paquier
2021-11-23Add SQL functions to monitor the directory contents of replication slotsMichael Paquier
2021-10-24Move Perl test modules to a better namespaceAndrew Dunstan
2021-10-12Add more $Test::Builder::Level in the TAP testsMichael Paquier
2021-08-25Fix toast rewrites in logical decoding.Amit Kapila
2021-07-29Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan
2021-07-14Add support for prepared transactions to built-in logical replication.Amit Kapila
2021-06-23Allow non-quoted identifiers as isolation test session/step names.Tom Lane
2021-06-23Improve display of query results in isolation tests.Tom Lane
2021-06-23Use annotations to reduce instability of isolation-test results.Tom Lane
2021-05-27Fix assertion during streaming of multi-insert toast changes.Amit Kapila
2021-05-13Fix tests for replication slots stats.Amit Kapila
2021-05-07Add a copyright notice to perl files lacking one.Andrew Dunstan
2021-04-30Another try to fix the test case added by commit f5fc2f5b23.Amit Kapila
2021-04-27Use HTAB for replication slot statistics.Amit Kapila
2021-04-19Fix test case added by commit f5fc2f5b23.Amit Kapila