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
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Add macros for ReorderBufferTXN toptxn.
Amit Kapila
2023-03-17
*
Fix the logical replication timeout during large DDLs.
Amit Kapila
2023-02-08
*
Rename GUC logical_decoding_mode to logical_replication_mode.
Amit Kapila
2023-01-30
*
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-09
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add 'logical_decoding_mode' GUC.
Amit Kapila
2022-12-26
*
Avoid unnecessary streaming of transactions during logical replication.
Amit Kapila
2022-12-08
*
Add doubly linked count list implementation
David Rowley
2022-11-02
*
Harmonize missed reorderbuffer parameter names.
Peter Geoghegan
2022-09-18
*
Harmonize reorderbuffer parameter names.
Peter Geoghegan
2022-09-17
*
Fix catalog lookup with the wrong snapshot during logical decoding.
Amit Kapila
2022-08-11
*
Fix formatting and comment typos
John Naylor
2022-08-04
*
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-07-06
*
Add missing 'extern' to function prototypes.
Andres Freund
2022-05-12
*
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-07
*
Allow specifying row filters for logical replication of tables.
Amit Kapila
2022-02-22
*
Logical decoding of sequences
Tomas Vondra
2022-02-10
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Add support for prepared transactions to built-in logical replication.
Amit Kapila
2021-07-14
*
Fix decoding of speculative aborts.
Amit Kapila
2021-06-15
*
Fix assertion during streaming of multi-insert toast changes.
Amit Kapila
2021-05-27
*
Update replication statistics after every stream/spill.
Amit Kapila
2021-05-06
*
Add information of total data processed to replication slot stats.
Amit Kapila
2021-04-16
*
Avoid repeated decoding of prepared transactions after a restart.
Amit Kapila
2021-03-01
*
Allow decoding at prepare time in ReorderBuffer.
Amit Kapila
2021-01-04
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Extend the output plugin API to allow decoding of prepared xacts.
Amit Kapila
2020-12-30
*
Fix 'skip-empty-xacts' option in test_decoding for streaming mode.
Amit Kapila
2020-11-17
*
Track statistics for streaming of changes from ReorderBuffer.
Amit Kapila
2020-10-29
*
Execute invalidation messages for each XLOG_XACT_INVALIDATIONS message
Amit Kapila
2020-10-15
*
Track statistics for spilling of changes from ReorderBuffer.
Amit Kapila
2020-10-08
*
Implement streaming mode in ReorderBuffer.
Amit Kapila
2020-08-08
*
Extend the logical decoding output plugin API with stream methods.
Amit Kapila
2020-07-28
*
WAL Log invalidations at command end with wal_level=logical.
Amit Kapila
2020-07-23
*
Revert "Track statistics for spilling of changes from ReorderBuffer".
Amit Kapila
2020-07-13
*
Set ReorderBufferTXN->final_lsn more eagerly
Alvaro Herrera
2020-01-17
*
Clean up representation of flags in struct ReorderBufferTXN
Alvaro Herrera
2020-01-10
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Track statistics for spilling of changes from ReorderBuffer.
Amit Kapila
2019-11-21
*
Add logical_decoding_work_mem to limit ReorderBuffer memory usage.
Amit Kapila
2019-11-19
*
Remove superfluous newlines in function prototypes.
Andres Freund
2019-07-31
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
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
[next]