]> granicus.if.org Git - postgresql/history - src/include/replication/reorderbuffer.h
Fix leaking of small spilled subtransactions during logical decoding.
[postgresql] / src / include / replication / reorderbuffer.h
2017-06-19 Andres FreundFix leaking of small spilled subtransactions during...
2017-02-27 Andres FreundUse the new "Slab" context for some allocations in...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-06-09 Robert Haaspgindent run for 9.6
2016-04-27 Andres FreundEmit invalidations to standby for transactions without...
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: Tell reorderbuffer about all xids.
2016-02-25 Alvaro HerreraFix typos
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-08-11 Alvaro HerreraDon't include rel.h when relcache.h is sufficient
2015-05-24 Bruce Momjianpgindent run for 9.5
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-02-21 Tom LaneUse FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-07-06 Andres FreundFix decoding of MULTI_INSERTs when rows other than...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-03-07 Tom LaneRemove unportable use of anonymous unions from reorderb...
2014-03-03 Robert HaasIntroduce logical decoding.