Commits

DateSubjectAuthorReleases
2026-01-07 Fix buggy interaction between array subscripts and subplan params Andres Freund 18.2
2026-01-07 Fix buggy interaction between array subscripts and subplan params Andres Freund 19 (unreleased)
2024-08-01 Evaluate arguments of correlated SubPlans in the referencing ExprState Andres Freund 18.0
2022-07-05 expression eval: Fix EEOP_JSON_CONSTRUCTOR and EEOP_JSONEXPR size. Andres Freund 15.0
2022-07-05 expression eval: Fix EEOP_JSON_CONSTRUCTOR and EEOP_JSONEXPR size. Andres Freund 16.0
2020-02-24 expression eval: Reduce number of steps for agg transition invocations. Andres Freund 13.0
2020-02-07 expression eval: Don't redundantly keep track of AggState. Andres Freund 13.0
2020-02-07 expression eval, jit: Minor code cleanups. Andres Freund 13.0
2020-01-21 Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls. Andres Freund 11.7
2020-01-21 Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls. Andres Freund 12.2
2020-01-21 Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls. Andres Freund 13.0
2019-09-30 Don't generate EEOP_*_FETCHSOME operations for slots know to be virtual. Andres Freund 13.0
2019-09-30 Reduce code duplication for ExecJust*Var operations. Andres Freund 13.0
2019-08-16 Don't include utils/array.h from acl.h. Andres Freund 13.0
2019-01-26 Change function call information to be variable length. Andres Freund 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-10-02 Use slots more widely in tuple mapping code and make naming more consistent. Andres Freund 12.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-01-09 Expression evaluation based aggregate transition invocation. Andres Freund 11.0