index
:
users/rhaas/postgres.git
ThisTimeLineID3
ThisTimeLineID4
advice2
aset_changes
aset_frontend
async
async2
bufmgr
chash
chash2014
contexts
conveyor
conveyor_old
copy_hack
cv
fastlock91
flexlock
gather
gather3
gather_pushdown
gathertest
group_locking
joinadvice
manifest
master
memory
memory2
metapage
pa_setop
parallel
parallel_count
partdesc
pg_background
pg_ringflush
pgfruit
robert
serial_cost
slot2
snaparray
sort
walsummarizer2
walsummarizermanifest
xlogacceptwrites
Robert Haas's development tree.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
nodeProjectSet.c
Age
Commit message (
Expand
)
Author
2023-10-28
Fix intra-query memory leak when a SRF returns zero rows.
Tom Lane
2023-09-28
Remove obsolete executor cleanup code
Amit Langote
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-07-07
Remove stray references to lefttree/righttree in the executor.
Tom Lane
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-05-16
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-07-08
Fix inconsistencies in the code
Michael Paquier
2019-06-17
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-16
Introduce notion of different types of slots (without implementing them).
Andres Freund
2018-11-10
Don't require return slots for nodes without projection.
Andres Freund
2018-02-17
Allow tupleslots to have a fixed tupledesc, use in executor nodes.
Andres Freund
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-10-08
Reduce memory usage of targetlist SRFs.
Andres Freund
2017-10-06
Fix intra-query memory leakage in nodeProjectSet.c.
Tom Lane
2017-07-30
Move ExecProcNode from dispatch to function pointer based model.
Andres Freund
2017-07-30
Move interrupt checking from ExecProcNode() to executor nodes.
Andres Freund
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-03-25
Faster expression evaluation and targetlist projection.
Andres Freund
2017-01-19
Remove obsoleted code relating to targetlist SRF evaluation.
Andres Freund
2017-01-18
Move targetlist SRF handling from expression evaluation to new executor node.
Andres Freund