|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
|
TODO list for PostgreSQL |
|
|
|
|
======================== |
|
|
|
|
Last updated: Sat Nov 23 22:13:57 EST 2002 |
|
|
|
|
Last updated: Tue Nov 26 17:05:35 EST 2002 |
|
|
|
|
|
|
|
|
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) |
|
|
|
|
|
|
|
|
|
@ -26,6 +26,7 @@ Urgent |
|
|
|
|
o allow replication over unreliable or non-persistent links |
|
|
|
|
o http://gborg.postgresql.org/project/pgreplication/projdisplay.php |
|
|
|
|
* Point-in-time data recovery using backup and write-ahead log |
|
|
|
|
* Create native Win32 port [win32] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reporting |
|
|
|
|
@ -420,7 +421,6 @@ Source Code |
|
|
|
|
* Better document ability to build only certain interfaces (Marc) |
|
|
|
|
* Remove or relicense modules that are not under the BSD license, if possible |
|
|
|
|
* Remove memory/file descriptor freeing befor elog(ERROR) (Bruce) |
|
|
|
|
* Create native Win32 port [win32] |
|
|
|
|
* Acquire lock on a relation before building a relcache entry for it |
|
|
|
|
* Research interaction of setitimer() and sleep() used by statement_timeout |
|
|
|
|
|
|
|
|
|
|