aboutsummaryrefslogtreecommitdiff
path: root/contrib/test_decoding/expected
Commit message (Expand)AuthorAge
* Add STREAM_START/STREAM_STOP for transactional messages during decoding.Amit Kapila2023-10-30
* Add flush option to pg_logical_emit_message()Michael Paquier2023-10-18
* test_decoding: Remove unnecessary table in twophase testMichael Paquier2023-10-10
* Fix the misuse of origin filter across multiple pg_logical_slot_get_changes()...Amit Kapila2023-09-27
* Catalog not-null constraintsAlvaro Herrera2023-08-25
* Make test_decoding ddl.out shorterAlvaro Herrera2023-07-24
* Add BEGIN/COMMIT for transactional messages during decoding.Amit Kapila2023-07-11
* Remove incidental md5() function uses from several testsPeter Eisentraut2023-07-04
* Fix some typos and some incorrectly duplicated wordsDavid Rowley2023-04-18
* Improve several permission-related error messages.Peter Eisentraut2023-03-17
* Fix assertion failures while processing NEW_CID record in logical decoding.Amit Kapila2022-10-20
* Fix the incorrect assertion introduced in commit 7f13ac8123.Amit Kapila2022-08-29
* Fix catalog lookup with the wrong snapshot during logical decoding.Amit Kapila2022-08-11
* Allow users to skip logical replication of data having origin.Amit Kapila2022-07-21
* pgstat: add/extend tests for resetting various kinds of stats.Andres Freund2022-04-07
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-07
* pgstat: add pg_stat_force_next_flush(), use it to simplify tests.Andres Freund2022-04-06
* Add support for MERGE SQL commandAlvaro Herrera2022-03-28
* Close race condition in slot_creation_error.spec.Noah Misch2022-03-18
* Stabilize test_decoding touching with sequencesTomas Vondra2022-03-08
* Use PG_TEST_TIMEOUT_DEFAULT for pg_regress suite non-elapsing timeouts.Noah Misch2022-03-04
* Rearrange libpq's error reporting to avoid duplicated error text.Tom Lane2022-02-18
* Add isolation test for errors during logical slot creation.Andres Freund2022-02-14
* WAL log unchanged toasted replica identity key attributes.Amit Kapila2022-02-14
* Fix skip-empty-xacts with sequences in test_decodingTomas Vondra2022-02-12
* Add decoding of sequences to test_decodingTomas Vondra2022-02-12
* Remove assertion for replication origins in PREPARE TRANSACTIONMichael Paquier2021-12-14
* Add SQL functions to monitor the directory contents of replication slotsMichael Paquier2021-11-23
* Fix toast rewrites in logical decoding.Amit Kapila2021-08-25
* Improve display of query results in isolation tests.Tom Lane2021-06-23
* Use annotations to reduce instability of isolation-test results.Tom Lane2021-06-22
* Fix assertion during streaming of multi-insert toast changes.Amit Kapila2021-05-27
* Fix tests for replication slots stats.Amit Kapila2021-05-13
* Another try to fix the test case added by commit f5fc2f5b23.Amit Kapila2021-04-30
* Fix test case added by commit f5fc2f5b23.Amit Kapila2021-04-19
* Add information of total data processed to replication slot stats.Amit Kapila2021-04-16
* Message improvementPeter Eisentraut2021-04-07
* Fix memory lifetime issues of replication slot stats.Andres Freund2021-03-17
* Add option to enable two_phase commits via pg_create_logical_replication_slot.Amit Kapila2021-03-03
* Avoid repeated decoding of prepared transactions after a restart.Amit Kapila2021-03-01
* Raise a timeout to 180s, in contrib/test_decoding.Noah Misch2021-02-27
* Fix the test for decoding of two-phase transactions.Amit Kapila2021-01-09
* Test decoding of two-phase transactions during the build of a consistent snap...Amit Kapila2021-01-05
* Allow decoding at prepare time in ReorderBuffer.Amit Kapila2021-01-04
* Fix 'skip-empty-xacts' option in test_decoding for streaming mode.Amit Kapila2020-11-17
* Change the attribute name in pg_stat_replication_slots view.Amit Kapila2020-10-20
* Fix the unstable output of tests added by commit 8fccf75834.Amit Kapila2020-10-13
* Add tests for logical replication spilled stats.Amit Kapila2020-10-13
* Skip empty transaction stream in test_decoding.Amit Kapila2020-09-11
* Add regression tests for REPLICA IDENTITY with dropped indexesMichael Paquier2020-08-26