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
*
Stop demanding that top xact must be seen before subxact in decoding.
Amit Kapila
2020-02-19
*
Set ReorderBufferTXN->final_lsn more eagerly
Alvaro Herrera
2020-01-17
*
Fix running out of file descriptors for spill files.
Amit Kapila
2020-01-02
*
Fix RelationIdGetRelation calls that weren't bothering with error checks.
Tom Lane
2019-09-08
*
Fix typos.
Thomas Munro
2019-05-24
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Fix duplicated words in comments
Michael Paquier
2019-05-14
*
Tighten use of OpenTransientFile and CloseTransientFile
Michael Paquier
2019-03-09
*
Relax overly strict assertion
Alvaro Herrera
2019-02-12
*
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
[next]