summaryrefslogtreecommitdiff
path: root/databases/postgresql90-client
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2011-09-27 11:04:42 +0000
committeradam <adam@pkgsrc.org>2011-09-27 11:04:42 +0000
commitce8e87023a776055f8dcfab4f1221781fbceb027 (patch)
treeeb50524ba9e8f617c0fd0bc75d630bbeb9ecbe86 /databases/postgresql90-client
parent5f01ee826885cd719b5a7d0210baab4156012dff (diff)
downloadpkgsrc-ce8e87023a776055f8dcfab4f1221781fbceb027.tar.gz
Changes 9.0.5:
* Fix catalog cache invalidation after a "VACUUM FULL" or "CLUSTER" on a system catalog * Fix incorrect order of operations during sinval reset processing, and ensure that TOAST OIDs are preserved in system catalogs * Fix bugs in indexing of in-doubt HOT-updated tuples * Fix multiple bugs in GiST index page split processing * Fix possible buffer overrun in tsvector_concat() * Fix crash in xml_recv when processing a "standalone" parameter * Make pg_options_to_table return NULL for an option with no value * Avoid possibly accessing off the end of memory in "ANALYZE" and in SJIS-2004 encoding conversion * Protect pg_stat_reset_shared() against NULL input * Fix possible failure when a recovery conflict deadlock is detected within a sub-transaction * Avoid spurious conflicts while recycling btree index pages during hot standby * Shut down WAL receiver if it's still running at end of recovery * Fix race condition in relcache init file invalidation * Fix memory leak at end of a GiST index scan * Fix memory leak when encoding conversion has to be done on incoming command strings and "LISTEN" is active * Fix incorrect memory accounting (leading to possible memory bloat) in tuplestores supporting holdable cursors and plpgsql's RETURN NEXT command * Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist * more...
Diffstat (limited to 'databases/postgresql90-client')
-rw-r--r--databases/postgresql90-client/Makefile4
-rw-r--r--databases/postgresql90-client/PLIST33
2 files changed, 29 insertions, 8 deletions
diff --git a/databases/postgresql90-client/Makefile b/databases/postgresql90-client/Makefile
index 90ee35b8574..6a565525715 100644
--- a/databases/postgresql90-client/Makefile
+++ b/databases/postgresql90-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2011/04/22 08:10:23 adam Exp $
+# $NetBSD: Makefile,v 1.8 2011/09/27 11:04:42 adam Exp $
PKGNAME= ${DISTNAME:C/-/90-client-/}
COMMENT= PostgreSQL database client programs
@@ -29,8 +29,6 @@ CONFIGURE_ARGS+= --enable-thread-safety
. endif
.endif
-LIBS.SunOS+= -lintl
-
INSTALL_DIRS= src/include
INSTALL_DIRS+= src/interfaces
INSTALL_DIRS+= src/bin
diff --git a/databases/postgresql90-client/PLIST b/databases/postgresql90-client/PLIST
index b56f99a1c5a..8f2cfb4eb8d 100644
--- a/databases/postgresql90-client/PLIST
+++ b/databases/postgresql90-client/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2011/02/09 08:48:17 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2011/09/27 11:04:42 adam Exp $
${PG_SUBPREFIX}bin/clusterdb
${PG_SUBPREFIX}bin/createdb
${PG_SUBPREFIX}bin/createlang
@@ -509,31 +509,38 @@ ${PG_SUBPREFIX}include/sqlca.h
${PG_SUBPREFIX}include/sqlda-compat.h
${PG_SUBPREFIX}include/sqlda-native.h
${PG_SUBPREFIX}include/sqlda.h
+${PG_SUBPREFIX}lib/libecpg.a
${PG_SUBPREFIX}lib/libecpg.so
${PG_SUBPREFIX}lib/libecpg.so.6
${PG_SUBPREFIX}lib/libecpg.so.6.2
-${PG_SUBPREFIX}lib/libecpg.a
+${PG_SUBPREFIX}lib/libecpg_compat.a
${PG_SUBPREFIX}lib/libecpg_compat.so
${PG_SUBPREFIX}lib/libecpg_compat.so.3
${PG_SUBPREFIX}lib/libecpg_compat.so.3.2
-${PG_SUBPREFIX}lib/libecpg_compat.a
${PG_SUBPREFIX}lib/libpgport.a
+${PG_SUBPREFIX}lib/libpgtypes.a
${PG_SUBPREFIX}lib/libpgtypes.so
${PG_SUBPREFIX}lib/libpgtypes.so.3
${PG_SUBPREFIX}lib/libpgtypes.so.3.1
-${PG_SUBPREFIX}lib/libpgtypes.a
+${PG_SUBPREFIX}lib/libpq.a
${PG_SUBPREFIX}lib/libpq.so
${PG_SUBPREFIX}lib/libpq.so.5
${PG_SUBPREFIX}lib/libpq.so.5.3
-${PG_SUBPREFIX}lib/libpq.a
${PG_SUBPREFIX}lib/postgresql/pgxs/config/install-sh
${PG_SUBPREFIX}lib/postgresql/pgxs/src/Makefile.global
${PG_SUBPREFIX}lib/postgresql/pgxs/src/Makefile.port
${PG_SUBPREFIX}lib/postgresql/pgxs/src/Makefile.shlib
${PG_SUBPREFIX}lib/postgresql/pgxs/src/makefiles/pgxs.mk
${PG_SUBPREFIX}lib/postgresql/pgxs/src/nls-global.mk
+${PG_SUBPREFIX}share/locale/cs/LC_MESSAGES/ecpg-9.0.mo
+${PG_SUBPREFIX}share/locale/cs/LC_MESSAGES/ecpglib6-9.0.mo
${PG_SUBPREFIX}share/locale/cs/LC_MESSAGES/initdb-9.0.mo
${PG_SUBPREFIX}share/locale/cs/LC_MESSAGES/libpq5-9.0.mo
+${PG_SUBPREFIX}share/locale/cs/LC_MESSAGES/pg_config-9.0.mo
+${PG_SUBPREFIX}share/locale/cs/LC_MESSAGES/pg_controldata-9.0.mo
+${PG_SUBPREFIX}share/locale/cs/LC_MESSAGES/pg_ctl-9.0.mo
+${PG_SUBPREFIX}share/locale/cs/LC_MESSAGES/pg_dump-9.0.mo
+${PG_SUBPREFIX}share/locale/cs/LC_MESSAGES/pg_resetxlog-9.0.mo
${PG_SUBPREFIX}share/locale/cs/LC_MESSAGES/pgscripts-9.0.mo
${PG_SUBPREFIX}share/locale/cs/LC_MESSAGES/psql-9.0.mo
${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/ecpg-9.0.mo
@@ -591,6 +598,7 @@ ${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/pg_resetxlog-9.0.mo
${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/pgscripts-9.0.mo
${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/psql-9.0.mo
${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/ecpg-9.0.mo
+${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/ecpglib6-9.0.mo
${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/initdb-9.0.mo
${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/libpq5-9.0.mo
${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/pg_config-9.0.mo
@@ -599,7 +607,19 @@ ${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/pg_ctl-9.0.mo
${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/pg_dump-9.0.mo
${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/pg_resetxlog-9.0.mo
${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/pgscripts-9.0.mo
+${PG_SUBPREFIX}share/locale/ko/LC_MESSAGES/psql-9.0.mo
${PG_SUBPREFIX}share/locale/nb/LC_MESSAGES/pg_config-9.0.mo
+${PG_SUBPREFIX}share/locale/pl/LC_MESSAGES/ecpg-9.0.mo
+${PG_SUBPREFIX}share/locale/pl/LC_MESSAGES/ecpglib6-9.0.mo
+${PG_SUBPREFIX}share/locale/pl/LC_MESSAGES/initdb-9.0.mo
+${PG_SUBPREFIX}share/locale/pl/LC_MESSAGES/libpq5-9.0.mo
+${PG_SUBPREFIX}share/locale/pl/LC_MESSAGES/pg_config-9.0.mo
+${PG_SUBPREFIX}share/locale/pl/LC_MESSAGES/pg_controldata-9.0.mo
+${PG_SUBPREFIX}share/locale/pl/LC_MESSAGES/pg_ctl-9.0.mo
+${PG_SUBPREFIX}share/locale/pl/LC_MESSAGES/pg_dump-9.0.mo
+${PG_SUBPREFIX}share/locale/pl/LC_MESSAGES/pg_resetxlog-9.0.mo
+${PG_SUBPREFIX}share/locale/pl/LC_MESSAGES/pgscripts-9.0.mo
+${PG_SUBPREFIX}share/locale/pl/LC_MESSAGES/psql-9.0.mo
${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/ecpg-9.0.mo
${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/ecpglib6-9.0.mo
${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/initdb-9.0.mo
@@ -619,6 +639,7 @@ ${PG_SUBPREFIX}share/locale/ro/LC_MESSAGES/pgscripts-9.0.mo
${PG_SUBPREFIX}share/locale/ru/LC_MESSAGES/initdb-9.0.mo
${PG_SUBPREFIX}share/locale/ru/LC_MESSAGES/libpq5-9.0.mo
${PG_SUBPREFIX}share/locale/ru/LC_MESSAGES/pg_config-9.0.mo
+${PG_SUBPREFIX}share/locale/ru/LC_MESSAGES/pg_controldata-9.0.mo
${PG_SUBPREFIX}share/locale/ru/LC_MESSAGES/pg_ctl-9.0.mo
${PG_SUBPREFIX}share/locale/ru/LC_MESSAGES/pg_resetxlog-9.0.mo
${PG_SUBPREFIX}share/locale/sv/LC_MESSAGES/initdb-9.0.mo
@@ -660,6 +681,7 @@ ${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/pg_resetxlog-9.0.mo
${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/pgscripts-9.0.mo
${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/psql-9.0.mo
${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/ecpg-9.0.mo
+${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/ecpglib6-9.0.mo
${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/initdb-9.0.mo
${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/libpq5-9.0.mo
${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/pg_config-9.0.mo
@@ -668,5 +690,6 @@ ${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/pg_ctl-9.0.mo
${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/pg_dump-9.0.mo
${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/pg_resetxlog-9.0.mo
${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/pgscripts-9.0.mo
+${PG_SUBPREFIX}share/locale/zh_TW/LC_MESSAGES/psql-9.0.mo
${PG_SUBPREFIX}share/postgresql/pg_service.conf.sample
${PG_SUBPREFIX}share/postgresql/psqlrc.sample