index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
executor
/
execExpr.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a hash table to speed up NOT IN(values)
David Rowley
2021-07-07
1
-0
/
+1
*
Redesign the caching done by get_cached_rowtype().
Tom Lane
2021-04-13
1
-11
/
+25
*
Speedup ScalarArrayOpExpr evaluation
David Rowley
2021-04-08
1
-0
/
+19
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Support subscripting of arbitrary types, not only arrays.
Tom Lane
2020-12-09
1
-25
/
+31
*
Move per-agg and per-trans duplicate finding to the planner.
Heikki Linnakangas
2020-11-24
1
-2
/
+1
*
Move resolution of AlternativeSubPlan choices to the planner.
Tom Lane
2020-09-27
1
-10
/
+0
*
Extend ExecBuildAggTrans() to support a NULL pointer check.
Jeff Davis
2020-03-04
1
-0
/
+8
*
expression eval: Reduce number of steps for agg transition invocations.
Andres Freund
2020-02-24
1
-25
/
+9
*
expression eval: Don't redundantly keep track of AggState.
Andres Freund
2020-02-06
1
-5
/
+0
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
1
-1
/
+1
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
1
-19
/
+19
*
Renaming for new subscripting mechanism
Alvaro Herrera
2019-02-01
1
-28
/
+28
*
Change function call information to be variable length.
Andres Freund
2019-01-26
1
-4
/
+17
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Compute information about EEOP_*_FETCHSOME at expression init time.
Andres Freund
2018-11-15
1
-0
/
+5
*
Move EEOP_*_SYSVAR evaluation out of line.
Andres Freund
2018-11-07
1
-0
/
+2
*
Fix failure with initplans used conditionally during EvalPlanQual rechecks.
Tom Lane
2018-09-15
1
-1
/
+0
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
1
-2
/
+2
*
JIT tuple deforming in LLVM JIT provider.
Andres Freund
2018-03-26
1
-0
/
+1
*
Handle EEOP_FUNCEXPR_[STRICT_]FUSAGE out of line.
Andres Freund
2018-03-20
1
-0
/
+4
*
Do execGrouping.c via expression eval machinery, take two.
Andres Freund
2018-02-16
1
-0
/
+1
*
Revert "Do execGrouping.c via expression eval machinery."
Andres Freund
2018-02-15
1
-1
/
+0
*
Do execGrouping.c via expression eval machinery.
Andres Freund
2018-02-15
1
-0
/
+1
*
Expression evaluation based aggregate transition invocation.
Andres Freund
2018-01-09
1
-3
/
+73
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Perform slot validity checks in a separate pass over expression.
Andres Freund
2017-12-29
1
-6
/
+8
*
Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit.
Tom Lane
2017-12-21
1
-2
/
+21
*
Pass InitPlan values to workers via Gather (Merge).
Robert Haas
2017-11-16
1
-0
/
+1
*
Support arrays over domains.
Tom Lane
2017-09-30
1
-4
/
+3
*
Code review for NextValueExpr expression node type.
Tom Lane
2017-07-14
1
-1
/
+2
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-21
/
+21
*
Identity columns
Peter Eisentraut
2017-04-06
1
-0
/
+8
*
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-25
1
-0
/
+642