summaryrefslogtreecommitdiff
path: root/contrib/test_decoding
Commit message (Expand)AuthorAgeFilesLines
* Fix some typos and some incorrectly duplicated wordsDavid Rowley2023-04-182-2/+2
* Improve several permission-related error messages.Peter Eisentraut2023-03-171-4/+8
* Add macros for ReorderBufferTXN toptxn.Amit Kapila2023-03-171-2/+2
* Remove uses of AssertVariableIsOfType() obsoleted by f2b73c8Andres Freund2023-02-081-2/+0
* Update copyright for 2023Bruce Momjian2023-01-023-3/+3
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* meson: Add 'running' test setup, as a replacement for installcheckAndres Freund2022-12-071-0/+5
* Fix assertion failures while processing NEW_CID record in logical decoding.Amit Kapila2022-10-202-0/+61
* Add missing isolation test for test_decoding in meson buildMichael Paquier2022-10-131-0/+1
* meson: Add windows resource filesAndres Freund2022-10-051-0/+6
* Harmonize parameter names in contrib code.Peter Geoghegan2022-09-221-3/+3
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+63
* Fix the incorrect assertion introduced in commit 7f13ac8123.Amit Kapila2022-08-292-1/+75
* Fix catalog lookup with the wrong snapshot during logical decoding.Amit Kapila2022-08-113-1/+84
* Allow users to skip logical replication of data having origin.Amit Kapila2022-07-212-0/+15
* Remove now superfluous declarations of dlsym()ed symbols.Andres Freund2022-07-171-4/+0
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-4/+4
* Stabilize streaming tests in test_decoding.Amit Kapila2022-04-201-0/+1
* pgstat: add/extend tests for resetting various kinds of stats.Andres Freund2022-04-072-38/+111
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-0724-631/+99
* pgstat: add pg_stat_force_next_flush(), use it to simplify tests.Andres Freund2022-04-062-114/+16
* pgstat: stats collector references in comments.Andres Freund2022-04-061-2/+1
* Add support for MERGE SQL commandAlvaro Herrera2022-03-282-0/+62
* test_decoding: Add comments about delaying BEGIN/PREPAREAlvaro Herrera2022-03-231-0/+12
* Close race condition in slot_creation_error.spec.Noah Misch2022-03-182-11/+13
* Stabilize test_decoding touching with sequencesTomas Vondra2022-03-0810-44/+44
* Use PG_TEST_TIMEOUT_DEFAULT for pg_regress suite non-elapsing timeouts.Noah Misch2022-03-042-2/+8
* Rearrange libpq's error reporting to avoid duplicated error text.Tom Lane2022-02-181-1/+0
* Add isolation test for errors during logical slot creation.Andres Freund2022-02-143-1/+155
* WAL log unchanged toasted replica identity key attributes.Amit Kapila2022-02-141-1/+1
* Fix skip-empty-xacts with sequences in test_decodingTomas Vondra2022-02-123-11/+31
* Add decoding of sequences to test_decodingTomas Vondra2022-02-1224-55/+567
* Replace Test::More plans with done_testingDaniel Gustafsson2022-02-111-1/+3
* Update copyright for 2022Bruce Momjian2022-01-072-2/+2
* Remove assertion for replication origins in PREPARE TRANSACTIONMichael Paquier2021-12-142-0/+108
* Add SQL functions to monitor the directory contents of replication slotsMichael Paquier2021-11-232-0/+27
* Move Perl test modules to a better namespaceAndrew Dunstan2021-10-241-3/+3
* Add more $Test::Builder::Level in the TAP testsMichael Paquier2021-10-121-0/+2
* Fix toast rewrites in logical decoding.Amit Kapila2021-08-252-0/+38
* Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan2021-07-291-1/+1
* Add support for prepared transactions to built-in logical replication.Amit Kapila2021-07-141-6/+6
* Allow non-quoted identifiers as isolation test session/step names.Tom Lane2021-06-231-1/+1
* Improve display of query results in isolation tests.Tom Lane2021-06-239-385/+643
* Use annotations to reduce instability of isolation-test results.Tom Lane2021-06-221-1/+1
* Fix assertion during streaming of multi-insert toast changes.Amit Kapila2021-05-272-0/+42
* Fix tests for replication slots stats.Amit Kapila2021-05-132-53/+5
* Add a copyright notice to perl files lacking one.Andrew Dunstan2021-05-071-0/+3
* Another try to fix the test case added by commit f5fc2f5b23.Amit Kapila2021-04-302-39/+43
* Use HTAB for replication slot statistics.Amit Kapila2021-04-271-15/+54
* Fix test case added by commit f5fc2f5b23.Amit Kapila2021-04-192-26/+49