aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_function.sgml
Commit message (Expand)AuthorAge
* 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
* Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane2000-11-20
* Change bool to boolean in docs.Bruce Momjian2000-11-02
* Add proofreader's changes to docs.Bruce Momjian2000-10-05
* Fix typos and inconsistancies found by He WeipingThomas G. Lockhart2000-08-25
* Documentation updates to reflect TOAST and new-style fmgr.Tom Lane2000-08-24
* spell cleanupsBruce Momjian2000-07-22
* CleanupsBruce Momjian2000-07-22
* Start updating for the v7.0 release.Thomas G. Lockhart2000-03-27
* Updated user's guide to match new psql's output formatPeter Eisentraut2000-03-26
* Document formerly-undocumented WITH clause of CREATE FUNCTION.Tom Lane1999-10-02
* I have been working with user defined types and user defined cBruce Momjian1999-09-28
* Complete merge of all old man page information.Thomas G. Lockhart1999-07-22
* Fix markup for docbook2man man page generation.Thomas G. Lockhart1999-07-06
* Minor updates for release.Thomas G. Lockhart1999-06-14
* Update CREATE FUNCTION docs: mention use of AS clause withTom Lane1999-05-20
* Clean up to ensure tag completion as required by the newest versionsThomas G. Lockhart1998-12-29
* Minor cleanup in markup, especially in the Output section.Thomas G. Lockhart1998-10-30
* Markup and editing adjustments...Thomas G. Lockhart1998-09-16
* Very minor formatting fixup in the refentry id field to removeThomas G. Lockhart1998-09-07
* First files for reference pages.Thomas G. Lockhart1998-05-13