summaryrefslogtreecommitdiff
path: root/contrib/test_decoding/sql
AgeCommit message (Expand)Author
2017-08-05Add regression test for wide REPLICA IDENTITY FULL updates.Andres Freund
2017-05-11Rename WAL-related functions and views to use "lsn" not "location".Tom Lane
2017-04-04Force synchronous commit in new-ish test_decoding test.Andres Freund
2017-02-09Remove all references to "xlog" from SQL-callable functions in pg_proc.Robert Haas
2016-12-15Various temporary slots test improvementsPeter Eisentraut
2016-12-12Fix race condition in test_decoding "slot" test.Tom Lane
2016-12-12Add support for temporary replication slotsPeter Eisentraut
2016-11-22Make contrib/test_decoding regression tests safe for CZ locale.Tom Lane
2016-10-13Fix further hash table order dependent tests.Andres Freund
2016-10-04Correct logical decoding restore behaviour for subtransactions.Andres Freund
2016-08-07Don't propagate a null subtransaction snapshot up to parent transaction.Tom Lane
2016-07-17Establish conventions about global object names used in regression tests.Tom Lane
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-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-03logical decoding: fix decoding of a commit's commit time.Andres Freund
2015-09-22test_decoding: Protect against rare spurious test failures.Andres Freund
2015-06-27Fix test_decoding's handling of nonexistant columns in old tuple versions.Andres Freund
2015-05-20Collection of typo fixes.Heikki Linnakangas
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-29Introduce replication progress tracking infrastructure.Andres Freund
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-09-01Add skip-empty-xacts option to test_decoding for use in the regression tests.Andres Freund
2014-07-12Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().Andres Freund
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-03-29Force consistent row order in contrib/test_decoding regression test.Noah Misch
2014-03-05Fix whitespacePeter Eisentraut
2014-03-03Introduce logical decoding.Robert Haas