Commits

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

DateSubjectAuthorReleases
2023-06-29 Fix order of operations in ExecEvalFieldStoreDeForm(). Tom Lane 12.16
2023-03-26 Fix oversights in array manipulation. Tom Lane 12.15
2022-06-10 Un-break whole-row Vars referencing domain-over-composite types. Tom Lane 12.12
2022-03-17 Revert applying column aliases to the output of whole-row Vars. Tom Lane 12.11
2021-05-10 Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists. Tom Lane 12.7
2021-05-10 Prevent integer overflows in array subscripting calculations. Tom Lane 12.7
2021-04-13 Redesign the caching done by get_cached_rowtype(). Tom Lane 12.7
2020-01-21 Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls. Andres Freund 12.2
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-02-01 Renaming for new subscripting mechanism Alvaro Herrera 12.0
2019-01-26 Change function call information to be variable length. Andres Freund 12.0
2019-01-23 Fix misc typos in comments. Heikki Linnakangas 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 Inline hot path of slot_getsomeattrs(). Andres Freund 12.0
2018-11-16 Verify that expected slot types match returned slot types. Andres Freund 12.0
2018-11-07 Move EEOP_*_SYSVAR evaluation out of line. Andres Freund 12.0
2018-11-02 Fix spelling errors and typos in comments Magnus Hagander 12.0
2018-10-04 In the executor, use an array of pointers to access the rangetable. Tom Lane 12.0
2018-10-02 Use slots more widely in tuple mapping code and make naming more consistent. Andres Freund 12.0
2018-09-15 Fix failure with initplans used conditionally during EvalPlanQual rechecks. Tom Lane 12.0