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