aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeProjectSet.c
Commit message (Expand)AuthorAge
* Update copyright for 2025Bruce Momjian2025-01-01
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Update copyright for 2024Bruce Momjian2024-01-03
* Fix intra-query memory leak when a SRF returns zero rows.Tom Lane2023-10-28
* Remove obsolete executor cleanup codeAmit Langote2023-09-28
* Update copyright for 2023Bruce Momjian2023-01-02
* Remove stray references to lefttree/righttree in the executor.Tom Lane2022-07-07
* Update copyright for 2022Bruce Momjian2022-01-07
* Update copyright for 2021Bruce Momjian2021-01-02
* Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane2020-05-16
* Update copyrights for 2020Bruce Momjian2020-01-01
* Fix inconsistencies in the codeMichael Paquier2019-07-08
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-17
* Update copyright for 2019Bruce Momjian2019-01-02
* Introduce notion of different types of slots (without implementing them).Andres Freund2018-11-15
* Don't require return slots for nodes without projection.Andres Freund2018-11-09
* Allow tupleslots to have a fixed tupledesc, use in executor nodes.Andres Freund2018-02-16
* Update copyright for 2018Bruce Momjian2018-01-02
* Reduce memory usage of targetlist SRFs.Andres Freund2017-10-08
* Fix intra-query memory leakage in nodeProjectSet.c.Tom Lane2017-10-06
* Move ExecProcNode from dispatch to function pointer based model.Andres Freund2017-07-30
* Move interrupt checking from ExecProcNode() to executor nodes.Andres Freund2017-07-30
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-25
* Remove obsoleted code relating to targetlist SRF evaluation.Andres Freund2017-01-19
* Move targetlist SRF handling from expression evaluation to new executor node.Andres Freund2017-01-18