summaryrefslogtreecommitdiff
path: root/contrib/test_decoding
AgeCommit message (Expand)Author
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
2019-07-04Use appendStringInfoString and appendPQExpBufferStr where possibleDavid Rowley
2019-06-29Fix regression tests to use only global names beginning with "regress_".Tom Lane
2019-06-08Stop using spelling "nonexistant".Noah Misch
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-04-30Fix potential assertion failure when reindexing a pg_class index.Andres Freund
2019-04-05Add facility to copy replication slotsAlvaro Herrera
2019-02-12Relax overly strict assertionAlvaro Herrera
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-03Add PGXS options to control TAP and isolation tests, take twoMichael Paquier
2018-11-26Revert all new recent changes to add PGXS options for TAP and isolationMichael Paquier
2018-11-26Fix regression test handling of test_decoding with MSVCMichael Paquier
2018-11-25Add PGXS options to control TAP and isolation testsMichael Paquier
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-10-10Fix logical decoding error when system table w/ toast is repeatedly rewritten.Andres Freund
2018-10-10Force synchronous commit to be enabled for all test_decoding tests.Andres Freund
2018-08-01Fix logical replication slot initializationAlvaro Herrera
2018-07-10Block replication slot advance for these not yet reserving WALMichael Paquier
2018-07-05Reduce cost of test_decoding's new oldest_xmin testAlvaro Herrera
2018-06-26Fix "base" snapshot handling in logical decodingAlvaro Herrera
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-12Revert MERGE patchSimon Riggs
2018-04-07Logical decoding of TRUNCATEPeter Eisentraut
2018-04-03MERGE SQL Command following SQL:2016Simon Riggs