Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 965a0a4 commit 590718aCopy full SHA for 590718a
doc/TODO
@@ -1,6 +1,6 @@
1
TODO list for PostgreSQL
2
========================
3
-Last updated: Thu Oct 12 13:33:14 EDT 2000
+Last updated: Thu Oct 12 14:59:00 EDT 2000
4
5
Current maintainer: Bruce Momjian ([email protected])
6
@@ -257,6 +257,8 @@ MISC
257
* Gather more accurate dispersion statistics using indexes
258
* Improve statistics storage in pg_class [performance]
259
* Improve VACUUM speed with indexes [vacuum]
260
+* Reduce VACUUM lock time by moving tuples with read lock, then write
261
+ lock and truncate table [vacuum]
262
* -BSD/OS does not support locale because there is no LC_MESSAGES (Bruce)
263
* Add connection pooling [pool]
264
0 commit comments