]> granicus.if.org Git - postgresql/history - src/backend/replication/logical/reorderbuffer.c
logical decoding: old/newtuple in spooled UPDATE changes was switched around.
[postgresql] / src / backend / replication / logical / reorderbuffer.c
2016-03-06 Andres Freundlogical decoding: old/newtuple in spooled UPDATE change...
2016-03-06 Andres Freundlogical decoding: Tell reorderbuffer about all xids.
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-08-11 Alvaro HerreraDon't include rel.h when relcache.h is sufficient
2015-07-07 Andres FreundFix logical decoding bug leading to inefficient reopeni...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-20 Heikki LinnakangasFix more typos in comments.
2015-05-20 Heikki LinnakangasCollection of typo fixes.
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-04-29 Andres FreundIntroduce replication progress tracking infrastructure.
2015-04-16 Heikki LinnakangasFix assertion failure in logical decoding.
2015-02-21 Tom LaneUse FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
2015-01-26 Tom LaneFurther cleanup of ReorderBufferCommit().
2015-01-24 Tom LaneFix unsafe coding in ReorderBufferCommit().
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-18 Tom LaneImprove hash_create's API for selecting simple-binary...
2014-12-11 Tom LaneFix assorted confusion between Oid and int32.
2014-11-20 Heikki LinnakangasRevamp the WAL record format.
2014-11-13 Andres FreundFix and improve cache invalidation logic for logical...
2014-11-12 Peter EisentrautMessage improvements
2014-09-05 Peter EisentrautAssorted message fixes and improvements
2014-07-06 Andres FreundFix decoding of MULTI_INSERTs when rows other than...
2014-07-02 Andres FreundRename logical decoding's pg_llog directory to pg_logical.
2014-05-17 Tom LaneFix a bunch of functions that were declared static...
2014-05-09 Robert HaasCode review for logical decoding patch.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-05-05 Heikki LinnakangasPass sensible value to memset() when randomizing reorde...
2014-04-30 Tom LaneImprove error messages in reorderbuffer.c.
2014-04-30 Tom LaneRationalize common/relpath.[hc].
2014-03-07 Tom LaneRemove unportable use of anonymous unions from reorderb...
2014-03-05 Robert HaasFix some typos introduced by the logical decoding patch.
2014-03-03 Robert HaasIntroduce logical decoding.