Commits

DateSubjectAuthorReleases
2022-02-14 Fix memory leak in IndexScan node with reordering Alexander Korotkov 10.21
2022-02-14 Fix memory leak in IndexScan node with reordering Alexander Korotkov 11.16
2022-02-14 Fix memory leak in IndexScan node with reordering Alexander Korotkov 12.11
2022-02-14 Fix memory leak in IndexScan node with reordering Alexander Korotkov 13.7
2022-02-14 Fix memory leak in IndexScan node with reordering Alexander Korotkov 14.3
2022-01-08 Update copyright for 2022 Bruce Momjian 15.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-01-01 Update copyrights for 2020 Bruce Momjian 13.0
2019-09-09 Reorder EPQ work, to fix rowmark related bugs and improve efficiency. Andres Freund 12.0
2019-09-09 Reorder EPQ work, to fix rowmark related bugs and improve efficiency. Andres Freund 13.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-04-19 Fix slot type issue for fuzzy distance index scan over out-of-core table AM. Andres Freund 12.0
2019-04-04 Make queries' locking of indexes more consistent. Tom Lane 12.0
2019-03-11 tableam: Add and use scan APIs. Andres Freund 12.0
2019-03-01 Store tuples for EvalPlanQual in slots, rather than as HeapTuples. Andres Freund 12.0
2019-02-28 Standardize some more loops that chase down parallel lists. Tom Lane 12.0
2019-01-29 Refactor planner's header files. Tom Lane 12.0
2019-01-22 Rename RelationData.rd_amroutine to rd_indam. 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-05 Allow btree comparison functions to return INT_MIN. Tom Lane 9.6.11