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