| Age | Commit message (Expand) | Author |
| 2004-08-15 | Fix trivial typo. | Tom Lane |
| 2004-08-15 | Minor copy-editing for 7.4.4, 7.3.7, 7.2.5 release notes. | Tom Lane |
| 2004-08-14 | Fix typo, per Andreas Seltenreich. | Tom Lane |
| 2004-08-14 | Add discussion and example about predicate locking and why "serializable" | Tom Lane |
| 2004-08-14 | Minor editorializing. | Tom Lane |
| 2004-08-13 | Preliminary release notes for 7.4.4, 7.3.7, 7.2.5. Will add to the | Tom Lane |
| 2004-08-13 | Mention log_statement_stats can not be enabled with the other options. | Bruce Momjian |
| 2004-08-13 | Clarify trigger function return convention, per Thomas Hallgren. | Tom Lane |
| 2004-08-13 | Mention the installer doesn't run on NT4. | Bruce Momjian |
| 2004-08-12 | Allow commas in BEGIN, START TRANSACTION, and SET TRANSACTION, as required | Tom Lane |
| 2004-08-12 | Allow optional SAVEPOINT keyword in RELEASE and ROLLBACK TO, for greater | Tom Lane |
| 2004-08-12 | Cleanup Win32 COPY handling, and move archive examples to SGML. | Bruce Momjian |
| 2004-08-11 | Add PQserverVersion() to libpq to provide more-convenient access to | Tom Lane |
| 2004-08-10 | Update documentation to reflect the fact that we now know exactly what | Tom Lane |
| 2004-08-09 | Remove no-longer-relevant information about trying to force your OS | Tom Lane |
| 2004-08-08 | Add note pointing out the difference in semantics between Oracle and | Tom Lane |
| 2004-08-08 | Move expanded discussion of inheritance's limitations out of tutorial | Tom Lane |
| 2004-08-08 | Make listen_addresses be a comma-separated list instead of a space-separated | Tom Lane |
| 2004-08-08 | Document background writer control parameters, do some editorial work | Tom Lane |
| 2004-08-08 | Another array syntax change (whitespace) clarification -- this time in | Joe Conway |
| 2004-08-08 | Minor clarification of documentation regarding trailing whitespace. | Joe Conway |
| 2004-08-08 | Updated release notes for recent array syntax changes. | Joe Conway |
| 2004-08-08 | Tighened up syntax checking of array input processing considerably. Junk that | Joe Conway |
| 2004-08-08 | Update admin guide's discussion of WAL to match present reality. | Tom Lane |
| 2004-08-08 | Minor editorialization on example --- I think that the use of dollar | Tom Lane |
| 2004-08-08 | This patch adds SQL2003 to the set of standards with which PostgreSQL | Bruce Momjian |
| 2004-08-08 | This adds a caveat to the inheritance part of the tutorial. | Bruce Momjian |
| 2004-08-08 | This patch adds an example to the CREATE DOMAIN docs. | Bruce Momjian |
| 2004-08-08 | Included is an example of using savepoints in a non-trivial example. | Bruce Momjian |
| 2004-08-08 | Update plpgsql documentation for 8.0 (mostly, make use of named | Tom Lane |
| 2004-08-07 | Improve privileges discussion (mostly, mention grant options). | Tom Lane |
| 2004-08-07 | Update a couple of example error messages to reflect the fact that we | Tom Lane |
| 2004-08-07 | Improve markup a little. | Tom Lane |
| 2004-08-07 | Improve tablespace discussion, and bring it up to date with code. | Tom Lane |
| 2004-08-07 | Update pitr docs to mention inclusive/exclusive xid specification | Bruce Momjian |
| 2004-08-07 | Fix markup. | Bruce Momjian |
| 2004-08-07 | Mention that transactions can complete in a different numeric order, for | Bruce Momjian |
| 2004-08-06 | Some editorial work on the 8.0 release notes. Update for recent commits, | Tom Lane |
| 2004-08-06 | Rename vacuum_cost_naptime to vacuum_cost_delay, with agreement from Jan. | Bruce Momjian |
| 2004-08-05 | Create a built-in log rotation program, so that we no longer have to | Tom Lane |
| 2004-08-05 | Require that array literals produce "rectangular" arrays, i.e. all the | Joe Conway |
| 2004-08-04 | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane |
| 2004-08-04 | Add some notes about unimplemented aspects of PITR backup/recovery. | Tom Lane |
| 2004-08-03 | Preliminary documentation for PITR. | Tom Lane |
| 2004-08-03 | Add functions pg_start_backup, pg_stop_backup to create backup label | Tom Lane |
| 2004-08-03 | Move dbsize/oid2name to open items list. | Bruce Momjian |
| 2004-08-02 | Readd pg_config --pgxs code. | Bruce Momjian |
| 2004-08-02 | Support USING INDEX TABLESPACE clause for PRIMARY KEY and UNIQUE | Tom Lane |
| 2004-08-01 | Some mop-up work for savepoints (nested transactions). Store a small | Tom Lane |
| 2004-08-01 | Add docs for initdb --auth. | Bruce Momjian |