From a60af96a002f7f64492adf5f6435a625df7acb85 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 19 Oct 2006 19:58:45 +0000 Subject: [PATCH] Done: < * Improve port/qsort() to handle sorts with 50% unique and 50% duplicate < value [qsort] < < This involves choosing better pivot points for the quicksort. < --- doc/TODO | 7 +------ doc/src/FAQ/TODO.html | 6 +----- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/doc/TODO b/doc/TODO index 9b8642ff33..521cd4e079 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== 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 http://www.postgresql.org/docs/faqs.TODO.html. @@ -1289,11 +1289,6 @@ Source Code * Update Bonjour to work with newer cross-platform SDK * Split out libpq pgpass and environment documentation sections to make 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 GnuTLS if OpenSSL license becomes a problem diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 522d5918d0..cbfadeb7d5 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

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
http://www.postgresql.org/docs/faqs.TODO.html. @@ -1166,10 +1166,6 @@ first.

  • Update Bonjour to work with newer cross-platform SDK
  • Split out libpq pgpass and environment documentation sections to make 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 GnuTLS if OpenSSL license becomes a problem

    http://archives.postgresql.org/pgsql-patches/2006-05/msg00040.php -- 2.40.0