index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
fmgr
/
README
Commit message (
Expand
)
Author
Age
*
Create infrastructure for "soft" error reporting.
Tom Lane
2022-12-09
*
Doc: flesh out fmgr/README's description of context-node usage.
Tom Lane
2022-12-03
*
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-18
*
Create routine able to set single-call SRFs for Materialize mode
Michael Paquier
2022-03-07
*
Avoid holding a directory FD open across assorted SRF calls.
Tom Lane
2020-03-16
*
Change function call information to be variable length.
Andres Freund
2019-01-26
*
Remove support for version-0 calling conventions.
Andres Freund
2017-03-30
*
Fix documentation of FmgrInfo.fn_nargs.
Tom Lane
2014-04-22
*
Pass collations to functions in FunctionCallInfoData, not FmgrInfo.
Tom Lane
2011-04-12
*
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-03-19
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETE
Tom Lane
2008-10-31
*
Be more tense about not creating tuplestores with randomAccess = true unless
Tom Lane
2008-10-29
*
Extend ExecMakeFunctionResult() to support set-returning functions that return
Tom Lane
2008-10-28
*
Add support for tracking call counts and elapsed runtime for user-defined
Tom Lane
2008-05-15
*
Allow float8, int8, and related datatypes to be passed by value on machines
Tom Lane
2008-04-21
*
Modify the float4 datatype to be pass-by-val. Along the way, remove the last
Alvaro Herrera
2008-04-18
*
Make source code READMEs more consistent. Add CVS tags to all README files.
Bruce Momjian
2008-03-20
*
Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in
Peter Eisentraut
2006-02-27
*
Error message editing in backend/utils (except /adt).
Tom Lane
2003-07-25
*
First phase of work on array improvements. ARRAY[x,y,z] constructor
Tom Lane
2003-04-08
*
Add expected tuple descriptor to ReturnSetInfo information for table
Tom Lane
2002-08-30
*
PL/pgSQL functions can return sets. Neil Conway's patch, modified so
Tom Lane
2002-08-30
*
First pass at set-returning-functions in FROM, by Joe Conway with
Tom Lane
2002-05-12
*
Fix typo.
Tom Lane
2000-11-19
*
Update README with proposed new method for determining calling convention
Tom Lane
2000-11-19
*
Install fmgr rewrite doc as README file.
Tom Lane
2000-05-28