]> granicus.if.org Git - postgresql/history - src/backend/executor/nodeFunctionscan.c
Add macros to make AllocSetContextCreate() calls simpler and safer.
[postgresql] / src / backend / executor / nodeFunctionscan.c
2016-08-27 Tom LaneAdd macros to make AllocSetContextCreate() calls simple...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-10 Tom LaneEnsure that RowExprs and whole-row Vars produce the...
2014-06-20 Tom LaneAvoid leaking memory while evaluating arguments for...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-11-22 Tom LaneSupport multi-argument UNNEST(), and TABLE() syntax...
2013-07-29 Greg StarkAdd SQL Standard WITH ORDINALITY support for UNNEST...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-02-08 Peter EisentrautPer-column collation support
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-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-03-27 Tom LaneFix possible failures when a tuplestore switches from...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-10-29 Tom LaneBe more tense about not creating tuplestores with rando...
2008-10-28 Tom LaneExtend ExecMakeFunctionResult() to support set-returnin...
2008-10-01 Tom LaneImprove tuplestore.c to support multiple concurrent...
2008-02-29 Neil ConwayFix several memory leaks when rescanning SRFs. Arrange...
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-06-27 Tom LaneCreate infrastructure for 'MinimalTuple' representation...
2006-06-16 Tom LaneFix problems with cached tuple descriptors disappearing...
2006-03-16 Tom LaneClean up representation of function RTEs for functions...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-28 Tom LaneExtend the ExecInitNode API so that plan nodes receive...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-05-22 Tom LaneTeach the planner to remove SubqueryScan nodes from...
2005-04-14 Tom LanePut back blessing of record-function tupledesc, which...
2005-03-31 Tom LaneFirst phase of OUT-parameters project. We can now...
2005-03-16 Tom LaneRevise TupleTableSlot code to avoid unnecessary constru...
2005-01-27 Neil ConwayProvide a more descriptive error message when the retur...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-20 Tom LaneAllow functions returning void or cstring to appear...
2004-09-22 Tom LaneAdjust ExecMakeTableFunctionResult to produce a single...
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-25 Tom LaneMake the world safe (more or less) for dropped columns...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-07-21 Tom LaneError message editing in backend/executor.
2003-06-15 Tom LaneReplace cryptic 'Unknown kind of return type' messages...
2003-01-12 Tom LaneFix wrong/misleading comments, be more consistent about...
2002-12-15 Tom LaneRevise executor APIs so that all per-query state struct...
2002-12-13 Tom LanePhase 3 of read-only-plans project: ExecInitExpr now...
2002-12-05 Tom LanePhase 1 of read-only-plans project: cause executor...
2002-12-01 Tom LaneFix ExecMakeTableFunctionResult() to work with generic...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Tom LaneCode review for HeapTupleHeader changes. Add version...
2002-08-31 Tom LaneThe UNDEFOID later causes an assertion failure in heap_...
2002-08-30 Tom LaneAdd expected tuple descriptor to ReturnSetInfo informat...
2002-08-30 Tom LanePL/pgSQL functions can return sets. Neil Conway's...
2002-08-29 Tom LaneAdjust nodeFunctionscan.c to reset transient memory...
2002-08-29 Tom LaneCode review for standalone composite types, query-speci...
2002-08-05 Tom LanePreliminary code review for anonymous-composite-types...
2002-08-04 Bruce MomjianAttached are two patches to implement and document...
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-12 Tom LaneFirst pass at set-returning-functions in FROM, by Joe...