Subject: CVS commit: pkgsrc/databases
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 09/19/2007 20:01:48
Module Name: pkgsrc
Committed By: adam
Date: Wed Sep 19 20:01:48 UTC 2007
Modified Files:
pkgsrc/databases/postgresql80: Makefile.common distinfo
pkgsrc/databases/postgresql80-client: PLIST
pkgsrc/databases/postgresql80-server: Makefile PLIST
Log Message:
Changes 8.0.14:
* Prevent index corruption when a transaction inserts rows and then
aborts close to the end of a concurrent "VACUUM" on the same table
* Make "CREATE DOMAIN ... DEFAULT NULL" work properly
* Fix excessive logging of SSL error messages
* Fix logging so that log messages are never interleaved when using
the syslogger process
* Fix crash when log_min_error_statement logging runs out of memory
* Fix incorrect handling of some foreign-key corner cases
* Prevent "CLUSTER" from failing due to attempting to process
temporary tables of other sessions
* Update the time zone database rules, particularly New Zealand's
upcoming changes
* Windows socket improvements
* Suppress timezone name (%Z) in log timestamps on Windows because of
possible encoding mismatches
* Require non-superusers who use "/contrib/dblink" to use only
password authentication, as a security measure
To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 pkgsrc/databases/postgresql80/Makefile.common
cvs rdiff -r1.18 -r1.19 pkgsrc/databases/postgresql80/distinfo
cvs rdiff -r1.16 -r1.17 pkgsrc/databases/postgresql80-client/PLIST
cvs rdiff -r1.25 -r1.26 pkgsrc/databases/postgresql80-server/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/databases/postgresql80-server/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.