|
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:Tue Feb 28 14:47:56 EST 2006 |
| 11 | +Last updated:Thu Mar 2 13:17:52 EST 2006 |
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>. |
@@ -1056,6 +1056,10 @@ <h1><a name="section_22">Source Code</a></h1> |
1056 | 1056 | </li><li>-<em>Remove BeOS and QNX-specific code</em> |
1057 | 1057 | </li><li>Split out libpq pgpass and environment documentation sections to make |
1058 | 1058 | it easier for non-developers to find |
| 1059 | +</li><li>Improve port/qsort() to handle sorts with 50% unique and 50% duplicate |
| 1060 | + value [<ahref="http://momjian.postgresql.org/cgi-bin/pgtodo?qsort">qsort</a>] |
| 1061 | +<p> This involves choosing better pivot points for the quicksort. |
| 1062 | +</p> |
1059 | 1063 | </li><li>Win32 |
1060 | 1064 | <ul> |
1061 | 1065 | <li>Remove configure.in check for link failure when cause is found |
|