aboutsummaryrefslogtreecommitdiff
path: root/src/include/replication
Commit message (Expand)AuthorAge
* 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
* Spelling adjustmentsPeter Eisentraut2020-06-07
* Don't call palloc() while holding a spinlock, either.Tom Lane2020-06-03
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Rework XLogReader callback systemAlvaro Herrera2020-05-08
* Also rename 'struct manifest_info'.Robert Haas2020-04-23
* Rename exposed identifiers to say "backup manifest".Robert Haas2020-04-23
* Fix duplicate typedef from commit 0d8c9c121.Tom Lane2020-04-21
* Move the server's backup manifest code to a separate file.Robert Haas2020-04-20
* Fix race conditions in synchronous standby management.Tom Lane2020-04-18
* Rationalize GetWalRcv{Write,Flush}RecPtr().Thomas Munro2020-04-08
* Allow users to limit storage reserved by replication slotsAlvaro Herrera2020-04-07
* Add logical replication support to replicate into partitioned tablesPeter Eisentraut2020-04-06
* Generate backup manifests for base backups, and validate them.Robert Haas2020-04-03
* Set wal_receiver_create_temp_slot PGC_POSTMASTERAlvaro Herrera2020-03-27
* Prepare to support non-tables in publicationsPeter Eisentraut2020-03-19
* Remove logical_read_local_xlog_pageAlvaro Herrera2020-03-17
* Set ReorderBufferTXN->final_lsn more eagerlyAlvaro Herrera2020-01-17
* walreceiver uses a temporary replication slot by defaultPeter Eisentraut2020-01-14
* Expose PQbackendPID() through walreceiver APIPeter Eisentraut2020-01-14
* Clean up representation of flags in struct ReorderBufferTXNAlvaro Herrera2020-01-10
* Update copyrights for 2020Bruce Momjian2020-01-01
* Refactor attribute mappings used in logical tuple conversionMichael Paquier2019-12-18
* Make the order of the header file includes consistent.Amit Kapila2019-11-25
* Track statistics for spilling of changes from ReorderBuffer.Amit Kapila2019-11-21
* Add logical_decoding_work_mem to limit ReorderBuffer memory usage.Amit Kapila2019-11-19
* Rework WAL-reading supporting structsAlvaro Herrera2019-09-24
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-19
* Remove fmgr.h includes from headers that don't really need it.Andres Freund2019-08-16
* Remove superfluous newlines in function prototypes.Andres Freund2019-07-31
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-29
* Mark ReplicationSlotCtl as PGDLLIMPORT.Tom Lane2019-06-13
* Phase 2 pgindent run for v12.Tom Lane2019-05-22