1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Update pgcvslog

This commit is contained in:
Bruce Momjian
2000-06-01 01:34:02 +00:00
parent 127f785028
commit 726926a523
4 changed files with 345 additions and 146 deletions

View File

@ -192,7 +192,8 @@ PERFORMANCE
FSYNC
* Allow transaction commits with rollback with no-fsync performance [fsync](Vadim)
* Allow transaction commits with rollback with no-fsync performance
[fsync] (Vadim)
INDEXES
@ -231,6 +232,7 @@ MISC
* Remove pg_listener index
* Remove ANALYZE from VACUUM so it can be run separately without locks
* Gather more accurate statistics using indexes
* Improve statistics storage in pg_class [performance]
SOURCE CODE
-----------