summaryrefslogtreecommitdiff
path: root/src/backend/replication
AgeCommit message (Expand)Author
2021-07-02Don't try to print data type names in slot_store_error_callback().Tom Lane
2021-06-25Make walsenders show their replication commands in pg_stat_activity.Tom Lane
2021-06-15Fix decoding of speculative aborts.Amit Kapila
2021-06-12Don't use Asserts to check for violations of replication protocol.Tom Lane
2021-06-10Rearrange logrep worker's snapshot handling some more.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
2021-03-18Don't leak malloc'd error string in libpqrcv_check_conninfo().Tom Lane
2021-01-13Fix memory leak in SnapBuildSerialize.Amit Kapila
2020-12-14Revert "Cannot use WL_SOCKET_WRITEABLE without WL_SOCKET_READABLE."Jeff Davis
2020-11-12doc: wire protocol data type for history file content is byteaBruce Momjian
2020-11-10Fix and simplify some usages of TimestampDifference().Tom Lane
2020-10-28Calculate extraUpdatedCols in query rewriter, not parser.Tom Lane
2020-09-29Archive timeline history files in standby if archive_mode is set to "always".Fujii Masao
2020-09-16Fix bogus cache-invalidation logic in logical replication worker.Tom Lane
2020-09-04Fix over-eager ping'ing in logical replication receiver.Tom Lane
2020-08-10Empty search_path in logical replication apply worker and walsender.Noah Misch
2020-08-08walsnd: Don't set waiting_for_ping_response spuriouslyAlvaro Herrera
2020-08-06Fix minor problems with non-exclusive backup cleanup.Robert Haas
2020-07-20Fix construction of updated-columns bitmap in logical replication.Tom Lane
2020-06-18Fix oldest xmin and LSN computation across repslots after advancingMichael Paquier
2020-06-04Fix instance of elog() called while holding a spinlockMichael Paquier
2020-06-03Don't call palloc() while holding a spinlock, either.Tom Lane
2020-05-18Fix comment in slot.c.Amit Kapila
2020-05-15Fix bogus initialization of replication origin shared memory state.Tom Lane
2020-04-18Fix race conditions in synchronous standby management.Tom Lane
2020-04-05Save errno across LWLockRelease() callsPeter Eisentraut
2020-03-26Drop slot's LWLock before returning from SaveSlotToPath()Peter Eisentraut
2020-03-17Fix consistency issues with replication slot copyAlvaro Herrera
2020-02-24Add prefix checks in exclude lists for pg_rewind, pg_checksums and base backupsMichael Paquier
2020-02-19Stop demanding that top xact must be seen before subxact in decoding.Amit Kapila
2020-02-17Fill in extraUpdatedCols in logical replicationPeter Eisentraut
2020-01-30Fix slot data persistency when advancing physical replication slotsMichael Paquier
2020-01-17Set ReorderBufferTXN->final_lsn more eagerlyAlvaro Herrera
2020-01-13Fix base backup with database OIDs larger than INT32_MAXPeter Eisentraut
2020-01-12Remove incorrect assertion for INSERT in logical replication's publisherMichael Paquier
2020-01-06Reduce the number of GetFlushRecPtr() calls done by walsenders.Tom Lane
2020-01-06Have logical replication subscriber fire column triggersPeter Eisentraut
2020-01-02Fix running out of file descriptors for spill files.Amit Kapila
2019-12-26Fix some comments related to logical repslot advancingMichael Paquier
2019-12-18Fix subscriber invalid memory access on DDL.Amit Kapila
2019-11-22Fix bogus tuple-slot management in logical replication UPDATE handling.Tom Lane
2019-11-09Fix negative bitmapset member not allowed error in logical replicationPeter Eisentraut
2019-11-08Fix gratuitous error message variationPeter Eisentraut
2019-11-06Fix memory allocation mistakePeter Eisentraut
2019-11-06Fix timestamp of sent message for write context in logical decodingMichael Paquier
2019-11-01Fix race condition at backend exit when deleting element in syncrep queueMichael Paquier
2019-10-18Fix timeout handling in logical replication workerMichael Paquier
2019-10-17Fix minor bug in logical-replication walsender shutdownAlvaro Herrera