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
/
nodeProjectSet.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
Remove stray references to lefttree/righttree in the executor.
Tom Lane
2022-07-07
1
-2
/
+4
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-16
1
-2
/
+2
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Fix inconsistencies in the code
Michael Paquier
2019-07-08
1
-2
/
+2
*
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-06-17
1
-5
/
+6
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Introduce notion of different types of slots (without implementing them).
Andres Freund
2018-11-15
1
-1
/
+1
*
Don't require return slots for nodes without projection.
Andres Freund
2018-11-09
1
-1
/
+1
*
Allow tupleslots to have a fixed tupledesc, use in executor nodes.
Andres Freund
2018-02-16
1
-10
/
+4
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Reduce memory usage of targetlist SRFs.
Andres Freund
2017-10-08
1
-5
/
+27
*
Fix intra-query memory leakage in nodeProjectSet.c.
Tom Lane
2017-10-06
1
-0
/
+6
*
Move ExecProcNode from dispatch to function pointer based model.
Andres Freund
2017-07-30
1
-2
/
+4
*
Move interrupt checking from ExecProcNode() to executor nodes.
Andres Freund
2017-07-30
1
-0
/
+3
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
1
-1
/
+1
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
1
-1
/
+1
*
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-25
1
-19
/
+42
*
Remove obsoleted code relating to targetlist SRF evaluation.
Andres Freund
2017-01-19
1
-1
/
+1
*
Move targetlist SRF handling from expression evaluation to new executor node.
Andres Freund
2017-01-18
1
-0
/
+300