Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1526a70

Browse files
committed
Add TODO item:
> o Clear table counters on TRUNCATE>>http://archives.postgresql.org/pgsql-hackers/2008-04/msg00169.php
1 parent1d18d1d commit1526a70

File tree

2 files changed

+37
-24
lines changed

2 files changed

+37
-24
lines changed

‎doc/TODO

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL TODO List
22
====================
33
Current maintainer:Bruce Momjian (bruce@momjian.us)
4-
Last updated:Fri May 9 20:24:53 EDT 2008
4+
Last updated:Fri May 9 20:33:21 EDT 2008
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -33,18 +33,6 @@ Administration
3333
owner is correct.
3434

3535
* -Add function to report the time of the most recent server reload
36-
* Allow statistics collector information to be pulled from the collector
37-
process directly, rather than requiring the collector to write a
38-
filesystem file twice a second?
39-
* Reduce file system activity overhead of statistics file pgstat.stat
40-
41-
http://archives.postgresql.org/pgsql-general/2007-12/msg00106.php
42-
43-
* Allow statistics last vacuum/analyze execution times to be displayed
44-
without requiring stats_row_level to be enabled
45-
46-
http://archives.postgresql.org/pgsql-docs/2007-04/msg00028.php
47-
4836
* Allow log_min_messages to be specified on a per-module basis
4937

5038
This would allow administrators to see more detailed information from
@@ -157,6 +145,25 @@ Administration
157145
o Allow per-tablespace quotas
158146

159147

148+
* Statistics Collector
149+
150+
o Allow statistics collector information to be pulled from the collector
151+
process directly, rather than requiring the collector to write a
152+
filesystem file twice a second?
153+
o Reduce file system activity overhead of statistics file pgstat.stat
154+
155+
http://archives.postgresql.org/pgsql-general/2007-12/msg00106.php
156+
157+
o Allow statistics last vacuum/analyze execution times to be displayed
158+
without requiring stats_row_level to be enabled
159+
160+
http://archives.postgresql.org/pgsql-docs/2007-04/msg00028.php
161+
162+
o Clear table counters on TRUNCATE
163+
164+
http://archives.postgresql.org/pgsql-hackers/2008-04/msg00169.php
165+
166+
160167
* Point-In-Time Recovery (PITR)
161168

162169
o Allow a warm standby system to also allow read-only statements

‎doc/src/FAQ/TODO.html

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
99
<h1><aname="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<ahref="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
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<ahref="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>
3737
owner is correct.
3838
</p>
3939
</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><ahref="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><ahref="http://archives.postgresql.org/pgsql-docs/2007-04/msg00028.php">http://archives.postgresql.org/pgsql-docs/2007-04/msg00028.php</a>
49-
</p>
5040
</li><li>Allow log_min_messages to be specified on a per-module basis
5141
<p> This would allow administrators to see more detailed information from
5242
specific sections of the backend, e.g. checkpoints, autovacuum, etc.
@@ -144,6 +134,22 @@ <h1><a name="section_2">Administration</a></h1>
144134
structure on the recovery computer is different from the original
145135
</li><li>Allow per-tablespace quotas
146136
</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><ahref="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><ahref="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><ahref="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>
147153
</li><li>Point-In-Time Recovery (PITR)
148154
<ul>
149155
<li>Allow a warm standby system to also allow read-only statements

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp