aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_function.sgml
Commit message (Expand)AuthorAge
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Remove unnecessary xref endterm attributes and title idsPeter Eisentraut2010-04-03
* Fix SGML markup.Bruce Momjian2010-03-03
* Restructure CREATE FUNCTION "NOTES" section to be shorter; move itemsBruce Momjian2010-03-03
* Document that after triggers that need to see changed rows should not beBruce Momjian2010-02-25
* Ooops, let's get the non-null vs null bit right ...Tom Lane2010-02-14
* Document the behavior of STRICT VARIADIC functions.Tom Lane2010-02-14
* Support use of function argument names to identify which actual argumentsTom Lane2009-10-08
* Fix erroneous handling of shared dependencies (ie dependencies on roles)Tom Lane2009-10-02
* Make the placeholder naming in the synopses of the SQL help more consistentPeter Eisentraut2009-09-19
* Make LOAD of an already-loaded library into a no-op, instead of attemptingTom Lane2009-09-03
* Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it,Tom Lane2008-12-31
* Code review for function default parameters patch. Fix numerous problems asTom Lane2008-12-18
* Default values for function argumentsPeter Eisentraut2008-12-04
* Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut2008-11-14
* Implement SQL-spec RETURNS TABLE syntax for functions.Tom Lane2008-07-18
* Support "variadic" functions, which can accept a variable number of argumentsTom Lane2008-07-16
* Arrange for SET LOCAL's effects to persist until the end of the current topTom Lane2007-09-11
* Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE.Tom Lane2007-09-03
* Implement function-local GUC parameter settings, as per recent discussion.Tom Lane2007-09-03
* Fix newly-introduced documentation typo.Neil Conway2007-04-23
* Support explicit placement of the temporary-table schema within search_path.Tom Lane2007-04-20
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-01
* Update reference documentation on may/can/might:Bruce Momjian2007-01-31
* Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_procTom Lane2007-01-22
* Emphasize that immutable and stable functions are not allowed to modifyTom Lane2006-11-10
* Mention 'void' as the proper return type when there's nothing toTom Lane2006-11-03
* Remove emacs info from footer of SGML files.Bruce Momjian2006-09-16
* Make an editorial pass over the reference pages.Tom Lane2005-11-01
* This doc patch replaces all inappropriate references to SQL:1999 when itNeil Conway2005-07-14
* First phase of OUT-parameters project. We can now define and use SQLTom Lane2005-03-31
* More minor updates and copy-editing.Tom Lane2005-01-04
* Update of conformance information to SQL:2003Peter Eisentraut2004-11-27
* Remove more traces of libpgtcl from the source tree. Also, make someNeil Conway2004-10-01
* Some editorializing on the docs for the dollar-quoting feature: fixTom Lane2004-09-20
* Minor doc tweak: mention that function names can be optionally schema-Neil Conway2004-09-16
* Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane2004-09-13
* Example for create function using argument namesBruce Momjian2004-07-11
* Add argument name to syntax.Dennis Bjorklund2004-06-25
* Add documentation for the new "dollar quoting" feature, and update existingNeil Conway2004-05-16
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Documentation cleanupPeter Eisentraut2003-11-12
* Add mention of quotes on function body to NOTES section.Bruce Momjian2003-10-26
* This patch fixes a few missed GUC variables that were still upper case,Bruce Momjian2003-09-11
* This patch fixes a trivial typo in the CREATE FUNCTION ref page.Bruce Momjian2003-09-10
* Remove a bunch of content-free Diagnostics sections, as per previousTom Lane2003-09-09
* Add/edit index entries.Peter Eisentraut2003-08-31
* First batch of object rename commands.Peter Eisentraut2003-06-27
* More editing of reference pages.Peter Eisentraut2003-04-22