summaryrefslogtreecommitdiff
path: root/databases/postgresql83-server
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2008-04-05 16:39:26 +0000
committeradam <adam@pkgsrc.org>2008-04-05 16:39:26 +0000
commitb89730cc45555223f5594d36b0b6c396228d5f26 (patch)
treeaba587deff19e413033ea19778a7ac1a7bb55090 /databases/postgresql83-server
parent45fc2624a0d6aa216e426f853ea72f7effb6bb08 (diff)
downloadpkgsrc-b89730cc45555223f5594d36b0b6c396228d5f26.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-server')
-rw-r--r--databases/postgresql83-server/PLIST3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql83-server/PLIST b/databases/postgresql83-server/PLIST
index 30445ff318c..d2316d15683 100644
--- a/databases/postgresql83-server/PLIST
+++ b/databases/postgresql83-server/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2008/03/04 12:43:46 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2008/04/05 16:39:27 adam Exp $
${PG_SUBPREFIX}bin/postgres
${PG_SUBPREFIX}bin/postmaster
${PG_SUBPREFIX}lib/postgresql/ascii_and_mic.la
@@ -41,6 +41,7 @@ ${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/postgres.mo
${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/postgres.mo
${PG_SUBPREFIX}share/locale/nb/LC_MESSAGES/postgres.mo
${PG_SUBPREFIX}share/locale/nl/LC_MESSAGES/postgres.mo
+${PG_SUBPREFIX}share/locale/pl/LC_MESSAGES/postgres.mo
${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/postgres.mo
${PG_SUBPREFIX}share/locale/ro/LC_MESSAGES/postgres.mo
${PG_SUBPREFIX}share/locale/ru/LC_MESSAGES/postgres.mo