index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
execExprInterp.c
Commit message (
Expand
)
Author
Age
*
Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls.
Andres Freund
2020-01-20
*
Fix failure with initplans used conditionally during EvalPlanQual rechecks.
Tom Lane
2018-09-15
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Fast ALTER TABLE ADD COLUMN with a non-NULL default
Andrew Dunstan
2018-03-28
*
Handle EEOP_FUNCEXPR_[STRICT_]FUSAGE out of line.
Andres Freund
2018-03-20
*
Do execGrouping.c via expression eval machinery, take two.
Andres Freund
2018-02-16
*
Revert "Do execGrouping.c via expression eval machinery."
Andres Freund
2018-02-15
*
Do execGrouping.c via expression eval machinery.
Andres Freund
2018-02-15
*
Make plpgsql use its DTYPE_REC code paths for composite-type variables.
Tom Lane
2018-02-13
*
Expression evaluation based aggregate transition invocation.
Andres Freund
2018-01-09
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Perform slot validity checks in a separate pass over expression.
Andres Freund
2017-12-29
*
Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit.
Tom Lane
2017-12-21
*
Pass InitPlan values to workers via Gather (Merge).
Robert Haas
2017-11-16
*
Support domains over composite types.
Tom Lane
2017-10-26
*
Support arrays over domains.
Tom Lane
2017-09-30
*
Marginal improvement for generated code in execExprInterp.c.
Tom Lane
2017-09-29
*
Make construct_[md_]array return a valid empty array for zero-size input.
Tom Lane
2017-09-25
*
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-09-07
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
Code review for NextValueExpr expression node type.
Tom Lane
2017-07-14
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Clean up after insufficiently-researched optimization of tuple conversions.
Tom Lane
2017-04-06
*
Identity columns
Peter Eisentraut
2017-04-06
*
Make new expression eval code reject references to dropped columns.
Tom Lane
2017-03-28
*
Improve performance of ExecEvalWholeRowVar.
Tom Lane
2017-03-26
*
Improve implementation of EEOP_BOOLTEST_* opcodes.
Tom Lane
2017-03-26
*
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-25