summaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/decode.c
Commit message (Expand)AuthorAgeFilesLines
* 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