Subject: CVS commit: pkgsrc/databases
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 02/05/2007 11:10:03
Module Name:	pkgsrc
Committed By:	adam
Date:		Mon Feb  5 11:10:03 UTC 2007

Modified Files:
	pkgsrc/databases/postgresql82: Makefile.common distinfo
	pkgsrc/databases/postgresql82-client: PLIST
	pkgsrc/databases/postgresql82-plperl: Makefile
	pkgsrc/databases/postgresql82-plpython: Makefile
	pkgsrc/databases/postgresql82-pltcl: Makefile

Log Message:
Changes 8.2.2:
* Remove security vulnerabilities that allowed connected users to
  read backend memory
* Fix not-so-rare-anymore bug wherein btree index page splits could
  fail due to choosing an infeasible split point
* Fix Borland C compile scripts
* Properly handle to_char('CC') for years ending in 00
  Year 2000 is in the twentieth century, not the twenty-first.
* "/contrib/tsearch2" localization improvements
* Fix incorrect permission check in information_schema.key_column_usage view
* Improve "VACUUM" performance for databases with many tables
* Fix for rare Assert() crash triggered by UNION
* Fix potentially incorrect results from index searches using ROW
  inequality conditions
* Tighten security of multi-byte character processing for UTF8
  sequences over three bytes long
* Fix bogus "permission denied" failures occurring on Windows due to
  attempts to fsync already-deleted files
* Fix bug that could cause the statistics collector to hang on
  Windows
* Fix possible crashes when an already-in-use PL/pgSQL function is
  updated
* Improve PL/pgSQL handling of domain types
* Fix possible errors in processing PL/pgSQL exception blocks


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/databases/postgresql82/Makefile.common
cvs rdiff -r1.4 -r1.5 pkgsrc/databases/postgresql82/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/databases/postgresql82-client/PLIST
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/databases/postgresql82-plperl/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/databases/postgresql82-plpython/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/databases/postgresql82-pltcl/Makefile

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