Subject: CVS commit: pkgsrc/databases
From: Adam Ciarcinski
Date: 2009-02-07 18:43:54
Message id: 20090207174354.5A0EC175D0@cvs.netbsd.org

Log Message:
Changes 8.1.16:
* Fix crash in autovacuum
  The crash occurs only after vacuuming a whole database for
  anti-transaction-wraparound purposes, which means that it occurs
  infrequently and is hard to track down.
* Improve handling of URLs in headline() function
* Improve handling of overlength headlines in headline() function
* Prevent possible Assert failure or misconversion if an encoding
  conversion is created with the wrong conversion function for the
  specified pair of encodings
* Avoid unnecessary locking of small tables in "VACUUM"
* Ensure that the contents of a holdable cursor don't depend on the
  contents of TOAST tables
* Fix uninitialized variables in "contrib/tsearch2"'s get_covers()
  function
* Fix configure script to properly report failure when unable to
  obtain linkage information for PL/Perl
* Make all documentation reference pgsql-bugs and/or pgsql-hackers as
  appropriate, instead of the now-decommissioned pgsql-ports and
  pgsql-patches mailing lists
* Update time zone data files to tzdata release 2009a (for Kathmandu
  and historical DST corrections in Switzerland, Cuba)

Files:
RevisionActionfile
1.20modifypkgsrc/databases/postgresql81/Makefile.common
1.15modifypkgsrc/databases/postgresql81/distinfo
1.13modifypkgsrc/databases/postgresql81-client/PLIST
1.9modifypkgsrc/databases/postgresql81-server/PLIST
1.2modifypkgsrc/databases/postgresql81/patches/patch-aa
1.4modifypkgsrc/databases/postgresql81/patches/patch-ab