summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_function.sgml
Commit message (Expand)AuthorAgeFilesLines
* Support use of function argument names to identify which actual argumentsTom Lane2009-10-081-4/+19
* Fix erroneous handling of shared dependencies (ie dependencies on roles)Tom Lane2009-10-021-1/+9
* Make the placeholder naming in the synopses of the SQL help more consistentPeter Eisentraut2009-09-191-12/+12
* Make LOAD of an already-loaded library into a no-op, instead of attemptingTom Lane2009-09-031-3/+2
* Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it,Tom Lane2008-12-311-1/+16
* Code review for function default parameters patch. Fix numerous problems asTom Lane2008-12-181-10/+22
* Default values for function argumentsPeter Eisentraut2008-12-041-2/+24
* Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut2008-11-141-1/+2
* Implement SQL-spec RETURNS TABLE syntax for functions.Tom Lane2008-07-181-4/+44
* Support "variadic" functions, which can accept a variable number of argumentsTom Lane2008-07-161-3/+4
* Arrange for SET LOCAL's effects to persist until the end of the current topTom Lane2007-09-111-5/+5
* Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE.Tom Lane2007-09-031-3/+5
* Implement function-local GUC parameter settings, as per recent discussion.Tom Lane2007-09-031-16/+66
* Fix newly-introduced documentation typo.Neil Conway2007-04-231-2/+2
* Support explicit placement of the temporary-table schema within search_path.Tom Lane2007-04-201-1/+49
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-011-2/+2
* Update reference documentation on may/can/might:Bruce Momjian2007-01-311-14/+14
* Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_procTom Lane2007-01-221-3/+35
* Emphasize that immutable and stable functions are not allowed to modifyTom Lane2006-11-101-7/+8
* Mention 'void' as the proper return type when there's nothing toTom Lane2006-11-031-1/+3
* Remove emacs info from footer of SGML files.Bruce Momjian2006-09-161-18/+1
* Make an editorial pass over the reference pages.Tom Lane2005-11-011-8/+8
* This doc patch replaces all inappropriate references to SQL:1999 when itNeil Conway2005-07-141-2/+2
* First phase of OUT-parameters project. We can now define and use SQLTom Lane2005-03-311-7/+69
* More minor updates and copy-editing.Tom Lane2005-01-041-34/+38
* Update of conformance information to SQL:2003Peter Eisentraut2004-11-271-2/+2
* Remove more traces of libpgtcl from the source tree. Also, make someNeil Conway2004-10-011-2/+3
* Some editorializing on the docs for the dollar-quoting feature: fixTom Lane2004-09-201-17/+13
* Minor doc tweak: mention that function names can be optionally schema-Neil Conway2004-09-161-2/+2
* Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane2004-09-131-2/+6
* Example for create function using argument namesBruce Momjian2004-07-111-1/+12
* Add argument name to syntax.Dennis Bjorklund2004-06-251-3/+15
* Add documentation for the new "dollar quoting" feature, and update existingNeil Conway2004-05-161-11/+19
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Documentation cleanupPeter Eisentraut2003-11-121-4/+4
* Add mention of quotes on function body to NOTES section.Bruce Momjian2003-10-261-3/+9
* This patch fixes a few missed GUC variables that were still upper case,Bruce Momjian2003-09-111-2/+2
* This patch fixes a trivial typo in the CREATE FUNCTION ref page.Bruce Momjian2003-09-101-2/+2
* Remove a bunch of content-free Diagnostics sections, as per previousTom Lane2003-09-091-16/+1
* Add/edit index entries.Peter Eisentraut2003-08-311-1/+5
* First batch of object rename commands.Peter Eisentraut2003-06-271-1/+2
* More editing of reference pages.Peter Eisentraut2003-04-221-160/+94
* Merge documentation into one book. (Build with "make html".) ReplacePeter Eisentraut2003-03-251-7/+4
* Minor doc patch: create functionBruce Momjian2003-03-201-22/+30
* This patch includes a lot of minor cleanups to the SGML documentation,Bruce Momjian2003-01-191-4/+3
* Add more appropriate markup.Peter Eisentraut2002-09-211-5/+5
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-221-13/+12
* Remove unused system table columns:Peter Eisentraut2002-07-241-7/+2
* pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut2002-07-181-71/+1
* Allow functions to be executed with the privileges of the function owner.Peter Eisentraut2002-05-181-2/+24