Commit a60af96a authored by Bruce Momjian's avatar Bruce Momjian

Done:

< * Improve port/qsort() to handle sorts with 50% unique and 50% duplicate
<   value [qsort]
<
<   This involves choosing better pivot points for the quicksort.
<
parent 2315df21
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
PostgreSQL TODO List PostgreSQL TODO List
==================== ====================
Current maintainer: Bruce Momjian (bruce@momjian.us) Current maintainer: Bruce Momjian (bruce@momjian.us)
Last updated: Thu Oct 12 18:32:58 EDT 2006 Last updated: Thu Oct 19 15:58:38 EDT 2006
The most recent version of this document can be viewed at The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. http://www.postgresql.org/docs/faqs.TODO.html.
...@@ -1289,11 +1289,6 @@ Source Code ...@@ -1289,11 +1289,6 @@ Source Code
* Update Bonjour to work with newer cross-platform SDK * Update Bonjour to work with newer cross-platform SDK
* Split out libpq pgpass and environment documentation sections to make * Split out libpq pgpass and environment documentation sections to make
it easier for non-developers to find it easier for non-developers to find
* Improve port/qsort() to handle sorts with 50% unique and 50% duplicate
value [qsort]
This involves choosing better pivot points for the quicksort.
* Consider detoasting keys before sorting * Consider detoasting keys before sorting
* Consider GnuTLS if OpenSSL license becomes a problem * Consider GnuTLS if OpenSSL license becomes a problem
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1> <h1><a name="section_1">PostgreSQL TODO List</a></h1>
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/> <p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
Last updated: Thu Oct 12 18:32:58 EDT 2006 Last updated: Thu Oct 19 15:58:38 EDT 2006
</p> </p>
<p>The most recent version of this document can be viewed at<br/> <p>The most recent version of this document can be viewed at<br/>
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
...@@ -1166,10 +1166,6 @@ first. ...@@ -1166,10 +1166,6 @@ first.
</li><li>Update Bonjour to work with newer cross-platform SDK </li><li>Update Bonjour to work with newer cross-platform SDK
</li><li>Split out libpq pgpass and environment documentation sections to make </li><li>Split out libpq pgpass and environment documentation sections to make
it easier for non-developers to find it easier for non-developers to find
</li><li>Improve port/qsort() to handle sorts with 50% unique and 50% duplicate
value [<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?qsort">qsort</a>]
<p> This involves choosing better pivot points for the quicksort.
</p>
</li><li>Consider detoasting keys before sorting </li><li>Consider detoasting keys before sorting
</li><li>Consider GnuTLS if OpenSSL license becomes a problem </li><li>Consider GnuTLS if OpenSSL license becomes a problem
<p> <a href="http://archives.postgresql.org/pgsql-patches/2006-05/msg00040.php">http://archives.postgresql.org/pgsql-patches/2006-05/msg00040.php</a> <p> <a href="http://archives.postgresql.org/pgsql-patches/2006-05/msg00040.php">http://archives.postgresql.org/pgsql-patches/2006-05/msg00040.php</a>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment