mirror of
https://github.com/postgres/postgres.git
synced 2025-06-04 00:02:37 -04:00
Modify:
> * Implement dirty reads or shared row locks and use them in RI triggers
This commit is contained in:
parent
644bf7d02c
commit
1c6eba447c
6
doc/TODO
6
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Thu Jul 31 00:49:35 EDT 2003
|
Last updated: Thu Jul 31 11:06:51 EDT 2003
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -310,7 +310,7 @@ Referential Integrity
|
|||||||
|
|
||||||
* Add MATCH PARTIAL referential integrity [foreign]
|
* Add MATCH PARTIAL referential integrity [foreign]
|
||||||
* Add deferred trigger queue file (Jan)
|
* Add deferred trigger queue file (Jan)
|
||||||
* Implement dirty reads or shared locks and use them in RI triggers
|
* Implement dirty reads or shared row locks and use them in RI triggers
|
||||||
* Enforce referential integrity for system tables
|
* Enforce referential integrity for system tables
|
||||||
* Change foreign key constraint for array -> element to mean element
|
* Change foreign key constraint for array -> element to mean element
|
||||||
in array
|
in array
|
||||||
@ -474,7 +474,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
|
* Add checks for fclose() failure
|
||||||
* 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 $
|
* Change CVS $Id: TODO,v 1.1103 2003/07/31 15:07:17 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1103 2003/07/31 15:07:17 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user