Subject: CVS commit: pkgsrc/databases
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 04/30/2007 13:37:23
Module Name: pkgsrc
Committed By: adam
Date: Mon Apr 30 13:37:23 UTC 2007
Modified Files:
pkgsrc/databases/postgresql81: Makefile.common distinfo
pkgsrc/databases/postgresql81-client: PLIST
pkgsrc/databases/postgresql81-server: PLIST
Log Message:
Changes 8.1.9:
* Support explicit placement of the temporary-table schema within
search_path, and disable searching it for functions and operators
* "/contrib/tsearch2" crash fixes
* Require "COMMIT PREPARED" to be executed in the same database as
the transaction was prepared in
* Fix potential-data-corruption bug in how "VACUUM FULL" handles
"UPDATE" chains
* Planner fixes, including improving outer join and bitmap scan
selection logic
* Fix PANIC during enlargement of a hash index (bug introduced in
8.1.6)
* Fix POSIX-style timezone specs to follow new USA DST rules
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/databases/postgresql81/Makefile.common
cvs rdiff -r1.8 -r1.9 pkgsrc/databases/postgresql81/distinfo
cvs rdiff -r1.6 -r1.7 pkgsrc/databases/postgresql81-client/PLIST
cvs rdiff -r1.2 -r1.3 pkgsrc/databases/postgresql81-server/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.