summaryrefslogtreecommitdiff
path: root/src/backend/utils/fmgr/funcapi.c
Commit message (Expand)AuthorAgeFilesLines
* Pgindent run for 8.0.Bruce Momjian2004-08-291-6/+6
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-041-2/+2
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-011-6/+9
* Use a shutdown callback to ensure proper clean up when rescanningJoe Conway2003-12-191-4/+37
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* OK, some of these syntax errors should be given other codes.Peter Eisentraut2003-09-151-2/+2
* Some "feature not supported" errors are better syntax errors, because thePeter Eisentraut2003-09-091-2/+2
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-041-2/+2
* A visit from the message-style police ...Tom Lane2003-07-281-2/+2
* Error message editing in backend/utils (except /adt).Tom Lane2003-07-251-3/+5
* pgindent run.Bruce Momjian2002-09-041-7/+8
* Fix for breakage of C-coded SRFs, from Joe Conway.Tom Lane2002-08-301-3/+11
* Adjust nodeFunctionscan.c to reset transient memory context between callsTom Lane2002-08-291-14/+7
* Code review for standalone composite types, query-specified compositeTom Lane2002-08-291-26/+5
* Here is a patch for the Table Function API. It fixes a bug found by NeilBruce Momjian2002-07-181-1/+18
* Add missing SRF file.Bruce Momjian2002-06-201-0/+122