OSDN Git Service

Fix typo in sslmode documentation
[pg-rex/syncrep.git] / src / backend / utils / fmgr / funcapi.c
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-02-08 Peter EisentrautPer-column collation support
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-10-08 Tom LaneSupport use of function argument names to identify...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-30 Tom LaneRemove inappropriate memory context switch in shutdown_...
2008-08-25 Tom LaneMove exprType(), exprTypmod(), expression_tree_walker...
2008-07-18 Tom LaneImplement SQL-spec RETURNS TABLE syntax for functions.
2008-07-16 Tom LaneSupport "variadic" functions, which can accept a variab...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-02-29 Neil ConwayFix several memory leaks when rescanning SRFs. Arrange...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-06-26 Alvaro HerreraRemove unused "caller" argument from stringToQualifiedN...
2007-06-06 Tom LaneFix up text concatenation so that it accepts all the...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-07-11 Bruce MomjianSort reference of include files, "A" - "F".
2006-06-16 Tom LaneFix problems with cached tuple descriptors disappearing...
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-17 Tom LaneMake SQL arrays support null elements. This commit...
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-07-03 Tom LaneDon't try to constant-fold functions returning RECORD...
2005-05-30 Tom LaneDocument get_call_result_type() and friends; mark TypeG...
2005-05-28 Tom Laneget_expr_result_type has to be prepared to pull type...
2005-04-25 Tom Laneget_expr_result_type probably needs to be able to handl...
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-08-04 Tom LaneLabel CVS tip as 8.0devel instead of 7.5devel. Adjust...
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2003-12-19 Joe ConwayUse a shutdown callback to ensure proper clean up when...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-15 Peter EisentrautOK, some of these syntax errors should be given other...
2003-09-09 Peter EisentrautSome "feature not supported" errors are better syntax...
2003-08-04 Tom LaneFix some copyright notices that weren't updated. Impro...
2003-07-28 Tom LaneA visit from the message-style police ...
2003-07-25 Tom LaneError message editing in backend/utils (except /adt).
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-18 Bruce MomjianHere is a patch for the Table Function API. It fixes...
2002-06-20 Bruce MomjianAdd missing SRF file.