aboutsummaryrefslogtreecommitdiff
path: root/src/include/funcapi.h
Commit message (Expand)AuthorAge
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* When a function not returning RECORD has a single OUT parameter, useTom Lane2005-10-06
* Document get_call_result_type() and friends; mark TypeGetTupleDesc()Tom Lane2005-05-30
* plpgsql does OUT parameters, as per my proposal a few weeks ago.Tom Lane2005-04-05
* First phase of OUT-parameters project. We can now define and use SQLTom Lane2005-03-31
* Update copyrights that were missed.Bruce Momjian2005-01-01
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Infrastructure for I/O of composite types: arrange for the I/O routinesTom Lane2004-06-06
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-01
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-04
* pgindent run.Bruce Momjian2002-09-04
* Fix for breakage of C-coded SRFs, from Joe Conway.Tom 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
* Here are two patches. The guc_and_tablefunc patch addresses the twoBruce Momjian2002-07-30
* Here is a patch for the Table Function API. It fixes a bug found by NeilBruce Momjian2002-07-18
* uint -> uint32, portability.Bruce Momjian2002-06-22
* Add another missing SRF file.Bruce Momjian2002-06-20