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