aboutsummaryrefslogtreecommitdiff
path: root/src/include/replication/reorderbuffer.h
Commit message (Expand)AuthorAge
* Update copyright for 2019Bruce Momjian2019-01-02
* Fix memory leak in TRUNCATE decodingTomas Vondra2018-09-03
* pgindent run prior to branchingAndrew Dunstan2018-06-30
* Fix "base" snapshot handling in logical decodingAlvaro Herrera2018-06-26
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Logical decoding of TRUNCATEPeter Eisentraut2018-04-07
* Handle heap rewrites even better in logical decodingPeter Eisentraut2018-03-21
* Fix failure to delete spill files of aborted transactionsAlvaro Herrera2018-01-05
* Update copyright for 2018Bruce Momjian2018-01-02
* Generational memory allocatorSimon Riggs2017-11-23
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Final pgindent run with old pg_bsd_indent (version 1.3).Tom Lane2017-06-21
* Fix leaking of small spilled subtransactions during logical decoding.Andres Freund2017-06-18
* Use the new "Slab" context for some allocations in reorderbuffer.h.Andres Freund2017-02-27
* Update copyright via script for 2017Bruce Momjian2017-01-03
* 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