TODO list for PostgreSQL
========================
-Last updated: Wed Jan 3 01:56:41 EST 2001
+Last updated: Thu Jan 4 03:13:20 EST 2001
* Allow international error message support and add error codes
* -Unify configuration into one configuration file (Peter E)
* -use setproctitle() if it exists for 'ps' display of status
-* Prevent initdb from running wrong version of postmaster/postgres
+* -Prevent initdb from running wrong version of postmaster/postgres (Peter E)
* Remove unused files during database vacuum or postmaster startup
TYPES
* -Fix improper masking of some inet/cidr types [cidr]
* Make a separate SERIAL type?
* Store binary-compatible type information in the system
-* Add support for & operator
+* -Add support for & operator (Peter E)
* Allow LOCALE on a per-column basis, default to ASCII
* Allow nulls in arrays
* Allow arrays to be ORDER'ed
* ALTER TABLE ADD COLUMN to inherited table put column in wrong place [inherit]
* -Add ALTER TABLE ALTER COLUMN feature (Peter E)
* Add ALTER TABLE DROP COLUMN feature [drop]
-* Add ALTER TABLE command to change table ownership (Mark H)
+* -Add ALTER TABLE command to change table ownership (Mark H)
* Add ALTER FUNCTION
* Add ALTER TABLE ... DROP CONSTRAINT
-* Add ALTER USER command to change user db attributes
+* -Add ALTER USER command to change user db attributes (Peter E)
* Automatically drop constraints/functions when object is dropped
* Allow CLUSTER on all tables at once, and improve CLUSTER, loses NOT
NULL specification, indexes, permissions, etc on table
* Update reltuples from COPY command
* Allow COPY to specify column names
* fix array handling for ECPG
-* add pg_dump option to dump type names as standard ANSI types
+* -add pg_dump option to dump type names as standard ANSI types
* -make pg_dump dump in oid order, so dependencies are resolved (Philip)
* allow psql \d to show primary and foreign keys
* allow psql \d to show temporary table structure
* Michael is Michael Meskes
- * Philip is Philip Warner
* Peter E is Peter Eisentraut
+ * Philip is Philip Warner
* Ross is Ross J. Reedstrom
* Ryan is Ryan Bradetich
* Stephan is Stephan Szabo
* Tatsuo is Tatsuo Ishii
- * Tom is Tom Lane
* Thomas is Thomas Lockhart
+ * Tom is Tom Lane
* TomH is Tom I Helbekkmo
* Vadim is Vadim B. Mikheev