1
1
TODO list for PostgreSQL
2
2
========================
3
- Last updated:Thu Jan13 20:06:46 EST 2000
3
+ Last updated:Sat Jan15 14:31:42 EST 2000
4
4
5
5
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
6
6
7
7
The most recent version of this document can be viewed at
8
8
the PostgreSQL web site, http://www.PostgreSQL.org.
9
9
10
- A dash(-) marks changes that will appear in thenext release.
10
+ A dash(-) marks changes that will appear in theupcoming 7.0 release.
11
11
12
12
Names in brackets "[]" indicate more detailed information is available in
13
13
the directory pgsql/doc/TODO.detail/ under that name.
@@ -66,14 +66,14 @@ VIEWS
66
66
67
67
MISC
68
68
69
- * User who can create databases can modify pg_database table
69
+ *- User who can create databases can modify pg_database table(Peter)
70
70
* Plpgsql does not handle quoted mixed-case identifiers
71
71
* -Fix btree to give a useful elog when key > 1/2 (page - overhead)(Tom)
72
72
* -pg_dump should preserve primary key information
73
73
* plpgsql regression tests fails on BSD/OS
74
74
* -database names with spaces fail
75
75
* 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
77
77
* Buffer reference counting bugfixes
78
78
* Fix libpq bug that causes it to drop backend error message sent
79
79
just before connection closure (ie, any FATAL error message
92
92
93
93
ADMIN
94
94
95
- * Better interface for adding to pg_group
95
+ *- Better interface for adding to pg_group(Peter)
96
96
* More access control over who can create tables and access the database
97
97
* Test syslog functionality
98
98
* Allow elog() to return error codes, not just messages
@@ -121,7 +121,7 @@ TYPES
121
121
* Add support for & operator
122
122
* Allow LOCALE on a per-column basis, default to ASCII
123
123
* -Allow LOCALE to use indexes in regular expression searches(Tom)
124
- * Allow array on int8[]
124
+ *- Allow array on int8[](Thomas)
125
125
* Allow nulls in arrays
126
126
* Allow arrays to be ORDER'ed
127
127
* Remove Money type, add money formatting for decimal type
@@ -143,7 +143,7 @@ INDEXES
143
143
* Allow CREATE INDEX zman_index ON test (date_trunc( 'day', zman ) datetime_ops)
144
144
fails index can't store constant parameters
145
145
* Allow creation of functional indexes to use default types
146
- * Permissions on indexes, prevent them?
146
+ *- Permissions on indexes, prevent them(Peter)
147
147
* Allow SQL function indexes
148
148
* Add FILLFACTOR to index creation
149
149
* -Allow indexing of LIKE with localle character sets
215
215
* -Overhaul mdmgr/smgr to fix double unlinking and double opens, cleanup
216
216
* Overhaul bufmgr/lockmgr/transaction manager
217
217
* 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)
219
219
* Add configure test to check for C++ need for *.h and namespaces
220
220
* Allow BLCKSZ <= 64k, not <= 32k
221
221
* redesign UNION structures to have separarate target lists