mirror of
https://github.com/postgres/postgres.git
synced 2025-07-24 14:22:24 +03:00
Add:
> > o Prevent long-lived temporary tables from causing frozen-xid > advancement starvation > > http://archives.postgresql.org/pgsql-general/2007-06/msg01645.php
This commit is contained in:
7
doc/TODO
7
doc/TODO
@ -1,7 +1,7 @@
|
|||||||
PostgreSQL TODO List
|
PostgreSQL TODO List
|
||||||
====================
|
====================
|
||||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
||||||
Last updated: Fri Sep 14 14:50:43 EDT 2007
|
Last updated: Fri Sep 14 15:02:41 EDT 2007
|
||||||
|
|
||||||
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.
|
||||||
@ -1244,6 +1244,11 @@ Vacuum
|
|||||||
|
|
||||||
http://archives.postgresql.org/pgsql-hackers/2006-12/msg00876.php
|
http://archives.postgresql.org/pgsql-hackers/2006-12/msg00876.php
|
||||||
|
|
||||||
|
o Prevent long-lived temporary tables from causing frozen-xid
|
||||||
|
advancement starvation
|
||||||
|
|
||||||
|
http://archives.postgresql.org/pgsql-general/2007-06/msg01645.php
|
||||||
|
|
||||||
|
|
||||||
Locking
|
Locking
|
||||||
=======
|
=======
|
||||||
|
@ -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: Fri Sep 14 14:50:43 EDT 2007
|
Last updated: Fri Sep 14 15:02:41 EDT 2007
|
||||||
</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>.
|
||||||
@ -1106,6 +1106,10 @@ first. There is also a developer's wiki at<br/>
|
|||||||
tables
|
tables
|
||||||
</li><li>Improve control of auto-vacuum
|
</li><li>Improve control of auto-vacuum
|
||||||
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-12/msg00876.php">http://archives.postgresql.org/pgsql-hackers/2006-12/msg00876.php</a>
|
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-12/msg00876.php">http://archives.postgresql.org/pgsql-hackers/2006-12/msg00876.php</a>
|
||||||
|
</p>
|
||||||
|
</li><li>Prevent long-lived temporary tables from causing frozen-xid
|
||||||
|
advancement starvation
|
||||||
|
<p> <a href="http://archives.postgresql.org/pgsql-general/2007-06/msg01645.php">http://archives.postgresql.org/pgsql-general/2007-06/msg01645.php</a>
|
||||||
</p>
|
</p>
|
||||||
</li></ul>
|
</li></ul>
|
||||||
</li></ul>
|
</li></ul>
|
||||||
|
Reference in New Issue
Block a user