aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/decode.c
Commit message (Expand)AuthorAge
* Fix xmin advancement during fast_forward decoding.Amit Kapila2025-04-28
* Rename alloc/free functions in reorderbuffer.cHeikki Linnakangas2025-03-12
* Remove unnecessary (char *) casts [mem]Peter Eisentraut2025-02-12
* Fix an assortment of spelling mistakes and typosDavid Rowley2025-01-02
* Update copyright for 2025Bruce Momjian2025-01-01
* For inplace update, send nontransactional invalidations.Noah Misch2024-10-25
* Format better code for xact_decode()'s XLOG_XACT_INVALIDATIONSMichael Paquier2024-07-01
* Revise GUC names quoting in messages againPeter Eisentraut2024-05-17
* Merge prune, freeze and vacuum WAL record formatsHeikki Linnakangas2024-03-25
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Remove ReorderBufferTupleBuf structure.Masahiko Sawada2024-01-29
* Fix description of DecodeInsert() in decode.cMichael Paquier2024-01-17
* Update copyright for 2024Bruce Momjian2024-01-03
* Migrate logical slots to the new node during an upgrade.Amit Kapila2023-10-26
* During online checkpoints, insert XLOG_CHECKPOINT_REDO at redo point.Robert Haas2023-10-19
* Fix typo in decode.c.Amit Kapila2023-09-04
* Remove redundant check for fast_forward.Heikki Linnakangas2023-06-30
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Improve error messages introduced in be87200efd9 and 0fdab27ad68Andres Freund2023-04-12
* Allow logical decoding on standbysAndres Freund2023-04-08
* Fix snapshot handling in logicalmsg_decodeTomas Vondra2023-02-22
* Perform apply of large transactions by parallel workers.Amit Kapila2023-01-09
* Update copyright for 2023Bruce Momjian2023-01-02
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-28
* Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas2022-09-27
* Remove unused xid parameter.Amit Kapila2022-09-26
* Fix incorrect variable types for origin IDs in decode.cMichael Paquier2022-09-20
* Harmonize parameter names in storage and AM code.Peter Geoghegan2022-09-19
* Fix typos.Amit Kapila2022-09-19
* Fix catalog lookup with the wrong snapshot during logical decoding.Amit Kapila2022-08-11
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-07
* Custom WAL Resource Managers.Jeff Davis2022-04-06
* Add circular WAL decoding buffer, take II.Thomas Munro2022-03-18
* Call ReorderBufferProcessXid from sequence_decodeTomas Vondra2022-03-07
* Logical decoding of sequencesTomas Vondra2022-02-10
* Clean up recent Coverity complaints.Tom Lane2022-01-23
* Make logical decoding a part of the rmgr.Jeff Davis2022-01-19
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix origin timestamp during decoding of ROLLBACK PREPARED operation.Amit Kapila2021-12-08
* Handle XLOG_OVERWRITE_CONTRECORD in DecodeXLogOpAlvaro Herrera2021-11-01
* Add support for prepared transactions to built-in logical replication.Amit Kapila2021-07-14
* Fix decoding of speculative aborts.Amit Kapila2021-06-15
* Revert recovery prefetching feature.Thomas Munro2021-05-10
* Update replication statistics after every stream/spill.Amit Kapila2021-05-06
* Add circular WAL decoding buffer.Thomas Munro2021-04-08
* Remove tupgone special case from vacuumlazy.c.Peter Geoghegan2021-04-06
* Add a xid argument to the filter_prepare callback for output plugins.Amit Kapila2021-03-30
* Avoid repeated decoding of prepared transactions after a restart.Amit Kapila2021-03-01