Subject: CVS commit: pkgsrc/databases
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 01/08/2007 20:30:42
Module Name:	pkgsrc
Committed By:	adam
Date:		Mon Jan  8 20:30:42 UTC 2007

Modified Files:
	pkgsrc/databases/postgresql80: Makefile.common distinfo
	pkgsrc/databases/postgresql80-client: Makefile PLIST buildlink3.mk
	pkgsrc/databases/postgresql80-plperl: Makefile
	pkgsrc/databases/postgresql80-plpython: Makefile
	pkgsrc/databases/postgresql80-pltcl: Makefile
	pkgsrc/databases/postgresql80-server: Makefile PLIST

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.


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 pkgsrc/databases/postgresql80/Makefile.common
cvs rdiff -r1.14 -r1.15 pkgsrc/databases/postgresql80/distinfo
cvs rdiff -r1.17 -r1.18 pkgsrc/databases/postgresql80-client/Makefile
cvs rdiff -r1.12 -r1.13 pkgsrc/databases/postgresql80-client/PLIST
cvs rdiff -r1.8 -r1.9 pkgsrc/databases/postgresql80-client/buildlink3.mk
cvs rdiff -r1.6 -r1.7 pkgsrc/databases/postgresql80-plperl/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/databases/postgresql80-plpython/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/databases/postgresql80-pltcl/Makefile
cvs rdiff -r1.22 -r1.23 pkgsrc/databases/postgresql80-server/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/databases/postgresql80-server/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.