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
REL_18_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
/
test
/
regress
/
expected
/
create_procedure.out
Age
Commit message (
Expand
)
Author
2024-10-31
Add a parse location field to struct FunctionParameter.
Tom Lane
2024-06-06
Fix failure with SQL-procedure polymorphic output arguments in v12.
Tom Lane
2024-05-15
Fix handling of polymorphic output arguments for procedures.
Tom Lane
2024-03-12
Fix confusion about the return rowtype of SQL-language procedures.
Tom Lane
2023-02-09
Fix various typos in code and tests
Michael Paquier
2021-06-10
Reconsider the handling of procedure OUT parameters.
Tom Lane
2021-04-07
SQL-standard function body
Peter Eisentraut
2020-10-05
Support for OUT parameters in procedures
Peter Eisentraut
2019-02-07
Add collation assignment to CALL statement
Peter Eisentraut
2018-07-24
psql: Add option for procedures to \df
Peter Eisentraut
2018-07-07
Add separate error message for procedure does not exist
Peter Eisentraut
2018-07-06
Allow CALL with polymorphic type arguments
Peter Eisentraut
2018-06-16
Fix some minor error-checking oversights in ParseFuncOrColumn().
Tom Lane
2018-04-14
Support named and default arguments in CALL
Peter Eisentraut
2018-03-25
Stabilize regression test result.
Tom Lane
2018-03-15
Clean up duplicate table and function names in regression tests.
Tom Lane
2018-03-15
Clean up duplicate role and schema names in regression tests.
Tom Lane
2018-03-14
Support INOUT arguments in procedures
Peter Eisentraut
2018-02-23
Support parameters in CALL
Peter Eisentraut
2018-02-13
Add procedure support to pg_get_functiondef
Peter Eisentraut
2018-02-10
Avoid premature free of pass-by-reference CALL arguments.
Tom Lane
2018-01-19
Replace AclObjectKind with ObjectType
Peter Eisentraut
2017-12-13
Fix crash when using CALL on an aggregate
Peter Eisentraut
2017-11-30
SQL procedures
Peter Eisentraut