summaryrefslogtreecommitdiff
path: root/src/backend/replication
AgeCommit message (Expand)Author
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
2021-06-28Pre branch pgindent / pgperltidy runAndrew Dunstan
2021-06-27Error message refactoringPeter Eisentraut
2021-06-16Improve SQLSTATE reporting in some replication-related code.Tom Lane
2021-06-15Fix decoding of speculative aborts.Amit Kapila
2021-06-14Fix logic bug in 1632ea43682fAlvaro Herrera
2021-06-12Don't use Asserts to check for violations of replication protocol.Tom Lane
2021-06-11Fix multiple crasher bugs in partitioned-table replication logic.Tom Lane
2021-06-11Return ReplicationSlotAcquire API to its original formAlvaro Herrera
2021-06-11Fix race condition in invalidating obsolete replication slotsAlvaro Herrera
2021-06-10Rearrange logrep worker's snapshot handling some more.Tom Lane
2021-06-10Add some const decorationsPeter Eisentraut
2021-06-07Remove two_phase variable from CreateReplicationSlotCmd struct.Amit Kapila
2021-06-01pgoutput: Fix memory leak due to RelationSyncEntry.map.Amit Kapila
2021-05-27Fix assertion during streaming of multi-insert toast changes.Amit Kapila
2021-05-23Fix access to no-longer-open relcache entry in logical-rep worker.Tom Lane
2021-05-21Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.Tom Lane
2021-05-21Fix deadlock for multiple replicating truncates of the same table.Amit Kapila
2021-05-12Rename the logical replication global "wrconn"Alvaro Herrera