| Age | Commit message (Expand) | Author |
| 2003-04-04 | Code review for pg_stat_get_backend_activity_start patch --- fix | Tom Lane |
| 2003-03-25 | Merge documentation into one book. (Build with "make html".) Replace | Peter Eisentraut |
| 2003-03-20 | Add start time to pg_stat_activity | Bruce Momjian |
| 2003-03-19 | Set up the privileges on the default schemas in initdb with real GRANT | Peter Eisentraut |
| 2003-02-19 | Back out LOCKTAG changes by Rod Taylor, pending code review. Sorry. | Bruce Momjian |
| 2003-02-19 | - Modifies LOCKTAG to include a 'classId'. Relation receive a classId of | Bruce Momjian |
| 2003-01-23 | Grant options, and cascading revoke. Grant options are allowed only for | Peter Eisentraut |
| 2003-01-21 | Fix sed expression for BSD sed. | Peter Eisentraut |
| 2003-01-15 | Add remaining documentation tables to information schema. | Peter Eisentraut |
| 2003-01-14 | Add sql_features table to information schema. Generate the features list | Peter Eisentraut |
| 2002-12-14 | Initial version of the SQL information schema | Peter Eisentraut |
| 2002-11-25 | Remove check for pg_group file as part of initdb -W password assignment | Bruce Momjian |
| 2002-10-18 | Improve formatting of --help output. | Peter Eisentraut |
| 2002-09-24 | Change default privileges for languages and functions to be PUBLIC USAGE | Tom Lane |
| 2002-09-18 | Extend pg_cast castimplicit column to a three-way value; this allows us | Tom Lane |
| 2002-09-05 | Seems like a good idea for template1 to contain ANALYZE stats for the | Tom Lane |
| 2002-09-03 | Arrange for the default permissions on a database to allow temp table | Tom Lane |
| 2002-09-03 | Remove all traces of multibyte and locale options. Clean up comments | Peter Eisentraut |
| 2002-08-31 | Code review for pg_locks feature. Make shmemoffset of PROCLOCK structs | Tom Lane |
| 2002-08-27 | This patch updates the lock listing code to use Joe Conway's new | Bruce Momjian |
| 2002-08-17 | Reverse out XLogDir/-X write-ahead log handling, per discussion. | Bruce Momjian |
| 2002-08-17 | [ Newest version of patch applied.] | Bruce Momjian |
| 2002-08-15 | As discussed on several occasions previously, the new anonymous | Bruce Momjian |
| 2002-08-08 | Make the standard system views schema-aware. | Tom Lane |
| 2002-08-04 | Implement WAL log location control using "-X" or PGXLOG. | Thomas G. Lockhart |
| 2002-07-29 | Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more | Tom Lane |
| 2002-07-24 | Remove unused system table columns: | Peter Eisentraut |
| 2002-07-18 | pg_cast table, and standards-compliant CREATE/DROP CAST commands, plus | Peter Eisentraut |
| 2002-07-18 | Implement DROP SCHEMA. It lacks support for dropping conversions and | Tom Lane |
| 2002-07-18 | I have committed many support files for CREATE CONVERSION. Default | Tatsuo Ishii |
| 2002-07-16 | Add initdb code to set up initial contents of pg_depend, pinning all | Tom Lane |
| 2002-07-12 | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane |
| 2002-06-20 | Update copyright to 2002. | Bruce Momjian |
| 2002-05-21 | Spell long option with -c not --, for compatibility's sake. | Tom Lane |
| 2002-05-17 | Guard against empty-string results from pg_getlocale. | Tom Lane |
| 2002-05-09 | Make initdb print a message about which locale it is about to use. | Peter Eisentraut |
| 2002-04-27 | Support toasting of shared system relations, and provide toast tables for | Tom Lane |
| 2002-04-21 | Restructure AclItem representation so that we can have more than eight | Tom Lane |
| 2002-04-19 | Change naming rule for ON SELECT rules of views: they're all just | Tom Lane |
| 2002-04-18 | Rule names are now unique per-relation, rather than unique globally. | Tom Lane |
| 2002-04-15 | Adjust rules for search_path so that pg_catalog is never implicitly | Tom Lane |
| 2002-04-04 | Authentication improvements: | Bruce Momjian |
| 2002-04-03 | Locale support is on by default. The choice of locale is done in initdb | Peter Eisentraut |
| 2002-03-02 | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian |
| 2002-03-01 | User and database-specific session defaults for run-time configuration | Peter Eisentraut |
| 2002-02-18 | Privileges on functions and procedural languages | Peter Eisentraut |
| 2001-11-25 | Encoding isn't necessarily multibyte | Peter Eisentraut |
| 2001-11-24 | Make initdb --help not line wrap. | Bruce Momjian |
| 2001-10-19 | Ensure that all startup paths (postmaster, standalone postgres, or | Tom Lane |
| 2001-10-16 | Use LEFT JOIN, not FULL JOIN, in statistical views. | Tom Lane |