aboutsummaryrefslogtreecommitdiff
path: root/src/include/fmgr.h
Commit message (Expand)AuthorAge
* Fix minor violations of FunctionCallInvoke usage protocol.Tom Lane2020-04-21
* Add expression compilation support to LLVM JIT provider.Andres Freund2018-03-22
* Add FIELDNO_* macro designating offset into structs required for JIT.Andres Freund2018-03-22
* Remove prototype for fmgr() function, which no longer exists.Robert Haas2018-02-07
* Update copyright for 2018Bruce Momjian2018-01-02
* Allow the built-in ordered-set aggregates to share transition state.Tom Lane2017-10-16
* Introduce 64-bit hash functions with a 64-bit seed.Robert Haas2017-08-31
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Avoid passing function pointers across process boundaries.Tom Lane2017-04-14
* Remove support for version-0 calling conventions.Andres Freund2017-03-30
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-25
* Add a direct function call mechanism using the caller's context.Andrew Dunstan2017-03-21
* Recommend wrappers of PG_DETOAST_DATUM_PACKED().Noah Misch2017-03-12
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Revert "Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 mac...Tom Lane2016-11-07
* Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro.Tom Lane2016-11-04
* Revert addition of PGDLLEXPORT in PG_FUNCTION_INFO_V1 macro.Tom Lane2016-10-12
* Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro.Tom Lane2016-10-12
* Update copyright for 2016Bruce Momjian2016-01-02
* Fix comment in fmgr.h to refer to actual function used.Andrew Dunstan2015-06-15
* pgindent run for 9.5Bruce Momjian2015-05-23
* Create an infrastructure for parallel computation in PostgreSQL.Robert Haas2015-04-30
* Update copyright for 2015Bruce Momjian2015-01-06
* Add PG_RETURN_UINT16 macro.Robert Haas2014-08-06
* Redesign API presented by nodeAgg.c for ordered-set and similar aggregates.Tom Lane2014-07-03
* pgindent run for 9.4Bruce Momjian2014-05-06
* Fix failure to detoast fields in composite elements of structured types.Tom Lane2014-05-01
* Fix documentation of FmgrInfo.fn_nargs.Tom Lane2014-04-22
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-18
* Further code review for pg_lsn data type.Robert Haas2014-02-19
* pg_lsn macro naming and type behavior revisions.Robert Haas2014-02-19
* Add a pg_lsn data type, to represent an LSN.Robert Haas2014-02-19
* Prevent privilege escalation in explicit calls to PL validators.Noah Misch2014-02-17
* Update copyright for 2014Bruce Momjian2014-01-07
* Support ordered-set (WITHIN GROUP) aggregates.Tom Lane2013-12-23
* Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag.Tom Lane2013-01-21
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-12
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Revise collation derivation method and expression-tree representation.Tom Lane2011-03-19
* Implement an API to let foreign-data wrappers actually be functional.Tom Lane2011-02-20
* Per-column collation supportPeter Eisentraut2011-02-08
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Fix ill-chosen use of "private" as an argument and struct field name.Tom Lane2010-12-27
* Allow plugins to suppress inlining and hook function entry/exit/abort.Robert Haas2010-12-13
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Mark PG_MODULE_MAGIC and PG_FUNCTION_INFO_V1 with PGDLLEXPORTItagaki Takahiro2010-05-27