|
|
@ -1,6 +1,6 @@ |
|
|
|
TODO list for PostgreSQL |
|
|
|
TODO list for PostgreSQL |
|
|
|
======================== |
|
|
|
======================== |
|
|
|
Last updated: Thu Feb 12 09:41:06 EST 2004 |
|
|
|
Last updated: Thu Feb 12 11:05:09 EST 2004 |
|
|
|
|
|
|
|
|
|
|
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) |
|
|
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) |
|
|
|
|
|
|
|
|
|
|
@ -29,7 +29,6 @@ Urgent |
|
|
|
* Create native Win32 port, http://momjian.postgresql.org/main/writings/pgsql/project/win32.html |
|
|
|
* Create native Win32 port, http://momjian.postgresql.org/main/writings/pgsql/project/win32.html |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reporting |
|
|
|
Reporting |
|
|
|
========= |
|
|
|
========= |
|
|
|
|
|
|
|
|
|
|
@ -82,7 +81,7 @@ Data Types |
|
|
|
* Allow to_char to print localized month names (Karel) |
|
|
|
* Allow to_char to print localized month names (Karel) |
|
|
|
* Allow functions to have a search path specified at creation time |
|
|
|
* Allow functions to have a search path specified at creation time |
|
|
|
* Make LENGTH() of CHAR() not count trailing spaces |
|
|
|
* Make LENGTH() of CHAR() not count trailing spaces |
|
|
|
|
|
|
|
* Allow substring/replace() to get/set bit values |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* ARRAYS |
|
|
|
* ARRAYS |
|
|
@ -465,7 +464,7 @@ Source Code |
|
|
|
* Acquire lock on a relation before building a relcache entry for it |
|
|
|
* Acquire lock on a relation before building a relcache entry for it |
|
|
|
* Research interaction of setitimer() and sleep() used by statement_timeout |
|
|
|
* Research interaction of setitimer() and sleep() used by statement_timeout |
|
|
|
* -Add checks for fclose() failure (Tom) |
|
|
|
* -Add checks for fclose() failure (Tom) |
|
|
|
* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1199 2004/02/12 14:41:13 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1199 2004/02/12 14:41:13 momjian Exp $ |
|
|
|
* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1200 2004/02/12 16:05:15 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1200 2004/02/12 16:05:15 momjian Exp $ |
|
|
|
* Exit postmaster if postgresql.conf can not be opened |
|
|
|
* Exit postmaster if postgresql.conf can not be opened |
|
|
|
* Rename /scripts directory because they are all C programs now |
|
|
|
* Rename /scripts directory because they are all C programs now |
|
|
|
* Allow the regression tests to start postmaster with -i so the tests |
|
|
|
* Allow the regression tests to start postmaster with -i so the tests |
|
|
|