aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/decode.c
Commit message (Expand)AuthorAge
* 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
* Update the docs and comments for decoding of prepared xacts.Amit Kapila2021-03-01
* Fix typos in decode.c and logical.c.Amit Kapila2021-01-06
* Allow decoding at prepare time in ReorderBuffer.Amit Kapila2021-01-04
* Update copyright for 2021Bruce Momjian2021-01-02
* Track statistics for spilling of changes from ReorderBuffer.Amit Kapila2020-10-08
* Implement streaming mode in ReorderBuffer.Amit Kapila2020-08-08
* WAL Log invalidations at command end with wal_level=logical.Amit Kapila2020-07-23
* Immediately WAL-log subtransaction and top-level XID association.Amit Kapila2020-07-20
* Represent command completion tags as structsAlvaro Herrera2020-03-02
* Handle logical decoding in multi-insert for catalog tuplesMichael Paquier2020-03-02
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* logical decoding: process ASSIGNMENT during snapshot buildAlvaro Herrera2019-09-13
* Adjust tuple data lookup logic in multi-insert logical decodingMichael Paquier2019-08-07
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Update copyright for 2019Bruce Momjian2019-01-02
* Do not decode TOAST data for table rewritesTomas Vondra2018-11-28
* Fix memory leak in TRUNCATE decodingTomas Vondra2018-09-03
* Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander2018-04-09
* Logical decoding of TRUNCATEPeter Eisentraut2018-04-07
* Allow on-line enabling and disabling of data checksumsMagnus Hagander2018-04-05
* Ability to advance replication slotsSimon Riggs2018-01-17
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Fix race condition leading to hanging logical slot creation.Andres Freund2017-05-13
* Update copyright via script for 2017Bruce Momjian2017-01-03
* pgindent run for 9.6Robert Haas2016-06-09
* Emit invalidations to standby for transactions without xid.Andres Freund2016-04-26
* Add required database and origin filtering for logical messages.Andres Freund2016-04-13
* Generic Messages for Logical DecodingSimon Riggs2016-04-06
* Add Generic WAL interfaceTeodor Sigaev2016-04-01
* Fix broken variable declarationAlvaro Herrera2016-03-30
* Further improvements to c8f621c43.Andres Freund2016-03-07
* logical decoding: Fix handling of large old tuples with replica identity full.Andres Freund2016-03-05
* logical decoding: Tell reorderbuffer about all xids.Andres Freund2016-03-05
* logical decoding: fix decoding of a commit's commit time.Andres Freund2016-03-02
* Update copyright for 2016Bruce Momjian2016-01-02
* Set replication origin when decoding commit records.Andres Freund2015-11-09
* pgindent run for 9.5Bruce Momjian2015-05-23
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Introduce replication progress tracking infrastructure.Andres Freund2015-04-29
* Merge the various forms of transaction commit & abort records.Andres Freund2015-03-15
* Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].Tom Lane2015-02-21
* Update copyright for 2015Bruce Momjian2015-01-06