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