summaryrefslogtreecommitdiff
path: root/contrib/test_decoding/expected
AgeCommit message (Expand)Author
2017-08-05Add regression test for wide REPLICA IDENTITY FULL updates.Andres Freund
2017-05-13Fix race condition leading to hanging logical slot creation.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-11-03psql: Split up "Modifiers" column in \d and \dDPeter Eisentraut
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-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-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-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
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
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-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-04-15contrib/test_decoding: fix regression test for psql oid display changesBruce Momjian
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-05Fix test_decoding regression test outputs.Robert Haas
2014-03-03Introduce logical decoding.Robert Haas