| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove unnecessary xref endterm attributes and title ids | Peter Eisentraut | 2010-04-03 | 1 | -10/+10 |
| * | Fix SGML markup. | Bruce Momjian | 2010-03-03 | 1 | -8/+6 |
| * | Restructure CREATE FUNCTION "NOTES" section to be shorter; move items | Bruce Momjian | 2010-03-03 | 1 | -58/+58 |
| * | Document that after triggers that need to see changed rows should not be | Bruce Momjian | 2010-02-25 | 1 | -2/+4 |
| * | Ooops, let's get the non-null vs null bit right ... | Tom Lane | 2010-02-14 | 1 | -2/+2 |
| * | Document the behavior of STRICT VARIADIC functions. | Tom Lane | 2010-02-14 | 1 | -1/+8 |
| * | Support use of function argument names to identify which actual arguments | Tom Lane | 2009-10-08 | 1 | -4/+19 |
| * | Fix erroneous handling of shared dependencies (ie dependencies on roles) | Tom Lane | 2009-10-02 | 1 | -1/+9 |
| * | Make the placeholder naming in the synopses of the SQL help more consistent | Peter Eisentraut | 2009-09-19 | 1 | -12/+12 |
| * | Make LOAD of an already-loaded library into a no-op, instead of attempting | Tom Lane | 2009-09-03 | 1 | -3/+2 |
| * | Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it, | Tom Lane | 2008-12-31 | 1 | -1/+16 |
| * | Code review for function default parameters patch. Fix numerous problems as | Tom Lane | 2008-12-18 | 1 | -10/+22 |
| * | Default values for function arguments | Peter Eisentraut | 2008-12-04 | 1 | -2/+24 |
| * | Set SQL man pages to be section 7 by default, and only transform them to | Peter Eisentraut | 2008-11-14 | 1 | -1/+2 |
| * | Implement SQL-spec RETURNS TABLE syntax for functions. | Tom Lane | 2008-07-18 | 1 | -4/+44 |
| * | Support "variadic" functions, which can accept a variable number of arguments | Tom Lane | 2008-07-16 | 1 | -3/+4 |
| * | Arrange for SET LOCAL's effects to persist until the end of the current top | Tom Lane | 2007-09-11 | 1 | -5/+5 |
| * | Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE. | Tom Lane | 2007-09-03 | 1 | -3/+5 |
| * | Implement function-local GUC parameter settings, as per recent discussion. | Tom Lane | 2007-09-03 | 1 | -16/+66 |
| * | Fix newly-introduced documentation typo. | Neil Conway | 2007-04-23 | 1 | -2/+2 |
| * | Support explicit placement of the temporary-table schema within search_path. | Tom Lane | 2007-04-20 | 1 | -1/+49 |
| * | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian | 2007-02-01 | 1 | -2/+2 |
| * | Update reference documentation on may/can/might: | Bruce Momjian | 2007-01-31 | 1 | -14/+14 |
| * | Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_proc | Tom Lane | 2007-01-22 | 1 | -3/+35 |
| * | Emphasize that immutable and stable functions are not allowed to modify | Tom Lane | 2006-11-10 | 1 | -7/+8 |
| * | Mention 'void' as the proper return type when there's nothing to | Tom Lane | 2006-11-03 | 1 | -1/+3 |
| * | Remove emacs info from footer of SGML files. | Bruce Momjian | 2006-09-16 | 1 | -18/+1 |
| * | Make an editorial pass over the reference pages. | Tom Lane | 2005-11-01 | 1 | -8/+8 |
| * | This doc patch replaces all inappropriate references to SQL:1999 when it | Neil Conway | 2005-07-14 | 1 | -2/+2 |
| * | First phase of OUT-parameters project. We can now define and use SQL | Tom Lane | 2005-03-31 | 1 | -7/+69 |
| * | More minor updates and copy-editing. | Tom Lane | 2005-01-04 | 1 | -34/+38 |
| * | Update of conformance information to SQL:2003 | Peter Eisentraut | 2004-11-27 | 1 | -2/+2 |
| * | Remove more traces of libpgtcl from the source tree. Also, make some | Neil Conway | 2004-10-01 | 1 | -2/+3 |
| * | Some editorializing on the docs for the dollar-quoting feature: fix | Tom Lane | 2004-09-20 | 1 | -17/+13 |
| * | Minor doc tweak: mention that function names can be optionally schema- | Neil Conway | 2004-09-16 | 1 | -2/+2 |
| * | Redesign query-snapshot timing so that volatile functions in READ COMMITTED | Tom Lane | 2004-09-13 | 1 | -2/+6 |
| * | Example for create function using argument names | Bruce Momjian | 2004-07-11 | 1 | -1/+12 |
| * | Add argument name to syntax. | Dennis Bjorklund | 2004-06-25 | 1 | -3/+15 |
| * | Add documentation for the new "dollar quoting" feature, and update existing | Neil Conway | 2004-05-16 | 1 | -11/+19 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Documentation cleanup | Peter Eisentraut | 2003-11-12 | 1 | -4/+4 |
| * | Add mention of quotes on function body to NOTES section. | Bruce Momjian | 2003-10-26 | 1 | -3/+9 |
| * | This patch fixes a few missed GUC variables that were still upper case, | Bruce Momjian | 2003-09-11 | 1 | -2/+2 |
| * | This patch fixes a trivial typo in the CREATE FUNCTION ref page. | Bruce Momjian | 2003-09-10 | 1 | -2/+2 |
| * | Remove a bunch of content-free Diagnostics sections, as per previous | Tom Lane | 2003-09-09 | 1 | -16/+1 |
| * | Add/edit index entries. | Peter Eisentraut | 2003-08-31 | 1 | -1/+5 |
| * | First batch of object rename commands. | Peter Eisentraut | 2003-06-27 | 1 | -1/+2 |
| * | More editing of reference pages. | Peter Eisentraut | 2003-04-22 | 1 | -160/+94 |
| * | Merge documentation into one book. (Build with "make html".) Replace | Peter Eisentraut | 2003-03-25 | 1 | -7/+4 |
| * | Minor doc patch: create function | Bruce Momjian | 2003-03-20 | 1 | -22/+30 |