aboutsummaryrefslogtreecommitdiff
path: root/src/include/replication/reorderbuffer.h
Commit message (Expand)AuthorAge
* Remove obsolete comment in reorderbuffer.h.Masahiko Sawada2024-10-14
* Define PG_LOGICAL_DIR for path pg_logical/ in data folderMichael Paquier2024-08-30
* 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
* Remove ReorderBufferTupleBuf structure.Masahiko Sawada2024-01-29
* Update copyright for 2024Bruce Momjian2024-01-03
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Rename logical_replication_mode to debug_logical_replication_streamingPeter Eisentraut2023-08-29
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Add macros for ReorderBufferTXN toptxn.Amit Kapila2023-03-17
* Fix the logical replication timeout during large DDLs.Amit Kapila2023-02-08
* 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
* 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
* Add doubly linked count list implementationDavid Rowley2022-11-02
* Harmonize missed reorderbuffer parameter names.Peter Geoghegan2022-09-18
* Harmonize reorderbuffer parameter names.Peter Geoghegan2022-09-17
* Fix catalog lookup with the wrong snapshot during logical decoding.Amit Kapila2022-08-11
* Fix formatting and comment typosJohn Naylor2022-08-04
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Add missing 'extern' to function prototypes.Andres Freund2022-05-12
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-07
* Allow specifying row filters for logical replication of tables.Amit Kapila2022-02-22
* Logical decoding of sequencesTomas Vondra2022-02-10
* Update copyright for 2022Bruce Momjian2022-01-07
* Add support for prepared transactions to built-in logical replication.Amit Kapila2021-07-14
* Fix decoding of speculative aborts.Amit Kapila2021-06-15
* Fix assertion during streaming of multi-insert toast changes.Amit Kapila2021-05-27
* Update replication statistics after every stream/spill.Amit Kapila2021-05-06
* Add information of total data processed to replication slot stats.Amit Kapila2021-04-16
* Avoid repeated decoding of prepared transactions after a restart.Amit Kapila2021-03-01
* Allow decoding at prepare time in ReorderBuffer.Amit Kapila2021-01-04
* Update copyright for 2021Bruce Momjian2021-01-02
* Extend the output plugin API to allow decoding of prepared xacts.Amit Kapila2020-12-30
* Fix 'skip-empty-xacts' option in test_decoding for streaming mode.Amit Kapila2020-11-17
* Track statistics for streaming of changes from ReorderBuffer.Amit Kapila2020-10-29
* Execute invalidation messages for each XLOG_XACT_INVALIDATIONS messageAmit Kapila2020-10-15
* Track statistics for spilling of changes from ReorderBuffer.Amit Kapila2020-10-08
* Implement streaming mode in ReorderBuffer.Amit Kapila2020-08-08
* Extend the logical decoding output plugin API with stream methods.Amit Kapila2020-07-28
* WAL Log invalidations at command end with wal_level=logical.Amit Kapila2020-07-23
* Revert "Track statistics for spilling of changes from ReorderBuffer".Amit Kapila2020-07-13
* Set ReorderBufferTXN->final_lsn more eagerlyAlvaro Herrera2020-01-17
* Clean up representation of flags in struct ReorderBufferTXNAlvaro Herrera2020-01-10
* Update copyrights for 2020Bruce Momjian2020-01-01
* Track statistics for spilling of changes from ReorderBuffer.Amit Kapila2019-11-21
* Add logical_decoding_work_mem to limit ReorderBuffer memory usage.Amit Kapila2019-11-19
* Remove superfluous newlines in function prototypes.Andres Freund2019-07-31