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