Commits

Showing commits that first shipped in 12 (backpatches included). Clear

DateSubjectAuthorReleases
2024-10-16 Reduce memory block size for decoded tuple storage to 8kB. Masahiko Sawada 12.21
2023-02-22 Fix snapshot handling in logicalmsg_decode Tomas Vondra 12.15
2022-10-21 Add CHECK_FOR_INTERRUPTS while restoring changes during decoding. Amit Kapila 12.13
2022-10-20 Fix assertion failures while processing NEW_CID record in logical decoding. Amit Kapila 12.13
2022-08-23 Add CHECK_FOR_INTERRUPTS while decoding changes. Amit Kapila 12.13
2021-10-21 Back-patch "Add parent table name in an error in reorderbuffer.c." Amit Kapila 12.9
2021-06-15 Fix decoding of speculative aborts. Amit Kapila 12.8
2021-06-12 Don't use Asserts to check for violations of replication protocol. Tom Lane 12.8
2020-02-19 Stop demanding that top xact must be seen before subxact in decoding. Amit Kapila 12.3
2020-01-17 Set ReorderBufferTXN->final_lsn more eagerly Alvaro Herrera 12.2
2020-01-02 Fix running out of file descriptors for spill files. Amit Kapila 12.2
2019-09-08 Fix RelationIdGetRelation calls that weren't bothering with error checks. Tom Lane 12.0
2019-05-24 Fix typos. Thomas Munro 12.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-05-22 Initial pgindent run for v12. Tom Lane 12.0
2019-05-14 Fix duplicated words in comments Michael Paquier 12.0
2019-03-08 Tighten use of OpenTransientFile and CloseTransientFile Michael Paquier 12.0
2019-02-12 Relax overly strict assertion Alvaro Herrera 12.0
2019-01-22 Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c. Andres Freund 12.0
2019-01-02 Update copyright for 2019 Bruce Momjian 12.0
2018-11-28 Do not decode TOAST data for table rewrites Tomas Vondra 12.0
2018-10-10 Fix logical decoding error when system table w/ toast is repeatedly rewritten. Andres Freund 12.0
2018-09-03 Fix memory leak in TRUNCATE decoding Tomas Vondra 12.0
2018-08-26 Reconsider new file extension in commit 91f26d5f. Jeff Davis 12.0
2018-08-25 Change extension of spilled ReorderBufferChange data to ".tmp". Jeff Davis 12.0