Subject: CVS commit: pkgsrc/databases
From: Adam Ciarcinski
Date: 2007-01-08 21:30:42
Message id: 20070108203042.A511A211CA@cvs.netbsd.org

Log Message:
Changes 8.0.10:
* Improve handling of getaddrinfo() on AIX
  This fixes a problem with starting the statistics collector, among
  other things.
* Fix "failed to re-find parent key" errors in "VACUUM"
* Fix race condition for truncation of a large relation across a
  gigabyte boundary by "VACUUM"
* Fix bugs affecting multi-gigabyte hash indexes
* Fix possible deadlock in Windows signal handling
* Fix error when constructing an ARRAY[] made up of multiple empty
  elements
* Fix ecpg memory leak during connection
* to_number() and to_char(numeric) are now STABLE, not IMMUTABLE, for
  new initdb installs
  This is because lc_numeric can potentially change the output of
  these functions.
* Improve index usage of regular expressions that use parentheses
  This improves psql \d performance also.
* Update timezone database
  This affects Australian and Canadian daylight-savings rules in
  particular.

Files:
RevisionActionfile
1.25modifypkgsrc/databases/postgresql80/Makefile.common
1.15modifypkgsrc/databases/postgresql80/distinfo
1.18modifypkgsrc/databases/postgresql80-client/Makefile
1.13modifypkgsrc/databases/postgresql80-client/PLIST
1.9modifypkgsrc/databases/postgresql80-client/buildlink3.mk
1.7modifypkgsrc/databases/postgresql80-plperl/Makefile
1.5modifypkgsrc/databases/postgresql80-plpython/Makefile
1.5modifypkgsrc/databases/postgresql80-pltcl/Makefile
1.23modifypkgsrc/databases/postgresql80-server/Makefile
1.8modifypkgsrc/databases/postgresql80-server/PLIST