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:39:27 UTC 2008
Modified Files:
pkgsrc/databases/postgresql83: Makefile.common distinfo
pkgsrc/databases/postgresql83-client: PLIST
pkgsrc/databases/postgresql83-server: PLIST
pkgsrc/databases/postgresql83/patches: patch-ab patch-ad
Log Message:
Changes 8.3.1:
* Fix character string comparison for Windows locales that consider
different character combinations as equal
* Repair corner-case bugs in "VACUUM FULL"
* Fix misbehavior of foreign key checks involving character or bit
columns
* Avoid needless deadlock failures in no-op foreign-key checks
* Fix possible core dump when re-planning a prepared query
* Fix possible failure when re-planning a query that calls an
SPI-using function
* Fix failure in row-wise comparisons involving columns of different
datatypes
* 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 incorrect comparison of tsquery values
* Fix incorrect behavior of LIKE with non-ASCII characters in
single-byte encodings
* Disable xmlvalidate
To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/databases/postgresql83/Makefile.common \
pkgsrc/databases/postgresql83/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/databases/postgresql83-client/PLIST
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/databases/postgresql83-server/PLIST
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/databases/postgresql83/patches/patch-ab \
pkgsrc/databases/postgresql83/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