|
|
|
@ -1,6 +1,6 @@ |
|
|
|
|
TODO list for PostgreSQL |
|
|
|
|
======================== |
|
|
|
|
Last updated: Thu Feb 12 13:14:40 EST 2004 |
|
|
|
|
Last updated: Thu Feb 12 18:27:48 EST 2004 |
|
|
|
|
|
|
|
|
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) |
|
|
|
|
|
|
|
|
@ -81,6 +81,9 @@ Data Types |
|
|
|
|
o Allow MIN()/MAX() on arrays |
|
|
|
|
o Delay resolution of array expression type so assignment coercion |
|
|
|
|
can be performed on empty array expressions (Joe) |
|
|
|
|
o Modify array literal representation to handle array index lower bound |
|
|
|
|
of other than one |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* BINARY DATA |
|
|
|
|
o Improve vacuum of large objects, like /contrib/vacuumlo |
|
|
|
@ -181,7 +184,6 @@ Commands |
|
|
|
|
* Have pg_ctl look at PGHOST in case it is a socket directory |
|
|
|
|
* Allow column-level privileges |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* ALTER |
|
|
|
|
o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT |
|
|
|
|
o ALTER TABLE ADD COLUMN column DEFAULT should fill existing |
|
|
|
@ -456,7 +458,7 @@ Source Code |
|
|
|
|
* Acquire lock on a relation before building a relcache entry for it |
|
|
|
|
* Research interaction of setitimer() and sleep() used by statement_timeout |
|
|
|
|
* -Add checks for fclose() failure (Tom) |
|
|
|
|
* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1212 2004/02/12 19:58:16 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1212 2004/02/12 19:58:16 momjian Exp $ |
|
|
|
|
* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1213 2004/02/12 23:27:52 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1213 2004/02/12 23:27:52 momjian Exp $ |
|
|
|
|
* Exit postmaster if postgresql.conf can not be opened |
|
|
|
|
* Rename /scripts directory because they are all C programs now |
|
|
|
|
* Allow the regression tests to start postmaster with -i so the tests |
|
|
|
|