Commits

DateSubjectAuthorReleases
2019-11-07 Add reusable routine for making arrays unique. Thomas Munro 13.0
2019-08-19 Fix inconsistencies and typos in the tree, take 11 Michael Paquier 13.0
2019-05-23 tableam: Rename wrapper functions to match callback names. Andres Freund 12.0
2019-05-18 tableam: Avoid relying on relation size to determine validity of tids. Andres Freund 12.0
2019-03-26 tableam: Add table_get_latest_tid, to wrap heap_get_latest_tid. Andres Freund 12.0
2019-03-25 tableam: Add and use table_fetch_row_version(). Andres Freund 12.0
2019-03-24 tableam: Add tuple_{insert, delete, update, lock} and use. Andres Freund 12.0
2019-03-11 tableam: Add and use scan APIs. Andres Freund 12.0
2019-02-27 Add ExecStorePinnedBufferHeapTuple. Andres Freund 12.0
2019-01-29 Make some small planner API cleanups. Tom Lane 12.0
2019-01-15 Don't include heapam.h from others headers. Andres Freund 12.0
2019-01-02 Update copyright for 2019 Bruce Momjian 12.0
2018-11-17 Make TupleTableSlots extensible, finish split of existing slot type. Andres Freund 12.0
2018-11-16 Introduce notion of different types of slots (without implementing them). Andres Freund 12.0
2018-11-10 Don't require return slots for nodes without projection. Andres Freund 12.0
2018-10-06 Restore sane locking behavior during parallel query. Tom Lane 12.0
2018-10-04 Centralize executor's opening/closing of Relations for rangetable entries. Tom Lane 12.0
2018-09-25 Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple. Andres Freund 12.0
2018-02-17 Allow tupleslots to have a fixed tupledesc, use in executor nodes. Andres Freund 11.0
2018-01-03 Update copyright for 2018 Bruce Momjian 11.0
2017-07-30 Move ExecProcNode from dispatch to function pointer based model. Andres Freund 10.0
2017-07-30 Move interrupt checking from ExecProcNode() to executor nodes. Andres Freund 10.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-03-25 Faster expression evaluation and targetlist projection. Andres Freund 10.0