summaryrefslogtreecommitdiff
path: root/src/backend/utils/fmgr
AgeCommit message (Expand)Author
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
2020-10-05Support for OUT parameters in proceduresPeter Eisentraut
2020-09-14Message fixes and style improvementsPeter Eisentraut
2020-07-14Fix -Wcast-function-type warningsPeter Eisentraut
2020-03-30Implement operator class parametersAlexander Korotkov
2020-03-19Introduce "anycompatible" family of polymorphic types.Tom Lane
2020-03-17Avoid holding a directory FD open across assorted SRF calls.Tom Lane
2020-03-14Restructure polymorphic-type resolution in funcapi.c.Tom Lane
2020-03-04Introduce macros for typalign and typstorage constants.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-21Remove configure --disable-float4-byvalPeter Eisentraut
2019-11-12Fix ecpglib.h to declare bool consistently with c.h.Tom Lane
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-10-28Allow extracting fields from a ROW() expression in more cases.Tom Lane
2019-10-04Rename some toasting functions based on whether they are heap-specific.Robert Haas
2019-09-05Split tuptoaster.c into three separate files.Robert Haas
2019-07-22Fix inconsistencies and typos in the treeMichael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-01-26Change function call information to be variable length.Andres Freund