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
2019-09-30 Don't generate EEOP_*_FETCHSOME operations for slots know to be virtual. Andres Freund 13.0
2019-09-29 Fix determination when slot types for upper executor nodes are fixed. Andres Freund 12.0
2019-09-29 Fix determination when slot types for upper executor nodes are fixed. Andres Freund 13.0
2019-09-23 Fix ExprState's tag to be of type NodeTag rather than Node. 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-21 Remove WITH OIDS support, change oid catalog column visibility. Andres Freund 12.0
2018-11-16 Compute information about EEOP_*_FETCHSOME at expression init time. Andres Freund 12.0
2018-11-16 Introduce notion of different types of slots (without implementing them). Andres Freund 12.0
2018-11-03 Prevent generating EEOP_AGG_STRICT_INPUT_CHECK operations when nargs == 0. Andres Freund 11.1
2018-11-03 Prevent generating EEOP_AGG_STRICT_INPUT_CHECK operations when nargs == 0. Andres Freund 12.0
2018-11-03 Fix STRICT check for strict aggregates with NULL ORDER BY columns. Andres Freund 11.1
2018-11-03 Fix STRICT check for strict aggregates with NULL ORDER BY columns. Andres Freund 12.0
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