summaryrefslogtreecommitdiff
path: root/src/include/fmgr.h
AgeCommit message (Expand)Author
2025-03-27Avoid mixing designated and non-designated field initializers.Tom Lane
2025-03-26Introduce PG_MODULE_MAGIC_EXT macro.Tom Lane
2025-03-19extension_control_pathPeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-08-20Remove _PG_fini()Michael Paquier
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-11Convert json_in and jsonb_in to report errors softly.Tom Lane
2022-12-09Create infrastructure for "soft" error reporting.Tom Lane
2022-07-18Mark all symbols exported from extension libraries PGDLLEXPORT.Andres Freund
2022-07-18Add central declarations for dlsym()ed symbolsAndres Freund
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-11Remove non-functional code for unloading loadable modules.Robert Haas
2022-04-08Apply PGDLLIMPORT markings broadly.Robert Haas
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-22Add ABI extra field to fmgr magic blockPeter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-02Use PG_GETARG_TRANSACTIONID where appropriatePeter Eisentraut
2020-07-14Fix -Wcast-function-type warningsPeter Eisentraut
2020-04-21Fix minor violations of FunctionCallInvoke usage protocol.Tom Lane
2020-03-30Implement operator class parametersAlexander Korotkov
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-21Remove configure --disable-float4-byvalPeter Eisentraut
2019-08-26Make comment in fmgr.h match the one in fmgr.c.Tom Lane
2019-06-13Fix double-word typosAlvaro Herrera
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-01-26Change function call information to be variable length.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
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