summaryrefslogtreecommitdiff
path: root/src/backend/replication
AgeCommit message (Expand)Author
2021-11-11Restore lock level to set vacuum flagsAlvaro Herrera
2021-11-10Doc: improve protocol spec for logical replication Type messages.Tom Lane
2021-11-10Fix thinko in assertion in basebackup.c.Robert Haas
2021-11-10Improve error messages for some callers of XLogReadRecord()Michael Paquier
2021-11-09Have the server properly terminate tar archives.Robert Haas
2021-11-05Remove all use of ThisTimeLineID global variable outside of xlog.cRobert Haas
2021-11-05Don't set ThisTimeLineID when there's no reason to do so.Robert Haas
2021-11-05Introduce 'bbsink' abstraction to modularize base backup code.Robert Haas
2021-11-02Ensure consistent logical replication of datetime and float8 values.Tom Lane
2021-11-01Handle XLOG_OVERWRITE_CONTRECORD in DecodeXLogOpAlvaro Herrera
2021-10-29When fetching WAL for a basebackup, report errors with a sensible TLI.Robert Haas
2021-10-27Allow publishing the tables of schema.Amit Kapila
2021-10-25Remove useless code from CreateReplicationSlot.Robert Haas
2021-10-24Add replication command READ_REPLICATION_SLOTMichael Paquier
2021-10-18Reset properly snapshot export state during transaction abortMichael Paquier
2021-10-12Refactor basebackup.c's _tarWriteDir() function.Robert Haas
2021-10-05Flexible options for CREATE_REPLICATION_SLOT.Robert Haas
2021-10-05Flexible options for BASE_BACKUP.Robert Haas
2021-10-05Remove obsolete comment in snapbuild.c.Amit Kapila
2021-09-22Add parent table name in an error in reorderbuffer.c.Amit Kapila
2021-09-14Remove code duplication for permission checks with replication slotsMichael Paquier
2021-09-13Fix reorder buffer memory accounting for toast changes.Amit Kapila
2021-09-09Fix issue with WAL archiving in standby.Fujii Masao
2021-09-07Log new catalog xmin candidate in LogicalIncreaseXminForSlot().Amit Kapila
2021-09-04Revert "Avoid creating archive status ".ready" files too early"Alvaro Herrera
2021-09-02Optimize fileset usage in apply worker.Amit Kapila
2021-08-30Fix incorrect error code in StartupReplicationOrigin().Amit Kapila
2021-08-30Refactor sharedfileset.c to separate out fileset implementation.Amit Kapila
2021-08-27Add logical change details to logical replication worker errcontext.Amit Kapila
2021-08-23Avoid creating archive status ".ready" files too earlyAlvaro Herrera
2021-08-23Fix backup manifests to generate correct WAL-Ranges across timelinesMichael Paquier
2021-08-19Rename LOGICAL_REP_MSG_STREAM_END to LOGICAL_REP_MSG_STREAM_STOP.Amit Kapila
2021-08-19Revert refactoring of hex code to src/common/Michael Paquier
2021-08-05Remove unused argument "txn" in maybe_send_schema().Fujii Masao
2021-08-04Add prepare API support for streaming transactions in logical replication.Amit Kapila
2021-07-30Improve documentation for START_REPLICATION ... LOGICAL.Jeff Davis
2021-07-30Remove unused argument in apply_handle_commit_internal().Amit Kapila
2021-07-29Refactor to make common functions in proto.c and worker.c.Amit Kapila
2021-07-28Clarify some comments making use of leetspeak term "up2date"Michael Paquier
2021-07-20Fix potential buffer overruns in proto.c.Amit Kapila
2021-07-16Advance old-segment horizon properly after slot invalidationAlvaro Herrera
2021-07-14Add support for prepared transactions to built-in logical replication.Amit Kapila
2021-07-09Eliminate replication protocol error related to IDENTIFY_SYSTEM.Jeff Davis
2021-07-08Fix typos in pgstat.c, reorderbuffer.c and pathnodes.hDaniel Gustafsson
2021-07-02Don't try to print data type names in slot_store_error_callback().Tom Lane
2021-06-30Allow streaming the changes after speculative aborts.Amit Kapila
2021-06-30Allow enabling two-phase option via replication protocol.Amit Kapila
2021-06-29Don't ERROR on PreallocXlogFiles() race condition.Noah Misch
2021-06-29Remove XLogFileInit() ability to unlink a pre-existing file.Noah Misch
2021-06-29Remove XLogFileInit() ability to skip ControlFileLock.Noah Misch