]> granicus.if.org Git - postgresql/history - src/backend/executor/nodeTableFuncscan.c
Make some small planner API cleanups.
[postgresql] / src / backend / executor / nodeTableFuncscan.c
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-09-17 Tom LaneFix parsetree representation of XMLTABLE(XMLNAMESPACES...
2018-08-13 Andrew GierthAvoid query-lifetime memory leaks in XMLTABLE (bug...
2018-02-17 Andres FreundAllow tupleslots to have a fixed tupledesc, use in...
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-08-20 Andres FreundChange tupledesc->attrs[n] to TupleDescAttr(tupledesc...
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 LanePhase 3 of pgindent updates.
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-03-25 Andres FreundFaster expression evaluation and targetlist projection.
2017-03-08 Alvaro HerreraSupport XMLTABLE query expression