aboutsummaryrefslogtreecommitdiff
path: root/src/include/replication
Commit message (Expand)AuthorAge
* Reset properly snapshot export state during transaction abortMichael Paquier2021-10-18
* Advance old-segment horizon properly after slot invalidationAlvaro Herrera2021-07-16
* Don't try to print data type names in slot_store_error_callback().Tom Lane2021-07-02
* Fix decoding of speculative aborts.Amit Kapila2021-06-15
* Return ReplicationSlotAcquire API to its original formAlvaro Herrera2021-06-11
* Add some const decorationsPeter Eisentraut2021-06-10
* Fix assertion during streaming of multi-insert toast changes.Amit Kapila2021-05-27
* Rename the logical replication global "wrconn"Alvaro Herrera2021-05-12
* Revert recovery prefetching feature.Thomas Munro2021-05-10
* Update replication statistics after every stream/spill.Amit Kapila2021-05-06
* Use HTAB for replication slot statistics.Amit Kapila2021-04-27
* Add information of total data processed to replication slot stats.Amit Kapila2021-04-16
* Remove duplicate typedef.Thomas Munro2021-04-09
* Remove read_page callback from XLogReader.Thomas Munro2021-04-08
* Allow pgoutput to send logical decoding messages.Amit Kapila2021-04-06
* Refactor function parse_output_parameters.Amit Kapila2021-04-06
* Add a xid argument to the filter_prepare callback for output plugins.Amit Kapila2021-03-30
* Code review for server's handling of "tablespace map" files.Tom Lane2021-03-17
* Add condition variable for walreceiver shutdown.Thomas Munro2021-03-12
* Add option to enable two_phase commits via pg_create_logical_replication_slot.Amit Kapila2021-03-03
* Avoid repeated decoding of prepared transactions after a restart.Amit Kapila2021-03-01
* Fix the warnings introduced in commit ce0fdbfe97.Amit Kapila2021-02-15
* Allow multiple xacts during table sync in logical replication.Amit Kapila2021-02-12
* Make pg_replication_origin_drop safe against concurrent drops.Amit Kapila2021-02-10
* 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
* Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier2020-12-02
* Fix 'skip-empty-xacts' option in test_decoding for streaming mode.Amit Kapila2020-11-17
* Fix some typosMichael Paquier2020-11-14
* Use Enum for top level logical replication message types.Amit Kapila2020-11-02
* 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
* Fix the logical replication from HEAD to lower versions.Amit Kapila2020-09-26
* Fix bogus cache-invalidation logic in logical replication worker.Tom Lane2020-09-16
* Remove unused function declaration in logicalproto.h.Amit Kapila2020-09-12
* Print WAL logical message contents in pg_waldumpAlvaro Herrera2020-09-10
* Add support for streaming to built-in logical replication.Amit Kapila2020-09-03
* Add some const decorationsPeter Eisentraut2020-08-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
* Fix construction of updated-columns bitmap in logical replication.Tom Lane2020-07-20
* Fix replication/worker_internal.h to compile without other headers.Tom Lane2020-07-18
* Allow logical replication to transfer data in binary format.Tom Lane2020-07-18
* Revert "Track statistics for spilling of changes from ReorderBuffer".Amit Kapila2020-07-13
* Move description of libpqwalreceiver hooks out of the replication's READMEMichael Paquier2020-07-02
* Save slot's restart_lsn when invalidated due to sizeAlvaro Herrera2020-06-24
* Don't export basebackup.c's sendTablespace().Robert Haas2020-06-17