]> granicus.if.org Git - postgresql/history - contrib/test_decoding/sql
Fix initialization of fake LSN for unlogged relations
[postgresql] / contrib / test_decoding / sql /
2019-06-29 Tom LaneFix regression tests to use only global names beginning...
2019-06-08 Noah MischStop using spelling "nonexistant".
2019-04-30 Andres FreundFix potential assertion failure when reindexing a pg_cl...
2019-04-05 Alvaro HerreraAdd facility to copy replication slots
2019-02-12 Alvaro HerreraRelax overly strict assertion
2018-10-10 Andres FreundFix logical decoding error when system table w/ toast...
2018-10-10 Andres FreundForce synchronous commit to be enabled for all test_dec...
2018-08-01 Alvaro HerreraFix logical replication slot initialization
2018-07-10 Michael PaquierBlock replication slot advance for these not yet reserv...
2018-04-12 Simon RiggsRevert MERGE patch
2018-04-07 Peter EisentrautLogical decoding of TRUNCATE
2018-04-03 Simon RiggsMERGE SQL Command following SQL:2016
2018-04-02 Simon RiggsRevert "Modified files for MERGE"
2018-04-02 Simon RiggsModified files for MERGE
2018-03-21 Peter EisentrautHandle heap rewrites even better in logical decoding
2018-01-17 Simon RiggsAbility to advance replication slots
2017-10-06 Tom LaneFix crash when logical decoding is invoked from a PL...
2017-10-05 Robert HaasFix more user-visible elog() calls.
2017-08-05 Andres FreundAdd regression test for wide REPLICA IDENTITY FULL...
2017-05-11 Tom LaneRename WAL-related functions and views to use "lsn...
2017-04-04 Andres FreundForce synchronous commit in new-ish test_decoding test.
2017-02-09 Robert HaasRemove all references to "xlog" from SQL-callable funct...
2016-12-15 Peter EisentrautVarious temporary slots test improvements
2016-12-12 Tom LaneFix race condition in test_decoding "slot" test.
2016-12-12 Peter EisentrautAdd support for temporary replication slots
2016-11-22 Tom LaneMake contrib/test_decoding regression tests safe for...
2016-10-13 Andres FreundFix further hash table order dependent tests.
2016-10-04 Andres FreundCorrect logical decoding restore behaviour for subtrans...
2016-08-07 Tom LaneDon't propagate a null subtransaction snapshot up to...
2016-07-17 Tom LaneEstablish conventions about global object names used...
2016-04-14 Tom LaneFix core dump in ReorderBufferRestoreChange on alignmen...
2016-04-14 Andres FreundAdd required database and origin filtering for logical...
2016-04-06 Simon RiggsModify test_decoding/messages to remove non-ascii chars
2016-04-06 Simon RiggsGeneric Messages for Logical Decoding
2016-03-06 Andres Freundlogical decoding: Fix handling of large old tuples...
2016-03-06 Andres Freundlogical decoding: old/newtuple in spooled UPDATE change...
2016-03-06 Andres Freundlogical decoding: Tell reorderbuffer about all xids.
2016-03-03 Andres Freundlogical decoding: fix decoding of a commit's commit...
2015-09-22 Andres Freundtest_decoding: Protect against rare spurious test failures.
2015-06-27 Andres FreundFix test_decoding's handling of nonexistant columns...
2015-05-20 Heikki LinnakangasCollection of typo fixes.
2015-05-08 Andres FreundRemove dependency on ordering in logical decoding upser...
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-04-29 Andres FreundIntroduce replication progress tracking infrastructure.
2014-12-02 Andres FreundDon't skip SQL backends in logical decoding for visibil...
2014-11-13 Andres FreundFix and improve cache invalidation logic for logical...
2014-09-01 Andres FreundAdd skip-empty-xacts option to test_decoding for use...
2014-07-12 Andres FreundFix decoding of consecutive MULTI_INSERTs emitted by...
2014-07-06 Andres FreundFix decoding of MULTI_INSERTs when rows other than...
2014-05-16 Heikki LinnakangasAdd test case for logical decoding of prepared transact...
2014-05-16 Heikki LinnakangasFix test_decoding test case's check that slot has been...
2014-03-29 Noah MischForce consistent row order in contrib/test_decoding...
2014-03-05 Peter EisentrautFix whitespace
2014-03-03 Robert HaasIntroduce logical decoding.