summaryrefslogtreecommitdiff
path: root/contrib/test_decoding
AgeCommit message (Expand)Author
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-10-01Improve documentation about binary/textual output mode for output plugins.Andres Freund
2014-09-05Assorted message fixes and improvementsPeter Eisentraut
2014-09-01Add skip-empty-xacts option to test_decoding for use in the regression tests.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-07-12Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().Andres Freund
2014-07-10Adjust blank lines around PG_MODULE_MAGIC defines, for consistencyBruce Momjian
2014-07-06Fix decoding of MULTI_INSERTs when rows other than the last are toasted.Andres Freund
2014-05-16Add test case for logical decoding of prepared transactions.Heikki Linnakangas
2014-05-16Fix test_decoding test case's check that slot has been dropped.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-15contrib/test_decoding: fix regression test for psql oid display changesBruce Momjian
2014-03-31test_decoding: Update .gitignoreRobert Haas
2014-03-30Use separate output dirs for test_decoding's two runs.Andrew Dunstan
2014-03-29psql: display "Replica Identity" only for FULL and NOTHINGBruce Momjian
2014-03-29Force consistent row order in contrib/test_decoding regression test.Noah Misch
2014-03-27contrib/test_decoding: adjust expected outputBruce Momjian
2014-03-12Comment fixes related to logical decoding.Robert Haas
2014-03-07Remove unportable use of anonymous unions from reorderbuffer.h.Tom Lane
2014-03-05Fix test_decoding regression test outputs.Robert Haas
2014-03-05Fix whitespacePeter Eisentraut
2014-03-03Introduce logical decoding.Robert Haas