]> granicus.if.org Git - postgresql/history - contrib/test_decoding
Don't zero opfuncid when reading nodes.
[postgresql] / contrib / test_decoding /
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.