index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
execExprInterp.c
Age
Commit message (
Expand
)
Author
2021-05-10
Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.
Tom Lane
2021-05-10
Prevent integer overflows in array subscripting calculations.
Tom Lane
2021-04-13
Redesign the caching done by get_cached_rowtype().
Tom Lane
2021-04-08
Speedup ScalarArrayOpExpr evaluation
David Rowley
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-09
Support subscripting of arbitrary types, not only arrays.
Tom Lane
2020-11-24
Move per-agg and per-trans duplicate finding to the planner.
Heikki Linnakangas
2020-09-27
Move resolution of AlternativeSubPlan choices to the planner.
Tom Lane
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-03-04
Extend ExecBuildAggTrans() to support a NULL pointer check.
Jeff Davis
2020-02-24
expression eval: Reduce number of steps for agg transition invocations.
Andres Freund
2020-02-06
expression eval: Don't redundantly keep track of AggState.
Andres Freund
2020-02-06
expression eval, jit: Minor code cleanups.
Andres Freund
2020-01-30
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-20
Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls.
Andres Freund
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-24
Avoid splitting C string literals with \-newline
Alvaro Herrera
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-09-30
Don't generate EEOP_*_FETCHSOME operations for slots know to be virtual.
Andres Freund
2019-09-30
Reduce code duplication for ExecJust*Var operations.
Andres Freund
2019-09-05
Split tuptoaster.c into three separate files.
Robert Haas
2019-09-03
Remove 'msg' parameter from convert_tuples_by_name
Alvaro Herrera
2019-08-16
Don't include utils/array.h from acl.h.
Andres Freund
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-02-01
Renaming for new subscripting mechanism
Alvaro Herrera
2019-01-26
Change function call information to be variable length.
Andres Freund
2019-01-23
Fix misc typos in comments.
Heikki Linnakangas
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-16
Make TupleTableSlots extensible, finish split of existing slot type.
Andres Freund
2018-11-16
Inline hot path of slot_getsomeattrs().
Andres Freund
2018-11-15
Verify that expected slot types match returned slot types.
Andres Freund
2018-11-07
Move EEOP_*_SYSVAR evaluation out of line.
Andres Freund
2018-11-02
Fix spelling errors and typos in comments
Magnus Hagander
2018-10-04
In the executor, use an array of pointers to access the rangetable.
Tom Lane
2018-10-02
Use slots more widely in tuple mapping code and make naming more consistent.
Andres Freund
2018-09-15
Fix failure with initplans used conditionally during EvalPlanQual rechecks.
Tom Lane
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-03-28
Fast ALTER TABLE ADD COLUMN with a non-NULL default
Andrew Dunstan
2018-03-20
Handle EEOP_FUNCEXPR_[STRICT_]FUSAGE out of line.
Andres Freund
2018-02-16
Do execGrouping.c via expression eval machinery, take two.
Andres Freund
2018-02-15
Revert "Do execGrouping.c via expression eval machinery."
Andres Freund
2018-02-15
Do execGrouping.c via expression eval machinery.
Andres Freund
2018-02-13
Make plpgsql use its DTYPE_REC code paths for composite-type variables.
Tom Lane
2018-01-09
Expression evaluation based aggregate transition invocation.
Andres Freund
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-12-29
Perform slot validity checks in a separate pass over expression.
Andres Freund
2017-12-21
Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit.
Tom Lane
2017-11-16
Pass InitPlan values to workers via Gather (Merge).
Robert Haas
2017-10-26
Support domains over composite types.
Tom Lane
[next]