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