summaryrefslogtreecommitdiff
path: root/src/include/replication/reorderbuffer.h
AgeCommit message (Expand)Author
2023-03-17Add macros for ReorderBufferTXN toptxn.Amit Kapila
2023-02-08Fix the logical replication timeout during large DDLs.Amit Kapila
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-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-02Add doubly linked count list implementationDavid Rowley
2022-09-18Harmonize missed reorderbuffer parameter names.Peter Geoghegan
2022-09-18Harmonize reorderbuffer parameter names.Peter Geoghegan
2022-08-11Fix catalog lookup with the wrong snapshot during logical decoding.Amit Kapila
2022-08-04Fix formatting and comment typosJohn Naylor
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-05-12Add missing 'extern' to function prototypes.Andres Freund
2022-04-07Revert "Logical decoding of sequences"Tomas Vondra
2022-02-22Allow specifying row filters for logical replication of tables.Amit Kapila
2022-02-10Logical decoding of sequencesTomas Vondra
2022-01-08Update copyright for 2022Bruce Momjian
2021-07-14Add support for prepared transactions to built-in logical replication.Amit Kapila
2021-06-15Fix decoding of speculative aborts.Amit Kapila
2021-05-27Fix assertion during streaming of multi-insert toast changes.Amit Kapila
2021-05-06Update replication statistics after every stream/spill.Amit Kapila
2021-04-16Add information of total data processed to replication slot stats.Amit Kapila
2021-03-01Avoid repeated decoding of prepared transactions after a restart.Amit Kapila
2021-01-04Allow decoding at prepare time in ReorderBuffer.Amit Kapila
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-30Extend the output plugin API to allow decoding of prepared xacts.Amit Kapila
2020-11-17Fix 'skip-empty-xacts' option in test_decoding for streaming mode.Amit Kapila
2020-10-29Track statistics for streaming of changes from ReorderBuffer.Amit Kapila
2020-10-15Execute invalidation messages for each XLOG_XACT_INVALIDATIONS messageAmit Kapila
2020-10-08Track statistics for spilling of changes from ReorderBuffer.Amit Kapila
2020-08-08Implement streaming mode in ReorderBuffer.Amit Kapila
2020-07-28Extend the logical decoding output plugin API with stream methods.Amit Kapila
2020-07-23WAL Log invalidations at command end with wal_level=logical.Amit Kapila
2020-07-13Revert "Track statistics for spilling of changes from ReorderBuffer".Amit Kapila
2020-01-17Set ReorderBufferTXN->final_lsn more eagerlyAlvaro Herrera
2020-01-10Clean up representation of flags in struct ReorderBufferTXNAlvaro Herrera
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-21Track statistics for spilling of changes from ReorderBuffer.Amit Kapila
2019-11-19Add logical_decoding_work_mem to limit ReorderBuffer memory usage.Amit Kapila
2019-07-31Remove superfluous newlines in function prototypes.Andres Freund
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-09-03Fix memory leak in TRUNCATE decodingTomas Vondra
2018-06-30pgindent run prior to branchingAndrew Dunstan
2018-06-26Fix "base" snapshot handling in logical decodingAlvaro Herrera
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-07Logical decoding of TRUNCATEPeter Eisentraut
2018-03-21Handle heap rewrites even better in logical decodingPeter Eisentraut