summaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/decode.c
AgeCommit message (Expand)Author
2016-04-26Emit invalidations to standby for transactions without xid.Andres Freund
2016-04-13Add required database and origin filtering for logical messages.Andres Freund
2016-04-06Generic Messages for Logical DecodingSimon Riggs
2016-04-01Add Generic WAL interfaceTeodor Sigaev
2016-03-30Fix broken variable declarationAlvaro Herrera
2016-03-07Further improvements to c8f621c43.Andres Freund
2016-03-05logical decoding: Fix handling of large old tuples with replica identity full.Andres Freund
2016-03-05logical decoding: Tell reorderbuffer about all xids.Andres Freund
2016-03-02logical decoding: fix decoding of a commit's commit time.Andres Freund
2016-01-02Update copyright for 2016Bruce Momjian
2015-11-09Set replication origin when decoding commit records.Andres Freund
2015-05-23pgindent run for 9.5Bruce Momjian
2015-05-08Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund
2015-04-29Introduce replication progress tracking infrastructure.Andres Freund
2015-03-15Merge the various forms of transaction commit & abort records.Andres Freund
2015-02-21Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-03Keep track of transaction commit timestampsAlvaro Herrera
2014-11-24Distinguish XLOG_FPI records generated for hint-bit updates.Heikki Linnakangas
2014-11-20Revamp the WAL record format.Heikki Linnakangas
2014-11-07BRIN: Block Range IndexesAlvaro Herrera
2014-07-31Move log_newpage and log_newpage_buffer to xlog.c.Heikki Linnakangas
2014-07-12Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().Andres Freund
2014-07-06Fix decoding of MULTI_INSERTs when rows other than the last are toasted.Andres Freund
2014-05-17Fix unaligned accesses in DecodeUpdate().Tom Lane
2014-05-16Fix thinko in logical decoding of commit-prepared records.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-03-07Remove unportable use of anonymous unions from reorderbuffer.h.Tom Lane
2014-03-05Fix some typos introduced by the logical decoding patch.Robert Haas
2014-03-03Introduce logical decoding.Robert Haas