index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
replication
/
reorderbuffer.h
Commit message (
Expand
)
Author
Age
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Fix memory leak in TRUNCATE decoding
Tomas Vondra
2018-09-03
*
pgindent run prior to branching
Andrew Dunstan
2018-06-30
*
Fix "base" snapshot handling in logical decoding
Alvaro Herrera
2018-06-26
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Logical decoding of TRUNCATE
Peter Eisentraut
2018-04-07
*
Handle heap rewrites even better in logical decoding
Peter Eisentraut
2018-03-21
*
Fix failure to delete spill files of aborted transactions
Alvaro Herrera
2018-01-05
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Generational memory allocator
Simon Riggs
2017-11-23
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Final pgindent run with old pg_bsd_indent (version 1.3).
Tom Lane
2017-06-21
*
Fix leaking of small spilled subtransactions during logical decoding.
Andres Freund
2017-06-18
*
Use the new "Slab" context for some allocations in reorderbuffer.h.
Andres Freund
2017-02-27
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Emit invalidations to standby for transactions without xid.
Andres Freund
2016-04-26
*
Generic Messages for Logical Decoding
Simon Riggs
2016-04-06
*
logical decoding: Fix handling of large old tuples with replica identity full.
Andres Freund
2016-03-05
*
logical decoding: Tell reorderbuffer about all xids.
Andres Freund
2016-03-05
*
Fix typos
Alvaro Herrera
2016-02-25
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Don't include rel.h when relcache.h is sufficient
Alvaro Herrera
2015-08-11
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
*
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-29
*
Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
Tom Lane
2015-02-21
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Fix decoding of MULTI_INSERTs when rows other than the last are toasted.
Andres Freund
2014-07-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Remove unportable use of anonymous unions from reorderbuffer.h.
Tom Lane
2014-03-07
*
Introduce logical decoding.
Robert Haas
2014-03-03