summaryrefslogtreecommitdiff
path: root/src/include/replication
AgeCommit message (Expand)Author
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-09-26Fix the logical replication from HEAD to lower versions.Amit Kapila
2020-09-16Fix bogus cache-invalidation logic in logical replication worker.Tom Lane
2020-09-12Remove unused function declaration in logicalproto.h.Amit Kapila
2020-09-10Print WAL logical message contents in pg_waldumpAlvaro Herrera
2020-09-03Add support for streaming to built-in logical replication.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-07-23WAL Log invalidations at command end with wal_level=logical.Amit Kapila
2020-07-20Fix construction of updated-columns bitmap in logical replication.Tom Lane
2020-07-18Fix replication/worker_internal.h to compile without other headers.Tom Lane
2020-07-18Allow logical replication to transfer data in binary format.Tom Lane
2020-07-13Revert "Track statistics for spilling of changes from ReorderBuffer".Amit Kapila
2020-07-02Move description of libpqwalreceiver hooks out of the replication's READMEMichael Paquier
2020-06-24Save slot's restart_lsn when invalidated due to sizeAlvaro Herrera
2020-06-17Don't export basebackup.c's sendTablespace().Robert Haas
2020-06-07Spelling adjustmentsPeter Eisentraut
2020-06-03Don't call palloc() while holding a spinlock, either.Tom Lane
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-05-08Rework XLogReader callback systemAlvaro Herrera
2020-04-23Also rename 'struct manifest_info'.Robert Haas
2020-04-23Rename exposed identifiers to say "backup manifest".Robert Haas
2020-04-21Fix duplicate typedef from commit 0d8c9c121.Tom Lane
2020-04-20Move the server's backup manifest code to a separate file.Robert Haas
2020-04-18Fix race conditions in synchronous standby management.Tom Lane
2020-04-08Rationalize GetWalRcv{Write,Flush}RecPtr().Thomas Munro
2020-04-07Allow users to limit storage reserved by replication slotsAlvaro Herrera
2020-04-06Add logical replication support to replicate into partitioned tablesPeter Eisentraut
2020-04-03Generate backup manifests for base backups, and validate them.Robert Haas
2020-03-27Set wal_receiver_create_temp_slot PGC_POSTMASTERAlvaro Herrera
2020-03-19Prepare to support non-tables in publicationsPeter Eisentraut
2020-03-17Remove logical_read_local_xlog_pageAlvaro Herrera
2020-01-17Set ReorderBufferTXN->final_lsn more eagerlyAlvaro Herrera
2020-01-14walreceiver uses a temporary replication slot by defaultPeter Eisentraut
2020-01-14Expose PQbackendPID() through walreceiver APIPeter Eisentraut
2020-01-10Clean up representation of flags in struct ReorderBufferTXNAlvaro Herrera
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-18Refactor attribute mappings used in logical tuple conversionMichael Paquier
2019-11-25Make the order of the header file includes consistent.Amit Kapila
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-09-24Rework WAL-reading supporting structsAlvaro Herrera
2019-08-19Fix inconsistencies and typos in the tree, take 11Michael Paquier
2019-08-16Remove fmgr.h includes from headers that don't really need it.Andres Freund
2019-07-31Remove superfluous newlines in function prototypes.Andres Freund
2019-07-29Fix inconsistencies and typos in the treeMichael Paquier
2019-06-13Mark ReplicationSlotCtl as PGDLLIMPORT.Tom Lane
2019-05-22Phase 2 pgindent run for v12.Tom Lane