|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Thu Jul 31 00:20:01 EDT 2003 |
| 3 | +Last updated:Thu Jul 31 00:49:35 EDT 2003 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -310,7 +310,7 @@ Referential Integrity |
310 | 310 |
|
311 | 311 | * Add MATCH PARTIAL referential integrity [foreign] |
312 | 312 | * Add deferred trigger queue file (Jan) |
313 | | -* Implement dirty reads and use them in RI triggers |
| 313 | +* Implement dirty readsor shared locksand use them in RI triggers |
314 | 314 | * Enforce referential integrity for system tables |
315 | 315 | * Change foreign key constraint for array -> element to mean element |
316 | 316 | in array |
@@ -474,7 +474,7 @@ Source Code |
474 | 474 | * Acquire lock on a relation before building a relcache entry for it |
475 | 475 | * Research interaction of setitimer() and sleep() used by statement_timeout |
476 | 476 | * Add checks for fclose() failure |
477 | | -* Change CVS $Id: TODO,v 1.1101 2003/07/31 04:23:40 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1101 2003/07/31 04:23:40 momjian Exp $ |
| 477 | +* Change CVS $Id: TODO,v 1.1102 2003/07/31 04:49:38 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1102 2003/07/31 04:49:38 momjian Exp $ |
478 | 478 | * Exit postmaster if postgresql.conf can not be opened |
479 | 479 | * Rename /scripts directory because they are all C programs now |
480 | 480 | * Allow the regression tests to start postmaster with -i so the tests |
|