aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/reorderbuffer.c
Commit message (Expand)AuthorAge
* Reduce memory block size for decoded tuple storage to 8kB.Masahiko Sawada2024-10-16
* Define PG_LOGICAL_DIR for path pg_logical/ in data folderMichael Paquier2024-08-30
* Define PG_REPLSLOT_DIR for path pg_replslot/ in data folderMichael Paquier2024-08-30
* Fix identation.Masahiko Sawada2024-08-26
* Fix memory counter update in ReorderBuffer.Masahiko Sawada2024-08-26
* Revert indexed and enlargable binary heap implementation.Masahiko Sawada2024-04-11
* Replace binaryheap + index with pairingheap in reorderbuffer.cMasahiko Sawada2024-04-11
* Improve eviction algorithm in ReorderBuffer using max-heap for many subtransa...Masahiko Sawada2024-04-03
* Add functions to binaryheap for efficient key removal and update.Masahiko Sawada2024-04-03
* Fix typos in reorderbuffer.c.Amit Kapila2024-03-14
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Use new overflow-safe integer comparison functions.Nathan Bossart2024-02-16
* Remove ReorderBufferTupleBuf structure.Masahiko Sawada2024-01-29
* Update copyright for 2024Bruce Momjian2024-01-03
* Fix some shadow variables in src/backend/replication/Michael Paquier2023-08-31
* Rename logical_replication_mode to debug_logical_replication_streamingPeter Eisentraut2023-08-29
* Fix ReorderBufferCheckMemoryLimit() comment.Masahiko Sawada2023-08-02
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Fix typos in commentsMichael Paquier2023-05-02
* Add macros for ReorderBufferTXN toptxn.Amit Kapila2023-03-17
* Fix snapshot handling in logicalmsg_decodeTomas Vondra2023-02-22
* Fix the logical replication timeout during large DDLs.Amit Kapila2023-02-08
* Remove useless casts to (void *) in hash_search() callsPeter Eisentraut2023-02-06
* Rename GUC logical_decoding_mode to logical_replication_mode.Amit Kapila2023-01-30
* Perform apply of large transactions by parallel workers.Amit Kapila2023-01-09
* Remove the streaming files for incomplete xacts after restart.Amit Kapila2023-01-07
* Update copyright for 2023Bruce Momjian2023-01-02
* Add 'logical_decoding_mode' GUC.Amit Kapila2022-12-26
* Avoid unnecessary streaming of transactions during logical replication.Amit Kapila2022-12-08
* Fix comments atop ReorderBufferAddInvalidations.Amit Kapila2022-11-10
* Add doubly linked count list implementationDavid Rowley2022-11-02
* Remove AssertArg and AssertStatePeter Eisentraut2022-10-28
* Add CHECK_FOR_INTERRUPTS while restoring changes during decoding.Amit Kapila2022-10-21
* Fix assertion failures while processing NEW_CID record in logical decoding.Amit Kapila2022-10-20
* Rename shadowed local variablesDavid Rowley2022-10-05
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-28
* Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas2022-09-27
* Harmonize reorderbuffer parameter names.Peter Geoghegan2022-09-17
* Add CHECK_FOR_INTERRUPTS while decoding changes.Amit Kapila2022-08-23
* Fix catalog lookup with the wrong snapshot during logical decoding.Amit Kapila2022-08-11
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Clean up newlines following left parenthesesAlvaro Herrera2022-05-13
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Fix various typos and spelling mistakes in code commentsDavid Rowley2022-04-11
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-07
* Improve the generation memory allocatorDavid Rowley2022-04-04
* Logical decoding of sequencesTomas Vondra2022-02-10
* Fix various typos, grammar and code style in comments and docsMichael Paquier2022-01-25
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix some typos with {a,an}Michael Paquier2021-12-09