Subject: CVS commit: pkgsrc/databases
From: Adam Ciarcinski
Date: 2007-01-08 19:55:39
Message id: 20070108185539.8E979211CA@cvs.netbsd.org

Log Message:
Changes 8.1.6:
* Improve handling of getaddrinfo() on AIX
  This fixes a problem with starting the statistics collector, among
  other things.
* Fix pg_restore to handle a tar-format backup that contains large
  objects (blobs) with comments
* Fix "failed to re-find parent key" errors in "VACUUM"
* Clean out "pg_internal.init" cache files during server restart
  This avoids a hazard that the cache files might contain stale data
  after PITR recovery.
* Fix race condition for truncation of a large relation across a
  gigabyte boundary by "VACUUM"
* Fix bug causing needless deadlock errors on row-level locks
* 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
* Fix for Darwin (OS X) compilation
* 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.8modifypkgsrc/databases/postgresql81/Makefile.common
1.5modifypkgsrc/databases/postgresql81/distinfo
1.6modifypkgsrc/databases/postgresql81-client/Makefile
1.4modifypkgsrc/databases/postgresql81-client/PLIST
1.8modifypkgsrc/databases/postgresql81-client/buildlink3.mk
1.4modifypkgsrc/databases/postgresql81-plperl/Makefile
1.3modifypkgsrc/databases/postgresql81-plpython/Makefile
1.3modifypkgsrc/databases/postgresql81-pltcl/Makefile
1.7modifypkgsrc/databases/postgresql81-server/Makefile
1.2modifypkgsrc/databases/postgresql81-server/PLIST
1.3modifypkgsrc/databases/postgresql81-tsearch2/Makefile
1.2modifypkgsrc/databases/postgresql81-tsearch2/PLIST