aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/logical
Commit message (Expand)AuthorAge
* Fix an undetected deadlock due to apply worker.Amit Kapila2023-12-11
* Fix uninitialized access to InitialRunningXacts during decoding after ERROR.Amit Kapila2023-09-12
* Fix snapshot handling in logicalmsg_decodeTomas Vondra2023-02-22
* Fix uninitialized access to InitialRunningXacts during decoding.Amit Kapila2022-11-25
* Add CHECK_FOR_INTERRUPTS while restoring changes during decoding.Amit Kapila2022-10-21
* Fix executing invalidation messages generated by subtransactions during decod...Amit Kapila2022-10-21
* Fix assertion failures while processing NEW_CID record in logical decoding.Amit Kapila2022-10-20
* Add CHECK_FOR_INTERRUPTS while decoding changes.Amit Kapila2022-08-23
* Fix catalog lookup with the wrong snapshot during logical decoding.Amit Kapila2022-08-11
* Fix memory leak due to LogicalRepRelMapEntry.attrmap.Amit Kapila2022-06-23
* Fix off-by-one loop termination condition in pg_stat_get_subscription().Tom Lane2022-06-07
* Fix the logical replication timeout during large transactions.Amit Kapila2022-05-11
* Fix the check to limit sync workers.Amit Kapila2022-04-19
* Improve subscriber's error message for wrong publication relkind.Tom Lane2022-02-15
* Doc: improve protocol spec for logical replication Type messages.Tom Lane2021-11-10
* Handle XLOG_OVERWRITE_CONTRECORD in DecodeXLogOpAlvaro Herrera2021-11-01
* Back-patch "Add parent table name in an error in reorderbuffer.c."Amit Kapila2021-10-21
* Reset properly snapshot export state during transaction abortMichael Paquier2021-10-18
* Fix incorrect error code in StartupReplicationOrigin().Amit Kapila2021-08-30
* Don't try to print data type names in slot_store_error_callback().Tom Lane2021-07-02
* Fix decoding of speculative aborts.Amit Kapila2021-06-15
* Don't use Asserts to check for violations of replication protocol.Tom Lane2021-06-12
* Rearrange logrep worker's snapshot handling some more.Tom Lane2021-06-10
* Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.Tom Lane2021-05-21
* Fix deadlock for multiple replicating truncates of the same table.Amit Kapila2021-05-21
* Rename the logical replication global "wrconn"Alvaro Herrera2021-05-12
* Fix memory leak in SnapBuildSerialize.Amit Kapila2021-01-13
* Calculate extraUpdatedCols in query rewriter, not parser.Tom Lane2020-10-28
* Fix bogus cache-invalidation logic in logical replication worker.Tom Lane2020-09-16
* Fix over-eager ping'ing in logical replication receiver.Tom Lane2020-09-04
* Empty search_path in logical replication apply worker and walsender.Noah Misch2020-08-10
* Fix construction of updated-columns bitmap in logical replication.Tom Lane2020-07-20
* Fix instance of elog() called while holding a spinlockMichael Paquier2020-06-04
* Fix bogus initialization of replication origin shared memory state.Tom Lane2020-05-15
* Fix consistency issues with replication slot copyAlvaro Herrera2020-03-17
* Stop demanding that top xact must be seen before subxact in decoding.Amit Kapila2020-02-19
* Fill in extraUpdatedCols in logical replicationPeter Eisentraut2020-02-17
* Set ReorderBufferTXN->final_lsn more eagerlyAlvaro Herrera2020-01-17
* Remove incorrect assertion for INSERT in logical replication's publisherMichael Paquier2020-01-12
* Have logical replication subscriber fire column triggersPeter Eisentraut2020-01-06
* Fix running out of file descriptors for spill files.Amit Kapila2020-01-02
* Fix subscriber invalid memory access on DDL.Amit Kapila2019-12-18
* Fix bogus tuple-slot management in logical replication UPDATE handling.Tom Lane2019-11-22
* Fix negative bitmapset member not allowed error in logical replicationPeter Eisentraut2019-11-09
* Fix gratuitous error message variationPeter Eisentraut2019-11-08
* Fix memory allocation mistakePeter Eisentraut2019-11-06
* Fix timeout handling in logical replication workerMichael Paquier2019-10-18
* logical decoding: process ASSIGNMENT during snapshot buildAlvaro Herrera2019-09-13
* Fix RelationIdGetRelation calls that weren't bothering with error checks.Tom Lane2019-09-08
* Fix typoAlvaro Herrera2019-08-21