summaryrefslogtreecommitdiff
path: root/contrib/test_decoding/expected
Commit message (Expand)AuthorAgeFilesLines
* Fix some typos and some incorrectly duplicated wordsDavid Rowley2023-04-181-1/+1
* Improve several permission-related error messages.Peter Eisentraut2023-03-171-4/+8
* Fix assertion failures while processing NEW_CID record in logical decoding.Amit Kapila2022-10-201-0/+45
* Fix the incorrect assertion introduced in commit 7f13ac8123.Amit Kapila2022-08-291-1/+55
* Fix catalog lookup with the wrong snapshot during logical decoding.Amit Kapila2022-08-111-0/+44
* Allow users to skip logical replication of data having origin.Amit Kapila2022-07-211-0/+10
* pgstat: add/extend tests for resetting various kinds of stats.Andres Freund2022-04-071-30/+87
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-0711-376/+51
* pgstat: add pg_stat_force_next_flush(), use it to simplify tests.Andres Freund2022-04-061-61/+10
* Add support for MERGE SQL commandAlvaro Herrera2022-03-281-0/+46
* Close race condition in slot_creation_error.spec.Noah Misch2022-03-181-9/+11
* Stabilize test_decoding touching with sequencesTomas Vondra2022-03-085-22/+22
* Use PG_TEST_TIMEOUT_DEFAULT for pg_regress suite non-elapsing timeouts.Noah Misch2022-03-041-1/+4
* 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-141-0/+113
* 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-121-7/+5
* Add decoding of sequences to test_decodingTomas Vondra2022-02-1211-29/+356
* Remove assertion for replication origins in PREPARE TRANSACTIONMichael Paquier2021-12-141-0/+76
* Add SQL functions to monitor the directory contents of replication slotsMichael Paquier2021-11-231-0/+21
* Fix toast rewrites in logical decoding.Amit Kapila2021-08-251-0/+22
* 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-271-0/+24
* Fix tests for replication slots stats.Amit Kapila2021-05-131-42/+4
* Another try to fix the test case added by commit f5fc2f5b23.Amit Kapila2021-04-301-30/+32
* Fix test case added by commit f5fc2f5b23.Amit Kapila2021-04-191-19/+38
* Add information of total data processed to replication slot stats.Amit Kapila2021-04-161-23/+56
* Message improvementPeter Eisentraut2021-04-071-1/+1
* Fix memory lifetime issues of replication slot stats.Andres Freund2021-03-171-0/+16
* Add option to enable two_phase commits via pg_create_logical_replication_slot.Amit Kapila2021-03-033-25/+25
* Avoid repeated decoding of prepared transactions after a restart.Amit Kapila2021-03-012-51/+15
* Raise a timeout to 180s, in contrib/test_decoding.Noah Misch2021-02-271-3/+2
* Fix the test for decoding of two-phase transactions.Amit Kapila2021-01-091-2/+2
* Test decoding of two-phase transactions during the build of a consistent snap...Amit Kapila2021-01-051-0/+41
* Allow decoding at prepare time in ReorderBuffer.Amit Kapila2021-01-042-0/+382
* Fix 'skip-empty-xacts' option in test_decoding for streaming mode.Amit Kapila2020-11-171-2/+3
* Change the attribute name in pg_stat_replication_slots view.Amit Kapila2020-10-201-7/+7
* Fix the unstable output of tests added by commit 8fccf75834.Amit Kapila2020-10-131-9/+11
* Add tests for logical replication spilled stats.Amit Kapila2020-10-131-0/+109
* Skip empty transaction stream in test_decoding.Amit Kapila2020-09-112-4/+20
* Add regression tests for REPLICA IDENTITY with dropped indexesMichael Paquier2020-08-261-1/+70
* Fix the logical streaming test.Amit Kapila2020-08-081-2/+2
* Implement streaming mode in ReorderBuffer.Amit Kapila2020-08-082-0/+100
* Replace superuser check by ACLs for replication origin functionsMichael Paquier2020-06-141-0/+29
* Propagate ALTER TABLE ... SET STORAGE to indexesPeter Eisentraut2020-05-081-0/+4
* Check slot->restart_lsn validity in a few more placesAlvaro Herrera2020-04-281-1/+2
* Introduce xid8-based functions to replace txid_XXX.Thomas Munro2020-04-075-10/+10
* Remove header noise from test_decoding testAlvaro Herrera2020-03-311-2/+2
* Stop demanding that top xact must be seen before subxact in decoding.Amit Kapila2020-02-191-0/+39