index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
replication
/
reorderbuffer.h
Age
Commit message (
Expand
)
Author
2025-06-17
Fix re-distributing previously distributed invalidation messages during logic...
Masahiko Sawada
2025-04-10
Fix data loss in logical replication.
Amit Kapila
2025-03-12
Rename alloc/free functions in reorderbuffer.c
Heikki Linnakangas
2025-02-13
Rename RBTXN_PREPARE to RBTXN_IS_PREPARE for better clarification.
Masahiko Sawada
2025-02-13
Skip logical decoding of already-aborted transactions.
Masahiko Sawada
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-28
Fix wording in comment
Daniel Gustafsson
2024-11-26
Clean up newlines following left parentheses
Álvaro Herrera
2024-10-14
Remove obsolete comment in reorderbuffer.h.
Masahiko Sawada
2024-08-30
Define PG_LOGICAL_DIR for path pg_logical/ in data folder
Michael Paquier
2024-04-11
Replace binaryheap + index with pairingheap in reorderbuffer.c
Masahiko Sawada
2024-04-03
Improve eviction algorithm in ReorderBuffer using max-heap for many subtransa...
Masahiko Sawada
2024-01-29
Remove ReorderBufferTupleBuf structure.
Masahiko Sawada
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-08-29
Rename logical_replication_mode to debug_logical_replication_streaming
Peter Eisentraut
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-03-17
Add macros for ReorderBufferTXN toptxn.
Amit Kapila
2023-02-08
Fix the logical replication timeout during large DDLs.
Amit Kapila
2023-01-30
Rename GUC logical_decoding_mode to logical_replication_mode.
Amit Kapila
2023-01-09
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-26
Add 'logical_decoding_mode' GUC.
Amit Kapila
2022-12-08
Avoid unnecessary streaming of transactions during logical replication.
Amit Kapila
2022-11-02
Add doubly linked count list implementation
David Rowley
2022-09-18
Harmonize missed reorderbuffer parameter names.
Peter Geoghegan
2022-09-18
Harmonize reorderbuffer parameter names.
Peter Geoghegan
2022-08-11
Fix catalog lookup with the wrong snapshot during logical decoding.
Amit Kapila
2022-08-04
Fix formatting and comment typos
John Naylor
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-05-12
Add missing 'extern' to function prototypes.
Andres Freund
2022-04-07
Revert "Logical decoding of sequences"
Tomas Vondra
2022-02-22
Allow specifying row filters for logical replication of tables.
Amit Kapila
2022-02-10
Logical decoding of sequences
Tomas Vondra
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-07-14
Add support for prepared transactions to built-in logical replication.
Amit Kapila
2021-06-15
Fix decoding of speculative aborts.
Amit Kapila
2021-05-27
Fix assertion during streaming of multi-insert toast changes.
Amit Kapila
2021-05-06
Update replication statistics after every stream/spill.
Amit Kapila
2021-04-16
Add information of total data processed to replication slot stats.
Amit Kapila
2021-03-01
Avoid repeated decoding of prepared transactions after a restart.
Amit Kapila
2021-01-04
Allow decoding at prepare time in ReorderBuffer.
Amit Kapila
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-30
Extend the output plugin API to allow decoding of prepared xacts.
Amit Kapila
2020-11-17
Fix 'skip-empty-xacts' option in test_decoding for streaming mode.
Amit Kapila
2020-10-29
Track statistics for streaming of changes from ReorderBuffer.
Amit Kapila
2020-10-15
Execute invalidation messages for each XLOG_XACT_INVALIDATIONS message
Amit Kapila
2020-10-08
Track statistics for spilling of changes from ReorderBuffer.
Amit Kapila
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
[next]