summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeFunctionscan.c
AgeCommit message (Expand)Author
2002-12-05Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane
2002-12-01Fix ExecMakeTableFunctionResult() to work with generic expressions asTom Lane
2002-09-04pgindent run.Bruce Momjian
2002-09-02Code review for HeapTupleHeader changes. Add version number to page headersTom Lane
2002-08-31The UNDEFOID later causes an assertion failure in heap_formtuple whenTom Lane
2002-08-30Add expected tuple descriptor to ReturnSetInfo information for tableTom Lane
2002-08-30PL/pgSQL functions can return sets. Neil Conway's patch, modified soTom Lane
2002-08-29Adjust nodeFunctionscan.c to reset transient memory context between callsTom Lane
2002-08-29Code review for standalone composite types, query-specified compositeTom Lane
2002-08-05Preliminary code review for anonymous-composite-types patch: fix breakageTom Lane
2002-08-04Attached are two patches to implement and document anonymous compositeBruce Momjian
2002-07-20oid is needed, it is added at the end of the struct (after the nullBruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-05-12First pass at set-returning-functions in FROM, by Joe Conway withTom Lane