summaryrefslogtreecommitdiff
path: root/src/backend/replication
AgeCommit message (Expand)Author
2022-07-20Prevent BASE_BACKUP in the middle of another backup in the same session.Fujii Masao
2022-07-18Remove now superfluous declarations of dlsym()ed symbols.Andres Freund
2022-07-16Replace many MemSet calls with struct initializationPeter Eisentraut
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-07-06Refactor sending of DataRow messages in replication protocolPeter Eisentraut
2022-07-05Revert 019_replslot_limit.pl related debugging aids.Andres Freund
2022-07-04Refactor sending of RowDescription messages in replication protocolPeter Eisentraut
2022-07-04Implement List support for TransactionIdAlvaro Herrera
2022-07-04Fix for change timeline field of IDENTIFY_SYSTEM to int8Peter Eisentraut
2022-07-04Change timeline field of IDENTIFY_SYSTEM to int8Peter Eisentraut
2022-07-04Fix attlen in RowDescription of BASE_BACKUP responsePeter Eisentraut
2022-07-01Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut
2022-07-01Fix code comments still referring to pg_start/stop_backup()Michael Paquier
2022-06-30Change some unnecessary MemSet callsPeter Eisentraut
2022-06-23Fix memory leak due to LogicalRepRelMapEntry.attrmap.Amit Kapila
2022-06-21Fix stale values in partition map entries on subscribers.Amit Kapila
2022-06-21Fix partition table's REPLICA IDENTITY checking on the subscriber.Amit Kapila
2022-06-16Fix data inconsistency between publisher and subscriber.Amit Kapila
2022-06-15Fix cache look-up failures while applying changes in logical replication.Amit Kapila
2022-06-07Fix off-by-one loop termination condition in pg_stat_get_subscription().Tom Lane
2022-06-02Prohibit combining publications with different column lists.Amit Kapila
2022-05-19Extend pg_publication_tables to display column list and row filter.Amit Kapila
2022-05-18Fix typo in walreceiver.cMichael Paquier
2022-05-13Clean up newlines following left parenthesesAlvaro Herrera
2022-05-13Indent C code in flex and bison filesPeter Eisentraut
2022-05-13Don't report stats in LogicalRepApplyLoop() when in xact.Andres Freund
2022-05-12Remove function declaration for function in pg_proc.Andres Freund
2022-05-12Add 'static' to file-local variables missing it.Andres Freund
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-12Mark a few 'bbsink' related functions / variables static.Andres Freund
2022-05-11Fix typos and grammar in code and test commentsMichael Paquier
2022-05-11Fix the logical replication timeout during large transactions.Amit Kapila
2022-05-06Fix typo in origin.cMichael Paquier
2022-04-28Fix SQL syntax in comment in logical/worker.cJohn Naylor
2022-04-20Remove duplicated word in comment of basebackup.cMichael Paquier
2022-04-19Fix the check to limit sync workers.Amit Kapila
2022-04-15Tighten ComputeXidHorizons' handling of walsenders.Tom Lane
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-04-12Rename backup_compression.{c,h} to compression.{c,h}Michael Paquier
2022-04-11Fix various typos and spelling mistakes in code commentsDavid Rowley
2022-04-11Fix the dates of some copyright noticesMichael Paquier
2022-04-07Revert "Logical decoding of sequences"Tomas Vondra
2022-04-07Custom WAL Resource Managers.Jeff Davis
2022-04-07pgstat: remove stats_temp_directory.Andres Freund
2022-04-07pgstat: store statistics in shared memory.Andres Freund
2022-04-07pgstat: revise replication slot API in preparation for shared memory stats.Andres Freund
2022-04-06pgstat: stats collector references in comments.Andres Freund
2022-04-06Remove exclusive backup modeStephen Frost
2022-04-06Improve comments for row filtering and toast interaction in logical replication.Amit Kapila
2022-04-04Improve the generation memory allocatorDavid Rowley