mirror of
https://github.com/postgres/postgres.git
synced 2025-12-12 00:04:53 -05:00
Update TODO list.
This commit is contained in:
parent
5e6004135b
commit
0f4a586821
16
doc/TODO
16
doc/TODO
@ -1,13 +1,13 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Thu Jan 13 20:06:46 EST 2000
|
Last updated: Sat Jan 15 14:31:42 EST 2000
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
The most recent version of this document can be viewed at
|
The most recent version of this document can be viewed at
|
||||||
the PostgreSQL web site, http://www.PostgreSQL.org.
|
the PostgreSQL web site, http://www.PostgreSQL.org.
|
||||||
|
|
||||||
A dash(-) marks changes that will appear in the next release.
|
A dash(-) marks changes that will appear in the upcoming 7.0 release.
|
||||||
|
|
||||||
Names in brackets "[]" indicate more detailed information is available in
|
Names in brackets "[]" indicate more detailed information is available in
|
||||||
the directory pgsql/doc/TODO.detail/ under that name.
|
the directory pgsql/doc/TODO.detail/ under that name.
|
||||||
@ -66,14 +66,14 @@ VIEWS
|
|||||||
|
|
||||||
MISC
|
MISC
|
||||||
|
|
||||||
* User who can create databases can modify pg_database table
|
* -User who can create databases can modify pg_database table(Peter)
|
||||||
* Plpgsql does not handle quoted mixed-case identifiers
|
* Plpgsql does not handle quoted mixed-case identifiers
|
||||||
* -Fix btree to give a useful elog when key > 1/2 (page - overhead)(Tom)
|
* -Fix btree to give a useful elog when key > 1/2 (page - overhead)(Tom)
|
||||||
* -pg_dump should preserve primary key information
|
* -pg_dump should preserve primary key information
|
||||||
* plpgsql regression tests fails on BSD/OS
|
* plpgsql regression tests fails on BSD/OS
|
||||||
* -database names with spaces fail
|
* -database names with spaces fail
|
||||||
* insert of 0.0 into DECIMAL(4,4) field fails
|
* insert of 0.0 into DECIMAL(4,4) field fails
|
||||||
* Interlock to prevent DROP DATABASE on a database with running backends
|
* -* Interlock to prevent DROP DATABASE on a database with running backendsInterlock to prevent DROP DATABASE on a database with running backends
|
||||||
* Buffer reference counting bugfixes
|
* Buffer reference counting bugfixes
|
||||||
* Fix libpq bug that causes it to drop backend error message sent
|
* Fix libpq bug that causes it to drop backend error message sent
|
||||||
just before connection closure (ie, any FATAL error message
|
just before connection closure (ie, any FATAL error message
|
||||||
@ -92,7 +92,7 @@ URGENT
|
|||||||
|
|
||||||
ADMIN
|
ADMIN
|
||||||
|
|
||||||
* Better interface for adding to pg_group
|
* -Better interface for adding to pg_group(Peter)
|
||||||
* More access control over who can create tables and access the database
|
* More access control over who can create tables and access the database
|
||||||
* Test syslog functionality
|
* Test syslog functionality
|
||||||
* Allow elog() to return error codes, not just messages
|
* Allow elog() to return error codes, not just messages
|
||||||
@ -121,7 +121,7 @@ TYPES
|
|||||||
* Add support for & operator
|
* Add support for & operator
|
||||||
* Allow LOCALE on a per-column basis, default to ASCII
|
* Allow LOCALE on a per-column basis, default to ASCII
|
||||||
* -Allow LOCALE to use indexes in regular expression searches(Tom)
|
* -Allow LOCALE to use indexes in regular expression searches(Tom)
|
||||||
* Allow array on int8[]
|
* -Allow array on int8[](Thomas)
|
||||||
* Allow nulls in arrays
|
* Allow nulls in arrays
|
||||||
* Allow arrays to be ORDER'ed
|
* Allow arrays to be ORDER'ed
|
||||||
* Remove Money type, add money formatting for decimal type
|
* Remove Money type, add money formatting for decimal type
|
||||||
@ -143,7 +143,7 @@ INDEXES
|
|||||||
* Allow CREATE INDEX zman_index ON test (date_trunc( 'day', zman ) datetime_ops)
|
* Allow CREATE INDEX zman_index ON test (date_trunc( 'day', zman ) datetime_ops)
|
||||||
fails index can't store constant parameters
|
fails index can't store constant parameters
|
||||||
* Allow creation of functional indexes to use default types
|
* Allow creation of functional indexes to use default types
|
||||||
* Permissions on indexes, prevent them?
|
* -Permissions on indexes, prevent them(Peter)
|
||||||
* Allow SQL function indexes
|
* Allow SQL function indexes
|
||||||
* Add FILLFACTOR to index creation
|
* Add FILLFACTOR to index creation
|
||||||
* -Allow indexing of LIKE with localle character sets
|
* -Allow indexing of LIKE with localle character sets
|
||||||
@ -215,7 +215,7 @@ MISC
|
|||||||
* -Overhaul mdmgr/smgr to fix double unlinking and double opens, cleanup
|
* -Overhaul mdmgr/smgr to fix double unlinking and double opens, cleanup
|
||||||
* Overhaul bufmgr/lockmgr/transaction manager
|
* Overhaul bufmgr/lockmgr/transaction manager
|
||||||
* Add PL/Perl(Mark Hollomon)
|
* Add PL/Perl(Mark Hollomon)
|
||||||
* Make postgres user have a password by default
|
* -Add option for postgres user have a password by default(Peter)
|
||||||
* Add configure test to check for C++ need for *.h and namespaces
|
* Add configure test to check for C++ need for *.h and namespaces
|
||||||
* Allow BLCKSZ <= 64k, not <= 32k
|
* Allow BLCKSZ <= 64k, not <= 32k
|
||||||
* redesign UNION structures to have separarate target lists
|
* redesign UNION structures to have separarate target lists
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user