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
2019-02-12
Relax overly strict assertion
Alvaro Herrera
2018-11-28
Do not decode TOAST data for table rewrites
Tomas Vondra
2018-10-10
Fix logical decoding error when system table w/ toast is repeatedly rewritten.
Andres Freund
2018-08-16
Close the file descriptor in ApplyLogicalMappingFile
Tomas Vondra
2018-08-05
Reset properly errno before calling write()
Michael Paquier
2018-07-05
logical decoding: beware of an unset specinsert change
Alvaro Herrera
2018-06-26
Fix "base" snapshot handling in logical decoding
Alvaro Herrera
2018-06-25
Address set of issues with errno handling
Michael Paquier
2018-03-06
Refrain from duplicating data in reorderbuffers
Alvaro Herrera
2018-01-05
Fix failure to delete spill files of aborted transactions
Alvaro Herrera
2017-06-18
Fix leaking of small spilled subtransactions during logical decoding.
Andres Freund
2017-05-16
Fix new warnings from GCC 7
Peter Eisentraut
2017-05-13
Fix race condition leading to hanging logical slot creation.
Andres Freund
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2016-10-03
Correct logical decoding restore behaviour for subtransactions.
Andres Freund
2016-08-19
reorderbuffer: preserve errno while reporting error
Alvaro Herrera
2016-08-07
Don't propagate a null subtransaction snapshot up to parent transaction.
Tom Lane
2016-06-30
Fix typo in ReorderBufferIterTXNInit().
Tom Lane
2016-04-14
Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.
Tom Lane
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
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
[next]