| Age | Commit message (Expand) | Author |
| 2002-06-19 | Split list of SQL99 features into "Supported" and "Unsupported" lists. | Thomas G. Lockhart |
| 2002-06-17 | Simplify optional WITH handling in CREATE USER, ALTER USER, CREATE | Bruce Momjian |
| 2002-06-16 | Remove KSQO from GUC and move file to _deadcode. | Bruce Momjian |
| 2002-06-15 | Ooops, fix busted markup. | Tom Lane |
| 2002-06-15 | Add a little more material to the new section about evaluation order. | Tom Lane |
| 2002-06-15 | Patch for current_schemas to optionally include implicit ... | Bruce Momjian |
| 2002-06-15 | Update LOG_PID to mention it doesn't control syslog. | Bruce Momjian |
| 2002-06-15 | The normal operation of our servers is to have tcpip_sockets enabled, | Bruce Momjian |
| 2002-06-15 | On Wed, 2002-05-29 at 01:41, Tom Lane wrote: | Bruce Momjian |
| 2002-06-15 | Add LOCALTIME and LOCALTIMESTAMP functions per SQL99 standard. | Thomas G. Lockhart |
| 2002-06-15 | Add NetBSD/MIPS as a supported platform. | Thomas G. Lockhart |
| 2002-06-15 | Make encryption of stored passwords the default, as discussed months ago. | Bruce Momjian |
| 2002-06-13 | Update for new SGML file. | Bruce Momjian |
| 2002-06-13 | Move disk usage section into its own section. | Bruce Momjian |
| 2002-06-13 | Add section on showing disk usage. | Bruce Momjian |
| 2002-06-11 | Fix markup typo. | Thomas G. Lockhart |
| 2002-06-11 | Implement SQL99 OVERLAY(). Allows substitution of a substring in a string. | Thomas G. Lockhart |
| 2002-06-11 | Implement SQL99 OVERLAY(). Allows substitution of a substring in a string. | Thomas G. Lockhart |
| 2002-06-03 | The attached patch fixes a typo in the documentation for SET | Bruce Momjian |
| 2002-06-02 | Remove mention of timestamp() in SGML docs; doesn't exist anymore. | Bruce Momjian |
| 2002-06-01 | Add section explaining unspecified expression evaluation order. | Peter Eisentraut |
| 2002-06-01 | Indent verbatim environments. | Peter Eisentraut |
| 2002-05-30 | Improve manual's discussion of locking and MVCC. | Tom Lane |
| 2002-05-29 | Add a note about the interpretation of amcanmulticol and amindexnulls: | Tom Lane |
| 2002-05-22 | Add optional "validator" function to languages that can validate the | Peter Eisentraut |
| 2002-05-18 | Revise command completion tags as per hackers message on 20 March. | Peter Eisentraut |
| 2002-05-18 | Allow functions to be executed with the privileges of the function owner. | Peter Eisentraut |
| 2002-05-17 | Extend syntax of CREATE FUNCTION to resemble SQL99. | Peter Eisentraut |
| 2002-05-17 | Merge the last few variable.c configuration variables into the generic | Tom Lane |
| 2002-05-14 | Fix obsolete statement about permissions on COPY ref page, and confusion | Tom Lane |
| 2002-05-14 | Make regression tests locale-proof by setting some locale categories | Peter Eisentraut |
| 2002-05-13 | AVG probably shouldn't be upper case here, considering | Tom Lane |
| 2002-05-13 | Make operators have their own comments separate from those of the | Tom Lane |
| 2002-05-11 | Update for additional options in CREATE OPERATOR. | Tom Lane |
| 2002-05-10 | First pass at schema-fying pg_dump/pg_restore. Much to do still, | Tom Lane |
| 2002-05-09 | Make initdb print a message about which locale it is about to use. | Peter Eisentraut |
| 2002-05-06 | Accept SET SESSION AUTHORIZATION DEFAULT and RESET SESSION AUTHORIZATION | Tom Lane |
| 2002-05-03 | Remove the last traces of datatypes datetime and timespan. | Tom Lane |
| 2002-04-30 | Clean up loose ends remaining from schema privileges discussion. | Tom Lane |
| 2002-04-29 | Enforce EXECUTE privilege for aggregate functions. | Tom Lane |
| 2002-04-26 | Add current_schema() and current_schemas() inquiry functions. | Tom Lane |
| 2002-04-25 | Add a reference page for CREATE SCHEMA. | Tom Lane |
| 2002-04-25 | Updates for schema features. | Tom Lane |
| 2002-04-25 | Implement types regprocedure, regoper, regoperator, regclass, regtype | Tom Lane |
| 2002-04-24 | Add missing SGML file. | Bruce Momjian |
| 2002-04-24 | Here's a doc patch for ALTER TRIGGER RENAME. Please apply if there are | Bruce Momjian |
| 2002-04-24 | Oops, wrong commit on previous. It was: | Bruce Momjian |
| 2002-04-24 | Appears I forgot to update the docs earlier. | Bruce Momjian |
| 2002-04-23 | Update SQL-command reference pages for schema features. | Tom Lane |
| 2002-04-22 | Update GRANT example and discussion to match current sources. | Tom Lane |