aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeFunctionscan.c
Commit message (Expand)AuthorAge
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Re-implement EvalPlanQual processing to improve its performance and eliminateTom Lane2009-10-26
* Remove no-longer-needed ExecCountSlots infrastructure.Tom Lane2009-09-27
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Fix possible failures when a tuplestore switches from in-memory to on-diskTom Lane2009-03-27
* Update copyright for 2009.Bruce Momjian2009-01-01
* Be more tense about not creating tuplestores with randomAccess = true unlessTom Lane2008-10-29
* Extend ExecMakeFunctionResult() to support set-returning functions that returnTom Lane2008-10-28
* Improve tuplestore.c to support multiple concurrent read positions.Tom Lane2008-10-01
* Fix several memory leaks when rescanning SRFs. Arrange for an SRF'sNeil Conway2008-02-29
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Turn the rangetable used by the executor into a flat list, and avoid storingTom Lane2007-02-22
* Put function expressions and values lists into FunctionScan and ValuesScanTom Lane2007-02-19
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Repair bug #2839: the various ExecReScan functions need to resetTom Lane2006-12-26
* Create infrastructure for 'MinimalTuple' representation of in-memoryTom Lane2006-06-27
* Fix problems with cached tuple descriptors disappearing while still in useTom Lane2006-06-16
* Clean up representation of function RTEs for functions returning RECORD.Tom Lane2006-03-16
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Extend the ExecInitNode API so that plan nodes receive a set of flagTom Lane2006-02-28
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Teach the planner to remove SubqueryScan nodes from the plan if theyTom Lane2005-05-22
* Put back blessing of record-function tupledesc, which I removed in aTom Lane2005-04-14
* First phase of OUT-parameters project. We can now define and use SQLTom Lane2005-03-31
* Revise TupleTableSlot code to avoid unnecessary construction and disassemblyTom Lane2005-03-16
* Provide a more descriptive error message when the return type of an SRFNeil Conway2005-01-27
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Allow functions returning void or cstring to appear in FROM clause,Tom Lane2004-10-20
* Adjust ExecMakeTableFunctionResult to produce a single all-nulls rowTom Lane2004-09-22
* Update copyright to 2004.Bruce Momjian2004-08-29
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-01
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Make the world safe (more or less) for dropped columns in plpgsql rowtypes.Tom Lane2003-09-25
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Update copyrights to 2003.Bruce Momjian2003-08-04
* Error message editing in backend/executor.Tom Lane2003-07-21
* Replace cryptic 'Unknown kind of return type' messages with somethingTom Lane2003-06-15
* Fix wrong/misleading comments, be more consistent about where to callTom Lane2003-01-12
* Revise executor APIs so that all per-query state structure is built inTom Lane2002-12-15
* Phase 3 of read-only-plans project: ExecInitExpr now builds expressionTom Lane2002-12-13
* Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane2002-12-05
* Fix ExecMakeTableFunctionResult() to work with generic expressions asTom Lane2002-12-01
* pgindent run.Bruce Momjian2002-09-04
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-02
* The UNDEFOID later causes an assertion failure in heap_formtuple whenTom Lane2002-08-31
* Add expected tuple descriptor to ReturnSetInfo information for tableTom Lane2002-08-30
* PL/pgSQL functions can return sets. Neil Conway's patch, modified soTom Lane2002-08-30
* Adjust nodeFunctionscan.c to reset transient memory context between callsTom Lane2002-08-29
* Code review for standalone composite types, query-specified compositeTom Lane2002-08-29