]> granicus.if.org Git - postgresql/history - contrib/test_decoding
Fix division by zero in _bt_vacuum_needs_cleanup()
[postgresql] / contrib / test_decoding /
2019-04-05 Alvaro HerreraAdd facility to copy replication slots
2019-02-12 Alvaro HerreraRelax overly strict assertion
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-12-03 Michael PaquierAdd PGXS options to control TAP and isolation tests...
2018-11-26 Michael PaquierRevert all new recent changes to add PGXS options for...
2018-11-26 Michael PaquierFix regression test handling of test_decoding with...
2018-11-25 Michael PaquierAdd PGXS options to control TAP and isolation tests
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
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-07-05 Alvaro HerreraReduce cost of test_decoding's new oldest_xmin test
2018-06-26 Alvaro HerreraFix "base" snapshot handling in logical decoding
2018-04-26 Tom LanePost-feature-freeze pgindent run.
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-03-07 Robert Haastest_decoding: Remove unused #include directives.
2018-01-19 Peter EisentrautReplace AclObjectKind with ObjectType
2018-01-17 Simon RiggsAbility to advance replication slots
2018-01-03 Bruce MomjianUpdate copyright for 2018
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-20 Andres FreundChange tupledesc->attrs[n] to TupleDescAttr(tupledesc...
2017-08-05 Andres FreundAdd regression test for wide REPLICA IDENTITY FULL...
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-05-13 Andres FreundFix race condition leading to hanging logical slot...
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-03-14 Andres FreundImprove isolation tests infrastructure.
2017-02-09 Robert HaasRemove all references to "xlog" from SQL-callable funct...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
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-11-03 Peter Eisentrautpsql: Split up "Modifiers" column in \d and \dD
2016-10-13 Andres FreundFix further hash table order dependent tests.
2016-10-04 Andres FreundCorrect logical decoding restore behaviour for subtrans...
2016-08-27 Tom LaneAdd macros to make AllocSetContextCreate() calls simple...
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-06-09 Robert Haaspgindent run for 9.6
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-19 Tom LaneFix phony .PHONY.
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-04 Andres FreundForce synchronous_commit=on in test_decoding's concurre...
2016-03-03 Andres Freundlogical decoding: fix decoding of a commit's commit...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-10-29 Peter EisentrautMessage style improvements
2015-10-03 Andres FreundImprove errhint() about replication slot naming restric...
2015-09-22 Andres Freundtest_decoding: Protect against rare spurious test failures.
2015-08-15 Robert HaasRemove bogus step from test_decoding isolation tests.
2015-08-10 Andres FreundAdd confirmed_flush column to pg_replication_slots.
2015-06-27 Andres FreundFix test_decoding's handling of nonexistant columns...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-20 Heikki LinnakangasCollection of typo fixes.
2015-05-12 Peter EisentrautReplace some appendStringInfo* calls with more appropri...
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-30 Peter EisentrautFix parallel make risk with new check temp-install...
2015-04-29 Andres FreundIntroduce replication progress tracking infrastructure.
2015-04-23 Peter EisentrautImprove speed of make check-world
2015-04-22 Andres FreundRename pg_replication_slot's new active_in to active_pid.
2015-04-21 Andres FreundAdd 'active_in' column to pg_replication_slots.
2015-01-06 Bruce MomjianUpdate copyright for 2015
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-11-12 Andres FreundFix several weaknesses in slot and logical replication...
2014-10-01 Andres FreundImprove documentation about binary/textual output mode...
2014-09-05 Peter EisentrautAssorted message fixes and improvements
2014-09-01 Andres FreundAdd skip-empty-xacts option to test_decoding for use...
2014-07-14 Noah MischAdd file version information to most installed Windows...
2014-07-14 Noah Mischcontrib/test_decoding/Makefile sets MODULES, so omit...
2014-07-12 Andres FreundFix decoding of consecutive MULTI_INSERTs emitted by...
2014-07-10 Bruce MomjianAdjust blank lines around PG_MODULE_MAGIC defines,...
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-05-06 Bruce Momjianpgindent run for 9.4
2014-04-15 Bruce Momjiancontrib/test_decoding: fix regression test for psql...
2014-03-31 Robert Haastest_decoding: Update .gitignore
2014-03-30 Andrew DunstanUse separate output dirs for test_decoding's two runs.
2014-03-29 Bruce Momjianpsql: display "Replica Identity" only for FULL and...
2014-03-29 Noah MischForce consistent row order in contrib/test_decoding...
2014-03-27 Bruce Momjiancontrib/test_decoding: adjust expected output
2014-03-12 Robert HaasComment fixes related to logical decoding.
2014-03-07 Tom LaneRemove unportable use of anonymous unions from reorderb...
2014-03-05 Robert HaasFix test_decoding regression test outputs.
2014-03-05 Peter EisentrautFix whitespace
2014-03-03 Robert HaasIntroduce logical decoding.