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 Apr 5 16:40:08 UTC 2008
Modified Files:
pkgsrc/databases/postgresql82: Makefile.common distinfo
pkgsrc/databases/postgresql82-adminpack: Makefile
pkgsrc/databases/postgresql82-client: Makefile PLIST
pkgsrc/databases/postgresql82-plperl: Makefile
pkgsrc/databases/postgresql82-plpython: Makefile
pkgsrc/databases/postgresql82-pltcl: Makefile
pkgsrc/databases/postgresql82-server: Makefile
pkgsrc/databases/postgresql82-tsearch2: Makefile
pkgsrc/databases/postgresql82/patches: patch-ab patch-ad
Log Message:
Changes 8.2.7:
* Fix character string comparison for Windows locales that consider
different character combinations as equal
* Repair potential deadlock between concurrent "VACUUM FULL"
operations on different system catalogs
* Fix longstanding "LISTEN"/"NOTIFY" race condition
* Disallow "LISTEN" and "UNLISTEN" within a prepared transaction
* Disallow dropping a temporary table within a prepared transaction
* Fix rare crash when an error occurs during a query using a hash
index
* Fix memory leaks in certain usages of set-returning functions
* Fix input of datetime values for February 29 in years BC
* Fix "unrecognized node type" error in some variants of "ALTER
OWNER"
* Ensure pg_stat_activity.waiting flag is cleared when a lock wait is
aborted
* Fix handling of process permissions on Windows Vista
* More...
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pkgsrc/databases/postgresql82/Makefile.common
cvs rdiff -r1.10 -r1.11 pkgsrc/databases/postgresql82/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/databases/postgresql82-adminpack/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/databases/postgresql82-client/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/databases/postgresql82-client/PLIST
cvs rdiff -r1.4 -r1.5 pkgsrc/databases/postgresql82-plperl/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/databases/postgresql82-plpython/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/databases/postgresql82-pltcl/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/databases/postgresql82-server/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/databases/postgresql82-tsearch2/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/databases/postgresql82/patches/patch-ab
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/databases/postgresql82/patches/patch-ad
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