summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeFunctionscan.c
Commit message (Expand)AuthorAgeFilesLines
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-2/+2
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-011-23/+16
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Make the world safe (more or less) for dropped columns in plpgsql rowtypes.Tom Lane2003-09-251-18/+27
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-2/+2
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Error message editing in backend/executor.Tom Lane2003-07-211-3/+5
* Replace cryptic 'Unknown kind of return type' messages with somethingTom Lane2003-06-151-2/+5
* Fix wrong/misleading comments, be more consistent about where to callTom Lane2003-01-121-2/+2
* Revise executor APIs so that all per-query state structure is built inTom Lane2002-12-151-3/+2
* Phase 3 of read-only-plans project: ExecInitExpr now builds expressionTom Lane2002-12-131-4/+5
* Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane2002-12-051-82/+58
* Fix ExecMakeTableFunctionResult() to work with generic expressions asTom Lane2002-12-011-2/+2
* pgindent run.Bruce Momjian2002-09-041-25/+26
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-021-6/+3
* The UNDEFOID later causes an assertion failure in heap_formtuple whenTom Lane2002-08-311-1/+2
* Add expected tuple descriptor to ReturnSetInfo information for tableTom Lane2002-08-301-1/+2
* PL/pgSQL functions can return sets. Neil Conway's patch, modified soTom Lane2002-08-301-141/+30
* Adjust nodeFunctionscan.c to reset transient memory context between callsTom Lane2002-08-291-1/+7
* Code review for standalone composite types, query-specified compositeTom Lane2002-08-291-26/+19
* Preliminary code review for anonymous-composite-types patch: fix breakageTom Lane2002-08-051-5/+4
* Attached are two patches to implement and document anonymous compositeBruce Momjian2002-08-041-37/+89
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-201-2/+2
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* First pass at set-returning-functions in FROM, by Joe Conway withTom Lane2002-05-121-0/+469