index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
/
nodeFunctionscan.c
Commit message (
Expand
)
Author
Age
*
Repair bug #2839: the various ExecReScan functions need to reset
Tom Lane
2006-12-26
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Teach the planner to remove SubqueryScan nodes from the plan if they
Tom Lane
2005-05-22
*
Put back blessing of record-function tupledesc, which I removed in a
Tom Lane
2005-04-14
*
First phase of OUT-parameters project. We can now define and use SQL
Tom Lane
2005-03-31
*
Revise TupleTableSlot code to avoid unnecessary construction and disassembly
Tom Lane
2005-03-16
*
Provide a more descriptive error message when the return type of an SRF
Neil Conway
2005-01-27
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Allow functions returning void or cstring to appear in FROM clause,
Tom Lane
2004-10-20
*
Adjust ExecMakeTableFunctionResult to produce a single all-nulls row
Tom Lane
2004-09-22
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Reimplement the linked list data structure used throughout the backend.
Neil Conway
2004-05-26
*
Replace TupleTableSlot convention for whole-row variables and function
Tom Lane
2004-04-01
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
*
Make the world safe (more or less) for dropped columns in plpgsql rowtypes.
Tom Lane
2003-09-25
*
Message editing: remove gratuitous variations in message wording, standardize
Peter Eisentraut
2003-09-25
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
Error message editing in backend/executor.
Tom Lane
2003-07-21
*
Replace cryptic 'Unknown kind of return type' messages with something
Tom Lane
2003-06-15
*
Fix wrong/misleading comments, be more consistent about where to call
Tom Lane
2003-01-12
*
Revise executor APIs so that all per-query state structure is built in
Tom Lane
2002-12-15
*
Phase 3 of read-only-plans project: ExecInitExpr now builds expression
Tom Lane
2002-12-13
*
Phase 1 of read-only-plans project: cause executor state nodes to point
Tom Lane
2002-12-05
*
Fix ExecMakeTableFunctionResult() to work with generic expressions as
Tom Lane
2002-12-01
*
pgindent run.
Bruce Momjian
2002-09-04
*
Code review for HeapTupleHeader changes. Add version number to page headers
Tom Lane
2002-09-02
*
The UNDEFOID later causes an assertion failure in heap_formtuple when
Tom Lane
2002-08-31
*
Add expected tuple descriptor to ReturnSetInfo information for table
Tom Lane
2002-08-30
*
PL/pgSQL functions can return sets. Neil Conway's patch, modified so
Tom Lane
2002-08-30
*
Adjust nodeFunctionscan.c to reset transient memory context between calls
Tom Lane
2002-08-29
*
Code review for standalone composite types, query-specified composite
Tom Lane
2002-08-29
*
Preliminary code review for anonymous-composite-types patch: fix breakage
Tom Lane
2002-08-05
*
Attached are two patches to implement and document anonymous composite
Bruce Momjian
2002-08-04
*
oid is needed, it is added at the end of the struct (after the null
Bruce Momjian
2002-07-20
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
*
First pass at set-returning-functions in FROM, by Joe Conway with
Tom Lane
2002-05-12