summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_function.sgml
AgeCommit message (Expand)Author
2013-06-19Further update CREATE FUNCTION documentation about argument namesPeter Eisentraut
2013-05-11Update CREATE FUNCTION documentation about argument names.Tom Lane
2013-01-25doc: revert 80c20fcf3df17309b3c131962045825f42e45bc7 andBruce Momjian
2013-01-25doc: split search_path index entries into separate secondariesBruce Momjian
2013-01-05doc: Update CREATE FUNCTION compatibility informationPeter Eisentraut
2012-12-13doc: Improve search_path mentions in indexPeter Eisentraut
2012-11-17doc: Put pg_temp into documentation indexPeter Eisentraut
2012-02-15Make CREATE/ALTER FUNCTION support NOT LEAKPROOF.Robert Haas
2012-02-13Allow LEAKPROOF functions for better performance of security views.Robert Haas
2011-12-20Add support for privileges on typesPeter Eisentraut
2011-08-07Fix a whitespace issue with the man pagesPeter Eisentraut
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-04-03Remove unnecessary xref endterm attributes and title idsPeter Eisentraut
2010-03-03Fix SGML markup.Bruce Momjian
2010-03-03Restructure CREATE FUNCTION "NOTES" section to be shorter; move itemsBruce Momjian
2010-02-25Document that after triggers that need to see changed rows should not beBruce Momjian
2010-02-14Ooops, let's get the non-null vs null bit right ...Tom Lane
2010-02-14Document the behavior of STRICT VARIADIC functions.Tom Lane
2009-10-08Support use of function argument names to identify which actual argumentsTom Lane
2009-10-02Fix erroneous handling of shared dependencies (ie dependencies on roles)Tom Lane
2009-09-19Make the placeholder naming in the synopses of the SQL help more consistentPeter Eisentraut
2009-09-03Make LOAD of an already-loaded library into a no-op, instead of attemptingTom Lane
2008-12-31Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it,Tom Lane
2008-12-18Code review for function default parameters patch. Fix numerous problems asTom Lane
2008-12-04Default values for function argumentsPeter Eisentraut
2008-11-14Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut
2008-07-18Implement SQL-spec RETURNS TABLE syntax for functions.Tom Lane
2008-07-16Support "variadic" functions, which can accept a variable number of argumentsTom Lane
2007-09-11Arrange for SET LOCAL's effects to persist until the end of the current topTom Lane
2007-09-03Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE.Tom Lane
2007-09-03Implement function-local GUC parameter settings, as per recent discussion.Tom Lane
2007-04-23Fix newly-introduced documentation typo.Neil Conway
2007-04-20Support explicit placement of the temporary-table schema within search_path.Tom Lane
2007-02-01Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian
2007-01-31Update reference documentation on may/can/might:Bruce Momjian
2007-01-22Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_procTom Lane
2006-11-10Emphasize that immutable and stable functions are not allowed to modifyTom Lane
2006-11-03Mention 'void' as the proper return type when there's nothing toTom Lane
2006-09-16Remove emacs info from footer of SGML files.Bruce Momjian
2005-11-01Make an editorial pass over the reference pages.Tom Lane
2005-07-14This doc patch replaces all inappropriate references to SQL:1999 when itNeil Conway
2005-03-31First phase of OUT-parameters project. We can now define and use SQLTom Lane
2005-01-04More minor updates and copy-editing.Tom Lane
2004-11-27Update of conformance information to SQL:2003Peter Eisentraut
2004-10-01Remove more traces of libpgtcl from the source tree. Also, make someNeil Conway
2004-09-20Some editorializing on the docs for the dollar-quoting feature: fixTom Lane
2004-09-16Minor doc tweak: mention that function names can be optionally schema-Neil Conway
2004-09-13Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane
2004-07-11Example for create function using argument namesBruce Momjian