1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-15 19:21:59 +03:00

Update for PyGreSQL 3.0, from D'Arcy J.M. Cain

This commit is contained in:
Bruce Momjian
2000-10-02 03:27:33 +00:00
parent 0bd84442f5
commit f36e7ff092
17 changed files with 1982 additions and 1374 deletions

View File

@ -250,7 +250,7 @@ MISC
* allow configuration of maximum number of open files
* Remove pg_listener index
* Remove ANALYZE from VACUUM so it can be run separately without locks
* Gather more accurate statistics using indexes
* Gather more accurate disbursion statistics using indexes
* Improve statistics storage in pg_class [performance]
* Improve VACUUM speed with indexes [vacuum]
* -BSD/OS does not support locale because there is no LC_MESSAGES (Bruce)