aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/fmgr
Commit message (Expand)AuthorAge
* 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
* Update copyrights for 2020Bruce Momjian2020-01-01
* Remove configure --disable-float4-byvalPeter Eisentraut2019-11-21
* Fix ecpglib.h to declare bool consistently with c.h.Tom Lane2019-11-12
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Allow extracting fields from a ROW() expression in more cases.Tom Lane2019-10-28
* Rename some toasting functions based on whether they are heap-specific.Robert Haas2019-10-04
* Split tuptoaster.c into three separate files.Robert Haas2019-09-05
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-22
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Change function call information to be variable length.Andres Freund2019-01-26
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-21
* Don't include heapam.h from others headers.Andres Freund2019-01-14