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
/
backend
/
replication
/
logical
/
reorderbuffer.c
Age
Commit message (
Expand
)
Author
2023-08-29
Rename logical_replication_mode to debug_logical_replication_streaming
Peter Eisentraut
2023-08-02
Fix ReorderBufferCheckMemoryLimit() comment.
Masahiko Sawada
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-02
Fix typos in comments
Michael Paquier
2023-03-17
Add macros for ReorderBufferTXN toptxn.
Amit Kapila
2023-02-22
Fix snapshot handling in logicalmsg_decode
Tomas Vondra
2023-02-08
Fix the logical replication timeout during large DDLs.
Amit Kapila
2023-02-06
Remove useless casts to (void *) in hash_search() calls
Peter Eisentraut
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-07
Remove the streaming files for incomplete xacts after restart.
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-10
Fix comments atop ReorderBufferAddInvalidations.
Amit Kapila
2022-11-02
Add doubly linked count list implementation
David Rowley
2022-10-28
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-21
Add CHECK_FOR_INTERRUPTS while restoring changes during decoding.
Amit Kapila
2022-10-20
Fix assertion failures while processing NEW_CID record in logical decoding.
Amit Kapila
2022-10-05
Rename shadowed local variables
David Rowley
2022-09-28
Revert 56-bit relfilenode change and follow-up commits.
Robert Haas
2022-09-27
Increase width of RelFileNumbers from 32 bits to 56 bits.
Robert Haas
2022-09-17
Harmonize reorderbuffer parameter names.
Peter Geoghegan
2022-08-23
Add CHECK_FOR_INTERRUPTS while decoding changes.
Amit Kapila
2022-08-11
Fix catalog lookup with the wrong snapshot during logical decoding.
Amit Kapila
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-05-13
Clean up newlines following left parentheses
Alvaro Herrera
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-11
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-07
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-04
Improve the generation memory allocator
David Rowley
2022-02-10
Logical decoding of sequences
Tomas Vondra
2022-01-25
Fix various typos, grammar and code style in comments and docs
Michael Paquier
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-12-09
Fix some typos with {a,an}
Michael Paquier
2021-09-22
Add parent table name in an error in reorderbuffer.c.
Amit Kapila
2021-09-13
Fix reorder buffer memory accounting for toast changes.
Amit Kapila
2021-07-14
Add support for prepared transactions to built-in logical replication.
Amit Kapila
2021-07-08
Fix typos in pgstat.c, reorderbuffer.c and pathnodes.h
Daniel Gustafsson
2021-06-30
Allow streaming the changes after speculative aborts.
Amit Kapila
2021-06-28
Pre branch pgindent / pgperltidy run
Andrew Dunstan
2021-06-15
Fix decoding of speculative aborts.
Amit Kapila
2021-06-12
Don't use Asserts to check for violations of replication protocol.
Tom Lane
2021-05-27
Fix assertion during streaming of multi-insert toast changes.
Amit Kapila
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-06
Update replication statistics after every stream/spill.
Amit Kapila
2021-05-06
Tighten the concurrent abort check during decoding.
Amit Kapila
2021-05-03
Fix the computation of slot stats for 'total_bytes'.
Amit Kapila
2021-04-30
Fix the bugs in selecting the transaction for streaming.
Amit Kapila
2021-04-26
Avoid sending prepare multiple times while decoding.
Amit Kapila
[next]