| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | This patch includes a lot of minor cleanups to the SGML documentation, | Bruce Momjian | 2003-01-19 | 1 | -4/+3 |
| * | Add more appropriate markup. | Peter Eisentraut | 2002-09-21 | 1 | -5/+5 |
| * | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 | 1 | -13/+12 |
| * | Remove unused system table columns: | Peter Eisentraut | 2002-07-24 | 1 | -7/+2 |
| * | pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus | Peter Eisentraut | 2002-07-18 | 1 | -71/+1 |
| * | Allow functions to be executed with the privileges of the function owner. | Peter Eisentraut | 2002-05-18 | 1 | -2/+24 |
| * | Extend syntax of CREATE FUNCTION to resemble SQL99. | Peter Eisentraut | 2002-05-17 | 1 | -152/+196 |
| * | Update SQL-command reference pages for schema features. | Tom Lane | 2002-04-23 | 1 | -6/+12 |
| * | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane | 2002-04-11 | 1 | -3/+63 |
| * | Divide functions into three volatility classes (immutable, stable, and | Tom Lane | 2002-04-05 | 1 | -18/+49 |
| * | Spell checking and markup additions | Peter Eisentraut | 2002-03-22 | 1 | -2/+2 |
| * | Revert quotes, 7.2 doesn't need them for CREATE FUNCTION. | Bruce Momjian | 2002-03-01 | 1 | -3/+3 |
| * | Oops, we didn't have single quotes around 'langname' in CREATE FUNCTION | Bruce Momjian | 2002-03-01 | 1 | -3/+3 |
| * | Privileges on functions and procedural languages | Peter Eisentraut | 2002-02-18 | 1 | -1/+14 |
| * | Use PostgreSQL consistantly throughout docs. Before, usage was split evenly | Thomas G. Lockhart | 2001-12-08 | 1 | -3/+3 |
| * | Initial round of tweakage for man pages | Peter Eisentraut | 2001-11-18 | 1 | -4/+4 |
| * | More cleanup of CREATE FUNCTION examples. | Tom Lane | 2001-10-26 | 1 | -5/+9 |
| * | Add CREATE OR REPLACE FUNCTION syntax to allow replacing a function | Tom Lane | 2001-10-02 | 1 | -8/+28 |
| * | Put some kind of grammatical uniformity in the <refpurpose> lines. | Peter Eisentraut | 2001-09-03 | 1 | -2/+2 |
| * | Make LANCOMPILER clause in CREATE LANGUAGE optional. Allow "identifier" | Peter Eisentraut | 2001-08-13 | 1 | -11/+12 |
| * | This patch adds support for %TYPE in CREATE FUNCTION argument and return | Bruce Momjian | 2001-06-04 | 1 | -5/+13 |
| * | Allow special '$libdir' macro to show up in object file path in CREATE | Peter Eisentraut | 2001-05-19 | 1 | -252/+193 |
| * | In create_function there is a remark concerning SQL/PSM not | Bruce Momjian | 2001-04-28 | 1 | -5/+2 |
| * | Refine some things to create better looking man pages. | Peter Eisentraut | 2000-12-25 | 1 | -2/+2 |
| * | Revise handling of oldstyle/newstyle functions per recent discussions | Tom Lane | 2000-11-20 | 1 | -4/+3 |
| * | Change bool to boolean in docs. | Bruce Momjian | 2000-11-02 | 1 | -2/+2 |
| * | Add proofreader's changes to docs. | Bruce Momjian | 2000-10-05 | 1 | -9/+9 |
| * | Fix typos and inconsistancies found by He Weiping | Thomas G. Lockhart | 2000-08-25 | 1 | -10/+10 |
| * | Documentation updates to reflect TOAST and new-style fmgr. | Tom Lane | 2000-08-24 | 1 | -40/+75 |
| * | spell cleanups | Bruce Momjian | 2000-07-22 | 1 | -2/+2 |
| * | Cleanups | Bruce Momjian | 2000-07-22 | 1 | -2/+2 |
| * | Start updating for the v7.0 release. | Thomas G. Lockhart | 2000-03-27 | 1 | -24/+33 |
| * | Updated user's guide to match new psql's output format | Peter Eisentraut | 2000-03-26 | 1 | -8/+8 |
| * | Document formerly-undocumented WITH clause of CREATE FUNCTION. | Tom Lane | 1999-10-02 | 1 | -5/+22 |
| * | I have been working with user defined types and user defined c | Bruce Momjian | 1999-09-28 | 1 | -20/+70 |
| * | Complete merge of all old man page information. | Thomas G. Lockhart | 1999-07-22 | 1 | -46/+73 |
| * | Fix markup for docbook2man man page generation. | Thomas G. Lockhart | 1999-07-06 | 1 | -68/+59 |
| * | Minor updates for release. | Thomas G. Lockhart | 1999-06-14 | 1 | -145/+146 |
| * | Update CREATE FUNCTION docs: mention use of AS clause with | Tom Lane | 1999-05-20 | 1 | -4/+34 |
| * | Clean up to ensure tag completion as required by the newest versions | Thomas G. Lockhart | 1998-12-29 | 1 | -60/+66 |