| Commit message (Expand) | Author | Age | Files | Lines |
| * | Set SQL man pages to be section 7 by default, and only transform them to | Peter Eisentraut | 2008-11-14 | 1 | -1/+2 |
| * | SQL:2008 syntax CURRENT_CATALOG, CURRENT_SCHEMA, SET CATALOG, SET SCHEMA. | Peter Eisentraut | 2008-10-27 | 1 | -1/+12 |
| * | Document and enforce that the usable range of setseed() arguments is | Tom Lane | 2008-03-10 | 1 | -2/+2 |
| * | Arrange for SET LOCAL's effects to persist until the end of the current top | Tom Lane | 2007-09-11 | 1 | -11/+46 |
| * | Update timezone documentation to reflect current reality: instead of | Tom Lane | 2006-09-22 | 1 | -4/+3 |
| * | Remove emacs info from footer of SGML files. | Bruce Momjian | 2006-09-16 | 1 | -18/+1 |
| * | Call SET varaiables "configuration_parameter"s in the documentation. | Bruce Momjian | 2006-04-25 | 1 | -3/+3 |
| * | Change "parameter" to "varname" in the alter role and alter user | Bruce Momjian | 2006-04-25 | 1 | -3/+3 |
| * | Update documentation to reflect the fact that we now know exactly what | Tom Lane | 2004-08-10 | 1 | -17/+11 |
| * | Add functions pg_start_backup, pg_stop_backup to create backup label | Tom Lane | 2004-08-03 | 1 | -2/+2 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Make the SQL command synopses appear less random. | Peter Eisentraut | 2003-09-22 | 1 | -3/+3 |
| * | More cleanup of Diagnostics sections. | Tom Lane | 2003-09-12 | 1 | -43/+1 |
| * | Add/edit index entries. | Peter Eisentraut | 2003-08-31 | 1 | -1/+5 |
| * | Apply (a somewhat revised version of) Greg Mullane's patch to eliminate | Tom Lane | 2003-07-29 | 1 | -3/+4 |
| * | Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL convention | Tom Lane | 2003-07-17 | 1 | -5/+5 |
| * | Cause SHOW DATESTYLE to produce a string that will be accepted by SET | Tom Lane | 2003-07-15 | 1 | -2/+2 |
| * | Fix some markup problems. | Tom Lane | 2003-06-21 | 1 | -7/+7 |
| * | Backend support for autocommit removed, per recent discussions. The | Tom Lane | 2003-05-14 | 1 | -7/+1 |
| * | Last round of reference page editing. | Peter Eisentraut | 2003-05-04 | 1 | -316/+131 |
| * | In the continuing saga of FE/BE protocol revisions, add reporting of | Tom Lane | 2003-04-25 | 1 | -19/+11 |
| * | Merge documentation into one book. (Build with "make html".) Replace | Peter Eisentraut | 2003-03-25 | 1 | -9/+11 |
| * | This patch includes a lot of minor cleanups to the SGML documentation, | Bruce Momjian | 2003-01-19 | 1 | -11/+10 |
| * | SGML build cleanups from Neil Conway. | Bruce Momjian | 2003-01-12 | 1 | -4/+4 |
| * | Fix markup problem in link to other SGML file. | Bruce Momjian | 2003-01-11 | 1 | -4/+4 |
| * | Add doc links from SET to SET_CONSTRAINTS, SET_SESSION_AUTH, | Bruce Momjian | 2003-01-11 | 1 | -1/+7 |
| * | Make SET really not start a transaction. | Tom Lane | 2002-10-13 | 1 | -3/+4 |
| * | set.patch updates an example in ref/set.sgml to have microsecond | Bruce Momjian | 2002-10-09 | 1 | -5/+5 |
| * | Have SET not start transaction when autocommit off, with doc updates. | Bruce Momjian | 2002-10-09 | 1 | -1/+7 |
| * | Add more appropriate markup. | Peter Eisentraut | 2002-09-21 | 1 | -15/+15 |
| * | This patch fixes a probably harmless write of uninitialized memory in | Bruce Momjian | 2002-08-04 | 1 | -4/+7 |
| * | Here is a doc patch for the SHOW X changes and new config-settings | Bruce Momjian | 2002-08-04 | 1 | -1/+11 |
| * | Implement SQL99 OVERLAY(). Allows substitution of a substring in a string. | Thomas G. Lockhart | 2002-06-11 | 1 | -192/+186 |
| * | Revise command completion tags as per hackers message on 20 March. | Peter Eisentraut | 2002-05-18 | 1 | -2/+2 |
| * | Merge the last few variable.c configuration variables into the generic | Tom Lane | 2002-05-17 | 1 | -66/+125 |
| * | Augment the date/time examples in the User's Guide to reflect the newer | Thomas G. Lockhart | 2002-04-21 | 1 | -26/+36 |
| * | Correct typo noticed by Christopher Kings-Lynne. | Tom Lane | 2002-02-26 | 1 | -2/+2 |
| * | Editorial review | Peter Eisentraut | 2002-01-07 | 1 | -3/+3 |
| * | Add missing <varlistentry>; shown in build logs. | Bruce Momjian | 2001-12-29 | 1 | -1/+2 |
| * | Document the precision arguments for date/time types per SQL9x. | Thomas G. Lockhart | 2001-12-29 | 1 | -9/+33 |
| * | Use PostgreSQL consistantly throughout docs. Before, usage was split evenly | Thomas G. Lockhart | 2001-12-08 | 1 | -10/+11 |
| * | Put some kind of grammatical uniformity in the <refpurpose> lines. | Peter Eisentraut | 2001-09-03 | 1 | -2/+2 |
| * | Sorry, that change was not correct. | Peter Eisentraut | 2001-03-05 | 1 | -2/+2 |
| * | I'm attaching those diffs for the Reference Guide in a tar file, as | Bruce Momjian | 2001-03-05 | 1 | -2/+2 |
| * | Add proofreader's changes to docs. | Bruce Momjian | 2000-10-05 | 1 | -5/+5 |
| * | typo fix | Bruce Momjian | 2000-09-12 | 1 | -3/+3 |
| * | Startup is actually start-up. | Bruce Momjian | 2000-08-29 | 1 | -4/+4 |
| * | Clean up bogosities in use of random(3) and srandom(3) --- do not assume | Tom Lane | 2000-08-07 | 1 | -3/+3 |
| * | Add information on SET SESSION CHARACTERISTICS. | Thomas G. Lockhart | 2000-07-14 | 1 | -8/+14 |
| * | Separated set constraints and set transaction reference pages, revised set | Peter Eisentraut | 2000-06-18 | 1 | -921/+227 |