]> granicus.if.org Git - postgresql/history - src/include/funcapi.h
Create a type-specific typanalyze routine for tsvector, which collects stats
[postgresql] / src / include / funcapi.h
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-12-28 Tom LaneMove plpgsql's fetchArgInfo() into funcapi.c, and rename to
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-06 Tom LaneWhen a function not returning RECORD has a single OUT...
2005-05-30 Tom LaneDocument get_call_result_type() and friends; mark TypeG...
2005-04-05 Tom Laneplpgsql does OUT parameters, as per my proposal a few...
2005-03-31 Tom LaneFirst phase of OUT-parameters project. We can now...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-06 Tom LaneInfrastructure for I/O of composite types: arrange...
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-04 Tom LaneFix some copyright notices that weren't updated. Impro...
2002-09-04 Bruce Momjianpgindent run.
2002-08-30 Tom LaneFix for breakage of C-coded SRFs, from Joe Conway.
2002-08-29 Tom LaneAdjust nodeFunctionscan.c to reset transient memory...
2002-08-29 Tom LaneCode review for standalone composite types, query-speci...
2002-07-30 Bruce MomjianHere are two patches. The guc_and_tablefunc patch addre...
2002-07-18 Bruce MomjianHere is a patch for the Table Function API. It fixes...
2002-06-22 Bruce Momjianuint -> uint32, portability.
2002-06-20 Bruce MomjianAdd another missing SRF file.