index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
replication
/
reorderbuffer.h
Age
Commit message (
Expand
)
Author
2020-08-08
Implement streaming mode in ReorderBuffer.
Amit Kapila
2020-07-28
Extend the logical decoding output plugin API with stream methods.
Amit Kapila
2020-07-23
WAL Log invalidations at command end with wal_level=logical.
Amit Kapila
2020-07-13
Revert "Track statistics for spilling of changes from ReorderBuffer".
Amit Kapila
2020-01-17
Set ReorderBufferTXN->final_lsn more eagerly
Alvaro Herrera
2020-01-10
Clean up representation of flags in struct ReorderBufferTXN
Alvaro Herrera
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-21
Track statistics for spilling of changes from ReorderBuffer.
Amit Kapila
2019-11-19
Add logical_decoding_work_mem to limit ReorderBuffer memory usage.
Amit Kapila
2019-07-31
Remove superfluous newlines in function prototypes.
Andres Freund
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-09-03
Fix memory leak in TRUNCATE decoding
Tomas Vondra
2018-06-30
pgindent run prior to branching
Andrew Dunstan
2018-06-26
Fix "base" snapshot handling in logical decoding
Alvaro Herrera
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-07
Logical decoding of TRUNCATE
Peter Eisentraut
2018-03-21
Handle heap rewrites even better in logical decoding
Peter Eisentraut
2018-01-05
Fix failure to delete spill files of aborted transactions
Alvaro Herrera
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-11-23
Generational memory allocator
Simon Riggs
2017-06-21
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-18
Fix leaking of small spilled subtransactions during logical decoding.
Andres Freund
2017-02-27
Use the new "Slab" context for some allocations in reorderbuffer.h.
Andres Freund
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-06-09
pgindent run for 9.6
Robert Haas
2016-04-26
Emit invalidations to standby for transactions without xid.
Andres Freund
2016-04-06
Generic Messages for Logical Decoding
Simon Riggs
2016-03-05
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-02-25
Fix typos
Alvaro Herrera
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-08-11
Don't include rel.h when relcache.h is sufficient
Alvaro Herrera
2015-05-23
pgindent run for 9.5
Bruce Momjian
2015-05-20
Collection of typo fixes.
Heikki Linnakangas
2015-05-08
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-04-29
Introduce replication progress tracking infrastructure.
Andres Freund
2015-02-21
Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-07-06
Fix decoding of MULTI_INSERTs when rows other than the last are toasted.
Andres Freund
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-03-07
Remove unportable use of anonymous unions from reorderbuffer.h.
Tom Lane
2014-03-03
Introduce logical decoding.
Robert Haas