summaryrefslogtreecommitdiff
path: root/src/backend/replication
AgeCommit message (Expand)Author
2022-09-12Make the tablesync worker's replication origin drop logic robust.Amit Kapila
2022-09-09Bump minimum version of Bison to 2.3John Naylor
2022-09-07Message style fixesAlvaro Herrera
2022-09-06Fix an assortment of improper usages of string functionsDavid Rowley
2022-09-04Build all Flex files standaloneJohn Naylor
2022-09-02Expand the use of get_dirent_type(), shaving a few calls to stat()/lstat()Michael Paquier
2022-08-30Drop replication origin slots before tablesync worker exits.Amit Kapila
2022-08-29Fix the incorrect assertion introduced in commit 7f13ac8123.Amit Kapila
2022-08-26Remove unneeded null pointer checks before PQfreemem()Peter Eisentraut
2022-08-23Add CHECK_FOR_INTERRUPTS while decoding changes.Amit Kapila
2022-08-23Switch format specifier for replication origins to %dJohn Naylor
2022-08-19Remove shadowed local variables that are new in v15David Rowley
2022-08-18Refer to replication origin roident as "ID" in user facing messages and docsJohn Naylor
2022-08-17Avoid using list_length() to test for empty list.Tom Lane
2022-08-11struct PQWalReceiverFunctions: use designated initializersAlvaro Herrera
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-06Replace pgwin32_is_junction() with lstat().Thomas Munro
2022-08-04Remove dead pread and pwrite replacement code.Thomas Munro
2022-08-04Remove configure probes for symlink/readlink, and dead code.Thomas Munro
2022-07-28Clean up some residual confusion between OIDs and RelFileNumbers.Robert Haas
2022-07-27Refactor code in charge of grabbing the relations of a subscriptionMichael Paquier
2022-07-21Allow users to skip logical replication of data having origin.Amit Kapila
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