summaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/decode.c
AgeCommit message (Expand)Author
2025-04-28Fix xmin advancement during fast_forward decoding.Amit Kapila
2025-03-12Rename alloc/free functions in reorderbuffer.cHeikki Linnakangas
2025-02-12Remove unnecessary (char *) casts [mem]Peter Eisentraut
2025-01-01Fix an assortment of spelling mistakes and typosDavid Rowley
2025-01-01Update copyright for 2025Bruce Momjian
2024-10-25For inplace update, send nontransactional invalidations.Noah Misch
2024-07-01Format better code for xact_decode()'s XLOG_XACT_INVALIDATIONSMichael Paquier
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-03-25Merge prune, freeze and vacuum WAL record formatsHeikki Linnakangas
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-29Remove ReorderBufferTupleBuf structure.Masahiko Sawada
2024-01-17Fix description of DecodeInsert() in decode.cMichael Paquier
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-26Migrate logical slots to the new node during an upgrade.Amit Kapila
2023-10-19During online checkpoints, insert XLOG_CHECKPOINT_REDO at redo point.Robert Haas
2023-09-04Fix typo in decode.c.Amit Kapila
2023-06-30Remove redundant check for fast_forward.Heikki Linnakangas
2023-05-19Pre-beta mechanical code beautification.Tom Lane
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