summaryrefslogtreecommitdiff
path: root/src/backend/executor/execExprInterp.c
AgeCommit message (Expand)Author
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-02-01Renaming for new subscripting mechanismAlvaro Herrera
2019-01-26Change function call information to be variable length.Andres Freund
2019-01-23Fix misc typos in comments.Heikki Linnakangas
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-16Make TupleTableSlots extensible, finish split of existing slot type.Andres Freund
2018-11-16Inline hot path of slot_getsomeattrs().Andres Freund
2018-11-15Verify that expected slot types match returned slot types.Andres Freund
2018-11-07Move EEOP_*_SYSVAR evaluation out of line.Andres Freund
2018-11-02Fix spelling errors and typos in commentsMagnus Hagander
2018-10-04In the executor, use an array of pointers to access the rangetable.Tom Lane
2018-10-02Use slots more widely in tuple mapping code and make naming more consistent.Andres Freund
2018-09-15Fix failure with initplans used conditionally during EvalPlanQual rechecks.Tom Lane
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-03-28Fast ALTER TABLE ADD COLUMN with a non-NULL defaultAndrew Dunstan
2018-03-20Handle EEOP_FUNCEXPR_[STRICT_]FUSAGE out of line.Andres Freund
2018-02-16Do execGrouping.c via expression eval machinery, take two.Andres Freund
2018-02-15Revert "Do execGrouping.c via expression eval machinery."Andres Freund
2018-02-15Do execGrouping.c via expression eval machinery.Andres Freund
2018-02-13Make plpgsql use its DTYPE_REC code paths for composite-type variables.Tom Lane
2018-01-09Expression evaluation based aggregate transition invocation.Andres Freund
2018-01-02Update copyright for 2018Bruce Momjian
2017-12-29Perform slot validity checks in a separate pass over expression.Andres Freund
2017-12-21Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit.Tom Lane
2017-11-16Pass InitPlan values to workers via Gather (Merge).Robert Haas
2017-10-26Support domains over composite types.Tom Lane
2017-09-30Support arrays over domains.Tom Lane
2017-09-29Marginal improvement for generated code in execExprInterp.c.Tom Lane
2017-09-25Make construct_[md_]array return a valid empty array for zero-size input.Tom Lane
2017-09-07Reduce excessive dereferencing of function pointersPeter Eisentraut
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-07-14Code review for NextValueExpr expression node type.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-04-06Clean up after insufficiently-researched optimization of tuple conversions.Tom Lane
2017-04-06Identity columnsPeter Eisentraut
2017-03-28Make new expression eval code reject references to dropped columns.Tom Lane
2017-03-26Improve performance of ExecEvalWholeRowVar.Tom Lane
2017-03-26Improve implementation of EEOP_BOOLTEST_* opcodes.Tom Lane
2017-03-25Faster expression evaluation and targetlist projection.Andres Freund