pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Feb  7 17:43:54 UTC 2009

Modified Files:
        pkgsrc/databases/postgresql81: Makefile.common distinfo
        pkgsrc/databases/postgresql81-client: PLIST
        pkgsrc/databases/postgresql81-server: PLIST
        pkgsrc/databases/postgresql81/patches: patch-aa patch-ab

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)


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 pkgsrc/databases/postgresql81/Makefile.common
cvs rdiff -r1.14 -r1.15 pkgsrc/databases/postgresql81/distinfo
cvs rdiff -r1.12 -r1.13 pkgsrc/databases/postgresql81-client/PLIST
cvs rdiff -r1.8 -r1.9 pkgsrc/databases/postgresql81-server/PLIST
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/databases/postgresql81/patches/patch-aa
cvs rdiff -r1.3 -r1.4 pkgsrc/databases/postgresql81/patches/patch-ab

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



Home | Main Index | Thread Index | Old Index