summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeProjectSet.c
Commit message (Expand)AuthorAgeFilesLines
* 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