summaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/reorderbuffer.c
AgeCommit message (Expand)Author
2019-05-24Fix typos.Thomas Munro
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-14Fix duplicated words in commentsMichael Paquier
2019-03-08Tighten use of OpenTransientFile and CloseTransientFileMichael Paquier
2019-02-12Relax overly strict assertionAlvaro Herrera
2019-01-22Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-28Do not decode TOAST data for table rewritesTomas Vondra
2018-10-10Fix logical decoding error when system table w/ toast is repeatedly rewritten.Andres Freund
2018-09-03Fix memory leak in TRUNCATE decodingTomas Vondra
2018-08-26Reconsider new file extension in commit 91f26d5f.Jeff Davis
2018-08-25Change extension of spilled ReorderBufferChange data to ".tmp".Jeff Davis
2018-08-16Close the file descriptor in ApplyLogicalMappingFileTomas Vondra
2018-08-04Reset properly errno before calling write()Michael Paquier
2018-07-09Flip argument order in XLogSegNoOffsetToRecPtrAlvaro Herrera
2018-07-05logical decoding: beware of an unset specinsert changeAlvaro Herrera
2018-06-30pgindent run prior to branchingAndrew Dunstan
2018-06-26Fix "base" snapshot handling in logical decodingAlvaro Herrera
2018-06-25Update obsolete commentsAlvaro Herrera
2018-06-25Address set of issues with errno handlingMichael Paquier
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-07Logical decoding of TRUNCATEPeter Eisentraut
2018-03-27Allow memory contexts to have both fixed and variable ident strings.Tom Lane
2018-03-21Handle heap rewrites even better in logical decodingPeter Eisentraut
2018-03-06Refrain from duplicating data in reorderbuffersAlvaro Herrera
2018-01-11Fix Latin spellingPeter Eisentraut
2018-01-05Fix failure to delete spill files of aborted transactionsAlvaro Herrera
2018-01-03Update copyright for 2018Bruce Momjian
2017-12-13Rethink MemoryContext creation to improve performance.Tom Lane
2017-11-29Update typedefs.list and re-run pgindentRobert Haas
2017-11-22Generational memory allocatorSimon Riggs
2017-09-23Refactor new file permission handlingPeter Eisentraut
2017-09-20Make WAL segment size configurable at initdb time.Andres Freund
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-19Fix leaking of small spilled subtransactions during logical decoding.Andres Freund
2017-05-15Add missing apostrophe.Robert Haas
2017-05-13Fix race condition leading to hanging logical slot creation.Andres Freund
2017-04-17Fix new warnings from GCC 7Peter Eisentraut
2017-03-28Remove direct uses of ItemPointer.{ip_blkid,ip_posid}Alvaro Herrera
2017-03-18Create and use wait events for read, write, and fsync operations.Robert Haas
2017-02-27Use the new "Slab" context for some allocations in reorderbuffer.h.Andres Freund
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-10-26Fix typos in comments.Heikki Linnakangas
2016-10-04Correct logical decoding restore behaviour for subtransactions.Andres Freund
2016-09-28Fix dangling pointer problem in ReorderBufferSerializeChange.Robert Haas