|
8 | 8 | <bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF"> |
9 | 9 | <h1><aname="section_1">PostgreSQL TODO List</a></h1> |
10 | 10 | <p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/> |
11 | | -Last updated: Sat Dec 3 23:14:39 EST 2005 |
| 11 | +Last updated: Sat Dec 3 23:33:12 EST 2005 |
12 | 12 | </p> |
13 | 13 | <p>The most recent version of this document can be viewed at<br/> |
14 | 14 | <ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. |
@@ -1022,6 +1022,11 @@ <h1><a name="section_22">Source Code</a></h1> |
1022 | 1022 | </li><li>Fix problem with shared memory on the Win32 Terminal Server |
1023 | 1023 | </li><li>Improve signal handling, |
1024 | 1024 | <ahref="http://archives.postgresql.org/pgsql-patches/2005-06/msg00027.php">http://archives.postgresql.org/pgsql-patches/2005-06/msg00027.php</a> |
| 1025 | +</li><li>Add long file support for binary pg_dump output |
| 1026 | +<p> While Win32 supports 64-bit files, the MinGW API does not, |
| 1027 | + meaning we have to build an fseeko replacement on top of the |
| 1028 | + Win32 API, and we have to make sure MinGW handles it. |
| 1029 | +</p> |
1025 | 1030 | </li></ul> |
1026 | 1031 | </li><li>Wire Protocol Changes |
1027 | 1032 | <ul> |
|