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