summaryrefslogtreecommitdiff
path: root/contrib/test_decoding
AgeCommit message (Expand)Author
2016-04-14Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.Tom Lane
2016-04-14Add required database and origin filtering for logical messages.Andres Freund
2016-04-06Modify test_decoding/messages to remove non-ascii charsSimon Riggs
2016-04-06Generic Messages for Logical DecodingSimon Riggs
2016-03-19Fix phony .PHONY.Tom Lane
2016-03-06logical decoding: Fix handling of large old tuples with replica identity full.Andres Freund
2016-03-06logical decoding: old/newtuple in spooled UPDATE changes was switched around.Andres Freund
2016-03-06logical decoding: Tell reorderbuffer about all xids.Andres Freund
2016-03-04Force synchronous_commit=on in test_decoding's concurrent_ddl_dml.spec.Andres Freund
2016-03-03logical decoding: fix decoding of a commit's commit time.Andres Freund
2016-01-02Update copyright for 2016Bruce Momjian
2015-10-29Message style improvementsPeter Eisentraut
2015-10-03Improve errhint() about replication slot naming restrictions.Andres Freund
2015-09-22test_decoding: Protect against rare spurious test failures.Andres Freund
2015-08-15Remove bogus step from test_decoding isolation tests.Robert Haas
2015-08-10Add confirmed_flush column to pg_replication_slots.Andres Freund
2015-06-27Fix test_decoding's handling of nonexistant columns in old tuple versions.Andres Freund
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-05-12Replace some appendStringInfo* calls with more appropriate variantsPeter Eisentraut
2015-05-08Remove dependency on ordering in logical decoding upsert test.Andres Freund
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.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
2015-04-22Rename pg_replication_slot's new active_in to active_pid.Andres Freund
2015-04-21Add 'active_in' column to pg_replication_slots.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-02Don't skip SQL backends in logical decoding for visibility computation.Andres Freund
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