Commits

DateSubjectAuthorReleases
2007-04-02 Support enum data types. Along the way, use macros for the values of Tom Lane 8.3.0
2006-06-16 Fix problems with cached tuple descriptors disappearing while still in use Tom Lane 8.2.0
2006-01-17 Repair problems with the result of lookup_rowtype_tupdesc() possibly being Tom Lane 8.1.3
2005-12-28 Move plpgsql's fetchArgInfo() into funcapi.c, and rename to Tom Lane 8.2.0
2005-11-17 Make SQL arrays support null elements. This commit fixes the core array Tom Lane 8.2.0
2005-10-06 When a function not returning RECORD has a single OUT parameter, use Tom Lane 8.1.0
2005-07-03 Don't try to constant-fold functions returning RECORD. We were never Tom Lane 8.1.0
2005-05-30 Document get_call_result_type() and friends; mark TypeGetTupleDesc() Tom Lane 8.1.0
2005-05-28 get_expr_result_type has to be prepared to pull type information Tom Lane 8.1.0
2005-04-25 get_expr_result_type probably needs to be able to handle OpExpr as well Tom Lane 8.1.0
2005-04-05 plpgsql does OUT parameters, as per my proposal a few weeks ago. Tom Lane 8.1.0
2005-03-31 First phase of OUT-parameters project. We can now define and use SQL Tom Lane 8.1.0
2004-08-04 Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments Tom Lane 8.0.0
2004-04-01 Replace TupleTableSlot convention for whole-row variables and function Tom Lane 8.0.0
2003-08-04 Fix some copyright notices that weren't updated. Improve copyright tool Tom Lane 7.4.1
2003-07-28 A visit from the message-style police ... Tom Lane 7.4.1
2003-07-25 Error message editing in backend/utils (except /adt). Tom Lane 7.4.1
2002-08-30 Fix for breakage of C-coded SRFs, from Joe Conway. Tom Lane 7.3.1
2002-08-29 Adjust nodeFunctionscan.c to reset transient memory context between calls Tom Lane 7.3.1
2002-08-29 Code review for standalone composite types, query-specified composite Tom Lane 7.3.1