diff options
| author | Bruce Momjian <bruce@momjian.us> | 2006-07-30 01:48:40 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2006-07-30 01:48:40 +0000 |
| commit | d6603791eac6b3153c0078335faec458598b4de9 (patch) | |
| tree | 094c9fab7693774289023a4c36272d7e6212233c /doc/TODO | |
| parent | 1a271f0c71294c47444a15d93bc064d3a4f23674 (diff) | |
| download | postgresql-d6603791eac6b3153c0078335faec458598b4de9.tar.gz | |
Add:
> * Consider detoasting keys before sorting
Diffstat (limited to 'doc/TODO')
| -rw-r--r-- | doc/TODO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Sat Jul 29 14:08:27 EDT 2006 +Last updated: Sat Jul 29 21:48:36 EDT 2006 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -1153,7 +1153,7 @@ Vacuum anyone? * Auto-vacuum - o Use free-space map information to guide rfilling + o Use free-space map information to guide refilling o %Issue log message to suggest VACUUM FULL if a table is nearly empty? o Improve xid wraparound detection by recording per-table rather @@ -1384,6 +1384,7 @@ Source Code 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 |
