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
*
Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.
Andres Freund
2019-01-21
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Do not decode TOAST data for table rewrites
Tomas Vondra
2018-11-28
*
Fix logical decoding error when system table w/ toast is repeatedly rewritten.
Andres Freund
2018-10-10
*
Fix memory leak in TRUNCATE decoding
Tomas Vondra
2018-09-03
*
Reconsider new file extension in commit 91f26d5f.
Jeff Davis
2018-08-25
*
Change extension of spilled ReorderBufferChange data to ".tmp".
Jeff Davis
2018-08-25
*
Close the file descriptor in ApplyLogicalMappingFile
Tomas Vondra
2018-08-16
*
Reset properly errno before calling write()
Michael Paquier
2018-08-05
*
Flip argument order in XLogSegNoOffsetToRecPtr
Alvaro Herrera
2018-07-09
*
logical decoding: beware of an unset specinsert change
Alvaro Herrera
2018-07-05
*
pgindent run prior to branching
Andrew Dunstan
2018-06-30
*
Fix "base" snapshot handling in logical decoding
Alvaro Herrera
2018-06-26
*
Update obsolete comments
Alvaro Herrera
2018-06-25
*
Address set of issues with errno handling
Michael Paquier
2018-06-25
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Logical decoding of TRUNCATE
Peter Eisentraut
2018-04-07
*
Allow memory contexts to have both fixed and variable ident strings.
Tom Lane
2018-03-27
*
Handle heap rewrites even better in logical decoding
Peter Eisentraut
2018-03-21
*
Refrain from duplicating data in reorderbuffers
Alvaro Herrera
2018-03-06
*
Fix Latin spelling
Peter Eisentraut
2018-01-11
*
Fix failure to delete spill files of aborted transactions
Alvaro Herrera
2018-01-05
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Rethink MemoryContext creation to improve performance.
Tom Lane
2017-12-13
*
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
*
Generational memory allocator
Simon Riggs
2017-11-23
*
Refactor new file permission handling
Peter Eisentraut
2017-09-23
*
Make WAL segment size configurable at initdb time.
Andres Freund
2017-09-19
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Fix leaking of small spilled subtransactions during logical decoding.
Andres Freund
2017-06-18
*
Add missing apostrophe.
Robert Haas
2017-05-15
*
Fix race condition leading to hanging logical slot creation.
Andres Freund
2017-05-13
*
Fix new warnings from GCC 7
Peter Eisentraut
2017-04-17
*
Remove direct uses of ItemPointer.{ip_blkid,ip_posid}
Alvaro Herrera
2017-03-28
*
Create and use wait events for read, write, and fsync operations.
Robert Haas
2017-03-18
*
Use the new "Slab" context for some allocations in reorderbuffer.h.
Andres Freund
2017-02-27
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Fix typos in comments.
Heikki Linnakangas
2016-10-26
*
Correct logical decoding restore behaviour for subtransactions.
Andres Freund
2016-10-03
*
Fix dangling pointer problem in ReorderBufferSerializeChange.
Robert Haas
2016-09-28
*
Remove duplicate code from ReorderBufferCleanupTXN().
Tom Lane
2016-09-04
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
reorderbuffer: preserve errno while reporting error
Alvaro Herrera
2016-08-19
*
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
[next]