File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
TODO list for PostgreSQL
2
2
========================
3
- Last updated: Sat Oct 4 14:19:54 EDT 2003
3
+ Last updated: Wed Oct 8 15:33:48 EDT 2003
4
4
5
5
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
6
6
@@ -477,6 +477,7 @@ Miscellaneous
477
477
* Improve caching of attribute offsets when NULLs exist in the row
478
478
* Add a script to ask system configuration questions and tune postgresql.conf
479
479
* Allow partitioning of table into multiple subtables
480
+ * Use background process to write dirty shared buffers to disk
480
481
481
482
482
483
Source Code
@@ -502,7 +503,7 @@ Source Code
502
503
* Acquire lock on a relation before building a relcache entry for it
503
504
* Research interaction of setitimer() and sleep() used by statement_timeout
504
505
* Add checks for fclose() failure
505
- * Change CVS $Id: TODO,v 1.1142 2003/10/04 18: 19:57 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1142 2003/10/04 18: 19:57 momjian Exp $
506
+ * Change CVS $Id: TODO,v 1.1143 2003/10/08 19:33:53 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1143 2003/10/08 19:33:53 momjian Exp $
506
507
* Exit postmaster if postgresql.conf can not be opened
507
508
* Rename /scripts directory because they are all C programs now
508
509
* Allow the regression tests to start postmaster with -i so the tests
You can’t perform that action at this time.
0 commit comments