|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Sun Aug 17 00:43:46 EDT 2003 |
| 3 | +Last updated:Sun Aug 17 00:50:56 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -122,6 +122,8 @@ Multi-Language Support |
122 | 122 | * Prevent mismatch of frontend/backend encodings from converting bytea |
123 | 123 | data from being interpreted as encoded strings |
124 | 124 | * -Remove Cyrillic recode support |
| 125 | +* Fix upper()/lower() to work for multibyte encodings |
| 126 | + |
125 | 127 |
|
126 | 128 |
|
127 | 129 | Views / Rules |
@@ -485,7 +487,7 @@ Source Code |
485 | 487 | * Acquire lock on a relation before building a relcache entry for it |
486 | 488 | * Research interaction of setitimer() and sleep() used by statement_timeout |
487 | 489 | * Add checks for fclose() failure |
488 | | -* Change CVS $Id: TODO,v 1.1120 2003/08/17 04:43:48 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1120 2003/08/17 04:43:48 momjian Exp $ |
| 490 | +* Change CVS $Id: TODO,v 1.1121 2003/08/17 04:50:57 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1121 2003/08/17 04:50:57 momjian Exp $ |
489 | 491 | * Exit postmaster if postgresql.conf can not be opened |
490 | 492 | * Rename /scripts directory because they are all C programs now |
491 | 493 | * Allow the regression tests to start postmaster with -i so the tests |
|