Subject: CVS commit: pkgsrc/databases
From: Adam Ciarcinski
Date: 2007-02-05 12:10:03
Message id: 20070205111003.1299D211CA@cvs.netbsd.org

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

Files:
RevisionActionfile
1.3modifypkgsrc/databases/postgresql82/Makefile.common
1.5modifypkgsrc/databases/postgresql82/distinfo
1.3modifypkgsrc/databases/postgresql82-client/PLIST
1.2modifypkgsrc/databases/postgresql82-plperl/Makefile
1.2modifypkgsrc/databases/postgresql82-plpython/Makefile
1.2modifypkgsrc/databases/postgresql82-pltcl/Makefile