Add:
< * Reuse index tuples that point to rows that are not visible to anyone? > * Reuse index tuples that point to heap tuples that are not visible to > anyone?
This commit is contained in:
parent
17bab8c3fe
commit
f5940e7b34
4
doc/TODO
4
doc/TODO
@ -2,7 +2,7 @@
|
||||
PostgreSQL TODO List
|
||||
====================
|
||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
||||
Last updated: Sat Jun 24 19:47:53 EDT 2006
|
||||
Last updated: Sun Jun 25 12:27:34 EDT 2006
|
||||
|
||||
The most recent version of this document can be viewed at
|
||||
http://www.postgresql.org/docs/faqs.TODO.html.
|
||||
@ -1140,6 +1140,8 @@ Vacuum
|
||||
used to point to both old and new values.
|
||||
http://archives.postgresql.org/pgsql-hackers/2006-06/msg01305.php
|
||||
|
||||
* Reuse index tuples that point to heap tuples that are not visible to
|
||||
anyone?
|
||||
* Auto-vacuum
|
||||
|
||||
o Use free-space map information to guide rfilling
|
||||
|
@ -8,7 +8,7 @@
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
||||
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
|
||||
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
||||
Last updated: Sat Jun 24 19:47:53 EDT 2006
|
||||
Last updated: Sun Jun 25 12:27:34 EDT 2006
|
||||
</p>
|
||||
<p>The most recent version of this document can be viewed at<br/>
|
||||
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
||||
@ -1028,6 +1028,8 @@ first.
|
||||
used to point to both old and new values.
|
||||
<a href="http://archives.postgresql.org/pgsql-hackers/2006-06/msg01305.php">http://archives.postgresql.org/pgsql-hackers/2006-06/msg01305.php</a>
|
||||
</p>
|
||||
</li><li>Reuse index tuples that point to heap tuples that are not visible to
|
||||
anyone?
|
||||
</li><li>Auto-vacuum
|
||||
<ul>
|
||||
<li>Use free-space map information to guide rfilling
|
||||
|
Loading…
Reference in New Issue
Block a user