aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/fmgr/README
Commit message (Expand)AuthorAge
* Create infrastructure for "soft" error reporting.Tom Lane2022-12-09
* Doc: flesh out fmgr/README's description of context-node usage.Tom Lane2022-12-03
* Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier2022-10-18
* Create routine able to set single-call SRFs for Materialize modeMichael Paquier2022-03-07
* Avoid holding a directory FD open across assorted SRF calls.Tom Lane2020-03-16
* Change function call information to be variable length.Andres Freund2019-01-26
* Remove support for version-0 calling conventions.Andres Freund2017-03-30
* Fix documentation of FmgrInfo.fn_nargs.Tom Lane2014-04-22
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-12
* Revise collation derivation method and expression-tree representation.Tom Lane2011-03-19
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETETom Lane2008-10-31
* Be more tense about not creating tuplestores with randomAccess = true unlessTom Lane2008-10-29
* Extend ExecMakeFunctionResult() to support set-returning functions that returnTom Lane2008-10-28
* Add support for tracking call counts and elapsed runtime for user-definedTom Lane2008-05-15
* Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane2008-04-21
* Modify the float4 datatype to be pass-by-val. Along the way, remove the lastAlvaro Herrera2008-04-18
* Make source code READMEs more consistent. Add CVS tags to all README files.Bruce Momjian2008-03-20
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-27
* Error message editing in backend/utils (except /adt).Tom Lane2003-07-25
* First phase of work on array improvements. ARRAY[x,y,z] constructorTom Lane2003-04-08
* Add expected tuple descriptor to ReturnSetInfo information for tableTom Lane2002-08-30
* PL/pgSQL functions can return sets. Neil Conway's patch, modified soTom Lane2002-08-30
* First pass at set-returning-functions in FROM, by Joe Conway withTom Lane2002-05-12
* Fix typo.Tom Lane2000-11-19
* Update README with proposed new method for determining calling conventionTom Lane2000-11-19
* Install fmgr rewrite doc as README file.Tom Lane2000-05-28