| Age | Commit message (Expand) | Author |
| 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 |
| 2002-04-10 | Readline and Zlib now required by default. Add options --without-readline | Peter Eisentraut |
| 2002-04-05 | I was tinkering with creating rules on views (so, for instance, one could | Bruce Momjian |
| 2002-04-05 | Adds domain dumping support to pg_dump. | Bruce Momjian |
| 2002-04-05 | Divide functions into three volatility classes (immutable, stable, and | Tom Lane |
| 2002-04-04 | This patch against 0.98.7 lib/tables.tcl will allow PGAccess to create new | Bruce Momjian |
| 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-04-01 | Create a new GUC variable search_path to control the namespace search | Tom Lane |
| 2002-03-29 | Upgrade to Autoconf version 2.53. Replaced many custom macro | Peter Eisentraut |
| 2002-03-27 | Reset parenthesis level counter upon \r. | Peter Eisentraut |
| 2002-03-24 | EXPLAIN output now comes out as a query result, not a NOTICE message. | Tom Lane |
| 2002-03-21 | Fix pg_dump help option alignment. | Bruce Momjian |
| 2002-03-20 | Code review for DOMAIN patch. | Tom Lane |
| 2002-03-19 | psql \? cleanups by Ian Barwick | Bruce Momjian |
| 2002-03-19 | Add psql \dD listing of domains, from Jonathan Eisler. | Bruce Momjian |
| 2002-03-11 | More pgsql \? cleanup for Peter E. | Bruce Momjian |
| 2002-03-11 | Correct optional args in psql \? as pointed out by Ian Barwick. | Bruce Momjian |
| 2002-03-07 | Add FULL in VACUUM psql completion. | Bruce Momjian |
| 2002-03-07 | Back out psql domain improvements until domain is applied. | Bruce Momjian |
| 2002-03-07 | Also an small change to the tab-complete feature of psql which allows to | Bruce Momjian |
| 2002-03-06 | Enable ALTER TABLE ADD PRIMARY KEY for pg_dump, for performance reasons | Bruce Momjian |
| 2002-03-06 | Here is a diff of changes to the psql source code implementing a simple | Bruce Momjian |
| 2002-03-06 | Change made to elog: | Bruce Momjian |
| 2002-03-05 | Adds \du documentation line for \? in psqls help.c | Bruce Momjian |
| 2002-03-05 | Showing index details with \d on psql. | Bruce Momjian |
| 2002-03-05 | Add \timing patch to psql. Times all queries. | Bruce Momjian |
| 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-27 | #ifdef out pg_dump's check on whether a sequence's sequence_name field | Tom Lane |
| 2002-02-25 | Tweak psql's \connect command to not downcase unquoted database and user | Tom Lane |
| 2002-02-24 | Fix bogus createdb option syntax recommended by initlocation message. | Tom Lane |
| 2002-02-24 | Add -O/--owner switch to createdb script, in support of new OWNER option | Tom Lane |
| 2002-02-24 | Modify pg_dumpall so that output script uses new OWNER option of CREATE | Tom Lane |
| 2002-02-23 | Add fstat / S_ISDIR checks to make sure we're not trying to use a | Bruce Momjian |
| 2002-02-20 | Fix comment. | Tom Lane |
| 2002-02-18 | Privileges on functions and procedural languages | Peter Eisentraut |
| 2002-02-18 | Add code to preserve paren level display after \g, as submitted months ago. | Bruce Momjian |
| 2002-02-18 | Fix param handling of create* admin scripts as described months ago. | Bruce Momjian |
| 2002-02-18 | Fix kanji-coversion key binding. This has been broken since 7.1 | Tatsuo Ishii |
| 2002-02-11 | Be more wary about mixed-case database names and user names. Get | Tom Lane |
| 2002-02-06 | Fix failure to reconnect as sequence's owner before issuing setval(). | Tom Lane |