summaryrefslogtreecommitdiff
path: root/contrib/test_decoding
AgeCommit message (Expand)Author
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
2021-04-16Add information of total data processed to replication slot stats.Amit Kapila
2021-04-07Message improvementPeter Eisentraut
2021-03-30Add a xid argument to the filter_prepare callback for output plugins.Amit Kapila
2021-03-17Fix memory lifetime issues of replication slot stats.Andres Freund
2021-03-03Add option to enable two_phase commits via pg_create_logical_replication_slot.Amit Kapila
2021-03-01Avoid repeated decoding of prepared transactions after a restart.Amit Kapila
2021-02-27Raise a timeout to 180s, in contrib/test_decoding.Noah Misch
2021-01-09Fix the test for decoding of two-phase transactions.Amit Kapila
2021-01-05Test decoding of two-phase transactions during the build of a consistent snap...Amit Kapila
2021-01-04Allow decoding at prepare time in ReorderBuffer.Amit Kapila
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-30Extend the output plugin API to allow decoding of prepared xacts.Amit Kapila
2020-11-17Fix 'skip-empty-xacts' option in test_decoding for streaming mode.Amit Kapila
2020-10-20Change the attribute name in pg_stat_replication_slots view.Amit Kapila
2020-10-15Fixup some appendStringInfo and appendPQExpBuffer callsDavid Rowley
2020-10-13Fix the unstable output of tests added by commit 8fccf75834.Amit Kapila
2020-10-13Add tests for logical replication spilled stats.Amit Kapila
2020-09-11Skip empty transaction stream in test_decoding.Amit Kapila
2020-08-26Add regression tests for REPLICA IDENTITY with dropped indexesMichael Paquier
2020-08-08Fix the logical streaming test.Amit Kapila
2020-08-08Implement streaming mode in ReorderBuffer.Amit Kapila
2020-07-28Extend the logical decoding output plugin API with stream methods.Amit Kapila
2020-06-14Replace superuser check by ACLs for replication origin functionsMichael Paquier
2020-05-08Propagate ALTER TABLE ... SET STORAGE to indexesPeter Eisentraut
2020-04-29Check slot->restart_lsn validity in a few more placesAlvaro Herrera
2020-04-07Introduce xid8-based functions to replace txid_XXX.Thomas Munro
2020-03-31Remove header noise from test_decoding testAlvaro Herrera
2020-02-19Stop demanding that top xact must be seen before subxact in decoding.Amit Kapila
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-19Add logical_decoding_work_mem to limit ReorderBuffer memory usage.Amit Kapila
2019-09-23Message style fixesPeter Eisentraut
2019-08-24Do more cleanup of isolation tests for test_decodingMichael Paquier
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier