11TODO list for PostgreSQL
22========================
3- Last updated:Thu Jan13 20:06:46 EST 2000
3+ Last updated:Sat Jan15 14:31:42 EST 2000
44
55Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
66
77The most recent version of this document can be viewed at
88the PostgreSQL web site, http://www.PostgreSQL.org.
99
10- A dash(-) marks changes that will appear in thenext release.
10+ A dash(-) marks changes that will appear in theupcoming 7.0 release.
1111
1212Names in brackets "[]" indicate more detailed information is available in
1313the directory pgsql/doc/TODO.detail/ under that name.
@@ -66,14 +66,14 @@ VIEWS
6666
6767MISC
6868
69- * User who can create databases can modify pg_database table
69+ *- User who can create databases can modify pg_database table(Peter)
7070* Plpgsql does not handle quoted mixed-case identifiers
7171* -Fix btree to give a useful elog when key > 1/2 (page - overhead)(Tom)
7272* -pg_dump should preserve primary key information
7373* plpgsql regression tests fails on BSD/OS
7474* -database names with spaces fail
7575* insert of 0.0 into DECIMAL(4,4) field fails
76- * Interlock to prevent DROP DATABASE on a database with running backends
76+ *-* Interlock to prevent DROP DATABASE on a database with running backendsInterlock to prevent DROP DATABASE on a database with running backends
7777* Buffer reference counting bugfixes
7878* Fix libpq bug that causes it to drop backend error message sent
7979 just before connection closure (ie, any FATAL error message
9292
9393ADMIN
9494
95- * Better interface for adding to pg_group
95+ *- Better interface for adding to pg_group(Peter)
9696* More access control over who can create tables and access the database
9797* Test syslog functionality
9898* Allow elog() to return error codes, not just messages
@@ -121,7 +121,7 @@ TYPES
121121* Add support for & operator
122122* Allow LOCALE on a per-column basis, default to ASCII
123123* -Allow LOCALE to use indexes in regular expression searches(Tom)
124- * Allow array on int8[]
124+ *- Allow array on int8[](Thomas)
125125* Allow nulls in arrays
126126* Allow arrays to be ORDER'ed
127127* Remove Money type, add money formatting for decimal type
@@ -143,7 +143,7 @@ INDEXES
143143* Allow CREATE INDEX zman_index ON test (date_trunc( 'day', zman ) datetime_ops)
144144 fails index can't store constant parameters
145145* Allow creation of functional indexes to use default types
146- * Permissions on indexes, prevent them?
146+ *- Permissions on indexes, prevent them(Peter)
147147* Allow SQL function indexes
148148* Add FILLFACTOR to index creation
149149* -Allow indexing of LIKE with localle character sets
215215* -Overhaul mdmgr/smgr to fix double unlinking and double opens, cleanup
216216* Overhaul bufmgr/lockmgr/transaction manager
217217* Add PL/Perl(Mark Hollomon)
218- *Make postgres user have a password by default
218+ *-Add option for postgres user have a password by default(Peter)
219219* Add configure test to check for C++ need for *.h and namespaces
220220* Allow BLCKSZ <= 64k, not <= 32k
221221* redesign UNION structures to have separarate target lists