summaryrefslogtreecommitdiff
path: root/contrib/test_decoding/Makefile
AgeCommit message (Expand)Author
2025-09-19Add optional pid parameter to pg_replication_origin_session_setup().Amit Kapila
2025-04-25Fix typo in test file name added in commit 4909b38af0.Amit Kapila
2025-04-10Fix data loss in logical replication.Amit Kapila
2024-07-11Fix possibility of logical decoding partial transaction changes.Masahiko Sawada
2022-08-11Fix catalog lookup with the wrong snapshot during logical decoding.Amit Kapila
2022-04-07Revert "Logical decoding of sequences"Tomas Vondra
2022-02-15Add isolation test for errors during logical slot creation.Andres Freund
2022-02-11Add decoding of sequences to test_decodingTomas Vondra
2021-04-16Add information of total data processed to replication slot stats.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
2020-10-13Add tests for logical replication spilled stats.Amit Kapila
2020-09-11Skip empty transaction stream in test_decoding.Amit Kapila
2020-08-08Implement streaming mode in ReorderBuffer.Amit Kapila
2020-02-19Stop demanding that top xact must be seen before subxact in decoding.Amit Kapila
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-06-26Fix "base" snapshot handling in logical decodingAlvaro Herrera
2018-04-07Logical decoding of TRUNCATEPeter Eisentraut
2017-03-14Improve isolation tests infrastructure.Andres Freund
2016-12-12Add support for temporary replication slotsPeter Eisentraut
2016-10-04Correct logical decoding restore behaviour for subtransactions.Andres Freund
2016-04-06Generic Messages for Logical DecodingSimon Riggs
2016-03-19Fix phony .PHONY.Tom Lane
2016-03-06logical decoding: Tell reorderbuffer about all xids.Andres Freund
2016-03-03logical decoding: fix decoding of a commit's commit time.Andres Freund
2015-04-30Fix parallel make risk with new check temp-install setupPeter Eisentraut
2015-04-29Introduce replication progress tracking infrastructure.Andres Freund
2015-04-23Improve speed of make check-worldPeter Eisentraut
2014-11-13Fix and improve cache invalidation logic for logical decoding.Andres Freund
2014-11-12Fix several weaknesses in slot and logical replication on-disk serialization.Andres Freund
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
2014-07-14contrib/test_decoding/Makefile sets MODULES, so omit OBJS.Noah Misch
2014-05-16Add test case for logical decoding of prepared transactions.Heikki Linnakangas
2014-03-30Use separate output dirs for test_decoding's two runs.Andrew Dunstan
2014-03-03Introduce logical decoding.Robert Haas