summaryrefslogtreecommitdiff
path: root/contrib/test_decoding/sql
Commit message (Expand)AuthorAgeFilesLines
* Fix some typos and some incorrectly duplicated wordsDavid Rowley2023-04-181-1/+1
* Allow users to skip logical replication of data having origin.Amit Kapila2022-07-211-0/+5
* pgstat: add/extend tests for resetting various kinds of stats.Andres Freund2022-04-071-8/+24
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-079-164/+45
* pgstat: add pg_stat_force_next_flush(), use it to simplify tests.Andres Freund2022-04-061-53/+6
* Add support for MERGE SQL commandAlvaro Herrera2022-03-281-0/+16
* 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
* Fix skip-empty-xacts with sequences in test_decodingTomas Vondra2022-02-121-4/+4
* Add decoding of sequences to test_decodingTomas Vondra2022-02-129-23/+142
* Remove assertion for replication origins in PREPARE TRANSACTIONMichael Paquier2021-12-141-0/+32
* Add SQL functions to monitor the directory contents of replication slotsMichael Paquier2021-11-231-0/+6
* Fix toast rewrites in logical decoding.Amit Kapila2021-08-251-0/+16
* Fix assertion during streaming of multi-insert toast changes.Amit Kapila2021-05-271-0/+18
* Fix tests for replication slots stats.Amit Kapila2021-05-131-11/+1
* Another try to fix the test case added by commit f5fc2f5b23.Amit Kapila2021-04-301-9/+11
* Fix test case added by commit f5fc2f5b23.Amit Kapila2021-04-191-7/+11
* Add information of total data processed to replication slot stats.Amit Kapila2021-04-161-14/+34
* Fix memory lifetime issues of replication slot stats.Andres Freund2021-03-171-0/+7
* Add option to enable two_phase commits via pg_create_logical_replication_slot.Amit Kapila2021-03-032-22/+22
* Raise a timeout to 180s, in contrib/test_decoding.Noah Misch2021-02-271-3/+2
* Allow decoding at prepare time in ReorderBuffer.Amit Kapila2021-01-042-0/+157
* Change the attribute name in pg_stat_replication_slots view.Amit Kapila2020-10-201-4/+4
* Fix the unstable output of tests added by commit 8fccf75834.Amit Kapila2020-10-131-5/+7
* Add tests for logical replication spilled stats.Amit Kapila2020-10-131-0/+62
* Add regression tests for REPLICA IDENTITY with dropped indexesMichael Paquier2020-08-261-0/+31
* Fix the logical streaming test.Amit Kapila2020-08-081-2/+2
* Implement streaming mode in ReorderBuffer.Amit Kapila2020-08-082-0/+31
* Replace superuser check by ACLs for replication origin functionsMichael Paquier2020-06-141-0/+18
* Propagate ALTER TABLE ... SET STORAGE to indexesPeter Eisentraut2020-05-081-0/+5
* Introduce xid8-based functions to replace txid_XXX.Thomas Munro2020-04-072-4/+4
* Remove header noise from test_decoding testAlvaro Herrera2020-03-311-0/+2
* Fix regression tests to use only global names beginning with "regress_".Tom Lane2019-06-292-16/+16
* Stop using spelling "nonexistant".Noah Misch2019-06-081-1/+1
* Fix potential assertion failure when reindexing a pg_class index.Andres Freund2019-04-291-0/+5
* Add facility to copy replication slotsAlvaro Herrera2019-04-051-0/+94
* Relax overly strict assertionAlvaro Herrera2019-02-121-0/+13
* Fix logical decoding error when system table w/ toast is repeatedly rewritten.Andres Freund2018-10-101-1/+41
* Force synchronous commit to be enabled for all test_decoding tests.Andres Freund2018-10-101-0/+3
* Fix logical replication slot initializationAlvaro Herrera2018-08-011-0/+2
* Block replication slot advance for these not yet reserving WALMichael Paquier2018-07-111-0/+6
* Revert MERGE patchSimon Riggs2018-04-121-16/+0
* Logical decoding of TRUNCATEPeter Eisentraut2018-04-071-0/+10
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-031-0/+16
* Revert "Modified files for MERGE"Simon Riggs2018-04-021-16/+0
* Modified files for MERGESimon Riggs2018-04-021-0/+16
* Handle heap rewrites even better in logical decodingPeter Eisentraut2018-03-211-3/+2
* Ability to advance replication slotsSimon Riggs2018-01-171-0/+15
* Fix crash when logical decoding is invoked from a PL function.Tom Lane2017-10-061-0/+11
* Fix more user-visible elog() calls.Robert Haas2017-10-051-0/+5