|
|
|
@ -1,6 +1,6 @@ |
|
|
|
|
TODO list for PostgreSQL |
|
|
|
|
======================== |
|
|
|
|
Last updated: Tue Aug 13 22:49:31 EDT 2002 |
|
|
|
|
Last updated: Tue Aug 13 22:51:00 EDT 2002 |
|
|
|
|
|
|
|
|
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) |
|
|
|
|
|
|
|
|
@ -54,6 +54,7 @@ Permissions |
|
|
|
|
* -Allow permissions for functions (Peter E) |
|
|
|
|
* -Allow object creation to be disabled for specific users |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Administration |
|
|
|
|
============== |
|
|
|
|
|
|
|
|
@ -69,6 +70,7 @@ Administration |
|
|
|
|
specified parameters to postgresql.conf defaults (Peter E) |
|
|
|
|
* Allow easy display of usernames in a group |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Data Types |
|
|
|
|
========== |
|
|
|
|
|
|
|
|
@ -169,6 +171,7 @@ Indexes |
|
|
|
|
* Improve concurrency of hash indexes (Neil Conway) |
|
|
|
|
* -Test hash index performance and discourage usage |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Commands |
|
|
|
|
======== |
|
|
|
|
|
|
|
|
@ -262,6 +265,7 @@ Commands |
|
|
|
|
o Allow array declarations and other data types in PL/PgSQl DECLARE |
|
|
|
|
o Add PL/PgSQL PROCEDURES that can return multiple values |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Clients |
|
|
|
|
======= |
|
|
|
|
|
|
|
|
@ -325,6 +329,7 @@ Referential Integrity |
|
|
|
|
* Fix foreign key constraints to not error on intermediate db states (Stephan) |
|
|
|
|
* Allow DEFERRABLE UNIQUE constraints |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Dependency Checking |
|
|
|
|
=================== |
|
|
|
|
|
|
|
|
@ -458,6 +463,7 @@ Optimizer / Executor |
|
|
|
|
* Improve ability to display optimizer analysis using OPTIMIZER_DEBUG |
|
|
|
|
* Use CHECK constraints to improve optimizer decisions |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Miscellaneous |
|
|
|
|
============= |
|
|
|
|
|
|
|
|
@ -471,6 +477,7 @@ Miscellaneous |
|
|
|
|
* -Use faster flex flags for performance improvement (Peter E) |
|
|
|
|
* -Add BSD-licensed qsort() for Solaris |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Source Code |
|
|
|
|
=========== |
|
|
|
|
|
|
|
|
|