|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Fri Jan 2300:05:33 EST 2004 |
| 3 | +Last updated:Fri Jan 2310:13:31 EST 2004 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -463,14 +463,15 @@ Source Code
|
463 | 463 | * Acquire lock on a relation before building a relcache entry for it
|
464 | 464 | * Research interaction of setitimer() and sleep() used by statement_timeout
|
465 | 465 | * Add checks for fclose() failure
|
466 |
| -* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1188 2004/01/2305:05:34 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1188 2004/01/2305:05:34 momjian Exp $ |
| 466 | +* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1189 2004/01/2315:13:30 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1189 2004/01/2315:13:30 momjian Exp $ |
467 | 467 | * Exit postmaster if postgresql.conf can not be opened
|
468 | 468 | * Rename /scripts directory because they are all C programs now
|
469 | 469 | * Allow the regression tests to start postmaster with -i so the tests
|
470 | 470 | can be run on systems that don't support unix-domain sockets
|
471 | 471 | * Allow creation of a libpq-only tarball
|
472 | 472 | * Promote debug_query_string into a server-side function current_query()
|
473 | 473 | * Allow the identifier length to be increased via a configure option
|
| 474 | +* Improve CREATE SCHEMA regression test |
474 | 475 |
|
475 | 476 |
|
476 | 477 | * Wire Protocol Changes
|
|