summaryrefslogtreecommitdiff
path: root/src/include/replication/logical.h
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-04-03Ensure that the sync slots reach a consistent state after promotion without l...Amit Kapila
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-26Migrate logical slots to the new node during an upgrade.Amit Kapila
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-20Harmonize parameter names in storage and AM code.Peter Geoghegan
2022-05-11Fix the logical replication timeout during large transactions.Amit Kapila
2022-03-30Skip empty transactions for logical replication.Amit Kapila
2022-01-08Update copyright for 2022Bruce Momjian
2021-07-14Add support for prepared transactions to built-in logical replication.Amit Kapila
2021-05-10Revert recovery prefetching feature.Thomas Munro
2021-04-08Remove duplicate typedef.Thomas Munro
2021-04-08Remove read_page callback from XLogReader.Thomas Munro
2021-03-30Add a xid argument to the filter_prepare callback for output plugins.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-10-08Track statistics for spilling of changes from ReorderBuffer.Amit Kapila
2020-08-08Add some const decorationsPeter Eisentraut
2020-08-08Implement streaming mode in ReorderBuffer.Amit Kapila
2020-07-28Extend the logical decoding output plugin API with stream methods.Amit Kapila
2020-05-08Rework XLogReader callback systemAlvaro Herrera
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-25Make the order of the header file includes consistent.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-05-14Fix duplicated words in commentsMichael Paquier
2019-04-05Add facility to copy replication slotsAlvaro Herrera
2019-01-02Update copyright for 2019Bruce Momjian
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-01-17Ability to advance replication slotsSimon Riggs
2018-01-03Update copyright for 2018Bruce Momjian
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-12Lag tracking for logical replicationSimon Riggs
2017-04-27Preserve required !catalog tuples while computing initial decoding snapshot.Andres Freund
2017-04-24Get rid of extern declarations of non-existent functions.Fujii Masao
2017-03-23Replication lag tracking for walsendersSimon Riggs
2017-03-23Logical replication support for initial data copyPeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-01-02Update copyright for 2016Bruce Momjian
2015-04-29Introduce replication progress tracking infrastructure.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-03-03Introduce logical decoding.Robert Haas