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
2023-02-22
Fix snapshot handling in logicalmsg_decode
Tomas Vondra
2022-10-21
Add CHECK_FOR_INTERRUPTS while restoring changes during decoding.
Amit Kapila
2022-10-20
Fix assertion failures while processing NEW_CID record in logical decoding.
Amit Kapila
2022-08-23
Add CHECK_FOR_INTERRUPTS while decoding changes.
Amit Kapila
2021-10-21
Back-patch "Add parent table name in an error in reorderbuffer.c."
Amit Kapila
2021-06-15
Fix decoding of speculative aborts.
Amit Kapila
2021-06-12
Don't use Asserts to check for violations of replication protocol.
Tom Lane
2020-02-19
Stop demanding that top xact must be seen before subxact in decoding.
Amit Kapila
2020-01-17
Set ReorderBufferTXN->final_lsn more eagerly
Alvaro Herrera
2020-01-02
Fix running out of file descriptors for spill files.
Amit Kapila
2019-09-08
Fix RelationIdGetRelation calls that weren't bothering with error checks.
Tom Lane
2019-05-24
Fix typos.
Thomas Munro
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-05-14
Fix duplicated words in comments
Michael Paquier
2019-03-09
Tighten use of OpenTransientFile and CloseTransientFile
Michael Paquier
2019-02-12
Relax overly strict assertion
Alvaro Herrera
2019-01-21
Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.
Andres Freund
2019-01-02
Update copyright for 2019
Bruce Momjian
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-09-03
Fix memory leak in TRUNCATE decoding
Tomas Vondra
2018-08-25
Reconsider new file extension in commit 91f26d5f.
Jeff Davis
2018-08-25
Change extension of spilled ReorderBufferChange data to ".tmp".
Jeff Davis
2018-08-16
Close the file descriptor in ApplyLogicalMappingFile
Tomas Vondra
2018-08-05
Reset properly errno before calling write()
Michael Paquier
2018-07-09
Flip argument order in XLogSegNoOffsetToRecPtr
Alvaro Herrera
2018-07-05
logical decoding: beware of an unset specinsert change
Alvaro Herrera
2018-06-30
pgindent run prior to branching
Andrew Dunstan
2018-06-26
Fix "base" snapshot handling in logical decoding
Alvaro Herrera
2018-06-25
Update obsolete comments
Alvaro Herrera
2018-06-25
Address set of issues with errno handling
Michael Paquier
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-07
Logical decoding of TRUNCATE
Peter Eisentraut
2018-03-27
Allow memory contexts to have both fixed and variable ident strings.
Tom Lane
2018-03-21
Handle heap rewrites even better in logical decoding
Peter Eisentraut
2018-03-06
Refrain from duplicating data in reorderbuffers
Alvaro Herrera
2018-01-11
Fix Latin spelling
Peter Eisentraut
2018-01-05
Fix failure to delete spill files of aborted transactions
Alvaro Herrera
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-12-13
Rethink MemoryContext creation to improve performance.
Tom Lane
2017-11-29
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-23
Generational memory allocator
Simon Riggs
2017-09-23
Refactor new file permission handling
Peter Eisentraut
2017-09-19
Make WAL segment size configurable at initdb time.
Andres Freund
2017-08-20
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-06-21
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-18
Fix leaking of small spilled subtransactions during logical decoding.
Andres Freund
[next]