aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/fmgr/funcapi.c
Commit message (Expand)AuthorAge
* Repair problems with the result of lookup_rowtype_tupdesc() possibly beingTom Lane2006-01-17
* 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
* Don't try to constant-fold functions returning RECORD. We were neverTom Lane2005-07-03
* Document get_call_result_type() and friends; mark TypeGetTupleDesc()Tom Lane2005-05-30
* get_expr_result_type has to be prepared to pull type informationTom Lane2005-05-28
* get_expr_result_type probably needs to be able to handle OpExpr as wellTom Lane2005-04-25
* 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
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-04
* Replace TupleTableSlot convention for whole-row variables and functionTom Lane2004-04-01
* Use a shutdown callback to ensure proper clean up when rescanningJoe Conway2003-12-19
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* OK, some of these syntax errors should be given other codes.Peter Eisentraut2003-09-15
* Some "feature not supported" errors are better syntax errors, because thePeter Eisentraut2003-09-09
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-04
* A visit from the message-style police ...Tom Lane2003-07-28
* Error message editing in backend/utils (except /adt).Tom Lane2003-07-25
* 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 is a patch for the Table Function API. It fixes a bug found by NeilBruce Momjian2002-07-18
* Add missing SRF file.Bruce Momjian2002-06-20