Commit 06bd3dba authored by Bruce Momjian's avatar Bruce Momjian
parent 1c1ecd51
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
PostgreSQL TODO List PostgreSQL TODO List
==================== ====================
Current maintainer: Bruce Momjian (bruce@momjian.us) Current maintainer: Bruce Momjian (bruce@momjian.us)
Last updated: Wed Jun 28 11:39:25 EDT 2006 Last updated: Wed Jun 28 17:05:09 EDT 2006
The most recent version of this document can be viewed at The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. http://www.postgresql.org/docs/faqs.TODO.html.
...@@ -1143,6 +1143,7 @@ Vacuum ...@@ -1143,6 +1143,7 @@ Vacuum
is possible for same-page updates because a single index row can be is possible for same-page updates because a single index row can be
used to point to both old and new values. used to point to both old and new values.
http://archives.postgresql.org/pgsql-hackers/2006-06/msg01305.php http://archives.postgresql.org/pgsql-hackers/2006-06/msg01305.php
http://momjian.us/cgi-bin/pgsitc
* Reuse index tuples that point to heap tuples that are not visible to * Reuse index tuples that point to heap tuples that are not visible to
anyone? anyone?
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1> <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/> <p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
Last updated: Wed Jun 28 11:39:25 EDT 2006 Last updated: Wed Jun 28 17:05:09 EDT 2006
</p> </p>
<p>The most recent version of this document can be viewed at<br/> <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>. <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
...@@ -1030,6 +1030,7 @@ first. ...@@ -1030,6 +1030,7 @@ first.
is possible for same-page updates because a single index row can be is possible for same-page updates because a single index row can be
used to point to both old and new values. 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> <a href="http://archives.postgresql.org/pgsql-hackers/2006-06/msg01305.php">http://archives.postgresql.org/pgsql-hackers/2006-06/msg01305.php</a>
<a href="http://momjian.us/cgi-bin/pgsitc">http://momjian.us/cgi-bin/pgsitc</a>
</p> </p>
</li><li>Reuse index tuples that point to heap tuples that are not visible to </li><li>Reuse index tuples that point to heap tuples that are not visible to
anyone? anyone?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment