Commits

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

DateSubjectAuthorReleases
2023-02-25 Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again. Tom Lane 11.20
2022-03-17 Revert applying column aliases to the output of whole-row Vars. Tom Lane 11.16
2021-10-19 Fix assignment to array of domain over composite. Tom Lane 11.14
2021-05-10 Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists. Tom Lane 11.12
2021-04-13 Redesign the caching done by get_cached_rowtype(). Tom Lane 11.12
2021-01-28 Don't add bailout adjustment for non-strict deserialize calls. Andrew Gierth 11.11
2018-11-04 Fix unused-variable warning. Tom Lane 11.1
2018-11-03 Prevent generating EEOP_AGG_STRICT_INPUT_CHECK operations when nargs == 0. Andres Freund 11.1
2018-11-03 Fix STRICT check for strict aggregates with NULL ORDER BY columns. Andres Freund 11.1
2018-10-30 Fix interaction of CASE and ArrayCoerceExpr. Tom Lane 11.1
2018-03-26 JIT tuple deforming in LLVM JIT provider. Andres Freund 11.0
2018-03-22 Add expression compilation support to LLVM JIT provider. Andres Freund 11.0
2018-02-17 Allow tupleslots to have a fixed tupledesc, use in executor nodes. 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-29 Initialize unused ExprEvalStep fields. Andres Freund 11.0
2018-01-19 Replace AclObjectKind with ObjectType Peter Eisentraut 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-09-30 Support arrays over domains. Tom Lane 11.0
2017-08-20 Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). Andres Freund 11.0