summaryrefslogtreecommitdiff
path: root/src/include/replication
AgeCommit message (Expand)Author
2023-03-15Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber.Amit Kapila
2023-02-08Fix the logical replication timeout during large DDLs.Amit Kapila
2023-01-30Rename GUC logical_decoding_mode to logical_replication_mode.Amit Kapila
2023-01-22Track logrep apply workers' last start times to avoid useless waits.Tom Lane
2023-01-18Use dlists instead of SHM_QUEUE for syncrep queueAndres Freund
2023-01-18Display the leader apply worker's PID for parallel apply workers.Amit Kapila
2023-01-09Perform apply of large transactions by parallel workers.Amit Kapila
2023-01-06Wake up a subscription's replication worker processes after DDL.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-26Add 'logical_decoding_mode' GUC.Amit Kapila
2022-12-08Avoid unnecessary streaming of transactions during logical replication.Amit Kapila
2022-12-02Fix incorrect output from pgoutput when using column lists.Amit Kapila
2022-11-02Add doubly linked count list implementationDavid Rowley
2022-10-11Add a common function to generate the origin name.Amit Kapila
2022-10-08pgstat: Prevent stats reset from corrupting slotname by removing slotnameAndres Freund
2022-09-26Remove unused xid parameter.Amit Kapila
2022-09-22Harmonize more lexer function parameter names.Peter Geoghegan
2022-09-21Harmonize lexer adjacent function parameter names.Peter Geoghegan
2022-09-21Pass Size as a 2nd argument for snprintf() in tablesync.c.Amit Kapila
2022-09-20Harmonize parameter names in storage and AM code.Peter Geoghegan
2022-09-19Harmonize heapam and tableam parameter names.Peter Geoghegan
2022-09-18Harmonize missed reorderbuffer parameter names.Peter Geoghegan
2022-09-18Harmonize reorderbuffer parameter names.Peter Geoghegan
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-08-22Fix comment in walsender_private.hMichael Paquier
2022-08-13Remove replacement code for getaddrinfo.Thomas Munro
2022-08-11Fix catalog lookup with the wrong snapshot during logical decoding.Amit Kapila
2022-08-10Move basebackup code to new directory src/backend/backupRobert Haas
2022-08-04Fix formatting and comment typosJohn Naylor
2022-08-04Fix inconsistent comments for some function declarations in headersMichael Paquier
2022-07-21Allow users to skip logical replication of data having origin.Amit Kapila
2022-07-18Add central declarations for dlsym()ed symbolsAndres Freund
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-06-16Fix data inconsistency between publisher and subscriber.Amit Kapila
2022-05-12Add missing 'extern' to function prototypes.Andres Freund
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-11Fix the logical replication timeout during large transactions.Amit Kapila
2022-04-13Add missing spaces after single-line commentsDavid Rowley
2022-04-12Rename backup_compression.{c,h} to compression.{c,h}Michael Paquier
2022-04-08Apply PGDLLIMPORT markings broadly.Robert Haas
2022-04-07Revert "Logical decoding of sequences"Tomas Vondra
2022-04-07pgstat: revise replication slot API in preparation for shared memory stats.Andres Freund
2022-03-30Skip empty transactions for logical replication.Amit Kapila
2022-03-26Allow specifying column lists for logical replicationTomas Vondra
2022-03-24Add decoding of sequences to built-in replicationTomas Vondra
2022-03-23Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL.Robert Haas
2022-03-15Allow extensions to add new backup targets.Robert Haas
2022-03-08Add support for zstd base backup compression.Robert Haas
2022-02-22Allow specifying row filters for logical replication of tables.Amit Kapila
2022-02-15Move replication slot release to before_shmem_exit().Andres Freund