Wed Dec 16 13:30:54 2009 UTC ()
Changes 8.4.2:
* Protect against indirect security threats caused by index functions
  changing session-local state
* Reject SSL certificates containing an embedded null byte in the
  common name (CN) field
* Fix hash index corruption
* Fix possible crash during backend-startup-time cache initialization
* Avoid crash on empty thesaurus dictionary
* Prevent signals from interrupting VACUUM at unsafe times
* Fix possible crash due to integer overflow in hash table size
  calculation
* Fix crash if a DROP is attempted on an internally-dependent object
* Fix very rare crash in inet/cidr comparisons
* Ensure that shared tuple-level locks held by prepared transactions
  are not ignored
* Fix premature drop of temporary files used for a cursor that is
  accessed within a subtransaction
* Fix memory leak in syslogger process when rotating to a new CSV
  logfile
* Fix memory leak in postmaster when re-parsing "pg_hba.conf"
* Fix Windows permission-downgrade logic
* Make FOR UPDATE/SHARE in the primary query not propagate into WITH
  queries
* Fix bug with a WITH RECURSIVE query immediately inside another one
* Fix concurrency bug in hash indexes
* Fix incorrect logic for GiST index page splits, when the split
  depends on a non-first column of the index
* Fix wrong search results for a multi-column GIN index with
  fastupdate enabled
* More...


(adam)
diff -r1.2 -r1.3 pkgsrc/databases/postgresql84/Makefile.common
diff -r1.2 -r1.3 pkgsrc/databases/postgresql84/distinfo
diff -r1.2 -r1.3 pkgsrc/databases/postgresql84-client/Makefile
diff -r1.3 -r1.4 pkgsrc/databases/postgresql84-client/PLIST
diff -r1.2 -r1.3 pkgsrc/databases/postgresql84-server/Makefile
diff -r1.2 -r1.3 pkgsrc/databases/postgresql84-server/PLIST

cvs diff -r1.2 -r1.3 pkgsrc/databases/postgresql84/Attic/Makefile.common (expand / switch to unified diff)

--- pkgsrc/databases/postgresql84/Attic/Makefile.common 2009/09/10 10:06:19 1.2
+++ pkgsrc/databases/postgresql84/Attic/Makefile.common 2009/12/16 13:30:53 1.3
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile.common,v 1.2 2009/09/10 10:06:19 adam Exp $ 1# $NetBSD: Makefile.common,v 1.3 2009/12/16 13:30:53 adam Exp $
2# 2#
3# This Makefile fragment is included by all PostgreSQL packages built from 3# This Makefile fragment is included by all PostgreSQL packages built from
4# the main sources of the PostgreSQL distribution except jdbc-postgresql. 4# the main sources of the PostgreSQL distribution except jdbc-postgresql.
5# 5#
6# The PostgreSQL package naming scheme, aside from the obvious piecewise 6# The PostgreSQL package naming scheme, aside from the obvious piecewise
7# packages, is as follows: 7# packages, is as follows:
8# 8#
9# <lang>-postgresql client-side interface to PostgreSQL 9# <lang>-postgresql client-side interface to PostgreSQL
10# postgresql-<lang> server-side module for PostgreSQL backend 10# postgresql-<lang> server-side module for PostgreSQL backend
11 11
12.include "../../databases/postgresql84/Makefile.mirrors" 12.include "../../databases/postgresql84/Makefile.mirrors"
13 13
14DISTNAME?= postgresql-${DIST_VERS} 14DISTNAME?= postgresql-${DIST_VERS}
@@ -28,27 +28,27 @@ CONFLICTS+= postgresql82-* @@ -28,27 +28,27 @@ CONFLICTS+= postgresql82-*
28CONFLICTS+= postgresql83-* 28CONFLICTS+= postgresql83-*
29 29
30DISTINFO_FILE?= ${.CURDIR}/../postgresql84/distinfo 30DISTINFO_FILE?= ${.CURDIR}/../postgresql84/distinfo
31COMMON_FILESDIR?= ${.CURDIR}/../postgresql84/files 31COMMON_FILESDIR?= ${.CURDIR}/../postgresql84/files
32PATCHDIR?= ${.CURDIR}/../postgresql84/patches 32PATCHDIR?= ${.CURDIR}/../postgresql84/patches
33 33
34# Version numbering scheme: 34# Version numbering scheme:
35# 35#
36# DIST_VERS version number on the postgresql distfile 36# DIST_VERS version number on the postgresql distfile
37# BASE_VERS pkgsrc-mangled version number (convert pl -> .) 37# BASE_VERS pkgsrc-mangled version number (convert pl -> .)
38# 38#
39# Note: Do not forget jdbc-postgresql84 when updating version 39# Note: Do not forget jdbc-postgresql84 when updating version
40# 40#
41DIST_VERS?= 8.4.1 41DIST_VERS?= 8.4.2
42BASE_VERS?= ${DIST_VERS} 42BASE_VERS?= ${DIST_VERS}
43 43
44BUILDLINK_API_DEPENDS.postgresql84-client+= postgresql84-client>=${BASE_VERS} 44BUILDLINK_API_DEPENDS.postgresql84-client+= postgresql84-client>=${BASE_VERS}
45 45
46USE_PKGLOCALEDIR= yes 46USE_PKGLOCALEDIR= yes
47USE_TOOLS+= bison gmake lex msgfmt 47USE_TOOLS+= bison gmake lex msgfmt
48PKG_SYSCONFSUBDIR= postgresql 48PKG_SYSCONFSUBDIR= postgresql
49 49
50.include "../../mk/bsd.prefs.mk" 50.include "../../mk/bsd.prefs.mk"
51 51
52PGSQL_TEMPLATE.SunOS= solaris 52PGSQL_TEMPLATE.SunOS= solaris
53PGSQL_TEMPLATE.IRIX= irix5 53PGSQL_TEMPLATE.IRIX= irix5
54.if !defined(PGSQL_TEMPLATE.${OPSYS}) 54.if !defined(PGSQL_TEMPLATE.${OPSYS})

cvs diff -r1.2 -r1.3 pkgsrc/databases/postgresql84/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/postgresql84/Attic/distinfo 2009/09/10 10:06:19 1.2
+++ pkgsrc/databases/postgresql84/Attic/distinfo 2009/12/16 13:30:53 1.3
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1$NetBSD: distinfo,v 1.2 2009/09/10 10:06:19 adam Exp $ 1$NetBSD: distinfo,v 1.3 2009/12/16 13:30:53 adam Exp $
2 2
3SHA1 (postgresql-8.4.1.tar.bz2) = e6903f0029402ef8fb12645a177204499ea5b2b7 3SHA1 (postgresql-8.4.2.tar.bz2) = a617698ef3b41a74fe2c4af346172eb03e7f8a7f
4RMD160 (postgresql-8.4.1.tar.bz2) = ad03c250afd71091294a2a3e67d96b661883db87 4RMD160 (postgresql-8.4.2.tar.bz2) = 8d0030f185e9581bec6e2a0df903596579621bce
5Size (postgresql-8.4.1.tar.bz2) = 13579302 bytes 5Size (postgresql-8.4.2.tar.bz2) = 13600699 bytes
6SHA1 (patch-aa) = aeeeaafb38e75d8e8f6639280e997ba4c905b45f 6SHA1 (patch-aa) = aeeeaafb38e75d8e8f6639280e997ba4c905b45f
7SHA1 (patch-ab) = 3cf9c7f0f812d2e41681281538c3f707cec232c3 7SHA1 (patch-ab) = 3cf9c7f0f812d2e41681281538c3f707cec232c3
8SHA1 (patch-ac) = 0b82797d0b80bdd1e9b5f3de4989fe3848adf6cb 8SHA1 (patch-ac) = 0b82797d0b80bdd1e9b5f3de4989fe3848adf6cb
9SHA1 (patch-ad) = 5612e447bbb76e81f72d39ad0153b9f77d47f653 9SHA1 (patch-ad) = 5612e447bbb76e81f72d39ad0153b9f77d47f653
10SHA1 (patch-ae) = 8b3e47320dfe05d94b769c9b079fd7ca6d26f5d6 10SHA1 (patch-ae) = 8b3e47320dfe05d94b769c9b079fd7ca6d26f5d6
11SHA1 (patch-af) = a73769cf05223d2ee06249c9e69c85038c2cd936 11SHA1 (patch-af) = a73769cf05223d2ee06249c9e69c85038c2cd936
12SHA1 (patch-ag) = 85dac95e40efc16270885087f868aeb76e1b9214 12SHA1 (patch-ag) = 85dac95e40efc16270885087f868aeb76e1b9214
13SHA1 (patch-ah) = 25102dce1b9b22385353af23500636fb18e3bf64 13SHA1 (patch-ah) = 25102dce1b9b22385353af23500636fb18e3bf64
14SHA1 (patch-ai) = 46e896a71d09af71d6b0c8ae5a8b0d5f35424482 14SHA1 (patch-ai) = 46e896a71d09af71d6b0c8ae5a8b0d5f35424482
15SHA1 (patch-an) = a1e7f421a101cf9ccddcaf3ce17aa1847cf76310 15SHA1 (patch-an) = a1e7f421a101cf9ccddcaf3ce17aa1847cf76310

cvs diff -r1.2 -r1.3 pkgsrc/databases/postgresql84-client/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql84-client/Attic/Makefile 2009/12/15 22:39:40 1.2
+++ pkgsrc/databases/postgresql84-client/Attic/Makefile 2009/12/16 13:30:54 1.3
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.2 2009/12/15 22:39:40 fhajny Exp $ 1# $NetBSD: Makefile,v 1.3 2009/12/16 13:30:54 adam Exp $
2 2
3PKGNAME= postgresql84-client-${BASE_VERS} 3PKGNAME= postgresql84-client-${BASE_VERS}
4PKGREVISION= 1 
5COMMENT= PostgreSQL database client programs 4COMMENT= PostgreSQL database client programs
6 5
7PKG_DESTDIR_SUPPORT= user-destdir 6PKG_DESTDIR_SUPPORT= user-destdir
8 7
9.include "../../databases/postgresql84/Makefile.common" 8.include "../../databases/postgresql84/Makefile.common"
10 9
11USE_TOOLS+= gzip tar 10USE_TOOLS+= gzip tar
12USE_LIBTOOL= yes 11USE_LIBTOOL= yes
13CONFIGURE_ARGS+= --with-openssl 12CONFIGURE_ARGS+= --with-openssl
14CONFIGURE_ARGS+= --with-readline 13CONFIGURE_ARGS+= --with-readline
15CONFIGURE_ARGS+= --with-zlib 14CONFIGURE_ARGS+= --with-zlib
16 15
17# 1. The thread-safety test in ${WRSRC}/src/tools/thread does not pass on 16# 1. The thread-safety test in ${WRSRC}/src/tools/thread does not pass on

cvs diff -r1.3 -r1.4 pkgsrc/databases/postgresql84-client/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/postgresql84-client/Attic/PLIST 2009/12/15 22:39:40 1.3
+++ pkgsrc/databases/postgresql84-client/Attic/PLIST 2009/12/16 13:30:54 1.4
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.3 2009/12/15 22:39:40 fhajny Exp $ 1@comment $NetBSD: PLIST,v 1.4 2009/12/16 13:30:54 adam Exp $
2${PG_SUBPREFIX}bin/clusterdb 2${PG_SUBPREFIX}bin/clusterdb
3${PG_SUBPREFIX}bin/createdb 3${PG_SUBPREFIX}bin/createdb
4${PG_SUBPREFIX}bin/createlang 4${PG_SUBPREFIX}bin/createlang
5${PG_SUBPREFIX}bin/createuser 5${PG_SUBPREFIX}bin/createuser
6${PG_SUBPREFIX}bin/dropdb 6${PG_SUBPREFIX}bin/dropdb
7${PG_SUBPREFIX}bin/droplang 7${PG_SUBPREFIX}bin/droplang
8${PG_SUBPREFIX}bin/dropuser 8${PG_SUBPREFIX}bin/dropuser
9${PG_SUBPREFIX}bin/ecpg 9${PG_SUBPREFIX}bin/ecpg
10${PG_SUBPREFIX}bin/initdb 10${PG_SUBPREFIX}bin/initdb
11${PG_SUBPREFIX}bin/pg_config 11${PG_SUBPREFIX}bin/pg_config
12${PG_SUBPREFIX}bin/pg_controldata 12${PG_SUBPREFIX}bin/pg_controldata
13${PG_SUBPREFIX}bin/pg_ctl 13${PG_SUBPREFIX}bin/pg_ctl
14${PG_SUBPREFIX}bin/pg_dump 14${PG_SUBPREFIX}bin/pg_dump
@@ -196,28 +196,28 @@ ${PG_SUBPREFIX}include/postgresql/server @@ -196,28 +196,28 @@ ${PG_SUBPREFIX}include/postgresql/server
196${PG_SUBPREFIX}include/postgresql/server/executor/nodeSetOp.h 196${PG_SUBPREFIX}include/postgresql/server/executor/nodeSetOp.h
197${PG_SUBPREFIX}include/postgresql/server/executor/nodeSort.h 197${PG_SUBPREFIX}include/postgresql/server/executor/nodeSort.h
198${PG_SUBPREFIX}include/postgresql/server/executor/nodeSubplan.h 198${PG_SUBPREFIX}include/postgresql/server/executor/nodeSubplan.h
199${PG_SUBPREFIX}include/postgresql/server/executor/nodeSubqueryscan.h 199${PG_SUBPREFIX}include/postgresql/server/executor/nodeSubqueryscan.h
200${PG_SUBPREFIX}include/postgresql/server/executor/nodeTidscan.h 200${PG_SUBPREFIX}include/postgresql/server/executor/nodeTidscan.h
201${PG_SUBPREFIX}include/postgresql/server/executor/nodeUnique.h 201${PG_SUBPREFIX}include/postgresql/server/executor/nodeUnique.h
202${PG_SUBPREFIX}include/postgresql/server/executor/nodeValuesscan.h 202${PG_SUBPREFIX}include/postgresql/server/executor/nodeValuesscan.h
203${PG_SUBPREFIX}include/postgresql/server/executor/nodeWindowAgg.h 203${PG_SUBPREFIX}include/postgresql/server/executor/nodeWindowAgg.h
204${PG_SUBPREFIX}include/postgresql/server/executor/nodeWorktablescan.h 204${PG_SUBPREFIX}include/postgresql/server/executor/nodeWorktablescan.h
205${PG_SUBPREFIX}include/postgresql/server/executor/spi.h 205${PG_SUBPREFIX}include/postgresql/server/executor/spi.h
206${PG_SUBPREFIX}include/postgresql/server/executor/spi_priv.h 206${PG_SUBPREFIX}include/postgresql/server/executor/spi_priv.h
207${PG_SUBPREFIX}include/postgresql/server/executor/tstoreReceiver.h 207${PG_SUBPREFIX}include/postgresql/server/executor/tstoreReceiver.h
208${PG_SUBPREFIX}include/postgresql/server/executor/tuptable.h 208${PG_SUBPREFIX}include/postgresql/server/executor/tuptable.h
209${PG_SUBPREFIX}include/postgresql/server/foreign/foreign.h 
210${PG_SUBPREFIX}include/postgresql/server/fmgr.h 209${PG_SUBPREFIX}include/postgresql/server/fmgr.h
 210${PG_SUBPREFIX}include/postgresql/server/foreign/foreign.h
211${PG_SUBPREFIX}include/postgresql/server/funcapi.h 211${PG_SUBPREFIX}include/postgresql/server/funcapi.h
212${PG_SUBPREFIX}include/postgresql/server/getaddrinfo.h 212${PG_SUBPREFIX}include/postgresql/server/getaddrinfo.h
213${PG_SUBPREFIX}include/postgresql/server/getopt_long.h 213${PG_SUBPREFIX}include/postgresql/server/getopt_long.h
214${PG_SUBPREFIX}include/postgresql/server/lib/dllist.h 214${PG_SUBPREFIX}include/postgresql/server/lib/dllist.h
215${PG_SUBPREFIX}include/postgresql/server/lib/stringinfo.h 215${PG_SUBPREFIX}include/postgresql/server/lib/stringinfo.h
216${PG_SUBPREFIX}include/postgresql/server/libpq/auth.h 216${PG_SUBPREFIX}include/postgresql/server/libpq/auth.h
217${PG_SUBPREFIX}include/postgresql/server/libpq/be-fsstubs.h 217${PG_SUBPREFIX}include/postgresql/server/libpq/be-fsstubs.h
218${PG_SUBPREFIX}include/postgresql/server/libpq/crypt.h 218${PG_SUBPREFIX}include/postgresql/server/libpq/crypt.h
219${PG_SUBPREFIX}include/postgresql/server/libpq/hba.h 219${PG_SUBPREFIX}include/postgresql/server/libpq/hba.h
220${PG_SUBPREFIX}include/postgresql/server/libpq/ip.h 220${PG_SUBPREFIX}include/postgresql/server/libpq/ip.h
221${PG_SUBPREFIX}include/postgresql/server/libpq/libpq-be.h 221${PG_SUBPREFIX}include/postgresql/server/libpq/libpq-be.h
222${PG_SUBPREFIX}include/postgresql/server/libpq/libpq-fs.h 222${PG_SUBPREFIX}include/postgresql/server/libpq/libpq-fs.h
223${PG_SUBPREFIX}include/postgresql/server/libpq/libpq.h 223${PG_SUBPREFIX}include/postgresql/server/libpq/libpq.h
@@ -781,29 +781,27 @@ ${PG_SUBPREFIX}share/doc/postgresql/html @@ -781,29 +781,27 @@ ${PG_SUBPREFIX}share/doc/postgresql/html
781${PG_SUBPREFIX}share/doc/postgresql/html/contrib-dblink-exec.html 781${PG_SUBPREFIX}share/doc/postgresql/html/contrib-dblink-exec.html
782${PG_SUBPREFIX}share/doc/postgresql/html/contrib-dblink-fetch.html 782${PG_SUBPREFIX}share/doc/postgresql/html/contrib-dblink-fetch.html
783${PG_SUBPREFIX}share/doc/postgresql/html/contrib-dblink-get-connections.html 783${PG_SUBPREFIX}share/doc/postgresql/html/contrib-dblink-get-connections.html
784${PG_SUBPREFIX}share/doc/postgresql/html/contrib-dblink-get-pkey.html 784${PG_SUBPREFIX}share/doc/postgresql/html/contrib-dblink-get-pkey.html
785${PG_SUBPREFIX}share/doc/postgresql/html/contrib-dblink-get-result.html 785${PG_SUBPREFIX}share/doc/postgresql/html/contrib-dblink-get-result.html
786${PG_SUBPREFIX}share/doc/postgresql/html/contrib-dblink-is-busy.html 786${PG_SUBPREFIX}share/doc/postgresql/html/contrib-dblink-is-busy.html
787${PG_SUBPREFIX}share/doc/postgresql/html/contrib-dblink-open.html 787${PG_SUBPREFIX}share/doc/postgresql/html/contrib-dblink-open.html
788${PG_SUBPREFIX}share/doc/postgresql/html/contrib-dblink-send-query.html 788${PG_SUBPREFIX}share/doc/postgresql/html/contrib-dblink-send-query.html
789${PG_SUBPREFIX}share/doc/postgresql/html/contrib-dblink.html 789${PG_SUBPREFIX}share/doc/postgresql/html/contrib-dblink.html
790${PG_SUBPREFIX}share/doc/postgresql/html/contrib-spi.html 790${PG_SUBPREFIX}share/doc/postgresql/html/contrib-spi.html
791${PG_SUBPREFIX}share/doc/postgresql/html/contrib.html 791${PG_SUBPREFIX}share/doc/postgresql/html/contrib.html
792${PG_SUBPREFIX}share/doc/postgresql/html/creating-cluster.html 792${PG_SUBPREFIX}share/doc/postgresql/html/creating-cluster.html
793${PG_SUBPREFIX}share/doc/postgresql/html/cube.html 793${PG_SUBPREFIX}share/doc/postgresql/html/cube.html
794${PG_SUBPREFIX}share/doc/postgresql/html/cvs-tree.html 
795${PG_SUBPREFIX}share/doc/postgresql/html/cvs.html 794${PG_SUBPREFIX}share/doc/postgresql/html/cvs.html
796${PG_SUBPREFIX}share/doc/postgresql/html/cvsup.html 
797${PG_SUBPREFIX}share/doc/postgresql/html/database-roles.html 795${PG_SUBPREFIX}share/doc/postgresql/html/database-roles.html
798${PG_SUBPREFIX}share/doc/postgresql/html/datatype-binary.html 796${PG_SUBPREFIX}share/doc/postgresql/html/datatype-binary.html
799${PG_SUBPREFIX}share/doc/postgresql/html/datatype-bit.html 797${PG_SUBPREFIX}share/doc/postgresql/html/datatype-bit.html
800${PG_SUBPREFIX}share/doc/postgresql/html/datatype-boolean.html 798${PG_SUBPREFIX}share/doc/postgresql/html/datatype-boolean.html
801${PG_SUBPREFIX}share/doc/postgresql/html/datatype-character.html 799${PG_SUBPREFIX}share/doc/postgresql/html/datatype-character.html
802${PG_SUBPREFIX}share/doc/postgresql/html/datatype-datetime.html 800${PG_SUBPREFIX}share/doc/postgresql/html/datatype-datetime.html
803${PG_SUBPREFIX}share/doc/postgresql/html/datatype-enum.html 801${PG_SUBPREFIX}share/doc/postgresql/html/datatype-enum.html
804${PG_SUBPREFIX}share/doc/postgresql/html/datatype-geometric.html 802${PG_SUBPREFIX}share/doc/postgresql/html/datatype-geometric.html
805${PG_SUBPREFIX}share/doc/postgresql/html/datatype-money.html 803${PG_SUBPREFIX}share/doc/postgresql/html/datatype-money.html
806${PG_SUBPREFIX}share/doc/postgresql/html/datatype-net-types.html 804${PG_SUBPREFIX}share/doc/postgresql/html/datatype-net-types.html
807${PG_SUBPREFIX}share/doc/postgresql/html/datatype-numeric.html 805${PG_SUBPREFIX}share/doc/postgresql/html/datatype-numeric.html
808${PG_SUBPREFIX}share/doc/postgresql/html/datatype-oid.html 806${PG_SUBPREFIX}share/doc/postgresql/html/datatype-oid.html
809${PG_SUBPREFIX}share/doc/postgresql/html/datatype-pseudo.html 807${PG_SUBPREFIX}share/doc/postgresql/html/datatype-pseudo.html
@@ -913,26 +911,27 @@ ${PG_SUBPREFIX}share/doc/postgresql/html @@ -913,26 +911,27 @@ ${PG_SUBPREFIX}share/doc/postgresql/html
913${PG_SUBPREFIX}share/doc/postgresql/html/gin-examples.html 911${PG_SUBPREFIX}share/doc/postgresql/html/gin-examples.html
914${PG_SUBPREFIX}share/doc/postgresql/html/gin-extensibility.html 912${PG_SUBPREFIX}share/doc/postgresql/html/gin-extensibility.html
915${PG_SUBPREFIX}share/doc/postgresql/html/gin-implementation.html 913${PG_SUBPREFIX}share/doc/postgresql/html/gin-implementation.html
916${PG_SUBPREFIX}share/doc/postgresql/html/gin-intro.html 914${PG_SUBPREFIX}share/doc/postgresql/html/gin-intro.html
917${PG_SUBPREFIX}share/doc/postgresql/html/gin-limit.html 915${PG_SUBPREFIX}share/doc/postgresql/html/gin-limit.html
918${PG_SUBPREFIX}share/doc/postgresql/html/gin-tips.html 916${PG_SUBPREFIX}share/doc/postgresql/html/gin-tips.html
919${PG_SUBPREFIX}share/doc/postgresql/html/gin.html 917${PG_SUBPREFIX}share/doc/postgresql/html/gin.html
920${PG_SUBPREFIX}share/doc/postgresql/html/gist-examples.html 918${PG_SUBPREFIX}share/doc/postgresql/html/gist-examples.html
921${PG_SUBPREFIX}share/doc/postgresql/html/gist-extensibility.html 919${PG_SUBPREFIX}share/doc/postgresql/html/gist-extensibility.html
922${PG_SUBPREFIX}share/doc/postgresql/html/gist-implementation.html 920${PG_SUBPREFIX}share/doc/postgresql/html/gist-implementation.html
923${PG_SUBPREFIX}share/doc/postgresql/html/gist-intro.html 921${PG_SUBPREFIX}share/doc/postgresql/html/gist-intro.html
924${PG_SUBPREFIX}share/doc/postgresql/html/gist-recovery.html 922${PG_SUBPREFIX}share/doc/postgresql/html/gist-recovery.html
925${PG_SUBPREFIX}share/doc/postgresql/html/gist.html 923${PG_SUBPREFIX}share/doc/postgresql/html/gist.html
 924${PG_SUBPREFIX}share/doc/postgresql/html/git.html
926${PG_SUBPREFIX}share/doc/postgresql/html/high-availability.html 925${PG_SUBPREFIX}share/doc/postgresql/html/high-availability.html
927${PG_SUBPREFIX}share/doc/postgresql/html/history.html 926${PG_SUBPREFIX}share/doc/postgresql/html/history.html
928${PG_SUBPREFIX}share/doc/postgresql/html/hstore.html 927${PG_SUBPREFIX}share/doc/postgresql/html/hstore.html
929${PG_SUBPREFIX}share/doc/postgresql/html/index-catalog.html 928${PG_SUBPREFIX}share/doc/postgresql/html/index-catalog.html
930${PG_SUBPREFIX}share/doc/postgresql/html/index-cost-estimation.html 929${PG_SUBPREFIX}share/doc/postgresql/html/index-cost-estimation.html
931${PG_SUBPREFIX}share/doc/postgresql/html/index-functions.html 930${PG_SUBPREFIX}share/doc/postgresql/html/index-functions.html
932${PG_SUBPREFIX}share/doc/postgresql/html/index-locking.html 931${PG_SUBPREFIX}share/doc/postgresql/html/index-locking.html
933${PG_SUBPREFIX}share/doc/postgresql/html/index-scanning.html 932${PG_SUBPREFIX}share/doc/postgresql/html/index-scanning.html
934${PG_SUBPREFIX}share/doc/postgresql/html/index-unique-checks.html 933${PG_SUBPREFIX}share/doc/postgresql/html/index-unique-checks.html
935${PG_SUBPREFIX}share/doc/postgresql/html/index.html 934${PG_SUBPREFIX}share/doc/postgresql/html/index.html
936${PG_SUBPREFIX}share/doc/postgresql/html/indexam.html 935${PG_SUBPREFIX}share/doc/postgresql/html/indexam.html
937${PG_SUBPREFIX}share/doc/postgresql/html/indexes-bitmap-scans.html 936${PG_SUBPREFIX}share/doc/postgresql/html/indexes-bitmap-scans.html
938${PG_SUBPREFIX}share/doc/postgresql/html/indexes-examine.html 937${PG_SUBPREFIX}share/doc/postgresql/html/indexes-examine.html
@@ -1222,101 +1221,107 @@ ${PG_SUBPREFIX}share/doc/postgresql/html @@ -1222,101 +1221,107 @@ ${PG_SUBPREFIX}share/doc/postgresql/html
1222${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-15.html 1221${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-15.html
1223${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-16.html 1222${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-16.html
1224${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-17.html 1223${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-17.html
1225${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-18.html 1224${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-18.html
1226${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-19.html 1225${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-19.html
1227${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-2.html 1226${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-2.html
1228${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-20.html 1227${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-20.html
1229${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-21.html 1228${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-21.html
1230${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-22.html 1229${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-22.html
1231${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-23.html 1230${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-23.html
1232${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-24.html 1231${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-24.html
1233${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-25.html 1232${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-25.html
1234${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-26.html 1233${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-26.html
 1234${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-27.html
1235${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-3.html 1235${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-3.html
1236${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-4.html 1236${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-4.html
1237${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-5.html 1237${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-5.html
1238${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-6.html 1238${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-6.html
1239${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-7.html 1239${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-7.html
1240${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-8.html 1240${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-8.html
1241${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-9.html 1241${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-9.html
1242${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4.html 1242${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4.html
1243${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-1.html 1243${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-1.html
1244${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-10.html 1244${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-10.html
1245${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-11.html 1245${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-11.html
1246${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-12.html 1246${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-12.html
1247${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-13.html 1247${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-13.html
1248${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-14.html 1248${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-14.html
1249${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-15.html 1249${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-15.html
1250${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-16.html 1250${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-16.html
1251${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-17.html 1251${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-17.html
1252${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-18.html 1252${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-18.html
1253${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-19.html 1253${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-19.html
1254${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-2.html 1254${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-2.html
1255${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-20.html 1255${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-20.html
1256${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-21.html 1256${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-21.html
1257${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-22.html 1257${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-22.html
 1258${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-23.html
1258${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-3.html 1259${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-3.html
1259${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-4.html 1260${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-4.html
1260${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-5.html 1261${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-5.html
1261${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-6.html 1262${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-6.html
1262${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-7.html 1263${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-7.html
1263${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-8.html 1264${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-8.html
1264${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-9.html 1265${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-9.html
1265${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0.html 1266${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0.html
1266${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-1.html 1267${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-1.html
1267${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-10.html 1268${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-10.html
1268${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-11.html 1269${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-11.html
1269${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-12.html 1270${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-12.html
1270${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-13.html 1271${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-13.html
1271${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-14.html 1272${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-14.html
1272${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-15.html 1273${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-15.html
1273${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-16.html 1274${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-16.html
1274${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-17.html 1275${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-17.html
1275${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-18.html 1276${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-18.html
 1277${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-19.html
1276${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-2.html 1278${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-2.html
1277${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-3.html 1279${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-3.html
1278${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-4.html 1280${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-4.html
1279${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-5.html 1281${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-5.html
1280${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-6.html 1282${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-6.html
1281${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-7.html 1283${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-7.html
1282${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-8.html 1284${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-8.html
1283${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-9.html 1285${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-9.html
1284${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1.html 1286${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1.html
1285${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-1.html 1287${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-1.html
1286${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-10.html 1288${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-10.html
1287${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-11.html 1289${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-11.html
1288${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-12.html 1290${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-12.html
1289${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-13.html 1291${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-13.html
1290${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-14.html 1292${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-14.html
 1293${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-15.html
1291${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-2.html 1294${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-2.html
1292${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-3.html 1295${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-3.html
1293${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-4.html 1296${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-4.html
1294${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-5.html 1297${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-5.html
1295${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-6.html 1298${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-6.html
1296${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-7.html 1299${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-7.html
1297${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-8.html 1300${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-8.html
1298${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-9.html 1301${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-9.html
1299${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2.html 1302${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2.html
1300${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-1.html 1303${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-1.html
1301${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-2.html 1304${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-2.html
1302${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-3.html 1305${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-3.html
1303${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-4.html 1306${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-4.html
1304${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-5.html 1307${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-5.html
1305${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-6.html 1308${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-6.html
1306${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-7.html 1309${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-7.html
1307${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-8.html 1310${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-8.html
 1311${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-9.html
1308${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3.html 1312${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3.html
1309${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-1.html 1313${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-1.html
 1314${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-2.html
1310${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4.html 1315${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4.html
1311${PG_SUBPREFIX}share/doc/postgresql/html/release.html 1316${PG_SUBPREFIX}share/doc/postgresql/html/release.html
1312${PG_SUBPREFIX}share/doc/postgresql/html/resources.html 1317${PG_SUBPREFIX}share/doc/postgresql/html/resources.html
1313${PG_SUBPREFIX}share/doc/postgresql/html/role-attributes.html 1318${PG_SUBPREFIX}share/doc/postgresql/html/role-attributes.html
1314${PG_SUBPREFIX}share/doc/postgresql/html/role-membership.html 1319${PG_SUBPREFIX}share/doc/postgresql/html/role-membership.html
1315${PG_SUBPREFIX}share/doc/postgresql/html/routine-reindex.html 1320${PG_SUBPREFIX}share/doc/postgresql/html/routine-reindex.html
1316${PG_SUBPREFIX}share/doc/postgresql/html/routine-vacuuming.html 1321${PG_SUBPREFIX}share/doc/postgresql/html/routine-vacuuming.html
1317${PG_SUBPREFIX}share/doc/postgresql/html/row-estimation-examples.html 1322${PG_SUBPREFIX}share/doc/postgresql/html/row-estimation-examples.html
1318${PG_SUBPREFIX}share/doc/postgresql/html/rowtypes.html 1323${PG_SUBPREFIX}share/doc/postgresql/html/rowtypes.html
1319${PG_SUBPREFIX}share/doc/postgresql/html/rsync.html 1324${PG_SUBPREFIX}share/doc/postgresql/html/rsync.html
1320${PG_SUBPREFIX}share/doc/postgresql/html/rule-system.html 1325${PG_SUBPREFIX}share/doc/postgresql/html/rule-system.html
1321${PG_SUBPREFIX}share/doc/postgresql/html/rules-privileges.html 1326${PG_SUBPREFIX}share/doc/postgresql/html/rules-privileges.html
1322${PG_SUBPREFIX}share/doc/postgresql/html/rules-status.html 1327${PG_SUBPREFIX}share/doc/postgresql/html/rules-status.html

cvs diff -r1.2 -r1.3 pkgsrc/databases/postgresql84-server/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/postgresql84-server/Attic/Makefile 2009/12/15 21:33:49 1.2
+++ pkgsrc/databases/postgresql84-server/Attic/Makefile 2009/12/16 13:30:54 1.3
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.2 2009/12/15 21:33:49 joerg Exp $ 1# $NetBSD: Makefile,v 1.3 2009/12/16 13:30:54 adam Exp $
2 2
3PKGNAME= postgresql84-server-${BASE_VERS} 3PKGNAME= postgresql84-server-${BASE_VERS}
4PKGREVISION= 1 
5COMMENT= PostgreSQL database server programs 4COMMENT= PostgreSQL database server programs
6 5
7PKG_DESTDIR_SUPPORT= user-destdir 6PKG_DESTDIR_SUPPORT= user-destdir
8 7
9# mips has no TAS implementation 8# mips has no TAS implementation
10NOT_FOR_PLATFORM= *-*-mips 9NOT_FOR_PLATFORM= *-*-mips
11 10
12.include "../../databases/postgresql84/Makefile.common" 11.include "../../databases/postgresql84/Makefile.common"
13 12
14# Use shlibtool (invoked as "$(LIBTOOL)") to build modules. 13# Use shlibtool (invoked as "$(LIBTOOL)") to build modules.
15USE_LIBTOOL= yes 14USE_LIBTOOL= yes
16PKG_LIBTOOL= ${PKG_SHLIBTOOL} 15PKG_LIBTOOL= ${PKG_SHLIBTOOL}
17 16

cvs diff -r1.2 -r1.3 pkgsrc/databases/postgresql84-server/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/databases/postgresql84-server/Attic/PLIST 2009/09/10 10:06:20 1.2
+++ pkgsrc/databases/postgresql84-server/Attic/PLIST 2009/12/16 13:30:54 1.3
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.2 2009/09/10 10:06:20 adam Exp $ 1@comment $NetBSD: PLIST,v 1.3 2009/12/16 13:30:54 adam Exp $
2${PG_SUBPREFIX}bin/postgres 2${PG_SUBPREFIX}bin/postgres
3${PG_SUBPREFIX}bin/postmaster 3${PG_SUBPREFIX}bin/postmaster
4${PG_SUBPREFIX}lib/postgresql/ascii_and_mic.la 4${PG_SUBPREFIX}lib/postgresql/ascii_and_mic.la
5${PG_SUBPREFIX}lib/postgresql/cyrillic_and_mic.la 5${PG_SUBPREFIX}lib/postgresql/cyrillic_and_mic.la
6${PG_SUBPREFIX}lib/postgresql/dict_snowball.la 6${PG_SUBPREFIX}lib/postgresql/dict_snowball.la
7${PG_SUBPREFIX}lib/postgresql/euc_cn_and_mic.la 7${PG_SUBPREFIX}lib/postgresql/euc_cn_and_mic.la
8${PG_SUBPREFIX}lib/postgresql/euc_jis_2004_and_shift_jis_2004.la 8${PG_SUBPREFIX}lib/postgresql/euc_jis_2004_and_shift_jis_2004.la
9${PG_SUBPREFIX}lib/postgresql/euc_jp_and_sjis.la 9${PG_SUBPREFIX}lib/postgresql/euc_jp_and_sjis.la
10${PG_SUBPREFIX}lib/postgresql/euc_kr_and_mic.la 10${PG_SUBPREFIX}lib/postgresql/euc_kr_and_mic.la
11${PG_SUBPREFIX}lib/postgresql/euc_tw_and_big5.la 11${PG_SUBPREFIX}lib/postgresql/euc_tw_and_big5.la
12${PG_SUBPREFIX}lib/postgresql/latin2_and_win1250.la 12${PG_SUBPREFIX}lib/postgresql/latin2_and_win1250.la
13${PG_SUBPREFIX}lib/postgresql/latin_and_mic.la 13${PG_SUBPREFIX}lib/postgresql/latin_and_mic.la
14${PG_SUBPREFIX}lib/postgresql/plpgsql.la 14${PG_SUBPREFIX}lib/postgresql/plpgsql.la
@@ -316,26 +316,27 @@ ${PG_SUBPREFIX}share/postgresql/timezone @@ -316,26 +316,27 @@ ${PG_SUBPREFIX}share/postgresql/timezone
316${PG_SUBPREFIX}share/postgresql/timezone/Asia/Katmandu 316${PG_SUBPREFIX}share/postgresql/timezone/Asia/Katmandu
317${PG_SUBPREFIX}share/postgresql/timezone/Asia/Kolkata 317${PG_SUBPREFIX}share/postgresql/timezone/Asia/Kolkata
318${PG_SUBPREFIX}share/postgresql/timezone/Asia/Krasnoyarsk 318${PG_SUBPREFIX}share/postgresql/timezone/Asia/Krasnoyarsk
319${PG_SUBPREFIX}share/postgresql/timezone/Asia/Kuala_Lumpur 319${PG_SUBPREFIX}share/postgresql/timezone/Asia/Kuala_Lumpur
320${PG_SUBPREFIX}share/postgresql/timezone/Asia/Kuching 320${PG_SUBPREFIX}share/postgresql/timezone/Asia/Kuching
321${PG_SUBPREFIX}share/postgresql/timezone/Asia/Kuwait 321${PG_SUBPREFIX}share/postgresql/timezone/Asia/Kuwait
322${PG_SUBPREFIX}share/postgresql/timezone/Asia/Macao 322${PG_SUBPREFIX}share/postgresql/timezone/Asia/Macao
323${PG_SUBPREFIX}share/postgresql/timezone/Asia/Macau 323${PG_SUBPREFIX}share/postgresql/timezone/Asia/Macau
324${PG_SUBPREFIX}share/postgresql/timezone/Asia/Magadan 324${PG_SUBPREFIX}share/postgresql/timezone/Asia/Magadan
325${PG_SUBPREFIX}share/postgresql/timezone/Asia/Makassar 325${PG_SUBPREFIX}share/postgresql/timezone/Asia/Makassar
326${PG_SUBPREFIX}share/postgresql/timezone/Asia/Manila 326${PG_SUBPREFIX}share/postgresql/timezone/Asia/Manila
327${PG_SUBPREFIX}share/postgresql/timezone/Asia/Muscat 327${PG_SUBPREFIX}share/postgresql/timezone/Asia/Muscat
328${PG_SUBPREFIX}share/postgresql/timezone/Asia/Nicosia 328${PG_SUBPREFIX}share/postgresql/timezone/Asia/Nicosia
 329${PG_SUBPREFIX}share/postgresql/timezone/Asia/Novokuznetsk
329${PG_SUBPREFIX}share/postgresql/timezone/Asia/Novosibirsk 330${PG_SUBPREFIX}share/postgresql/timezone/Asia/Novosibirsk
330${PG_SUBPREFIX}share/postgresql/timezone/Asia/Omsk 331${PG_SUBPREFIX}share/postgresql/timezone/Asia/Omsk
331${PG_SUBPREFIX}share/postgresql/timezone/Asia/Oral 332${PG_SUBPREFIX}share/postgresql/timezone/Asia/Oral
332${PG_SUBPREFIX}share/postgresql/timezone/Asia/Phnom_Penh 333${PG_SUBPREFIX}share/postgresql/timezone/Asia/Phnom_Penh
333${PG_SUBPREFIX}share/postgresql/timezone/Asia/Pontianak 334${PG_SUBPREFIX}share/postgresql/timezone/Asia/Pontianak
334${PG_SUBPREFIX}share/postgresql/timezone/Asia/Pyongyang 335${PG_SUBPREFIX}share/postgresql/timezone/Asia/Pyongyang
335${PG_SUBPREFIX}share/postgresql/timezone/Asia/Qatar 336${PG_SUBPREFIX}share/postgresql/timezone/Asia/Qatar
336${PG_SUBPREFIX}share/postgresql/timezone/Asia/Qyzylorda 337${PG_SUBPREFIX}share/postgresql/timezone/Asia/Qyzylorda
337${PG_SUBPREFIX}share/postgresql/timezone/Asia/Rangoon 338${PG_SUBPREFIX}share/postgresql/timezone/Asia/Rangoon
338${PG_SUBPREFIX}share/postgresql/timezone/Asia/Riyadh 339${PG_SUBPREFIX}share/postgresql/timezone/Asia/Riyadh
339${PG_SUBPREFIX}share/postgresql/timezone/Asia/Riyadh87 340${PG_SUBPREFIX}share/postgresql/timezone/Asia/Riyadh87
340${PG_SUBPREFIX}share/postgresql/timezone/Asia/Riyadh88 341${PG_SUBPREFIX}share/postgresql/timezone/Asia/Riyadh88
341${PG_SUBPREFIX}share/postgresql/timezone/Asia/Riyadh89 342${PG_SUBPREFIX}share/postgresql/timezone/Asia/Riyadh89