aboutsummaryrefslogtreecommitdiff
path: root/src/include/replication
Commit message (Expand)AuthorAge
* Fix comment in walsender_private.hMichael Paquier2022-08-22
* Remove replacement code for getaddrinfo.Thomas Munro2022-08-14
* Fix catalog lookup with the wrong snapshot during logical decoding.Amit Kapila2022-08-11
* Move basebackup code to new directory src/backend/backupRobert Haas2022-08-10
* Fix formatting and comment typosJohn Naylor2022-08-04
* Fix inconsistent comments for some function declarations in headersMichael Paquier2022-08-04
* Allow users to skip logical replication of data having origin.Amit Kapila2022-07-21
* Add central declarations for dlsym()ed symbolsAndres Freund2022-07-17
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Fix data inconsistency between publisher and subscriber.Amit Kapila2022-06-16
* Add missing 'extern' to function prototypes.Andres Freund2022-05-12
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Fix the logical replication timeout during large transactions.Amit Kapila2022-05-11
* Add missing spaces after single-line commentsDavid Rowley2022-04-14
* Rename backup_compression.{c,h} to compression.{c,h}Michael Paquier2022-04-12
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-08
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-07
* pgstat: revise replication slot API in preparation for shared memory stats.Andres Freund2022-04-06
* Skip empty transactions for logical replication.Amit Kapila2022-03-30
* Allow specifying column lists for logical replicationTomas Vondra2022-03-26
* Add decoding of sequences to built-in replicationTomas Vondra2022-03-24
* Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL.Robert Haas2022-03-23
* Allow extensions to add new backup targets.Robert Haas2022-03-15
* Add support for zstd base backup compression.Robert Haas2022-03-08
* Allow specifying row filters for logical replication of tables.Amit Kapila2022-02-22
* Move replication slot release to before_shmem_exit().Andres Freund2022-02-14
* Add suport for server-side LZ4 base backup compression.Robert Haas2022-02-11
* Logical decoding of sequencesTomas Vondra2022-02-10
* Remove server support for the previous base backup protocol.Robert Haas2022-02-10
* Fix various typos, grammar and code style in comments and docsMichael Paquier2022-01-25
* Fix limitations on what SQL commands can be issued to a walsender.Tom Lane2022-01-24
* Server-side gzip compression.Robert Haas2022-01-24
* Support base backup targets.Robert Haas2022-01-20
* Make logical decoding a part of the rmgr.Jeff Davis2022-01-19
* Modify pg_basebackup to use a new COPY subprotocol for base backups.Robert Haas2022-01-18
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix headerscheck failure in replication/worker_internal.hAlvaro Herrera2021-11-16
* Introduce 'bbsink' abstraction to modularize base backup code.Robert Haas2021-11-05
* Reset properly snapshot export state during transaction abortMichael Paquier2021-10-18
* Remove code duplication for permission checks with replication slotsMichael Paquier2021-09-14
* Optimize fileset usage in apply worker.Amit Kapila2021-09-02
* Refactor sharedfileset.c to separate out fileset implementation.Amit Kapila2021-08-30
* Add logical change details to logical replication worker errcontext.Amit Kapila2021-08-27
* Rename LOGICAL_REP_MSG_STREAM_END to LOGICAL_REP_MSG_STREAM_STOP.Amit Kapila2021-08-19
* Add prepare API support for streaming transactions in logical replication.Amit Kapila2021-08-04
* Advance old-segment horizon properly after slot invalidationAlvaro Herrera2021-07-16
* Add support for prepared transactions to built-in logical replication.Amit Kapila2021-07-14
* 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