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