aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_function.sgml
Commit message (Expand)AuthorAge
* Fix erroneous handling of shared dependencies (ie dependencies on roles)Tom Lane2009-10-02
* Fix newly-introduced documentation typo.Neil Conway2007-04-23
* Support explicit placement of the temporary-table schema within search_path.Tom Lane2007-04-20
* 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
* Merge documentation into one book. (Build with "make html".) ReplacePeter Eisentraut2003-03-25
* Minor doc patch: create functionBruce Momjian2003-03-20
* This patch includes a lot of minor cleanups to the SGML documentation,Bruce Momjian2003-01-19
* Add more appropriate markup.Peter Eisentraut2002-09-21
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-22
* Remove unused system table columns:Peter Eisentraut2002-07-24
* pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut2002-07-18
* Allow functions to be executed with the privileges of the function owner.Peter Eisentraut2002-05-18
* Extend syntax of CREATE FUNCTION to resemble SQL99.Peter Eisentraut2002-05-17
* Update SQL-command reference pages for schema features.Tom Lane2002-04-23
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-11
* Divide functions into three volatility classes (immutable, stable, andTom Lane2002-04-05
* Spell checking and markup additionsPeter Eisentraut2002-03-22
* Revert quotes, 7.2 doesn't need them for CREATE FUNCTION.Bruce Momjian2002-03-01
* Oops, we didn't have single quotes around 'langname' in CREATE FUNCTIONBruce Momjian2002-03-01
* Privileges on functions and procedural languagesPeter Eisentraut2002-02-18
* Use PostgreSQL consistantly throughout docs. Before, usage was split evenlyThomas G. Lockhart2001-12-08
* Initial round of tweakage for man pagesPeter Eisentraut2001-11-18
* More cleanup of CREATE FUNCTION examples.Tom Lane2001-10-26
* Add CREATE OR REPLACE FUNCTION syntax to allow replacing a functionTom Lane2001-10-02
* Put some kind of grammatical uniformity in the <refpurpose> lines.Peter Eisentraut2001-09-03
* Make LANCOMPILER clause in CREATE LANGUAGE optional. Allow "identifier"Peter Eisentraut2001-08-13
* This patch adds support for %TYPE in CREATE FUNCTION argument and returnBruce Momjian2001-06-04
* Allow special '$libdir' macro to show up in object file path in CREATEPeter Eisentraut2001-05-19
* In create_function there is a remark concerning SQL/PSM notBruce Momjian2001-04-28
* Refine some things to create better looking man pages.Peter Eisentraut2000-12-25