summaryrefslogtreecommitdiff
path: root/src/backend/utils/fmgr
AgeCommit message (Expand)Author
2025-06-04Don't strip $libdir from LOAD commandPeter Eisentraut
2025-03-26Introduce PG_MODULE_MAGIC_EXT macro.Tom Lane
2025-03-19extension_control_pathPeter Eisentraut
2025-03-13pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut
2025-02-12Remove unneeded volatile qualifier in fmgr.c.Nathan Bossart
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-23Fix some comments related to library unloadingMichael Paquier
2024-11-27Require sizeof(bool) == 1.Thomas Munro
2024-09-04Unify some error messages to ease work of translatorsMichael Paquier
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-04-15Fix type-checking of RECORD-returning functions in FROM, redux.Tom Lane
2024-01-12Refactor code checking for file existenceMichael Paquier
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-08Cache opaque handle for GUC option to avoid repeasted lookups.Jeff Davis
2023-11-30Apply quotes more consistently to GUC names in logsMichael Paquier
2023-08-11Fix code indentation violations introduced by recent commitMichael Paquier
2023-08-10Transform proconfig for faster execution.Jeff Davis
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-17Revert "Add USER SET parameter values for pg_db_role_setting"Alexander Korotkov
2023-03-25Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-27Convert the reg* input functions to report (most) errors softly.Tom Lane
2022-12-20Add copyright notices to meson filesAndrew Dunstan
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-12-09Add USER SET parameter values for pg_db_role_settingAlexander Korotkov
2022-12-03Doc: flesh out fmgr/README's description of context-node usage.Tom Lane
2022-11-13Refactor aclcheck functionsPeter Eisentraut
2022-10-28Remove AssertArg and AssertStatePeter Eisentraut
2022-10-18Remove compatibility declarations for InitMaterializedSRF()Michael Paquier
2022-10-18Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier
2022-10-16Fix EXPLAIN of SEARCH BREADTH FIRST with a constant initial value.Tom Lane
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-08-26Remove unnecessary casts in free() and pfree()Peter Eisentraut
2022-08-04Remove configure probe for dlopen, and refactor.Thomas Munro
2022-07-01Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut
2022-05-11Remove non-functional code for unloading loadable modules.Robert Haas
2022-04-11Fix various typos and spelling mistakes in code commentsDavid Rowley
2022-03-25Refactor DLSUFFIX handlingPeter Eisentraut
2022-03-07Create routine able to set single-call SRFs for Materialize modeMichael Paquier
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-22Add ABI extra field to fmgr magic blockPeter Eisentraut
2021-09-08Clean up some code using "(expr) ? true : false"Michael Paquier
2021-06-10Reconsider the handling of procedure OUT parameters.Tom Lane
2021-04-23Fix some comments in fmgr.cMichael Paquier
2021-01-25Fix broken ruleutils support for function TRANSFORM clauses.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-20Multirange datatypesAlexander Korotkov
2020-12-15Improve hash_create()'s API for some added robustness.Tom Lane
2020-11-23Make some sanity-check elogs more verboseAlvaro Herrera