Add:
authorBruce Momjian
Thu, 2 Mar 2006 18:18:00 +0000 (18:18 +0000)
committerBruce Momjian
Thu, 2 Mar 2006 18:18:00 +0000 (18:18 +0000)
> * 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
doc/src/FAQ/TODO.html

index f6815a67278cd9e252741c762e195d5b2e564fbf..256fcb0f064bd2fae12e6ff776b2727f109ff470 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-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
index 29cf451887a94168668ff07030f0244b09a2f5b6..3d13761bf525c849b163e664a548f599394a8fbc 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-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
  •    
           
    • Remove configure.in check for link failure when cause is found