aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/reorderbuffer.c
Commit message (Expand)AuthorAge
* Don't propagate a null subtransaction snapshot up to parent transaction.Tom Lane2016-08-07
* Fix typos in comments and debug messageMagnus Hagander2016-07-18
* Fix typo in ReorderBufferIterTXNInit().Tom Lane2016-06-30
* pgindent run for 9.6Robert Haas2016-06-09
* Fix various common mispellings.Greg Stark2016-06-03
* Emit invalidations to standby for transactions without xid.Andres Freund2016-04-26
* Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.Tom Lane2016-04-14
* Generic Messages for Logical DecodingSimon Riggs2016-04-06
* Don't use !! but != 0/NULL to force boolean evaluation.Andres Freund2016-03-27
* Further improvements to c8f621c43.Andres Freund2016-03-07
* Fix wrong allocation size in c8f621c43.Andres Freund2016-03-06
* logical decoding: Fix handling of large old tuples with replica identity full.Andres Freund2016-03-05
* logical decoding: old/newtuple in spooled UPDATE changes was switched around.Andres Freund2016-03-05
* logical decoding: Tell reorderbuffer about all xids.Andres Freund2016-03-05
* Update copyright for 2016Bruce Momjian2016-01-02
* Don't include rel.h when relcache.h is sufficientAlvaro Herrera2015-08-11
* Fix logical decoding bug leading to inefficient reopening of files.Andres Freund2015-07-07
* pgindent run for 9.5Bruce Momjian2015-05-23
* Fix more typos in comments.Heikki Linnakangas2015-05-20
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Introduce replication progress tracking infrastructure.Andres Freund2015-04-29
* Fix assertion failure in logical decoding.Heikki Linnakangas2015-04-16
* Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].Tom Lane2015-02-21
* Further cleanup of ReorderBufferCommit().Tom Lane2015-01-25
* Fix unsafe coding in ReorderBufferCommit().Tom Lane2015-01-24
* Update copyright for 2015Bruce Momjian2015-01-06
* Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane2014-12-18
* Fix assorted confusion between Oid and int32.Tom Lane2014-12-11
* Revamp the WAL record format.Heikki Linnakangas2014-11-20
* Fix and improve cache invalidation logic for logical decoding.Andres Freund2014-11-13
* Message improvementsPeter Eisentraut2014-11-11
* Assorted message fixes and improvementsPeter Eisentraut2014-09-05
* Fix decoding of MULTI_INSERTs when rows other than the last are toasted.Andres Freund2014-07-06
* Rename logical decoding's pg_llog directory to pg_logical.Andres Freund2014-07-02
* Fix a bunch of functions that were declared static then defined not-static.Tom Lane2014-05-17
* Code review for logical decoding patch.Robert Haas2014-05-09
* pgindent run for 9.4Bruce Momjian2014-05-06
* Pass sensible value to memset() when randomizing reorderbuffer's tuple slab.Heikki Linnakangas2014-05-05
* Improve error messages in reorderbuffer.c.Tom Lane2014-04-30
* Rationalize common/relpath.[hc].Tom Lane2014-04-30
* Remove unportable use of anonymous unions from reorderbuffer.h.Tom Lane2014-03-07
* Fix some typos introduced by the logical decoding patch.Robert Haas2014-03-05
* Introduce logical decoding.Robert Haas2014-03-03