index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
logical
/
reorderbuffer.c
Age
Commit message (
Expand
)
Author
2016-04-26
Emit invalidations to standby for transactions without xid.
Andres Freund
2016-04-14
Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.
Tom Lane
2016-04-06
Generic Messages for Logical Decoding
Simon Riggs
2016-03-27
Don't use !! but != 0/NULL to force boolean evaluation.
Andres Freund
2016-03-07
Further improvements to c8f621c43.
Andres Freund
2016-03-06
Fix wrong allocation size in c8f621c43.
Andres Freund
2016-03-05
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-01-02
Update copyright for 2016
Bruce Momjian
2015-08-11
Don't include rel.h when relcache.h is sufficient
Alvaro Herrera
2015-07-07
Fix logical decoding bug leading to inefficient reopening of files.
Andres Freund
2015-05-23
pgindent run for 9.5
Bruce Momjian
2015-05-20
Fix more typos in comments.
Heikki Linnakangas
2015-05-20
Collection of typo fixes.
Heikki Linnakangas
2015-05-08
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-04-29
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-16
Fix assertion failure in logical decoding.
Heikki Linnakangas
2015-02-21
Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
Tom Lane
2015-01-25
Further cleanup of ReorderBufferCommit().
Tom Lane
2015-01-24
Fix unsafe coding in ReorderBufferCommit().
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-18
Improve hash_create's API for selecting simple-binary-key hash functions.
Tom Lane
2014-12-11
Fix assorted confusion between Oid and int32.
Tom Lane
2014-11-20
Revamp the WAL record format.
Heikki Linnakangas
2014-11-13
Fix and improve cache invalidation logic for logical decoding.
Andres Freund
2014-11-11
Message improvements
Peter Eisentraut
2014-09-05
Assorted message fixes and improvements
Peter Eisentraut
2014-07-06
Fix decoding of MULTI_INSERTs when rows other than the last are toasted.
Andres Freund
2014-07-02
Rename logical decoding's pg_llog directory to pg_logical.
Andres Freund
2014-05-17
Fix a bunch of functions that were declared static then defined not-static.
Tom Lane
2014-05-09
Code review for logical decoding patch.
Robert Haas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-05-05
Pass sensible value to memset() when randomizing reorderbuffer's tuple slab.
Heikki Linnakangas
2014-04-30
Improve error messages in reorderbuffer.c.
Tom Lane
2014-04-30
Rationalize common/relpath.[hc].
Tom Lane
2014-03-07
Remove unportable use of anonymous unions from reorderbuffer.h.
Tom Lane
2014-03-05
Fix some typos introduced by the logical decoding patch.
Robert Haas
2014-03-03
Introduce logical decoding.
Robert Haas