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
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Per-column collation support
Peter Eisentraut
2011-02-08
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Make NestLoop plan nodes pass outer-relation variables into their inner
Tom Lane
2010-07-12
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Re-implement EvalPlanQual processing to improve its performance and eliminate
Tom Lane
2009-10-26
*
Remove no-longer-needed ExecCountSlots infrastructure.
Tom Lane
2009-09-27
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Fix possible failures when a tuplestore switches from in-memory to on-disk
Tom Lane
2009-03-27
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Be more tense about not creating tuplestores with randomAccess = true unless
Tom Lane
2008-10-29
*
Extend ExecMakeFunctionResult() to support set-returning functions that return
Tom Lane
2008-10-28
*
Improve tuplestore.c to support multiple concurrent read positions.
Tom Lane
2008-10-01
*
Fix several memory leaks when rescanning SRFs. Arrange for an SRF's
Neil Conway
2008-02-29
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Turn the rangetable used by the executor into a flat list, and avoid storing
Tom Lane
2007-02-22
*
Put function expressions and values lists into FunctionScan and ValuesScan
Tom Lane
2007-02-19
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Repair bug #2839: the various ExecReScan functions need to reset
Tom Lane
2006-12-26
*
Create infrastructure for 'MinimalTuple' representation of in-memory
Tom Lane
2006-06-27
*
Fix problems with cached tuple descriptors disappearing while still in use
Tom Lane
2006-06-16
*
Clean up representation of function RTEs for functions returning RECORD.
Tom Lane
2006-03-16
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Extend the ExecInitNode API so that plan nodes receive a set of flag
Tom Lane
2006-02-28
*
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
[next]