summaryrefslogtreecommitdiff
path: root/src/backend/replication
AgeCommit message (Expand)Author
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
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-10Revert recovery prefetching feature.Thomas Munro
2021-05-06Update replication statistics after every stream/spill.Amit Kapila
2021-05-06Tighten the concurrent abort check during decoding.Amit Kapila
2021-05-03Fix the computation of slot stats for 'total_bytes'.Amit Kapila
2021-04-30Fix the bugs in selecting the transaction for streaming.Amit Kapila
2021-04-28Add heuristic incoming-message-size limits in the server.Tom Lane
2021-04-27Don't pass "ONLY" options specified in TRUNCATE to foreign data wrapper.Fujii Masao
2021-04-27Use HTAB for replication slot statistics.Amit Kapila
2021-04-27Fix Logical Replication of Truncate in synchronous commit mode.Amit Kapila
2021-04-26Avoid sending prepare multiple times while decoding.Amit Kapila
2021-04-26Fix typo in reorderbuffer.c.Amit Kapila
2021-04-22Fix relation leak for subscribers firing triggers in logical replicationMichael Paquier
2021-04-19Use correct format placeholder for pidsPeter Eisentraut
2021-04-17Use correct format placeholder for block numbersPeter Eisentraut
2021-04-16Add information of total data processed to replication slot stats.Amit Kapila
2021-04-14Use NameData datatype for slotname in stats.Amit Kapila
2021-04-08Allow TRUNCATE command to truncate foreign tables.Fujii Masao
2021-04-08Add circular WAL decoding buffer.Thomas Munro
2021-04-08Remove read_page callback from XLogReader.Thomas Munro
2021-04-07Message improvementPeter Eisentraut