summaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/decode.c
Commit message (Expand)AuthorAgeFilesLines
* Phase 3 of pgindent updates.Tom Lane2017-06-211-1/+1
* Fix race condition leading to hanging logical slot creation.Andres Freund2017-05-131-3/+0
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* pgindent run for 9.6Robert Haas2016-06-091-9/+10
* Emit invalidations to standby for transactions without xid.Andres Freund2016-04-261-0/+9
* Add required database and origin filtering for logical messages.Andres Freund2016-04-131-9/+14
* Generic Messages for Logical DecodingSimon Riggs2016-04-061-0/+46
* Add Generic WAL interfaceTeodor Sigaev2016-04-011-0/+1
* Fix broken variable declarationAlvaro Herrera2016-03-301-1/+1
* Further improvements to c8f621c43.Andres Freund2016-03-071-9/+19
* logical decoding: Fix handling of large old tuples with replica identity full.Andres Freund2016-03-051-24/+33
* logical decoding: Tell reorderbuffer about all xids.Andres Freund2016-03-051-1/+27
* logical decoding: fix decoding of a commit's commit time.Andres Freund2016-03-021-1/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Set replication origin when decoding commit records.Andres Freund2015-11-091-1/+1
* pgindent run for 9.5Bruce Momjian2015-05-231-2/+2
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-081-7/+59
* Introduce replication progress tracking infrastructure.Andres Freund2015-04-291-3/+46
* Merge the various forms of transaction commit & abort records.Andres Freund2015-03-151-93/+40
* Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].Tom Lane2015-02-211-16/+14
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Keep track of transaction commit timestampsAlvaro Herrera2014-12-031-0/+1
* Distinguish XLOG_FPI records generated for hint-bit updates.Heikki Linnakangas2014-11-241-0/+1
* Revamp the WAL record format.Heikki Linnakangas2014-11-201-86/+72
* BRIN: Block Range IndexesAlvaro Herrera2014-11-071-0/+1
* Move log_newpage and log_newpage_buffer to xlog.c.Heikki Linnakangas2014-07-311-8/+0
* Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().Andres Freund2014-07-121-2/+10
* Fix decoding of MULTI_INSERTs when rows other than the last are toasted.Andres Freund2014-07-061-0/+10
* Fix unaligned accesses in DecodeUpdate().Tom Lane2014-05-171-10/+17
* Fix thinko in logical decoding of commit-prepared records.Heikki Linnakangas2014-05-161-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-34/+43
* Remove unportable use of anonymous unions from reorderbuffer.h.Tom Lane2014-03-071-14/+14
* Fix some typos introduced by the logical decoding patch.Robert Haas2014-03-051-1/+1
* Introduce logical decoding.Robert Haas2014-03-031-0/+826