summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeProjectSet.c
AgeCommit message (Expand)Author
2020-01-01Update copyrights for 2020Bruce Momjian
2019-07-08Fix inconsistencies in the codeMichael Paquier
2019-06-17Fix more typos and inconsistencies in the treeMichael Paquier
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-16Introduce notion of different types of slots (without implementing them).Andres Freund
2018-11-10Don't require return slots for nodes without projection.Andres Freund
2018-02-17Allow tupleslots to have a fixed tupledesc, use in executor nodes.Andres Freund
2018-01-03Update copyright for 2018Bruce Momjian
2017-10-08Reduce memory usage of targetlist SRFs.Andres Freund
2017-10-06Fix intra-query memory leakage in nodeProjectSet.c.Tom Lane
2017-07-30Move ExecProcNode from dispatch to function pointer based model.Andres Freund
2017-07-30Move interrupt checking from ExecProcNode() to executor nodes.Andres Freund
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-03-25Faster expression evaluation and targetlist projection.Andres Freund
2017-01-19Remove obsoleted code relating to targetlist SRF evaluation.Andres Freund
2017-01-18Move targetlist SRF handling from expression evaluation to new executor node.Andres Freund