aboutsummaryrefslogtreecommitdiff
path: root/src/include/replication
Commit message (Expand)AuthorAge
* Fix the logical replication timeout during large DDLs.Amit Kapila2023-02-08
* Rename GUC logical_decoding_mode to logical_replication_mode.Amit Kapila2023-01-30
* Track logrep apply workers' last start times to avoid useless waits.Tom Lane2023-01-22
* Use dlists instead of SHM_QUEUE for syncrep queueAndres Freund2023-01-18
* Display the leader apply worker's PID for parallel apply workers.Amit Kapila2023-01-18
* Perform apply of large transactions by parallel workers.Amit Kapila2023-01-09
* Wake up a subscription's replication worker processes after DDL.Tom Lane2023-01-06
* Update copyright for 2023Bruce Momjian2023-01-02
* Add 'logical_decoding_mode' GUC.Amit Kapila2022-12-26
* Avoid unnecessary streaming of transactions during logical replication.Amit Kapila2022-12-08
* Fix incorrect output from pgoutput when using column lists.Amit Kapila2022-12-02
* Add doubly linked count list implementationDavid Rowley2022-11-02
* Add a common function to generate the origin name.Amit Kapila2022-10-11
* pgstat: Prevent stats reset from corrupting slotname by removing slotnameAndres Freund2022-10-08
* Remove unused xid parameter.Amit Kapila2022-09-26
* Harmonize more lexer function parameter names.Peter Geoghegan2022-09-22
* Harmonize lexer adjacent function parameter names.Peter Geoghegan2022-09-21
* Pass Size as a 2nd argument for snprintf() in tablesync.c.Amit Kapila2022-09-21
* Harmonize parameter names in storage and AM code.Peter Geoghegan2022-09-19
* Harmonize heapam and tableam parameter names.Peter Geoghegan2022-09-19
* Harmonize missed reorderbuffer parameter names.Peter Geoghegan2022-09-18
* Harmonize reorderbuffer parameter names.Peter Geoghegan2022-09-17
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-13
* 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