]> granicus.if.org Git - postgresql/history - src/backend/executor/nodeValuesscan.c
Make some small planner API cleanups.
[postgresql] / src / backend / executor / nodeValuesscan.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-04-26 Tom LanePost-feature-freeze pgindent run.
2018-03-22 Andres FreundAdd expression compilation support to LLVM JIT provider.
2018-02-17 Andres FreundAllow tupleslots to have a fixed tupledesc, use in...
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-25 Tom LaneRepair failure with SubPlans in multi-row VALUES lists.
2017-08-20 Andres FreundChange tupledesc->attrs[n] to TupleDescAttr(tupledesc...
2017-07-30 Andres FreundMove ExecProcNode from dispatch to function pointer...
2017-03-25 Andres FreundFaster expression evaluation and targetlist projection.
2017-01-19 Andres FreundRemove obsoleted code relating to targetlist SRF evalua...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-06-03 Tom LaneMark read/write expanded values as read-only in ValuesN...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-21 Tom LaneRemove dead code supporting mark/restore in SeqScan...
2014-11-10 Tom LaneEnsure that RowExprs and whole-row Vars produce the...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-02-14 Tom LanePreserve column names in the execution-time tupledesc...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-12 Tom LaneMake NestLoop plan nodes pass outer-relation variables...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-10-26 Tom LaneRe-implement EvalPlanQual processing to improve its...
2009-09-27 Tom LaneRemove no-longer-needed ExecCountSlots infrastructure.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-02-22 Tom LaneTurn the rangetable used by the executor into a flat...
2007-02-19 Tom LanePut function expressions and values lists into Function...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-26 Tom LaneRepair bug #2839: the various ExecReScan functions...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-02 Tom LaneArrange for ValuesScan to keep per-sublist expression...
2006-08-02 Joe ConwayAdd support for multi-row VALUES clauses as part of...