aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeFunctionscan.c
Commit message (Expand)AuthorAge
* 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
* Preliminary code review for anonymous-composite-types patch: fix breakageTom Lane2002-08-05
* Attached are two patches to implement and document anonymous compositeBruce Momjian2002-08-04
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-20
* Update copyright to 2002.Bruce Momjian2002-06-20
* First pass at set-returning-functions in FROM, by Joe Conway withTom Lane2002-05-12