aboutsummaryrefslogtreecommitdiff
path: root/src/include/replication/reorderbuffer.h
Commit message (Expand)AuthorAge
* Fix leaking of small spilled subtransactions during logical decoding.Andres Freund2017-06-18
* pgindent run for 9.6Robert Haas2016-06-09
* Emit invalidations to standby for transactions without xid.Andres Freund2016-04-26
* Generic Messages for Logical DecodingSimon Riggs2016-04-06
* logical decoding: Fix handling of large old tuples with replica identity full.Andres Freund2016-03-05
* logical decoding: Tell reorderbuffer about all xids.Andres Freund2016-03-05
* Fix typosAlvaro Herrera2016-02-25
* Update copyright for 2016Bruce Momjian2016-01-02
* Don't include rel.h when relcache.h is sufficientAlvaro Herrera2015-08-11
* pgindent run for 9.5Bruce Momjian2015-05-23
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Introduce replication progress tracking infrastructure.Andres Freund2015-04-29
* Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].Tom Lane2015-02-21
* Update copyright for 2015Bruce Momjian2015-01-06
* Fix decoding of MULTI_INSERTs when rows other than the last are toasted.Andres Freund2014-07-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Remove unportable use of anonymous unions from reorderbuffer.h.Tom Lane2014-03-07
* Introduce logical decoding.Robert Haas2014-03-03