]> granicus.if.org Git - postgresql/history - src/backend/executor/nodeProjectSet.c
Fix inconsistencies in the code
[postgresql] / src / backend / executor / nodeProjectSet.c
2019-07-08 Michael PaquierFix inconsistencies in the code
2019-06-17 Michael PaquierFix more typos and inconsistencies in the tree
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-11-16 Andres FreundIntroduce notion of different types of slots (without...
2018-11-10 Andres FreundDon't require return slots for nodes without projection.
2018-02-17 Andres FreundAllow tupleslots to have a fixed tupledesc, use in...
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-10-08 Andres FreundReduce memory usage of targetlist SRFs.
2017-10-06 Tom LaneFix intra-query memory leakage in nodeProjectSet.c.
2017-07-30 Andres FreundMove ExecProcNode from dispatch to function pointer...
2017-07-30 Andres FreundMove interrupt checking from ExecProcNode() to executor...
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-03-25 Andres FreundFaster expression evaluation and targetlist projection.
2017-01-19 Andres FreundRemove obsoleted code relating to targetlist SRF evalua...
2017-01-18 Andres FreundMove targetlist SRF handling from expression evaluation...