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:42:07
Module Name:	pkgsrc
Committed By:	adam
Date:		Mon Feb  5 11:42:07 UTC 2007

Modified Files:
	pkgsrc/databases/postgresql81: Makefile.common distinfo
	pkgsrc/databases/postgresql81-client: PLIST

Log Message:
Changes 8.1.7:
* Remove security vulnerabilities that allowed connected users to
  read backend memory
* Fix rare bug wherein btree index page splits could fail due to
  choosing an infeasible split point
* Improve "VACUUM" performance for databases with many tables
* Fix autovacuum to avoid leaving non-permanent transaction IDs in
  non-connectable databases
  This bug affects the 8.1 branch only.
* Fix for rare Assert() crash triggered by UNION
* 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 possible crashes when an already-in-use PL/pgSQL function is
  updated


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/databases/postgresql81/Makefile.common
cvs rdiff -r1.6 -r1.7 pkgsrc/databases/postgresql81/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/databases/postgresql81-client/PLIST

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