From: Bruce Momjian Date: Thu, 2 Mar 2006 18:18:00 +0000 (+0000) Subject: Add: X-Git-Tag: REL9_0_0~8309 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f79df7fcc937061b20a4d577c2777c483210080c;p=pg-rex%2Fsyncrep.git Add: > * Improve port/qsort() to handle sorts with 50% unique and 50% duplicate > value [qsort] > > This involves choosing better pivot points for the quicksort. --- diff --git a/doc/TODO b/doc/TODO index f6815a6727..256fcb0f06 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Tue Feb 28 14:47:56 EST 2006 +Last updated: Thu Mar 2 13:17:52 EST 2006 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -1165,6 +1165,10 @@ Source Code * -Remove BeOS and QNX-specific code * 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. * Win32 diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 29cf451887..3d13761bf5 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Tue Feb 28 14:47:56 EST 2006 +Last updated: Thu Mar 2 13:17:52 EST 2006

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -1056,6 +1056,10 @@ first.

  • -Remove BeOS and QNX-specific code
  • 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. +

  • Win32