File tree 2 files changed +6
-4
lines changed 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
Current maintainer: Bruce Momjian (bruce@momjian.us)
5
- Last updated: Sat Jul 29 14:08:27 EDT 2006
5
+ Last updated: Sat Jul 29 21:48:36 EDT 2006
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1153,7 +1153,7 @@ Vacuum
1153
1153
anyone?
1154
1154
* Auto-vacuum
1155
1155
1156
- o Use free-space map information to guide rfilling
1156
+ o Use free-space map information to guide refilling
1157
1157
o %Issue log message to suggest VACUUM FULL if a table is nearly
1158
1158
empty?
1159
1159
o Improve xid wraparound detection by recording per-table rather
@@ -1384,6 +1384,7 @@ Source Code
1384
1384
1385
1385
This involves choosing better pivot points for the quicksort.
1386
1386
1387
+ * Consider detoasting keys before sorting
1387
1388
* Consider GnuTLS if OpenSSL license becomes a problem
1388
1389
1389
1390
http://archives.postgresql.org/pgsql-patches/2006-05/msg00040.php
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< p > Current maintainer: Bruce Momjian (< a href ="mailto:bruce@momjian.us "> bruce@momjian.us</ a > )< br />
11
- Last updated: Sat Jul 29 14:08:27 EDT 2006
11
+ Last updated: Sat Jul 29 21:48:36 EDT 2006
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< a href ="http://www.postgresql.org/docs/faqs.TODO.html "> http://www.postgresql.org/docs/faqs.TODO.html</ a > .
@@ -1039,7 +1039,7 @@ <h1><a name="section_16">Vacuum</a></h1>
1039
1039
anyone?
1040
1040
</ li > < li > Auto-vacuum
1041
1041
< ul >
1042
- < li > Use free-space map information to guide rfilling
1042
+ < li > Use free-space map information to guide refilling
1043
1043
</ li > < li > %Issue log message to suggest VACUUM FULL if a table is nearly
1044
1044
empty?
1045
1045
</ li > < li > Improve xid wraparound detection by recording per-table rather
@@ -1248,6 +1248,7 @@ <h1><a name="section_22">Source Code</a></h1>
1248
1248
value [< a href ="http://momjian.postgresql.org/cgi-bin/pgtodo?qsort "> qsort</ a > ]
1249
1249
< p > This involves choosing better pivot points for the quicksort.
1250
1250
</ p >
1251
+ </ li > < li > Consider detoasting keys before sorting
1251
1252
</ li > < li > Consider GnuTLS if OpenSSL license becomes a problem
1252
1253
< p > < a href ="http://archives.postgresql.org/pgsql-patches/2006-05/msg00040.php "> http://archives.postgresql.org/pgsql-patches/2006-05/msg00040.php</ a >
1253
1254
</ p >
You can’t perform that action at this time.
0 commit comments