mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Done:
< * Improve port/qsort() to handle sorts with 50% unique and 50% duplicate < value [qsort] < < This involves choosing better pivot points for the quicksort. <
This commit is contained in:
7
doc/TODO
7
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
|
||||
|
||||
|
Reference in New Issue
Block a user