| Age | Commit message (Expand) | Author |
| 2002-06-16 | Remove KSQO from GUC and move file to _deadcode. | Bruce Momjian |
| 2002-06-15 | Fix for TAB completion using GRANT DELETE in psql. | Bruce Momjian |
| 2002-06-15 | Noted with versions 7.0.3, 7.1.3, and 7.2.1: | Bruce Momjian |
| 2002-06-14 | Back out SSL changes. Newer patch available. | Bruce Momjian |
| 2002-06-14 | Attached are a revised set of SSL patches. Many of these patches | Bruce Momjian |
| 2002-06-13 | Suppress 'owner of datatype appears to be invalid' warning message for | Tom Lane |
| 2002-06-11 | Allow createdb to create comments in current db, not template1. | Bruce Momjian |
| 2002-05-29 | Another place that needs schema qualification. | Tom Lane |
| 2002-05-29 | Fix some more not-schema-aware queries in pg_dump. Also fix some places | Tom Lane |
| 2002-05-28 | Rework pg_dump namespace search criteria so that dumping of user objects | Tom Lane |
| 2002-05-24 | Change PL/Tcl build to use configured compiler and Makefile.shlib | Peter Eisentraut |
| 2002-05-22 | Add optional "validator" function to languages that can validate the | Peter Eisentraut |
| 2002-05-21 | Spell long option with -c not --, for compatibility's sake. | Tom Lane |
| 2002-05-19 | Dump privileges on functions, aggregates, languages. | 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 | Guard against empty-string results from pg_getlocale. | Tom Lane |
| 2002-05-14 | Fix bug in psql. | Tatsuo Ishii |
| 2002-05-13 | Make operators have their own comments separate from those of the | 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 | Make dumpACL behave more reasonably for case where owner has revoked | Tom Lane |
| 2002-05-06 | Cause fmtId to always use its internal buffer for the returned value, | Tom Lane |
| 2002-04-29 | Add missing 'static' keyword to suppress compiler complaints. | Tom Lane |
| 2002-04-29 | Remove unnecessary/obsolete regproctooid() references. | Tom Lane |
| 2002-04-27 | Support toasting of shared system relations, and provide toast tables for | Tom Lane |
| 2002-04-25 | Implement types regprocedure, regoper, regoperator, regclass, regtype | Tom Lane |
| 2002-04-24 | Remove references to NAMEDATALEN and INDEX_MAX_KEYS from pg_dump. Handles | Peter Eisentraut |
| 2002-04-24 | Remove reference to BLCKSZ. | Peter Eisentraut |
| 2002-04-24 | Don't dump core on empty table. | Tom Lane |
| 2002-04-24 | Remove compile warnings for lo dump by casting to char *. | Bruce Momjian |
| 2002-04-24 | Missed one NAMEDATALEN. | Peter Eisentraut |
| 2002-04-24 | Remove traces of NAMEDATALEN and INDEX_MAX_KEYS from psql. Build buffers | Peter Eisentraut |
| 2002-04-24 | The attached patch cleans up some code in pg_dump. It cuts some | Bruce Momjian |
| 2002-04-24 | Update patch for DEFAULT on Views. | Bruce Momjian |
| 2002-04-24 | Doc fix for INSERT ... (DEFAULT, ...) | Bruce Momjian |
| 2002-04-24 | Speed improvement for large object restore. | Bruce Momjian |
| 2002-04-21 | Make pg_dump independent of FUNC_MAX_ARGS. | Peter Eisentraut |
| 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-13 | Rod's patch does what it is supposed to do, but it also includes | Bruce Momjian |
| 2002-04-12 | Allow prompting of create/drop user to handle spaces. | Bruce Momjian |
| 2002-04-12 | Allow dropdb and others to use identifiers with spaces; IFS cleanup for | Bruce Momjian |
| 2002-04-11 | Cleanup in use of IFS. | Bruce Momjian |
| 2002-04-11 | Make sure leading/trailing/multiple consecutive space/tab in db/user/group | Bruce Momjian |
| 2002-04-11 | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane |
| 2002-04-11 | Fix pg_upgrade to handle dbnames, user/group names with spaces. | Bruce Momjian |
| 2002-04-11 | Fix problem with invalid database name assignment in while loop. | Bruce Momjian |