File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
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 (pgman@candle.pha.pa.us)
5
- Last updated: Mon Jul 4 13:43:32 EDT 2005
5
+ Last updated: Tue Jul 5 15:37:49 EDT 2005
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.
@@ -228,7 +228,6 @@ Data Types
228
228
only be set at the pg_largeobject table level.
229
229
230
230
o Auto-delete large objects when referencing row is deleted
231
-
232
231
o Allow read/write into TOAST values like large objects
233
232
234
233
This requires the TOAST column to be stored EXTERNAL.
@@ -879,6 +878,8 @@ Vacuum
879
878
o Move into the backend code
880
879
o Use free-space map information to guide refilling
881
880
o Do VACUUM FULL if table is nearly empty?
881
+ o Improve xid wraparound detection by recording per-table rather
882
+ than per-database
882
883
883
884
884
885
Locking
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:pgman@candle.pha.pa.us "> pgman@candle.pha.pa.us</ a > )< br />
11
- Last updated: Mon Jul 4 13:43:32 EDT 2005
11
+ Last updated: Tue Jul 5 15:37:49 EDT 2005
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 > .
@@ -793,6 +793,8 @@ <h1><a name="section_16">Vacuum</a></h1>
793
793
< li > Move into the backend code
794
794
</ li > < li > Use free-space map information to guide refilling
795
795
</ li > < li > Do VACUUM FULL if table is nearly empty?
796
+ </ li > < li > Improve xid wraparound detection by recording per-table rather
797
+ than per-database
796
798
</ li > </ ul >
797
799
</ li > </ ul >
798
800
< h1 > < a name ="section_17 "> Locking</ a > </ h1 >
You can’t perform that action at this time.
0 commit comments