summaryrefslogtreecommitdiff
path: root/contrib/test_decoding/Makefile
AgeCommit message (Expand)Author
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