index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
fmgr
Commit message (
Expand
)
Author
Age
*
Unify some error messages to ease work of translators
Michael Paquier
2024-09-04
*
Revise GUC names quoting in messages again
Peter Eisentraut
2024-05-17
*
Fix type-checking of RECORD-returning functions in FROM, redux.
Tom Lane
2024-04-15
*
Refactor code checking for file existence
Michael Paquier
2024-01-12
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Cache opaque handle for GUC option to avoid repeasted lookups.
Jeff Davis
2023-12-08
*
Apply quotes more consistently to GUC names in logs
Michael Paquier
2023-11-30
*
Fix code indentation violations introduced by recent commit
Michael Paquier
2023-08-11
*
Transform proconfig for faster execution.
Jeff Davis
2023-08-10
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Revert "Add USER SET parameter values for pg_db_role_setting"
Alexander Korotkov
2023-05-17
*
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-25
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Convert the reg* input functions to report (most) errors softly.
Tom Lane
2022-12-27
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
*
Convert json_in and jsonb_in to report errors softly.
Tom Lane
2022-12-11
*
Create infrastructure for "soft" error reporting.
Tom Lane
2022-12-09
*
Add USER SET parameter values for pg_db_role_setting
Alexander Korotkov
2022-12-09
*
Doc: flesh out fmgr/README's description of context-node usage.
Tom Lane
2022-12-03
*
Refactor aclcheck functions
Peter Eisentraut
2022-11-13
*
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-28
*
Remove compatibility declarations for InitMaterializedSRF()
Michael Paquier
2022-10-18
*
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-18
*
Fix EXPLAIN of SEARCH BREADTH FIRST with a constant initial value.
Tom Lane
2022-10-16
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
*
Remove unnecessary casts in free() and pfree()
Peter Eisentraut
2022-08-26
*
Remove configure probe for dlopen, and refactor.
Thomas Munro
2022-08-05
*
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-07-01
*
Remove non-functional code for unloading loadable modules.
Robert Haas
2022-05-11
*
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-11
*
Refactor DLSUFFIX handling
Peter Eisentraut
2022-03-25
*
Create routine able to set single-call SRFs for Materialize mode
Michael Paquier
2022-03-07
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Add ABI extra field to fmgr magic block
Peter Eisentraut
2021-11-22
*
Clean up some code using "(expr) ? true : false"
Michael Paquier
2021-09-08
*
Reconsider the handling of procedure OUT parameters.
Tom Lane
2021-06-10
*
Fix some comments in fmgr.c
Michael Paquier
2021-04-23
*
Fix broken ruleutils support for function TRANSFORM clauses.
Tom Lane
2021-01-25
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Multirange datatypes
Alexander Korotkov
2020-12-20
*
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-15
*
Make some sanity-check elogs more verbose
Alvaro Herrera
2020-11-23
*
Support for OUT parameters in procedures
Peter Eisentraut
2020-10-05
*
Message fixes and style improvements
Peter Eisentraut
2020-09-14
*
Fix -Wcast-function-type warnings
Peter Eisentraut
2020-07-14
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
*
Introduce "anycompatible" family of polymorphic types.
Tom Lane
2020-03-19
*
Avoid holding a directory FD open across assorted SRF calls.
Tom Lane
2020-03-16
*
Restructure polymorphic-type resolution in funcapi.c.
Tom Lane
2020-03-14
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
[next]