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
*
Fix snapshot handling in logicalmsg_decode
Tomas Vondra
2023-02-22
*
Add CHECK_FOR_INTERRUPTS while restoring changes during decoding.
Amit Kapila
2022-10-21
*
Fix assertion failures while processing NEW_CID record in logical decoding.
Amit Kapila
2022-10-20
*
Add CHECK_FOR_INTERRUPTS while decoding changes.
Amit Kapila
2022-08-23
*
Back-patch "Add parent table name in an error in reorderbuffer.c."
Amit Kapila
2021-10-21
*
Fix reorder buffer memory accounting for toast changes.
Amit Kapila
2021-09-13
*
Fix decoding of speculative aborts.
Amit Kapila
2021-06-15
*
Don't use Asserts to check for violations of replication protocol.
Tom Lane
2021-06-12
*
Revert "Track statistics for spilling of changes from ReorderBuffer".
Amit Kapila
2020-07-13
*
Remove extra whitespace in comments atop ReorderBufferCheckMemoryLimit.
Amit Kapila
2020-07-06
*
Fix ReorderBuffer memory overflow check.
Amit Kapila
2020-06-10
*
Spelling adjustments
Peter Eisentraut
2020-06-07
*
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-13
*
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-05-12
*
logical decoding: Remove TODO about unnecessary optimization.
Andres Freund
2020-03-24
*
Stop demanding that top xact must be seen before subxact in decoding.
Amit Kapila
2020-02-19
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
*
Set ReorderBufferTXN->final_lsn more eagerly
Alvaro Herrera
2020-01-17
*
Clean up representation of flags in struct ReorderBufferTXN
Alvaro Herrera
2020-01-10
*
Fix running out of file descriptors for spill files.
Amit Kapila
2020-01-02
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Track statistics for spilling of changes from ReorderBuffer.
Amit Kapila
2019-11-21
*
Add logical_decoding_work_mem to limit ReorderBuffer memory usage.
Amit Kapila
2019-11-19
*
Fix most -Wundef warnings
Peter Eisentraut
2019-10-19
*
Fix RelationIdGetRelation calls that weren't bothering with error checks.
Tom Lane
2019-09-08
*
Split tuptoaster.c into three separate files.
Robert Haas
2019-09-05
*
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-08-19
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
*
Redesign the API for list sorting (list_qsort becomes list_sort).
Tom Lane
2019-07-16
*
Use consistent style for checking return from system calls
Peter Eisentraut
2019-07-07
*
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
[next]