PostgreSQL TODO List
====================
-Last updated: Sat Feb 17 20:34:28 EST 2007
+Last updated: Mon Feb 19 11:36:11 EST 2007
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
http://archives.postgresql.org/pgsql-patches/2005-06/msg00027.php
- o Add long file support for binary pg_dump output
-
- While Win32 supports 64-bit files, the MinGW API does not,
- meaning we have to build an fseeko replacement on top of the
- Win32 API, and we have to make sure MinGW handles it. Another
- option is to wait for the MinGW project to fix it, or use the
- code from the LibGW32C project as a guide.
-
- http://archives.postgresql.org/pgsql-hackers/2006-12/msg00551.php
-
+ o -Add long file support for binary pg_dump output
o Check WSACancelBlockingCall() for interrupts [win32intr]
-Last updated: Sat Feb 17 20:34:28 EST 2007
+Last updated: Mon Feb 19 11:36:11 EST 2007
The most recent version of this document can be viewed at
Improve signal handling
-
Add long file support for binary pg_dump output
-
While Win32 supports 64-bit files, the MinGW API does not,
- meaning we have to build an fseeko replacement on top of the
- Win32 API, and we have to make sure MinGW handles it. Another
- option is to wait for the MinGW project to fix it, or use the
- code from the LibGW32C project as a guide.
-
-
+
-Add long file support for binary pg_dump output
Check WSACancelBlockingCall() for interrupts [win32intr]
Wire Protocol Changes