|
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: Fri May 9 20:24:53 EDT 2008 |
| 11 | +Last updated: Fri May 9 20:33:21 EDT 2008 |
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>.
|
@@ -37,16 +37,6 @@ <h1><a name="section_2">Administration</a></h1>
|
37 | 37 | owner is correct.
|
38 | 38 | </p>
|
39 | 39 | </li><li>-<em>Add function to report the time of the most recent server reload</em>
|
40 |
| - </li><li>Allow statistics collector information to be pulled from the collector |
41 |
| - process directly, rather than requiring the collector to write a |
42 |
| - filesystem file twice a second? |
43 |
| - </li><li>Reduce file system activity overhead of statistics file pgstat.stat |
44 |
| -<p> <a href="http://archives.postgresql.org/pgsql-general/2007-12/msg00106.php">http://archives.postgresql.org/pgsql-general/2007-12/msg00106.php</a> |
45 |
| -</p> |
46 |
| - </li><li>Allow statistics last vacuum/analyze execution times to be displayed |
47 |
| - without requiring stats_row_level to be enabled |
48 |
| -<p> <a href="http://archives.postgresql.org/pgsql-docs/2007-04/msg00028.php">http://archives.postgresql.org/pgsql-docs/2007-04/msg00028.php</a> |
49 |
| -</p> |
50 | 40 | </li><li>Allow log_min_messages to be specified on a per-module basis
|
51 | 41 | <p> This would allow administrators to see more detailed information from
|
52 | 42 | specific sections of the backend, e.g. checkpoints, autovacuum, etc.
|
@@ -144,6 +134,22 @@ <h1><a name="section_2">Administration</a></h1>
|
144 | 134 | structure on the recovery computer is different from the original
|
145 | 135 | </li><li>Allow per-tablespace quotas
|
146 | 136 | </li></ul>
|
| 137 | + </li><li>Statistics Collector |
| 138 | + <ul> |
| 139 | + <li>Allow statistics collector information to be pulled from the collector |
| 140 | + process directly, rather than requiring the collector to write a |
| 141 | + filesystem file twice a second? |
| 142 | + </li><li>Reduce file system activity overhead of statistics file pgstat.stat |
| 143 | +<p> <a href="http://archives.postgresql.org/pgsql-general/2007-12/msg00106.php">http://archives.postgresql.org/pgsql-general/2007-12/msg00106.php</a> |
| 144 | +</p> |
| 145 | + </li><li>Allow statistics last vacuum/analyze execution times to be displayed |
| 146 | + without requiring stats_row_level to be enabled |
| 147 | +<p> <a href="http://archives.postgresql.org/pgsql-docs/2007-04/msg00028.php">http://archives.postgresql.org/pgsql-docs/2007-04/msg00028.php</a> |
| 148 | +</p> |
| 149 | + </li><li>Clear table counters on TRUNCATE |
| 150 | +<p> <a href="http://archives.postgresql.org/pgsql-hackers/2008-04/msg00169.php">http://archives.postgresql.org/pgsql-hackers/2008-04/msg00169.php</a> |
| 151 | +</p> |
| 152 | + </li></ul> |
147 | 153 | </li><li>Point-In-Time Recovery (PITR)
|
148 | 154 | <ul>
|
149 | 155 | <li>Allow a warm standby system to also allow read-only statements
|
|
0 commit comments