Commits

DateSubjectAuthorReleases
2022-12-09 Create infrastructure for "soft" error reporting. Tom Lane 16.0
2022-12-03 Doc: flesh out fmgr/README's description of context-node usage. Tom Lane 16.0
2022-10-18 Rename SetSingleFuncCall() to InitMaterializedSRF() Michael Paquier 15.1
2022-10-18 Rename SetSingleFuncCall() to InitMaterializedSRF() Michael Paquier 16.0
2022-03-07 Create routine able to set single-call SRFs for Materialize mode Michael Paquier 15.0
2020-03-17 Avoid holding a directory FD open across assorted SRF calls. Tom Lane 9.6.18
2020-03-17 Avoid holding a directory FD open across assorted SRF calls. Tom Lane 10.13
2020-03-17 Avoid holding a directory FD open across assorted SRF calls. Tom Lane 11.8
2020-03-17 Avoid holding a directory FD open across assorted SRF calls. Tom Lane 12.3
2020-03-17 Avoid holding a directory FD open across assorted SRF calls. Tom Lane 13.0
2020-03-17 Avoid holding a directory FD open across assorted SRF calls. Tom Lane 9.5.22
2019-01-26 Change function call information to be variable length. Andres Freund 12.0
2017-03-30 Remove support for version-0 calling conventions. Andres Freund 10.0
2014-04-23 Fix documentation of FmgrInfo.fn_nargs. Tom Lane 9.4.0
2011-04-12 Pass collations to functions in FunctionCallInfoData, not FmgrInfo. Tom Lane 9.1.0
2011-03-20 Revise collation derivation method and expression-tree representation. Tom Lane 9.1.0
2010-09-20 Remove cvs keywords from all files. Magnus Hagander 9.1.0
2008-10-31 Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETE Tom Lane 8.4.0
2008-10-29 Be more tense about not creating tuplestores with randomAccess = true unless Tom Lane 8.4.0
2008-10-28 Extend ExecMakeFunctionResult() to support set-returning functions that return Tom Lane 8.4.0
2008-05-15 Add support for tracking call counts and elapsed runtime for user-defined Tom Lane 8.4.0
2008-04-21 Allow float8, int8, and related datatypes to be passed by value on machines Tom Lane 8.4.0
2008-04-18 Modify the float4 datatype to be pass-by-val. Along the way, remove the last Alvaro Herrera 8.4.0
2008-03-20 Make source code READMEs more consistent. Add CVS tags to all README files. Bruce Momjian 8.4.0
2006-02-27 Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in Peter Eisentraut 8.2.0