aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/execExprInterp.c
Commit message (Expand)AuthorAge
* Make new expression eval code reject references to dropped columns.Tom Lane2017-03-28
* Improve performance of ExecEvalWholeRowVar.Tom Lane2017-03-26
* Improve implementation of EEOP_BOOLTEST_* opcodes.Tom Lane2017-03-26
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-25