Commits

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

DateSubjectAuthorReleases
2023-06-29 Fix order of operations in ExecEvalFieldStoreDeForm(). Tom Lane 11.21
2023-03-26 Fix oversights in array manipulation. Tom Lane 11.20
2022-06-10 Un-break whole-row Vars referencing domain-over-composite types. Tom Lane 11.17
2022-03-17 Revert applying column aliases to the output of whole-row Vars. Tom Lane 11.16
2021-05-10 Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists. Tom Lane 11.12
2021-05-10 Prevent integer overflows in array subscripting calculations. Tom Lane 11.12
2021-04-13 Redesign the caching done by get_cached_rowtype(). Tom Lane 11.12
2020-01-21 Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls. Andres Freund 11.7
2018-09-15 Fix failure with initplans used conditionally during EvalPlanQual rechecks. Tom Lane 11.0
2018-04-26 Post-feature-freeze pgindent run. Tom Lane 11.0
2018-03-28 Fast ALTER TABLE ADD COLUMN with a non-NULL default Andrew Dunstan 11.0
2018-03-21 Handle EEOP_FUNCEXPR_[STRICT_]FUSAGE out of line. Andres Freund 11.0
2018-02-16 Do execGrouping.c via expression eval machinery, take two. Andres Freund 11.0
2018-02-16 Revert "Do execGrouping.c via expression eval machinery." Andres Freund 11.0
2018-02-16 Do execGrouping.c via expression eval machinery. Andres Freund 11.0
2018-02-13 Make plpgsql use its DTYPE_REC code paths for composite-type variables. Tom Lane 11.0
2018-01-09 Expression evaluation based aggregate transition invocation. Andres Freund 11.0
2018-01-03 Update copyright for 2018 Bruce Momjian 11.0
2017-12-29 Perform slot validity checks in a separate pass over expression. Andres Freund 11.0
2017-12-21 Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit. Tom Lane 11.0
2017-11-16 Pass InitPlan values to workers via Gather (Merge). Robert Haas 11.0
2017-10-26 Support domains over composite types. Tom Lane 11.0
2017-09-30 Support arrays over domains. Tom Lane 11.0
2017-09-29 Marginal improvement for generated code in execExprInterp.c. Tom Lane 11.0
2017-09-25 Make construct_[md_]array return a valid empty array for zero-size input. Tom Lane 11.0