summaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/decode.c
AgeCommit message (Expand)Author
2023-04-12Improve error messages introduced in be87200efd9 and 0fdab27ad68Andres Freund
2023-04-08Allow logical decoding on standbysAndres Freund
2023-02-22Fix snapshot handling in logicalmsg_decodeTomas Vondra
2023-01-09Perform apply of large transactions by parallel workers.Amit Kapila
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-28Revert 56-bit relfilenode change and follow-up commits.Robert Haas
2022-09-27Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas
2022-09-26Remove unused xid parameter.Amit Kapila
2022-09-20Fix incorrect variable types for origin IDs in decode.cMichael Paquier
2022-09-20Harmonize parameter names in storage and AM code.Peter Geoghegan
2022-09-19Fix typos.Amit Kapila
2022-08-11Fix catalog lookup with the wrong snapshot during logical decoding.Amit Kapila
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-07Revert "Logical decoding of sequences"Tomas Vondra
2022-04-07Custom WAL Resource Managers.Jeff Davis
2022-03-18Add circular WAL decoding buffer, take II.Thomas Munro
2022-03-07Call ReorderBufferProcessXid from sequence_decodeTomas Vondra
2022-02-10Logical decoding of sequencesTomas Vondra
2022-01-23Clean up recent Coverity complaints.Tom Lane
2022-01-19Make logical decoding a part of the rmgr.Jeff Davis
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-08Fix origin timestamp during decoding of ROLLBACK PREPARED operation.Amit Kapila
2021-11-01Handle XLOG_OVERWRITE_CONTRECORD in DecodeXLogOpAlvaro Herrera
2021-07-14Add support for prepared transactions to built-in logical replication.Amit Kapila
2021-06-15Fix decoding of speculative aborts.Amit Kapila
2021-05-10Revert recovery prefetching feature.Thomas Munro
2021-05-06Update replication statistics after every stream/spill.Amit Kapila
2021-04-08Add circular WAL decoding buffer.Thomas Munro
2021-04-06Remove tupgone special case from vacuumlazy.c.Peter Geoghegan
2021-03-30Add a xid argument to the filter_prepare callback for output plugins.Amit Kapila
2021-03-01Avoid repeated decoding of prepared transactions after a restart.Amit Kapila
2021-03-01Update the docs and comments for decoding of prepared xacts.Amit Kapila
2021-01-06Fix typos in decode.c and logical.c.Amit Kapila
2021-01-04Allow decoding at prepare time in ReorderBuffer.Amit Kapila
2021-01-02Update copyright for 2021Bruce Momjian
2020-10-08Track statistics for spilling of changes from ReorderBuffer.Amit Kapila
2020-08-08Implement streaming mode in ReorderBuffer.Amit Kapila
2020-07-23WAL Log invalidations at command end with wal_level=logical.Amit Kapila
2020-07-20Immediately WAL-log subtransaction and top-level XID association.Amit Kapila
2020-03-02Represent command completion tags as structsAlvaro Herrera
2020-03-02Handle logical decoding in multi-insert for catalog tuplesMichael Paquier
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-09-13logical decoding: process ASSIGNMENT during snapshot buildAlvaro Herrera
2019-08-07Adjust tuple data lookup logic in multi-insert logical decodingMichael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-28Do not decode TOAST data for table rewritesTomas Vondra
2018-09-03Fix memory leak in TRUNCATE decodingTomas Vondra