aboutsummaryrefslogtreecommitdiff
path: root/src/include/replication/reorderbuffer.h
Commit message (Expand)AuthorAge
* 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
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Update copyright for 2019Bruce Momjian2019-01-02
* Fix memory leak in TRUNCATE decodingTomas Vondra2018-09-03
* pgindent run prior to branchingAndrew Dunstan2018-06-30
* Fix "base" snapshot handling in logical decodingAlvaro Herrera2018-06-26
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Logical decoding of TRUNCATEPeter Eisentraut2018-04-07