summaryrefslogtreecommitdiff
path: root/src/include/replication
AgeCommit message (Expand)Author
2022-01-25Fix various typos, grammar and code style in comments and docsMichael Paquier
2022-01-24Fix limitations on what SQL commands can be issued to a walsender.Tom Lane
2022-01-24Server-side gzip compression.Robert Haas
2022-01-20Support base backup targets.Robert Haas
2022-01-19Make logical decoding a part of the rmgr.Jeff Davis
2022-01-18Modify pg_basebackup to use a new COPY subprotocol for base backups.Robert Haas
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-16Fix headerscheck failure in replication/worker_internal.hAlvaro Herrera
2021-11-05Introduce 'bbsink' abstraction to modularize base backup code.Robert Haas
2021-10-18Reset properly snapshot export state during transaction abortMichael Paquier
2021-09-14Remove code duplication for permission checks with replication slotsMichael Paquier
2021-09-02Optimize fileset usage in apply worker.Amit Kapila
2021-08-30Refactor sharedfileset.c to separate out fileset implementation.Amit Kapila
2021-08-27Add logical change details to logical replication worker errcontext.Amit Kapila
2021-08-19Rename LOGICAL_REP_MSG_STREAM_END to LOGICAL_REP_MSG_STREAM_STOP.Amit Kapila
2021-08-04Add prepare API support for streaming transactions in logical replication.Amit Kapila
2021-07-16Advance old-segment horizon properly after slot invalidationAlvaro Herrera
2021-07-14Add support for prepared transactions to built-in logical replication.Amit Kapila
2021-07-02Don't try to print data type names in slot_store_error_callback().Tom Lane
2021-06-15Fix decoding of speculative aborts.Amit Kapila
2021-06-11Return ReplicationSlotAcquire API to its original formAlvaro Herrera
2021-06-10Add some const decorationsPeter Eisentraut
2021-05-27Fix assertion during streaming of multi-insert toast changes.Amit Kapila
2021-05-12Rename the logical replication global "wrconn"Alvaro Herrera
2021-05-10Revert recovery prefetching feature.Thomas Munro
2021-05-06Update replication statistics after every stream/spill.Amit Kapila
2021-04-27Use HTAB for replication slot statistics.Amit Kapila
2021-04-16Add information of total data processed to replication slot stats.Amit Kapila
2021-04-08Remove duplicate typedef.Thomas Munro
2021-04-08Remove read_page callback from XLogReader.Thomas Munro
2021-04-06Allow pgoutput to send logical decoding messages.Amit Kapila
2021-04-06Refactor function parse_output_parameters.Amit Kapila
2021-03-30Add a xid argument to the filter_prepare callback for output plugins.Amit Kapila
2021-03-17Code review for server's handling of "tablespace map" files.Tom Lane
2021-03-12Add condition variable for walreceiver shutdown.Thomas Munro
2021-03-03Add option to enable two_phase commits via pg_create_logical_replication_slot.Amit Kapila
2021-03-01Avoid repeated decoding of prepared transactions after a restart.Amit Kapila
2021-02-15Fix the warnings introduced in commit ce0fdbfe97.Amit Kapila
2021-02-12Allow multiple xacts during table sync in logical replication.Amit Kapila
2021-02-10Make pg_replication_origin_drop safe against concurrent drops.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-12-02Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier
2020-11-17Fix 'skip-empty-xacts' option in test_decoding for streaming mode.Amit Kapila
2020-11-14Fix some typosMichael Paquier
2020-11-02Use Enum for top level logical replication message types.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