| Age | Commit message (Expand) | Author |
| 2002-06-20 | Update copyright to 2002. | Bruce Momjian |
| 2002-06-11 | Allow createdb to create comments in current db, not template1. | 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-02-24 | Add -O/--owner switch to createdb script, in support of new OWNER option | Tom Lane |
| 2002-02-18 | Privileges on functions and procedural languages | Peter Eisentraut |
| 2002-02-18 | Fix param handling of create* admin scripts as described months ago. | Bruce Momjian |
| 2002-01-03 | Droplang didn't have test for -l, list. This was really broken too. | Bruce Momjian |
| 2002-01-03 | Add mention that createlang.sh indirection not needed but kept for later. | Bruce Momjian |
| 2002-01-03 | droplang had same problem as createlang; default are backwards and did | Bruce Momjian |
| 2002-01-03 | In createlang, make dbname optional, not langname, or rather, make | Bruce Momjian |
| 2001-09-30 | These are further fixes for double quotes missing in the various shell | Bruce Momjian |
| 2001-09-22 | sbasename $0 is now basename "$0" | Bruce Momjian |
| 2001-09-06 | Commit Karel's patch. | Tatsuo Ishii |
| 2001-08-26 | Add single-letter encryption options for createuser. Update createuser --help. | Bruce Momjian |
| 2001-08-26 | Put createuser ENCRYPTED/UNENCRYPTED in the proper place in the query. | Bruce Momjian |
| 2001-08-25 | Add ENCRYPTED/UNENCRYPTED control in createuser script. | Bruce Momjian |
| 2001-08-13 | Make LANCOMPILER clause in CREATE LANGUAGE optional. Allow "identifier" | Peter Eisentraut |
| 2001-07-10 | Changes from Vince Vielhaber to allow the optional clauses of CREATE | Tom Lane |
| 2001-06-18 | Well, after persuading cvsup and cvs that it _is_ possible to have local | Bruce Momjian |
| 2001-05-24 | Unset PGLIB so it doesn't slip in from the environment. | Peter Eisentraut |
| 2001-05-23 | Make createlang use dynamic loader enhancements (automatic path and suffix). | Peter Eisentraut |
| 2001-05-12 | PL/Python integration: support in create/droplang, add CVS keywords, | Peter Eisentraut |
| 2001-05-09 | Add --echo option to createlang and droplang. | Peter Eisentraut |
| 2001-03-27 | Add checking for valid database encoding. | Tatsuo Ishii |
| 2001-02-18 | Add copyright mentions, per Tom Lane. | Bruce Momjian |
| 2001-02-18 | Add --template option to createdb script to allow access to WITH TEMPLATE | Tom Lane |
| 2001-01-21 | Put quotes around environment variables. | Bruce Momjian |
| 2001-01-08 | Prevent vacuumdb from trying to vacuum template0. | Tom Lane |
| 2001-01-08 | check for failure after vacuuming each DB, not only the last one. | Tom Lane |
| 2000-11-25 | Advertise --help (rather than '-?') as help option (problems with csh). | Peter Eisentraut |
| 2000-11-20 | Revise handling of oldstyle/newstyle functions per recent discussions | Tom Lane |
| 2000-11-13 | Remove -k unix socketpath option from client side, allow hostname with | Bruce Momjian |
| 2000-11-13 | UUNET is looking into offering PostgreSQL as a part of a managed web | Bruce Momjian |
| 2000-11-11 | Make sure shell scripts send error messages to stderr. | Peter Eisentraut |
| 2000-10-20 | Add support for VPATH builds, that is, building somewhere else than in the | Peter Eisentraut |
| 2000-09-29 | New unified regression test driver, test/regress makefile cleanup, | Peter Eisentraut |
| 2000-09-17 | Support for DESTDIR make variable. This is used as in `make install | Peter Eisentraut |
| 2000-09-08 | Make building scripts kind of consistent in look and feel, kind of immune | Peter Eisentraut |
| 2000-08-31 | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut |
| 2000-08-20 | Substitute libdir into createlang as last resort so one doesn't have to set | Peter Eisentraut |
| 2000-07-19 | Added untrusted PL/TclU (pltclu) language. Executes all procedures | Jan Wieck |
| 2000-06-28 | Repair incorrect assumption that all versions of 'install' know | Tom Lane |
| 2000-06-27 | Makefile cleanup for bin and pl subtrees. They should now support | Peter Eisentraut |
| 2000-06-12 | Back out pg_shadow changes to allow create table and locking permissions. | Bruce Momjian |
| 2000-06-09 | I have large database and with this DB work more users and I very need | Bruce Momjian |
| 2000-05-28 | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane |
| 2000-05-15 | cleanup | Bruce Momjian |
| 2000-05-15 | cleanup | Bruce Momjian |
| 2000-05-15 | Fix createlang -l dbname so it works, update sgml. | Bruce Momjian |