summaryrefslogtreecommitdiff
path: root/databases/postgresql84-client
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2009-09-10 10:06:19 +0000
committeradam <adam@pkgsrc.org>2009-09-10 10:06:19 +0000
commit6d0d409bc0624f7b7cded09d43109a218c7ff8ff (patch)
tree78bfc954893b821c7b14379c2a52f624f00e9755 /databases/postgresql84-client
parent9944eebace0f48d9ae1dcd48326ae50862eb10a1 (diff)
downloadpkgsrc-6d0d409bc0624f7b7cded09d43109a218c7ff8ff.tar.gz
Changes 8.4.1:
* Fix WAL page header initialization at the end of archive recovery * Fix "cannot make new WAL entries during recovery" error * Fix problem that could make expired rows visible after a crash * Disallow "RESET ROLE" and "RESET SESSION AUTHORIZATION" inside security-definer functions * Make "LOAD" of an already-loaded loadable module into a no-op * Make window function PARTITION BY and ORDER BY items always be interpreted as simple expressions * Fix several errors in planning of semi-joins * Fix handling of whole-row references to subqueries that are within an outer join * Fix Windows shared-memory allocation code * Fix locale handling with plperl * Fix handling of reloptions to ensure setting one option doesn't force default values for others * Ensure that a "fast shutdown" request will forcibly terminate open sessions, even if a "smart shutdown" was already in progress * Avoid memory leak for array_agg() in GROUP BY queries * Treat to_char(..., 'TH') as an uppercase ordinal suffix with 'HH'/'HH12'
Diffstat (limited to 'databases/postgresql84-client')
-rw-r--r--databases/postgresql84-client/PLIST31
1 files changed, 18 insertions, 13 deletions
diff --git a/databases/postgresql84-client/PLIST b/databases/postgresql84-client/PLIST
index 4b2ae20f2ca..d210427701b 100644
--- a/databases/postgresql84-client/PLIST
+++ b/databases/postgresql84-client/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/07/29 06:27:58 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2009/09/10 10:06:19 adam Exp $
${PG_SUBPREFIX}bin/clusterdb
${PG_SUBPREFIX}bin/createdb
${PG_SUBPREFIX}bin/createlang
@@ -206,6 +206,7 @@ ${PG_SUBPREFIX}include/postgresql/server/executor/spi.h
${PG_SUBPREFIX}include/postgresql/server/executor/spi_priv.h
${PG_SUBPREFIX}include/postgresql/server/executor/tstoreReceiver.h
${PG_SUBPREFIX}include/postgresql/server/executor/tuptable.h
+${PG_SUBPREFIX}include/postgresql/server/foreign/foreign.h
${PG_SUBPREFIX}include/postgresql/server/fmgr.h
${PG_SUBPREFIX}include/postgresql/server/funcapi.h
${PG_SUBPREFIX}include/postgresql/server/getaddrinfo.h
@@ -656,18 +657,6 @@ ${PG_SUBPREFIX}man/man7/update.7
${PG_SUBPREFIX}man/man7/vacuum.7
${PG_SUBPREFIX}man/man7/values.7
${PG_SUBPREFIX}man/man7/with.7
-${PG_SUBPREFIX}share/doc/postgresql/FAQ_brazilian
-${PG_SUBPREFIX}share/doc/postgresql/FAQ_chinese_simp
-${PG_SUBPREFIX}share/doc/postgresql/FAQ_chinese_trad
-${PG_SUBPREFIX}share/doc/postgresql/FAQ_czech
-${PG_SUBPREFIX}share/doc/postgresql/FAQ_farsi
-${PG_SUBPREFIX}share/doc/postgresql/FAQ_french
-${PG_SUBPREFIX}share/doc/postgresql/FAQ_german
-${PG_SUBPREFIX}share/doc/postgresql/FAQ_hungarian
-${PG_SUBPREFIX}share/doc/postgresql/FAQ_japanese
-${PG_SUBPREFIX}share/doc/postgresql/FAQ_polish
-${PG_SUBPREFIX}share/doc/postgresql/FAQ_russian
-${PG_SUBPREFIX}share/doc/postgresql/FAQ_turkish
${PG_SUBPREFIX}share/doc/postgresql/KNOWN_BUGS
${PG_SUBPREFIX}share/doc/postgresql/MISSING_FEATURES
${PG_SUBPREFIX}share/doc/postgresql/README.mb.big5
@@ -1235,6 +1224,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-22.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-23.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-24.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-25.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-26.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-3.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-4.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-5.html
@@ -1257,6 +1247,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-19.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-2.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-20.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-21.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-22.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-3.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-4.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-5.html
@@ -1274,6 +1265,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-14.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-15.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-16.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-17.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-18.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-2.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-3.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-4.html
@@ -1288,6 +1280,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-10.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-11.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-12.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-13.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-14.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-2.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-3.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-4.html
@@ -1304,7 +1297,9 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-4.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-5.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-6.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-7.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-8.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-1.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4.html
${PG_SUBPREFIX}share/doc/postgresql/html/release.html
${PG_SUBPREFIX}share/doc/postgresql/html/resources.html
@@ -1680,6 +1675,16 @@ ${PG_SUBPREFIX}share/locale/fr/LC_MESSAGES/pg_dump-8.4.mo
${PG_SUBPREFIX}share/locale/fr/LC_MESSAGES/pg_resetxlog-8.4.mo
${PG_SUBPREFIX}share/locale/fr/LC_MESSAGES/pgscripts-8.4.mo
${PG_SUBPREFIX}share/locale/fr/LC_MESSAGES/psql-8.4.mo
+${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/ecpg-8.4.mo
+${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/ecpglib6-8.4.mo
+${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/initdb-8.4.mo
+${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/libpq5-8.4.mo
+${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/pg_config-8.4.mo
+${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/pg_controldata-8.4.mo
+${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/pg_ctl-8.4.mo
+${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/pg_resetxlog-8.4.mo
+${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/pgscripts-8.4.mo
+${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/psql-8.4.mo
${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/ecpg-8.4.mo
${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/ecpglib6-8.4.mo
${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/initdb-8.4.mo