summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeProjectSet.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Remove stray references to lefttree/righttree in the executor.Tom Lane2022-07-071-2/+4
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane2020-05-161-2/+2
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Fix inconsistencies in the codeMichael Paquier2019-07-081-2/+2
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-171-5/+6
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Introduce notion of different types of slots (without implementing them).Andres Freund2018-11-151-1/+1
* Don't require return slots for nodes without projection.Andres Freund2018-11-091-1/+1
* Allow tupleslots to have a fixed tupledesc, use in executor nodes.Andres Freund2018-02-161-10/+4
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Reduce memory usage of targetlist SRFs.Andres Freund2017-10-081-5/+27
* Fix intra-query memory leakage in nodeProjectSet.c.Tom Lane2017-10-061-0/+6
* Move ExecProcNode from dispatch to function pointer based model.Andres Freund2017-07-301-2/+4
* Move interrupt checking from ExecProcNode() to executor nodes.Andres Freund2017-07-301-0/+3
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-211-1/+1
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-1/+1
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-251-19/+42
* Remove obsoleted code relating to targetlist SRF evaluation.Andres Freund2017-01-191-1/+1
* Move targetlist SRF handling from expression evaluation to new executor node.Andres Freund2017-01-181-0/+300