diff options
author | adam <adam> | 2008-04-05 16:39:26 +0000 |
---|---|---|
committer | adam <adam> | 2008-04-05 16:39:26 +0000 |
commit | a8acadd734a254ca7b19edac813f82b03f6c8a50 (patch) | |
tree | aba587deff19e413033ea19778a7ac1a7bb55090 /databases/postgresql83-client | |
parent | 8d0b8b901c17e115b2791aaa105e69926916fa4d (diff) | |
download | pkgsrc-a8acadd734a254ca7b19edac813f82b03f6c8a50.tar.gz |
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
Diffstat (limited to 'databases/postgresql83-client')
-rw-r--r-- | databases/postgresql83-client/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/postgresql83-client/PLIST b/databases/postgresql83-client/PLIST index b94b6bd1351..a5e076c2762 100644 --- a/databases/postgresql83-client/PLIST +++ b/databases/postgresql83-client/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2008/03/04 12:42:56 adam Exp $ +@comment $NetBSD: PLIST,v 1.2 2008/04/05 16:39:27 adam Exp $ ${PG_SUBPREFIX}bin/clusterdb ${PG_SUBPREFIX}bin/createdb ${PG_SUBPREFIX}bin/createlang @@ -1238,7 +1238,9 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-3.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-4.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-5.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-6.html +${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-7.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2.html +${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-1.html ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3.html ${PG_SUBPREFIX}share/doc/postgresql/html/release.html ${PG_SUBPREFIX}share/doc/postgresql/html/resources.html |