summaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/decode.c
Commit message (Expand)AuthorAgeFilesLines
* Revert 56-bit relfilenode change and follow-up commits.Robert Haas2022-09-281-1/+0
* Increase width of RelFileNumbers from 32 bits to 56 bits.Robert Haas2022-09-271-0/+1
* Remove unused xid parameter.Amit Kapila2022-09-261-1/+1
* Fix incorrect variable types for origin IDs in decode.cMichael Paquier2022-09-201-2/+2
* Harmonize parameter names in storage and AM code.Peter Geoghegan2022-09-191-2/+2
* Fix typos.Amit Kapila2022-09-191-6/+6
* Fix catalog lookup with the wrong snapshot during logical decoding.Amit Kapila2022-08-111-1/+2
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-061-20/+20
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-1/+1
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-071-131/+0
* Custom WAL Resource Managers.Jeff Davis2022-04-061-4/+4
* Add circular WAL decoding buffer, take II.Thomas Munro2022-03-181-1/+1
* Call ReorderBufferProcessXid from sequence_decodeTomas Vondra2022-03-071-0/+2
* Logical decoding of sequencesTomas Vondra2022-02-101-0/+129
* Clean up recent Coverity complaints.Tom Lane2022-01-231-1/+1
* Make logical decoding a part of the rmgr.Jeff Davis2022-01-191-84/+21
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Fix origin timestamp during decoding of ROLLBACK PREPARED operation.Amit Kapila2021-12-081-1/+1
* Handle XLOG_OVERWRITE_CONTRECORD in DecodeXLogOpAlvaro Herrera2021-11-011-0/+1
* Add support for prepared transactions to built-in logical replication.Amit Kapila2021-07-141-6/+5
* Fix decoding of speculative aborts.Amit Kapila2021-06-151-8/+6
* Revert recovery prefetching feature.Thomas Munro2021-05-101-1/+1
* Update replication statistics after every stream/spill.Amit Kapila2021-05-061-6/+8
* Add circular WAL decoding buffer.Thomas Munro2021-04-081-1/+1
* Remove tupgone special case from vacuumlazy.c.Peter Geoghegan2021-04-061-2/+2
* Add a xid argument to the filter_prepare callback for output plugins.Amit Kapila2021-03-301-6/+11
* Avoid repeated decoding of prepared transactions after a restart.Amit Kapila2021-03-011-0/+2
* Update the docs and comments for decoding of prepared xacts.Amit Kapila2021-03-011-0/+14
* Fix typos in decode.c and logical.c.Amit Kapila2021-01-061-4/+4
* Allow decoding at prepare time in ReorderBuffer.Amit Kapila2021-01-041-37/+249
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Track statistics for spilling of changes from ReorderBuffer.Amit Kapila2020-10-081-0/+9
* Implement streaming mode in ReorderBuffer.Amit Kapila2020-08-081-6/+11
* WAL Log invalidations at command end with wal_level=logical.Amit Kapila2020-07-231-23/+35
* Immediately WAL-log subtransaction and top-level XID association.Amit Kapila2020-07-201-21/+23
* Represent command completion tags as structsAlvaro Herrera2020-03-021-1/+1
* Handle logical decoding in multi-insert for catalog tuplesMichael Paquier2020-03-021-33/+28
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-121-5/+2
* logical decoding: process ASSIGNMENT during snapshot buildAlvaro Herrera2019-09-131-5/+8
* Adjust tuple data lookup logic in multi-insert logical decodingMichael Paquier2019-08-071-6/+12
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-2/+2
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Do not decode TOAST data for table rewritesTomas Vondra2018-11-281-9/+15
* Fix memory leak in TRUNCATE decodingTomas Vondra2018-09-031-1/+2
* Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander2018-04-091-1/+0
* Logical decoding of TRUNCATEPeter Eisentraut2018-04-071-0/+41
* Allow on-line enabling and disabling of data checksumsMagnus Hagander2018-04-051-0/+1
* Ability to advance replication slotsSimon Riggs2018-01-171-12/+32
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1