aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/reorderbuffer.c
Commit message (Expand)AuthorAge
* Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.Andres Freund2019-01-21
* Update copyright for 2019Bruce Momjian2019-01-02
* Do not decode TOAST data for table rewritesTomas Vondra2018-11-28
* Fix logical decoding error when system table w/ toast is repeatedly rewritten.Andres Freund2018-10-10
* Fix memory leak in TRUNCATE decodingTomas Vondra2018-09-03
* Reconsider new file extension in commit 91f26d5f.Jeff Davis2018-08-25
* Change extension of spilled ReorderBufferChange data to ".tmp".Jeff Davis2018-08-25
* Close the file descriptor in ApplyLogicalMappingFileTomas Vondra2018-08-16
* Reset properly errno before calling write()Michael Paquier2018-08-05
* Flip argument order in XLogSegNoOffsetToRecPtrAlvaro Herrera2018-07-09
* logical decoding: beware of an unset specinsert changeAlvaro Herrera2018-07-05
* pgindent run prior to branchingAndrew Dunstan2018-06-30
* Fix "base" snapshot handling in logical decodingAlvaro Herrera2018-06-26
* Update obsolete commentsAlvaro Herrera2018-06-25
* Address set of issues with errno handlingMichael Paquier2018-06-25
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Logical decoding of TRUNCATEPeter Eisentraut2018-04-07
* Allow memory contexts to have both fixed and variable ident strings.Tom Lane2018-03-27
* Handle heap rewrites even better in logical decodingPeter Eisentraut2018-03-21
* Refrain from duplicating data in reorderbuffersAlvaro Herrera2018-03-06
* Fix Latin spellingPeter Eisentraut2018-01-11
* Fix failure to delete spill files of aborted transactionsAlvaro Herrera2018-01-05
* Update copyright for 2018Bruce Momjian2018-01-02
* Rethink MemoryContext creation to improve performance.Tom Lane2017-12-13
* Update typedefs.list and re-run pgindentRobert Haas2017-11-29
* Generational memory allocatorSimon Riggs2017-11-23
* Refactor new file permission handlingPeter Eisentraut2017-09-23
* Make WAL segment size configurable at initdb time.Andres Freund2017-09-19
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-20
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Fix leaking of small spilled subtransactions during logical decoding.Andres Freund2017-06-18
* Add missing apostrophe.Robert Haas2017-05-15
* Fix race condition leading to hanging logical slot creation.Andres Freund2017-05-13
* Fix new warnings from GCC 7Peter Eisentraut2017-04-17
* Remove direct uses of ItemPointer.{ip_blkid,ip_posid}Alvaro Herrera2017-03-28
* Create and use wait events for read, write, and fsync operations.Robert Haas2017-03-18
* Use the new "Slab" context for some allocations in reorderbuffer.h.Andres Freund2017-02-27
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Fix typos in comments.Heikki Linnakangas2016-10-26
* Correct logical decoding restore behaviour for subtransactions.Andres Freund2016-10-03
* Fix dangling pointer problem in ReorderBufferSerializeChange.Robert Haas2016-09-28
* Remove duplicate code from ReorderBufferCleanupTXN().Tom Lane2016-09-04
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* reorderbuffer: preserve errno while reporting errorAlvaro Herrera2016-08-19
* Don't propagate a null subtransaction snapshot up to parent transaction.Tom Lane2016-08-07
* Fix typos in comments and debug messageMagnus Hagander2016-07-18
* Fix typo in ReorderBufferIterTXNInit().Tom Lane2016-06-30