summaryrefslogtreecommitdiff
path: root/src/include/replication
Commit message (Expand)AuthorAgeFilesLines
* Add a xid argument to the filter_prepare callback for output plugins.Amit Kapila2021-03-302-1/+3
* Code review for server's handling of "tablespace map" files.Tom Lane2021-03-171-4/+10
* Add condition variable for walreceiver shutdown.Thomas Munro2021-03-121-0/+2
* Add option to enable two_phase commits via pg_create_logical_replication_slot.Amit Kapila2021-03-031-1/+6
* Avoid repeated decoding of prepared transactions after a restart.Amit Kapila2021-03-013-1/+11
* Fix the warnings introduced in commit ce0fdbfe97.Amit Kapila2021-02-152-2/+3
* Allow multiple xacts during table sync in logical replication.Amit Kapila2021-02-124-3/+6
* Make pg_replication_origin_drop safe against concurrent drops.Amit Kapila2021-02-101-1/+1
* Allow decoding at prepare time in ReorderBuffer.Amit Kapila2021-01-041-2/+31
* Update copyright for 2021Bruce Momjian2021-01-0220-20/+20
* Extend the output plugin API to allow decoding of prepared xacts.Amit Kapila2020-12-303-0/+103
* Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier2020-12-021-1/+2
* Fix 'skip-empty-xacts' option in test_decoding for streaming mode.Amit Kapila2020-11-171-0/+5
* Fix some typosMichael Paquier2020-11-141-2/+2
* Use Enum for top level logical replication message types.Amit Kapila2020-11-021-0/+27
* Track statistics for streaming of changes from ReorderBuffer.Amit Kapila2020-10-291-0/+5
* Execute invalidation messages for each XLOG_XACT_INVALIDATIONS messageAmit Kapila2020-10-151-2/+10
* Track statistics for spilling of changes from ReorderBuffer.Amit Kapila2020-10-083-3/+23
* Fix the logical replication from HEAD to lower versions.Amit Kapila2020-09-261-3/+5
* Fix bogus cache-invalidation logic in logical replication worker.Tom Lane2020-09-161-2/+9
* Remove unused function declaration in logicalproto.h.Amit Kapila2020-09-121-1/+0
* Print WAL logical message contents in pg_waldumpAlvaro Herrera2020-09-101-3/+2
* Add support for streaming to built-in logical replication.Amit Kapila2020-09-032-9/+34
* Add some const decorationsPeter Eisentraut2020-08-081-1/+1
* Implement streaming mode in ReorderBuffer.Amit Kapila2020-08-082-2/+55
* Extend the logical decoding output plugin API with stream methods.Amit Kapila2020-07-283-0/+133
* WAL Log invalidations at command end with wal_level=logical.Amit Kapila2020-07-231-0/+3
* Fix construction of updated-columns bitmap in logical replication.Tom Lane2020-07-201-1/+6
* Fix replication/worker_internal.h to compile without other headers.Tom Lane2020-07-181-0/+2
* Allow logical replication to transfer data in binary format.Tom Lane2020-07-183-9/+17
* Revert "Track statistics for spilling of changes from ReorderBuffer".Amit Kapila2020-07-132-16/+0
* Move description of libpqwalreceiver hooks out of the replication's READMEMichael Paquier2020-07-021-6/+130
* Save slot's restart_lsn when invalidated due to sizeAlvaro Herrera2020-06-241-0/+3
* Don't export basebackup.c's sendTablespace().Robert Haas2020-06-171-6/+0
* Spelling adjustmentsPeter Eisentraut2020-06-071-1/+1
* Don't call palloc() while holding a spinlock, either.Tom Lane2020-06-031-2/+2
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-143-7/+7
* Rework XLogReader callback systemAlvaro Herrera2020-05-081-2/+2
* Also rename 'struct manifest_info'.Robert Haas2020-04-232-3/+3
* Rename exposed identifiers to say "backup manifest".Robert Haas2020-04-231-14/+15
* Fix duplicate typedef from commit 0d8c9c121.Tom Lane2020-04-211-6/+4
* Move the server's backup manifest code to a separate file.Robert Haas2020-04-201-0/+51
* Fix race conditions in synchronous standby management.Tom Lane2020-04-182-10/+26
* Rationalize GetWalRcv{Write,Flush}RecPtr().Thomas Munro2020-04-081-4/+14
* Allow users to limit storage reserved by replication slotsAlvaro Herrera2020-04-071-1/+10
* Add logical replication support to replicate into partitioned tablesPeter Eisentraut2020-04-061-0/+2
* Generate backup manifests for base backups, and validate them.Robert Haas2020-04-032-1/+7
* Set wal_receiver_create_temp_slot PGC_POSTMASTERAlvaro Herrera2020-03-271-2/+2
* Prepare to support non-tables in publicationsPeter Eisentraut2020-03-191-0/+1
* Remove logical_read_local_xlog_pageAlvaro Herrera2020-03-171-19/+0