index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
functioncmds.c
Age
Commit message (
Expand
)
Author
2025-04-07
Fix erroneous construction of functions' dependencies on transforms.
Tom Lane
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-26
Fix typo in comment of compute_return_type() in functioncmds.c
Michael Paquier
2024-12-23
Fix incorrect source filename references
David Rowley
2024-10-31
Add a parse location field to struct FunctionParameter.
Tom Lane
2024-08-21
Disallow creating binary-coercible casts involving range types.
Tom Lane
2024-05-15
Fix handling of polymorphic output arguments for procedures.
Tom Lane
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-07-10
Add more sanity checks with callers of changeDependencyFor()
Michael Paquier
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-17
Revert "Add USER SET parameter values for pg_db_role_setting"
Alexander Korotkov
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-09
Add USER SET parameter values for pg_db_role_setting
Alexander Korotkov
2022-11-13
Refactor aclcheck functions
Peter Eisentraut
2022-11-13
Refactor ownercheck functions
Peter Eisentraut
2022-10-17
Record dependencies of a cast on other casts that it requires.
Tom Lane
2022-08-25
More -Wshadow=compatible-local warning fixes
David Rowley
2022-08-17
Avoid using list_length() to test for empty list.
Tom Lane
2022-07-16
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-01
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-04-20
Fix breakage in AlterFunction().
Tom Lane
2022-04-07
pgstat: scaffolding for transactional stats creation / drop.
Andres Freund
2022-01-17
Add Boolean node
Peter Eisentraut
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-09-21
Fix misevaluation of STABLE parameters in CALL within plpgsql.
Tom Lane
2021-07-15
Improve reporting of "conflicting or redundant options" errors.
Dean Rasheed
2021-06-10
Reconsider the handling of procedure OUT parameters.
Tom Lane
2021-05-21
Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.
Tom Lane
2021-04-21
doc: Improve hyphenation consistency
Peter Eisentraut
2021-04-15
Provide query source text when parsing a SQL-standard function body.
Tom Lane
2021-04-15
Undo decision to allow pg_proc.prosrc to be NULL.
Tom Lane
2021-04-07
SQL-standard function body
Peter Eisentraut
2021-01-04
Re-implement pl/pgsql's expression and assignment parsing.
Tom Lane
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-10-05
Support for OUT parameters in procedures
Peter Eisentraut
2020-09-05
Switch to multi-inserts when registering dependencies for many code paths
Michael Paquier
2020-06-09
Unify drop-by-OID functions
Peter Eisentraut
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-03-19
Introduce "anycompatible" family of polymorphic types.
Tom Lane
2020-03-10
Split out CreateCast into src/backend/catalog/pg_cast.c
Alvaro Herrera
2020-03-05
Remove the "opaque" pseudo-type and associated compatibility hacks.
Tom Lane
2020-03-04
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-01-30
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-29
Invent "trusted" extensions, and remove the pg_pltemplate catalog.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-26
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-25
Rename files and headers related to index AM
Michael Paquier
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-06-17
Fix more typos and inconsistencies in the tree
Michael Paquier
[next]