Commits

DateSubjectAuthorReleases
2013-11-13 Clarify CREATE FUNCTION documentation about handling of typmods. Tom Lane 9.0.15
2013-11-13 Clarify CREATE FUNCTION documentation about handling of typmods. Tom Lane 9.1.11
2013-11-13 Clarify CREATE FUNCTION documentation about handling of typmods. Tom Lane 9.2.6
2013-11-13 Clarify CREATE FUNCTION documentation about handling of typmods. Tom Lane 9.3.2
2013-05-11 Update CREATE FUNCTION documentation about argument names. Tom Lane 9.2.5
2013-05-11 Update CREATE FUNCTION documentation about argument names. Tom Lane 9.3.0
2010-02-14 Ooops, let's get the non-null vs null bit right ... Tom Lane 8.4.3
2010-02-14 Ooops, let's get the non-null vs null bit right ... Tom Lane 9.0.0
2010-02-14 Document the behavior of STRICT VARIADIC functions. Tom Lane 8.4.3
2010-02-14 Document the behavior of STRICT VARIADIC functions. Tom Lane 9.0.0
2009-10-08 Support use of function argument names to identify which actual arguments Tom Lane 9.0.0
2009-10-02 Fix erroneous handling of shared dependencies (ie dependencies on roles) Tom Lane 8.1.19
2009-10-02 Fix erroneous handling of shared dependencies (ie dependencies on roles) Tom Lane 8.2.15
2009-10-02 Fix erroneous handling of shared dependencies (ie dependencies on roles) Tom Lane 8.3.9
2009-10-02 Fix erroneous handling of shared dependencies (ie dependencies on roles) Tom Lane 8.4.2
2009-10-02 Fix erroneous handling of shared dependencies (ie dependencies on roles) Tom Lane 9.0.0
2009-09-03 Make LOAD of an already-loaded library into a no-op, instead of attempting Tom Lane 8.2.14
2009-09-03 Make LOAD of an already-loaded library into a no-op, instead of attempting Tom Lane 8.3.8
2009-09-03 Make LOAD of an already-loaded library into a no-op, instead of attempting Tom Lane 8.4.1
2009-09-03 Make LOAD of an already-loaded library into a no-op, instead of attempting Tom Lane 9.0.0
2008-12-31 Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it, Tom Lane 8.4.0
2008-12-18 Code review for function default parameters patch. Fix numerous problems as Tom Lane 8.4.0
2008-07-18 Implement SQL-spec RETURNS TABLE syntax for functions. Tom Lane 8.4.0
2008-07-16 Support "variadic" functions, which can accept a variable number of arguments Tom Lane 8.4.0
2007-09-11 Arrange for SET LOCAL's effects to persist until the end of the current top Tom Lane 8.3.0