aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/fmgr
Commit message (Expand)AuthorAge
* Unify some error messages to ease work of translatorsMichael Paquier2024-09-04
* Revise GUC names quoting in messages againPeter Eisentraut2024-05-17
* Fix type-checking of RECORD-returning functions in FROM, redux.Tom Lane2024-04-15
* Refactor code checking for file existenceMichael Paquier2024-01-12
* Update copyright for 2024Bruce Momjian2024-01-03
* Cache opaque handle for GUC option to avoid repeasted lookups.Jeff Davis2023-12-08
* Apply quotes more consistently to GUC names in logsMichael Paquier2023-11-30
* Fix code indentation violations introduced by recent commitMichael Paquier2023-08-11
* Transform proconfig for faster execution.Jeff Davis2023-08-10
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Revert "Add USER SET parameter values for pg_db_role_setting"Alexander Korotkov2023-05-17
* Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson2023-03-25
* Update copyright for 2023Bruce Momjian2023-01-02
* Convert the reg* input functions to report (most) errors softly.Tom Lane2022-12-27
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* Convert json_in and jsonb_in to report errors softly.Tom Lane2022-12-11
* Create infrastructure for "soft" error reporting.Tom Lane2022-12-09
* Add USER SET parameter values for pg_db_role_settingAlexander Korotkov2022-12-09
* Doc: flesh out fmgr/README's description of context-node usage.Tom Lane2022-12-03
* Refactor aclcheck functionsPeter Eisentraut2022-11-13
* Remove AssertArg and AssertStatePeter Eisentraut2022-10-28
* Remove compatibility declarations for InitMaterializedSRF()Michael Paquier2022-10-18
* Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier2022-10-18
* Fix EXPLAIN of SEARCH BREADTH FIRST with a constant initial value.Tom Lane2022-10-16
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* Remove unnecessary casts in free() and pfree()Peter Eisentraut2022-08-26
* Remove configure probe for dlopen, and refactor.Thomas Munro2022-08-05
* Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut2022-07-01
* Remove non-functional code for unloading loadable modules.Robert Haas2022-05-11
* Fix various typos and spelling mistakes in code commentsDavid Rowley2022-04-11
* Refactor DLSUFFIX handlingPeter Eisentraut2022-03-25
* Create routine able to set single-call SRFs for Materialize modeMichael Paquier2022-03-07
* Update copyright for 2022Bruce Momjian2022-01-07
* Add ABI extra field to fmgr magic blockPeter Eisentraut2021-11-22
* Clean up some code using "(expr) ? true : false"Michael Paquier2021-09-08
* Reconsider the handling of procedure OUT parameters.Tom Lane2021-06-10
* Fix some comments in fmgr.cMichael Paquier2021-04-23
* Fix broken ruleutils support for function TRANSFORM clauses.Tom Lane2021-01-25
* Update copyright for 2021Bruce Momjian2021-01-02
* Multirange datatypesAlexander Korotkov2020-12-20
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-15
* Make some sanity-check elogs more verboseAlvaro Herrera2020-11-23
* Support for OUT parameters in proceduresPeter Eisentraut2020-10-05
* Message fixes and style improvementsPeter Eisentraut2020-09-14
* Fix -Wcast-function-type warningsPeter Eisentraut2020-07-14
* Implement operator class parametersAlexander Korotkov2020-03-30
* Introduce "anycompatible" family of polymorphic types.Tom Lane2020-03-19
* Avoid holding a directory FD open across assorted SRF calls.Tom Lane2020-03-16
* Restructure polymorphic-type resolution in funcapi.c.Tom Lane2020-03-14
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-04