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
*
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
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Remove configure --disable-float4-byval
Peter Eisentraut
2019-11-21
*
Fix ecpglib.h to declare bool consistently with c.h.
Tom Lane
2019-11-12
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
*
Allow extracting fields from a ROW() expression in more cases.
Tom Lane
2019-10-28
*
Rename some toasting functions based on whether they are heap-specific.
Robert Haas
2019-10-04
*
Split tuptoaster.c into three separate files.
Robert Haas
2019-09-05
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-22
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Change function call information to be variable length.
Andres Freund
2019-01-26
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
*
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
[next]