summaryrefslogtreecommitdiff
path: root/src/include/replication
Commit message (Expand)AuthorAgeFilesLines
* Fix invalid memory access during the shutdown of the parallel apply worker.Amit Kapila2023-05-091-1/+1
* Fix assertion failure in apply worker.Amit Kapila2023-05-031-0/+2
* Fix some typos and some incorrectly duplicated wordsDavid Rowley2023-04-181-1/+1
* Harmonize some more function parameter names.Peter Geoghegan2023-04-131-1/+1
* For cascading replication, wake physical and logical walsenders separatelyAndres Freund2023-04-082-11/+14
* Support invalidating replication slots due to horizon and wal_levelAndres Freund2023-04-071-1/+8
* Replace replication slot's invalidated_at LSN with an enumAndres Freund2023-04-071-2/+13
* Add new predefined role pg_create_subscription.Robert Haas2023-03-301-5/+7
* Add macros for ReorderBufferTXN toptxn.Amit Kapila2023-03-171-0/+18
* Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber.Amit Kapila2023-03-151-0/+4
* Fix the logical replication timeout during large DDLs.Amit Kapila2023-02-081-0/+12
* Rename GUC logical_decoding_mode to logical_replication_mode.Amit Kapila2023-01-301-5/+6
* Track logrep apply workers' last start times to avoid useless waits.Tom Lane2023-01-221-0/+2
* Use dlists instead of SHM_QUEUE for syncrep queueAndres Freund2023-01-181-1/+2
* Display the leader apply worker's PID for parallel apply workers.Amit Kapila2023-01-182-2/+4
* Perform apply of large transactions by parallel workers.Amit Kapila2023-01-098-14/+261
* Wake up a subscription's replication worker processes after DDL.Tom Lane2023-01-061-0/+4
* Update copyright for 2023Bruce Momjian2023-01-0218-18/+18
* Add 'logical_decoding_mode' GUC.Amit Kapila2022-12-261-0/+8
* Avoid unnecessary streaming of transactions during logical replication.Amit Kapila2022-12-081-8/+15
* Fix incorrect output from pgoutput when using column lists.Amit Kapila2022-12-021-1/+1
* Add doubly linked count list implementationDavid Rowley2022-11-021-2/+1
* Add a common function to generate the origin name.Amit Kapila2022-10-111-2/+2
* pgstat: Prevent stats reset from corrupting slotname by removing slotnameAndres Freund2022-10-081-0/+1
* Remove unused xid parameter.Amit Kapila2022-09-261-2/+1
* Harmonize more lexer function parameter names.Peter Geoghegan2022-09-221-1/+1
* Harmonize lexer adjacent function parameter names.Peter Geoghegan2022-09-212-2/+2
* Pass Size as a 2nd argument for snprintf() in tablesync.c.Amit Kapila2022-09-212-2/+2
* Harmonize parameter names in storage and AM code.Peter Geoghegan2022-09-195-8/+10
* Harmonize heapam and tableam parameter names.Peter Geoghegan2022-09-191-6/+7
* Harmonize missed reorderbuffer parameter names.Peter Geoghegan2022-09-181-2/+3
* Harmonize reorderbuffer parameter names.Peter Geoghegan2022-09-171-32/+40
* Split up guc.c for better build speed and ease of maintenance.Tom Lane2022-09-131-6/+0
* Fix comment in walsender_private.hMichael Paquier2022-08-221-1/+1
* Remove replacement code for getaddrinfo.Thomas Munro2022-08-141-1/+3
* Fix catalog lookup with the wrong snapshot during logical decoding.Amit Kapila2022-08-112-1/+13
* Move basebackup code to new directory src/backend/backupRobert Haas2022-08-104-460/+0
* Fix formatting and comment typosJohn Naylor2022-08-041-1/+1
* Fix inconsistent comments for some function declarations in headersMichael Paquier2022-08-041-1/+1
* Allow users to skip logical replication of data having origin.Amit Kapila2022-07-212-0/+3
* Add central declarations for dlsym()ed symbolsAndres Freund2022-07-171-0/+2
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-061-3/+3
* Fix data inconsistency between publisher and subscriber.Amit Kapila2022-06-161-0/+1
* Add missing 'extern' to function prototypes.Andres Freund2022-05-124-44/+44
* Pre-beta mechanical code beautification.Tom Lane2022-05-123-3/+3
* Fix the logical replication timeout during large transactions.Amit Kapila2022-05-111-0/+2
* Add missing spaces after single-line commentsDavid Rowley2022-04-141-1/+1
* Rename backup_compression.{c,h} to compression.{c,h}Michael Paquier2022-04-121-4/+4
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-086-25/+25
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-075-90/+1