Index: postgresql92-server/Makefile =================================================================== --- postgresql92-server/Makefile (revision 414437) +++ postgresql92-server/Makefile (working copy) @@ -10,10 +10,10 @@ MAINTAINER?= pgsql@FreeBSD.org COMMENT?= The most advanced open-source database available anywhere -CONFLICTS?= ${PORTNAME}[^${PORTVERSION:R:R}]?-client* \ - ${PORTNAME}${COMPONENT}-[^${PORTVERSION:R:R}].* \ - ${PORTNAME}9[^${PORTVERSION:R:E}]-client* \ - ${PORTNAME}${COMPONENT}-9.[^${PORTVERSION:R:E}].* +#CONFLICTS?= ${PORTNAME}[^${PORTVERSION:R:R}]?-client* \ +# ${PORTNAME}${COMPONENT}-[^${PORTVERSION:R:R}].* \ +# ${PORTNAME}9[^${PORTVERSION:R:E}]-client* \ +# ${PORTNAME}${COMPONENT}-9.[^${PORTVERSION:R:E}].* WRKSRC= ${WRKDIR}/postgresql-${DISTVERSION} DIST_SUBDIR= postgresql @@ -33,15 +33,24 @@ PG_GROUP= pgsql PG_UID= 70 +SHORTVER= ${DISTVERSION:R:S/.//} +PGNAME= ${PORTNAME}${SHORTVER} +DOCSDIR= ${PREFIX}/share/doc/${PGNAME} +DATADIR= ${PREFIX}/share/${PGNAME} +PGDIR= ${PREFIX}/lib/${PGNAME} LDFLAGS+= -L${LOCALBASE}/lib INCLUDES+= -I${LOCALBASE}/include CONFIGURE_ARGS+=--with-libraries=${PREFIX}/lib \ --with-includes=${PREFIX}/include \ - --enable-thread-safety -CONFIGURE_ENV+= INCLUDES="${INCLUDES}" \ - PTHREAD_LIBS="-lpthread" \ - LDFLAGS_SL="${LDFLAGS_SL}" -LDFLAGS+= -lpthread + --enable-thread-safety \ + --bindir=${PGDIR}/bin \ + --libdir=${PGDIR} \ + --includedir=${PREFIX}/include/${PGNAME} \ + --datadir=${DATADIR} \ + --docdir=${DOCSDIR} \ + --disable-rpath +CONFIGURE_ENV+= INCLUDES="${INCLUDES}" +LDFLAGS+= -Wl,-rpath,${PGDIR},--enable-new-dtags PLIST= ${PKGDIR}/pkg-plist${COMPONENT} @@ -237,14 +246,19 @@ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${INSTALL_TARGET}; \ done . if defined(SERVER_ONLY) - @ ${MKDIR} ${STAGEDIR}${PREFIX}/share/postgresql ;\ - ${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily ;\ + @ ${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily ;\ ${INSTALL_SCRIPT} ${WRKDIR}/502.pgsql \ - ${STAGEDIR}${PREFIX}/etc/periodic/daily + ${STAGEDIR}${PREFIX}/etc/periodic/daily/502.pgsql${SHORTVER} ${MKDIR} ${STAGEDIR}${PREFIX}/${PG_USER} + @ cd ${STAGEDIR}${PREFIX}/lib/${PGNAME}/bin; for bin in *; do ln -sf ../lib/${PGNAME}/bin/$$bin ${STAGEDIR}${PREFIX}/bin/$${bin}${DISTVERSION:R:S/.//} ; done . endif # SERVER_ONLY . if defined(CLIENT_ONLY) @ cd ${WRKSRC}/src && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} install-local + @ find ${STAGEDIR}${PREFIX}/man/man1 -type f | sed -e "p;s/\(\.[0-9]$$\)/${SHORTVER}\1/" | xargs -n2 mv + @ find ${STAGEDIR}${PREFIX}/man/man7 -type f | sed -e "p;s/\(\.[0-9]$$\)/-${PGNAME}\1/" | xargs -n2 mv + @ find ${STAGEDIR}${PREFIX}/libdata/pkgconfig -type f | sed -e "p;s/\(\.pc$$\)/${SHORTVER}\1/" | xargs -n2 mv + @ rm -rf ${STAGEDIR}${PREFIX}/man/man3 ${STAGEDIR}${PREFIX}/libdata + @ cd ${STAGEDIR}${PREFIX}/lib/${PGNAME}/bin; for bin in *; do ln -sf ../lib/${PGNAME}/bin/$$bin ${STAGEDIR}${PREFIX}/bin/$${bin}${DISTVERSION:R:S/.//} ; done . endif @ if [ -r ${PKGMESSAGE} ]; then \ ${MKDIR} ${STAGEDIR}${DOCSDIR} ;\ Index: postgresql95-server/pkg-plist-client =================================================================== --- postgresql95-server/pkg-plist-client (revision 414437) +++ postgresql95-server/pkg-plist-client (working copy) @@ -1,921 +1,871 @@ -bin/clusterdb -bin/createdb -bin/createlang -bin/createuser -bin/dropdb -bin/droplang -bin/dropuser -bin/ecpg -bin/pg_config -bin/pg_dump -bin/pg_dumpall -bin/pg_isready -bin/pg_restore -bin/pgbench -bin/psql -bin/reindexdb -bin/vacuumdb -include/ecpg_config.h -include/ecpg_informix.h -include/ecpgerrno.h -include/ecpglib.h -include/ecpgtype.h -include/libpq-events.h -include/libpq-fe.h -include/libpq/libpq-fs.h -include/pg_config.h -include/pg_config_ext.h -include/pg_config_manual.h -include/pg_config_os.h -include/pgtypes_date.h -include/pgtypes_error.h -include/pgtypes_interval.h -include/pgtypes_numeric.h -include/pgtypes_timestamp.h -include/postgres_ext.h -include/postgresql/informix/esql/datetime.h -include/postgresql/informix/esql/decimal.h -include/postgresql/informix/esql/sqltypes.h -include/postgresql/internal/c.h -include/postgresql/internal/libpq-int.h -include/postgresql/internal/libpq/pqcomm.h -include/postgresql/internal/port.h -include/postgresql/internal/postgres_fe.h -include/postgresql/internal/pqexpbuffer.h -include/postgresql/server/access/attnum.h -include/postgresql/server/access/brin.h -include/postgresql/server/access/brin_internal.h -include/postgresql/server/access/brin_page.h -include/postgresql/server/access/brin_pageops.h -include/postgresql/server/access/brin_revmap.h -include/postgresql/server/access/brin_tuple.h -include/postgresql/server/access/brin_xlog.h -include/postgresql/server/access/clog.h -include/postgresql/server/access/commit_ts.h -include/postgresql/server/access/genam.h -include/postgresql/server/access/gin.h -include/postgresql/server/access/gin_private.h -include/postgresql/server/access/gist.h -include/postgresql/server/access/gist_private.h -include/postgresql/server/access/gistscan.h -include/postgresql/server/access/hash.h -include/postgresql/server/access/heapam.h -include/postgresql/server/access/heapam_xlog.h -include/postgresql/server/access/hio.h -include/postgresql/server/access/htup.h -include/postgresql/server/access/htup_details.h -include/postgresql/server/access/itup.h -include/postgresql/server/access/multixact.h -include/postgresql/server/access/nbtree.h -include/postgresql/server/access/parallel.h -include/postgresql/server/access/printtup.h -include/postgresql/server/access/reloptions.h -include/postgresql/server/access/relscan.h -include/postgresql/server/access/rewriteheap.h -include/postgresql/server/access/rmgr.h -include/postgresql/server/access/rmgrlist.h -include/postgresql/server/access/sdir.h -include/postgresql/server/access/skey.h -include/postgresql/server/access/slru.h -include/postgresql/server/access/spgist.h -include/postgresql/server/access/spgist_private.h -include/postgresql/server/access/stratnum.h -include/postgresql/server/access/subtrans.h -include/postgresql/server/access/sysattr.h -include/postgresql/server/access/timeline.h -include/postgresql/server/access/transam.h -include/postgresql/server/access/tsmapi.h -include/postgresql/server/access/tupconvert.h -include/postgresql/server/access/tupdesc.h -include/postgresql/server/access/tupmacs.h -include/postgresql/server/access/tuptoaster.h -include/postgresql/server/access/twophase.h -include/postgresql/server/access/twophase_rmgr.h -include/postgresql/server/access/valid.h -include/postgresql/server/access/visibilitymap.h -include/postgresql/server/access/xact.h -include/postgresql/server/access/xlog.h -include/postgresql/server/access/xlog_fn.h -include/postgresql/server/access/xlog_internal.h -include/postgresql/server/access/xlogdefs.h -include/postgresql/server/access/xloginsert.h -include/postgresql/server/access/xlogreader.h -include/postgresql/server/access/xlogrecord.h -include/postgresql/server/access/xlogutils.h -include/postgresql/server/bootstrap/bootstrap.h -include/postgresql/server/c.h -include/postgresql/server/catalog/binary_upgrade.h -include/postgresql/server/catalog/catalog.h -include/postgresql/server/catalog/catversion.h -include/postgresql/server/catalog/dependency.h -include/postgresql/server/catalog/genbki.h -include/postgresql/server/catalog/heap.h -include/postgresql/server/catalog/index.h -include/postgresql/server/catalog/indexing.h -include/postgresql/server/catalog/namespace.h -include/postgresql/server/catalog/objectaccess.h -include/postgresql/server/catalog/objectaddress.h -include/postgresql/server/catalog/opfam_internal.h -include/postgresql/server/catalog/pg_aggregate.h -include/postgresql/server/catalog/pg_am.h -include/postgresql/server/catalog/pg_amop.h -include/postgresql/server/catalog/pg_amproc.h -include/postgresql/server/catalog/pg_attrdef.h -include/postgresql/server/catalog/pg_attribute.h -include/postgresql/server/catalog/pg_auth_members.h -include/postgresql/server/catalog/pg_authid.h -include/postgresql/server/catalog/pg_cast.h -include/postgresql/server/catalog/pg_class.h -include/postgresql/server/catalog/pg_collation.h -include/postgresql/server/catalog/pg_collation_fn.h -include/postgresql/server/catalog/pg_constraint.h -include/postgresql/server/catalog/pg_control.h -include/postgresql/server/catalog/pg_conversion.h -include/postgresql/server/catalog/pg_conversion_fn.h -include/postgresql/server/catalog/pg_database.h -include/postgresql/server/catalog/pg_db_role_setting.h -include/postgresql/server/catalog/pg_default_acl.h -include/postgresql/server/catalog/pg_depend.h -include/postgresql/server/catalog/pg_description.h -include/postgresql/server/catalog/pg_enum.h -include/postgresql/server/catalog/pg_event_trigger.h -include/postgresql/server/catalog/pg_extension.h -include/postgresql/server/catalog/pg_foreign_data_wrapper.h -include/postgresql/server/catalog/pg_foreign_server.h -include/postgresql/server/catalog/pg_foreign_table.h -include/postgresql/server/catalog/pg_index.h -include/postgresql/server/catalog/pg_inherits.h -include/postgresql/server/catalog/pg_inherits_fn.h -include/postgresql/server/catalog/pg_language.h -include/postgresql/server/catalog/pg_largeobject.h -include/postgresql/server/catalog/pg_largeobject_metadata.h -include/postgresql/server/catalog/pg_namespace.h -include/postgresql/server/catalog/pg_opclass.h -include/postgresql/server/catalog/pg_operator.h -include/postgresql/server/catalog/pg_operator_fn.h -include/postgresql/server/catalog/pg_opfamily.h -include/postgresql/server/catalog/pg_pltemplate.h -include/postgresql/server/catalog/pg_policy.h -include/postgresql/server/catalog/pg_proc.h -include/postgresql/server/catalog/pg_proc_fn.h -include/postgresql/server/catalog/pg_range.h -include/postgresql/server/catalog/pg_replication_origin.h -include/postgresql/server/catalog/pg_rewrite.h -include/postgresql/server/catalog/pg_seclabel.h -include/postgresql/server/catalog/pg_shdepend.h -include/postgresql/server/catalog/pg_shdescription.h -include/postgresql/server/catalog/pg_shseclabel.h -include/postgresql/server/catalog/pg_statistic.h -include/postgresql/server/catalog/pg_tablespace.h -include/postgresql/server/catalog/pg_transform.h -include/postgresql/server/catalog/pg_trigger.h -include/postgresql/server/catalog/pg_ts_config.h -include/postgresql/server/catalog/pg_ts_config_map.h -include/postgresql/server/catalog/pg_ts_dict.h -include/postgresql/server/catalog/pg_ts_parser.h -include/postgresql/server/catalog/pg_ts_template.h -include/postgresql/server/catalog/pg_type.h -include/postgresql/server/catalog/pg_type_fn.h -include/postgresql/server/catalog/pg_user_mapping.h -include/postgresql/server/catalog/storage.h -include/postgresql/server/catalog/storage_xlog.h -include/postgresql/server/catalog/toasting.h -include/postgresql/server/commands/alter.h -include/postgresql/server/commands/async.h -include/postgresql/server/commands/cluster.h -include/postgresql/server/commands/collationcmds.h -include/postgresql/server/commands/comment.h -include/postgresql/server/commands/conversioncmds.h -include/postgresql/server/commands/copy.h -include/postgresql/server/commands/createas.h -include/postgresql/server/commands/dbcommands.h -include/postgresql/server/commands/dbcommands_xlog.h -include/postgresql/server/commands/defrem.h -include/postgresql/server/commands/discard.h -include/postgresql/server/commands/event_trigger.h -include/postgresql/server/commands/explain.h -include/postgresql/server/commands/extension.h -include/postgresql/server/commands/lockcmds.h -include/postgresql/server/commands/matview.h -include/postgresql/server/commands/policy.h -include/postgresql/server/commands/portalcmds.h -include/postgresql/server/commands/prepare.h -include/postgresql/server/commands/proclang.h -include/postgresql/server/commands/schemacmds.h -include/postgresql/server/commands/seclabel.h -include/postgresql/server/commands/sequence.h -include/postgresql/server/commands/tablecmds.h -include/postgresql/server/commands/tablespace.h -include/postgresql/server/commands/trigger.h -include/postgresql/server/commands/typecmds.h -include/postgresql/server/commands/user.h -include/postgresql/server/commands/vacuum.h -include/postgresql/server/commands/variable.h -include/postgresql/server/commands/view.h -include/postgresql/server/common/fe_memutils.h -include/postgresql/server/common/pg_lzcompress.h -include/postgresql/server/common/relpath.h -include/postgresql/server/common/restricted_token.h -include/postgresql/server/common/string.h -include/postgresql/server/common/username.h -include/postgresql/server/datatype/timestamp.h -include/postgresql/server/dynloader.h -include/postgresql/server/executor/execdebug.h -include/postgresql/server/executor/execdesc.h -include/postgresql/server/executor/executor.h -include/postgresql/server/executor/functions.h -include/postgresql/server/executor/hashjoin.h -include/postgresql/server/executor/instrument.h -include/postgresql/server/executor/nodeAgg.h -include/postgresql/server/executor/nodeAppend.h -include/postgresql/server/executor/nodeBitmapAnd.h -include/postgresql/server/executor/nodeBitmapHeapscan.h -include/postgresql/server/executor/nodeBitmapIndexscan.h -include/postgresql/server/executor/nodeBitmapOr.h -include/postgresql/server/executor/nodeCtescan.h -include/postgresql/server/executor/nodeCustom.h -include/postgresql/server/executor/nodeForeignscan.h -include/postgresql/server/executor/nodeFunctionscan.h -include/postgresql/server/executor/nodeGroup.h -include/postgresql/server/executor/nodeHash.h -include/postgresql/server/executor/nodeHashjoin.h -include/postgresql/server/executor/nodeIndexonlyscan.h -include/postgresql/server/executor/nodeIndexscan.h -include/postgresql/server/executor/nodeLimit.h -include/postgresql/server/executor/nodeLockRows.h -include/postgresql/server/executor/nodeMaterial.h -include/postgresql/server/executor/nodeMergeAppend.h -include/postgresql/server/executor/nodeMergejoin.h -include/postgresql/server/executor/nodeModifyTable.h -include/postgresql/server/executor/nodeNestloop.h -include/postgresql/server/executor/nodeRecursiveunion.h -include/postgresql/server/executor/nodeResult.h -include/postgresql/server/executor/nodeSamplescan.h -include/postgresql/server/executor/nodeSeqscan.h -include/postgresql/server/executor/nodeSetOp.h -include/postgresql/server/executor/nodeSort.h -include/postgresql/server/executor/nodeSubplan.h -include/postgresql/server/executor/nodeSubqueryscan.h -include/postgresql/server/executor/nodeTidscan.h -include/postgresql/server/executor/nodeUnique.h -include/postgresql/server/executor/nodeValuesscan.h -include/postgresql/server/executor/nodeWindowAgg.h -include/postgresql/server/executor/nodeWorktablescan.h -include/postgresql/server/executor/spi.h -include/postgresql/server/executor/spi_priv.h -include/postgresql/server/executor/tstoreReceiver.h -include/postgresql/server/executor/tuptable.h -include/postgresql/server/fmgr.h -include/postgresql/server/foreign/fdwapi.h -include/postgresql/server/foreign/foreign.h -include/postgresql/server/funcapi.h -include/postgresql/server/getaddrinfo.h -include/postgresql/server/getopt_long.h -include/postgresql/server/lib/binaryheap.h -include/postgresql/server/lib/bipartite_match.h -include/postgresql/server/lib/hyperloglog.h -include/postgresql/server/lib/ilist.h -include/postgresql/server/lib/pairingheap.h -include/postgresql/server/lib/rbtree.h -include/postgresql/server/lib/stringinfo.h -include/postgresql/server/libpq/auth.h -include/postgresql/server/libpq/be-fsstubs.h -include/postgresql/server/libpq/crypt.h -include/postgresql/server/libpq/hba.h -include/postgresql/server/libpq/ip.h -include/postgresql/server/libpq/libpq-be.h -include/postgresql/server/libpq/libpq-fs.h -include/postgresql/server/libpq/libpq.h -include/postgresql/server/libpq/md5.h -include/postgresql/server/libpq/pqcomm.h -include/postgresql/server/libpq/pqformat.h -include/postgresql/server/libpq/pqmq.h -include/postgresql/server/libpq/pqsignal.h -include/postgresql/server/mb/pg_wchar.h -include/postgresql/server/miscadmin.h -include/postgresql/server/nodes/bitmapset.h -include/postgresql/server/nodes/execnodes.h -include/postgresql/server/nodes/lockoptions.h -include/postgresql/server/nodes/makefuncs.h -include/postgresql/server/nodes/memnodes.h -include/postgresql/server/nodes/nodeFuncs.h -include/postgresql/server/nodes/nodes.h -include/postgresql/server/nodes/params.h -include/postgresql/server/nodes/parsenodes.h -include/postgresql/server/nodes/pg_list.h -include/postgresql/server/nodes/plannodes.h -include/postgresql/server/nodes/primnodes.h -include/postgresql/server/nodes/print.h -include/postgresql/server/nodes/readfuncs.h -include/postgresql/server/nodes/relation.h -include/postgresql/server/nodes/replnodes.h -include/postgresql/server/nodes/tidbitmap.h -include/postgresql/server/nodes/value.h -include/postgresql/server/optimizer/clauses.h -include/postgresql/server/optimizer/cost.h -include/postgresql/server/optimizer/geqo.h -include/postgresql/server/optimizer/geqo_copy.h -include/postgresql/server/optimizer/geqo_gene.h -include/postgresql/server/optimizer/geqo_misc.h -include/postgresql/server/optimizer/geqo_mutation.h -include/postgresql/server/optimizer/geqo_pool.h -include/postgresql/server/optimizer/geqo_random.h -include/postgresql/server/optimizer/geqo_recombination.h -include/postgresql/server/optimizer/geqo_selection.h -include/postgresql/server/optimizer/joininfo.h -include/postgresql/server/optimizer/orclauses.h -include/postgresql/server/optimizer/pathnode.h -include/postgresql/server/optimizer/paths.h -include/postgresql/server/optimizer/placeholder.h -include/postgresql/server/optimizer/plancat.h -include/postgresql/server/optimizer/planmain.h -include/postgresql/server/optimizer/planner.h -include/postgresql/server/optimizer/predtest.h -include/postgresql/server/optimizer/prep.h -include/postgresql/server/optimizer/restrictinfo.h -include/postgresql/server/optimizer/subselect.h -include/postgresql/server/optimizer/tlist.h -include/postgresql/server/optimizer/var.h -include/postgresql/server/parser/analyze.h -include/postgresql/server/parser/gram.h -include/postgresql/server/parser/gramparse.h -include/postgresql/server/parser/keywords.h -include/postgresql/server/parser/kwlist.h -include/postgresql/server/parser/parse_agg.h -include/postgresql/server/parser/parse_clause.h -include/postgresql/server/parser/parse_coerce.h -include/postgresql/server/parser/parse_collate.h -include/postgresql/server/parser/parse_cte.h -include/postgresql/server/parser/parse_expr.h -include/postgresql/server/parser/parse_func.h -include/postgresql/server/parser/parse_node.h -include/postgresql/server/parser/parse_oper.h -include/postgresql/server/parser/parse_param.h -include/postgresql/server/parser/parse_relation.h -include/postgresql/server/parser/parse_target.h -include/postgresql/server/parser/parse_type.h -include/postgresql/server/parser/parse_utilcmd.h -include/postgresql/server/parser/parser.h -include/postgresql/server/parser/parsetree.h -include/postgresql/server/parser/scanner.h -include/postgresql/server/parser/scansup.h -include/postgresql/server/pg_config.h -include/postgresql/server/pg_config_ext.h -include/postgresql/server/pg_config_manual.h -include/postgresql/server/pg_config_os.h -include/postgresql/server/pg_getopt.h -include/postgresql/server/pg_trace.h -include/postgresql/server/pgstat.h -include/postgresql/server/pgtar.h -include/postgresql/server/pgtime.h -include/postgresql/server/port.h -include/postgresql/server/port/aix.h -include/postgresql/server/port/atomics.h -include/postgresql/server/port/atomics/arch-arm.h -include/postgresql/server/port/atomics/arch-hppa.h -include/postgresql/server/port/atomics/arch-ia64.h -include/postgresql/server/port/atomics/arch-ppc.h -include/postgresql/server/port/atomics/arch-x86.h -include/postgresql/server/port/atomics/fallback.h -include/postgresql/server/port/atomics/generic-acc.h -include/postgresql/server/port/atomics/generic-gcc.h -include/postgresql/server/port/atomics/generic-msvc.h -include/postgresql/server/port/atomics/generic-sunpro.h -include/postgresql/server/port/atomics/generic-xlc.h -include/postgresql/server/port/atomics/generic.h -include/postgresql/server/port/cygwin.h -include/postgresql/server/port/darwin.h -include/postgresql/server/port/freebsd.h -include/postgresql/server/port/hpux.h -include/postgresql/server/port/linux.h -include/postgresql/server/port/netbsd.h -include/postgresql/server/port/openbsd.h -include/postgresql/server/port/pg_crc32c.h -include/postgresql/server/port/sco.h -include/postgresql/server/port/solaris.h -include/postgresql/server/port/unixware.h -include/postgresql/server/port/win32.h -include/postgresql/server/port/win32/arpa/inet.h -include/postgresql/server/port/win32/dlfcn.h -include/postgresql/server/port/win32/grp.h -include/postgresql/server/port/win32/netdb.h -include/postgresql/server/port/win32/netinet/in.h -include/postgresql/server/port/win32/pwd.h -include/postgresql/server/port/win32/sys/socket.h -include/postgresql/server/port/win32/sys/wait.h -include/postgresql/server/port/win32_msvc/dirent.h -include/postgresql/server/port/win32_msvc/sys/file.h -include/postgresql/server/port/win32_msvc/sys/param.h -include/postgresql/server/port/win32_msvc/sys/time.h -include/postgresql/server/port/win32_msvc/unistd.h -include/postgresql/server/port/win32_msvc/utime.h -include/postgresql/server/portability/instr_time.h -include/postgresql/server/portability/mem.h -include/postgresql/server/postgres.h -include/postgresql/server/postgres_ext.h -include/postgresql/server/postgres_fe.h -include/postgresql/server/postmaster/autovacuum.h -include/postgresql/server/postmaster/bgworker.h -include/postgresql/server/postmaster/bgworker_internals.h -include/postgresql/server/postmaster/bgwriter.h -include/postgresql/server/postmaster/fork_process.h -include/postgresql/server/postmaster/pgarch.h -include/postgresql/server/postmaster/postmaster.h -include/postgresql/server/postmaster/startup.h -include/postgresql/server/postmaster/syslogger.h -include/postgresql/server/postmaster/walwriter.h -include/postgresql/server/regex/regcustom.h -include/postgresql/server/regex/regerrs.h -include/postgresql/server/regex/regex.h -include/postgresql/server/regex/regexport.h -include/postgresql/server/regex/regguts.h -include/postgresql/server/replication/basebackup.h -include/postgresql/server/replication/decode.h -include/postgresql/server/replication/logical.h -include/postgresql/server/replication/logicalfuncs.h -include/postgresql/server/replication/origin.h -include/postgresql/server/replication/output_plugin.h -include/postgresql/server/replication/reorderbuffer.h -include/postgresql/server/replication/slot.h -include/postgresql/server/replication/snapbuild.h -include/postgresql/server/replication/syncrep.h -include/postgresql/server/replication/walreceiver.h -include/postgresql/server/replication/walsender.h -include/postgresql/server/replication/walsender_private.h -include/postgresql/server/rewrite/prs2lock.h -include/postgresql/server/rewrite/rewriteDefine.h -include/postgresql/server/rewrite/rewriteHandler.h -include/postgresql/server/rewrite/rewriteManip.h -include/postgresql/server/rewrite/rewriteRemove.h -include/postgresql/server/rewrite/rewriteSupport.h -include/postgresql/server/rewrite/rowsecurity.h -include/postgresql/server/rusagestub.h -include/postgresql/server/snowball/header.h -include/postgresql/server/snowball/libstemmer/api.h -include/postgresql/server/snowball/libstemmer/header.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_danish.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_dutch.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_english.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_finnish.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_french.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_german.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_hungarian.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_italian.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_norwegian.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_porter.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_portuguese.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_spanish.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_swedish.h -include/postgresql/server/snowball/libstemmer/stem_ISO_8859_2_romanian.h -include/postgresql/server/snowball/libstemmer/stem_KOI8_R_russian.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_danish.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_dutch.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_english.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_finnish.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_french.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_german.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_hungarian.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_italian.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_norwegian.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_porter.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_portuguese.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_romanian.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_russian.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_spanish.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_swedish.h -include/postgresql/server/snowball/libstemmer/stem_UTF_8_turkish.h -include/postgresql/server/storage/backendid.h -include/postgresql/server/storage/barrier.h -include/postgresql/server/storage/block.h -include/postgresql/server/storage/buf.h -include/postgresql/server/storage/buf_internals.h -include/postgresql/server/storage/buffile.h -include/postgresql/server/storage/bufmgr.h -include/postgresql/server/storage/bufpage.h -include/postgresql/server/storage/checksum.h -include/postgresql/server/storage/checksum_impl.h -include/postgresql/server/storage/copydir.h -include/postgresql/server/storage/dsm.h -include/postgresql/server/storage/dsm_impl.h -include/postgresql/server/storage/fd.h -include/postgresql/server/storage/freespace.h -include/postgresql/server/storage/fsm_internals.h -include/postgresql/server/storage/indexfsm.h -include/postgresql/server/storage/ipc.h -include/postgresql/server/storage/item.h -include/postgresql/server/storage/itemid.h -include/postgresql/server/storage/itemptr.h -include/postgresql/server/storage/large_object.h -include/postgresql/server/storage/latch.h -include/postgresql/server/storage/lmgr.h -include/postgresql/server/storage/lock.h -include/postgresql/server/storage/lwlock.h -include/postgresql/server/storage/off.h -include/postgresql/server/storage/pg_sema.h -include/postgresql/server/storage/pg_shmem.h -include/postgresql/server/storage/pmsignal.h -include/postgresql/server/storage/pos.h -include/postgresql/server/storage/predicate.h -include/postgresql/server/storage/predicate_internals.h -include/postgresql/server/storage/proc.h -include/postgresql/server/storage/procarray.h -include/postgresql/server/storage/procsignal.h -include/postgresql/server/storage/reinit.h -include/postgresql/server/storage/relfilenode.h -include/postgresql/server/storage/s_lock.h -include/postgresql/server/storage/shm_mq.h -include/postgresql/server/storage/shm_toc.h -include/postgresql/server/storage/shmem.h -include/postgresql/server/storage/sinval.h -include/postgresql/server/storage/sinvaladt.h -include/postgresql/server/storage/smgr.h -include/postgresql/server/storage/spin.h -include/postgresql/server/storage/standby.h -include/postgresql/server/tcop/deparse_utility.h -include/postgresql/server/tcop/dest.h -include/postgresql/server/tcop/fastpath.h -include/postgresql/server/tcop/pquery.h -include/postgresql/server/tcop/tcopdebug.h -include/postgresql/server/tcop/tcopprot.h -include/postgresql/server/tcop/utility.h -include/postgresql/server/tsearch/dicts/regis.h -include/postgresql/server/tsearch/dicts/spell.h -include/postgresql/server/tsearch/ts_cache.h -include/postgresql/server/tsearch/ts_locale.h -include/postgresql/server/tsearch/ts_public.h -include/postgresql/server/tsearch/ts_type.h -include/postgresql/server/tsearch/ts_utils.h -include/postgresql/server/utils/acl.h -include/postgresql/server/utils/aclchk_internal.h -include/postgresql/server/utils/array.h -include/postgresql/server/utils/arrayaccess.h -include/postgresql/server/utils/ascii.h -include/postgresql/server/utils/attoptcache.h -include/postgresql/server/utils/builtins.h -include/postgresql/server/utils/bytea.h -include/postgresql/server/utils/cash.h -include/postgresql/server/utils/catcache.h -include/postgresql/server/utils/combocid.h -include/postgresql/server/utils/date.h -include/postgresql/server/utils/datetime.h -include/postgresql/server/utils/datum.h -include/postgresql/server/utils/dynahash.h -include/postgresql/server/utils/dynamic_loader.h -include/postgresql/server/utils/elog.h -include/postgresql/server/utils/errcodes.h -include/postgresql/server/utils/evtcache.h -include/postgresql/server/utils/expandeddatum.h -include/postgresql/server/utils/fmgroids.h -include/postgresql/server/utils/fmgrtab.h -include/postgresql/server/utils/formatting.h -include/postgresql/server/utils/geo_decls.h -include/postgresql/server/utils/guc.h -include/postgresql/server/utils/guc_tables.h -include/postgresql/server/utils/help_config.h -include/postgresql/server/utils/hsearch.h -include/postgresql/server/utils/inet.h -include/postgresql/server/utils/int8.h -include/postgresql/server/utils/inval.h -include/postgresql/server/utils/json.h -include/postgresql/server/utils/jsonapi.h -include/postgresql/server/utils/jsonb.h -include/postgresql/server/utils/logtape.h -include/postgresql/server/utils/lsyscache.h -include/postgresql/server/utils/memdebug.h -include/postgresql/server/utils/memutils.h -include/postgresql/server/utils/nabstime.h -include/postgresql/server/utils/numeric.h -include/postgresql/server/utils/palloc.h -include/postgresql/server/utils/pg_crc.h -include/postgresql/server/utils/pg_locale.h -include/postgresql/server/utils/pg_lsn.h -include/postgresql/server/utils/pg_rusage.h -include/postgresql/server/utils/plancache.h -include/postgresql/server/utils/portal.h -include/postgresql/server/utils/probes.h -include/postgresql/server/utils/ps_status.h -include/postgresql/server/utils/rangetypes.h -include/postgresql/server/utils/rel.h -include/postgresql/server/utils/relcache.h -include/postgresql/server/utils/relfilenodemap.h -include/postgresql/server/utils/relmapper.h -include/postgresql/server/utils/reltrigger.h -include/postgresql/server/utils/resowner.h -include/postgresql/server/utils/resowner_private.h -include/postgresql/server/utils/rls.h -include/postgresql/server/utils/ruleutils.h -include/postgresql/server/utils/sampling.h -include/postgresql/server/utils/selfuncs.h -include/postgresql/server/utils/snapmgr.h -include/postgresql/server/utils/snapshot.h -include/postgresql/server/utils/sortsupport.h -include/postgresql/server/utils/spccache.h -include/postgresql/server/utils/syscache.h -include/postgresql/server/utils/timeout.h -include/postgresql/server/utils/timestamp.h -include/postgresql/server/utils/tqual.h -include/postgresql/server/utils/tuplesort.h -include/postgresql/server/utils/tuplestore.h -include/postgresql/server/utils/typcache.h -include/postgresql/server/utils/tzparser.h -include/postgresql/server/utils/uuid.h -include/postgresql/server/utils/varbit.h -include/postgresql/server/utils/xml.h -include/postgresql/server/windowapi.h -include/sql3types.h -include/sqlca.h -include/sqlda-compat.h -include/sqlda-native.h -include/sqlda.h -lib/libecpg.a -lib/libecpg.so -lib/libecpg.so.6 -lib/libecpg_compat.a -lib/libecpg_compat.so -lib/libecpg_compat.so.3 -lib/libpgport.a -lib/libpgtypes.a -lib/libpgtypes.so -lib/libpgtypes.so.3 -lib/libpq.a -lib/libpq.so -lib/libpq.so.5 -lib/postgresql/pgxs/config/install-sh -lib/postgresql/pgxs/config/missing -lib/postgresql/pgxs/src/Makefile.global -lib/postgresql/pgxs/src/Makefile.port -lib/postgresql/pgxs/src/Makefile.shlib -lib/postgresql/pgxs/src/makefiles/pgxs.mk -lib/postgresql/pgxs/src/nls-global.mk -libdata/pkgconfig/libecpg.pc -libdata/pkgconfig/libecpg_compat.pc -libdata/pkgconfig/libpgtypes.pc -libdata/pkgconfig/libpq.pc -man/man1/clusterdb.1.gz -man/man1/createdb.1.gz -man/man1/createlang.1.gz -man/man1/createuser.1.gz -man/man1/dropdb.1.gz -man/man1/droplang.1.gz -man/man1/dropuser.1.gz -man/man1/ecpg.1.gz -man/man1/initdb.1.gz -man/man1/oid2name.1.gz -man/man1/pg_archivecleanup.1.gz -man/man1/pg_basebackup.1.gz -man/man1/pg_config.1.gz -man/man1/pg_controldata.1.gz -man/man1/pg_ctl.1.gz -man/man1/pg_dump.1.gz -man/man1/pg_dumpall.1.gz -man/man1/pg_isready.1.gz -man/man1/pg_receivexlog.1.gz -man/man1/pg_recvlogical.1.gz -man/man1/pg_resetxlog.1.gz -man/man1/pg_restore.1.gz -man/man1/pg_rewind.1.gz -man/man1/pg_standby.1.gz -man/man1/pg_test_fsync.1.gz -man/man1/pg_test_timing.1.gz -man/man1/pg_upgrade.1.gz -man/man1/pg_xlogdump.1.gz -man/man1/pgbench.1.gz -man/man1/postgres.1.gz -man/man1/postmaster.1.gz -man/man1/psql.1.gz -man/man1/reindexdb.1.gz -man/man1/vacuumdb.1.gz -man/man1/vacuumlo.1.gz -man/man3/SPI_connect.3.gz -man/man3/SPI_copytuple.3.gz -man/man3/SPI_cursor_close.3.gz -man/man3/SPI_cursor_fetch.3.gz -man/man3/SPI_cursor_find.3.gz -man/man3/SPI_cursor_move.3.gz -man/man3/SPI_cursor_open.3.gz -man/man3/SPI_cursor_open_with_args.3.gz -man/man3/SPI_cursor_open_with_paramlist.3.gz -man/man3/SPI_exec.3.gz -man/man3/SPI_execp.3.gz -man/man3/SPI_execute.3.gz -man/man3/SPI_execute_plan.3.gz -man/man3/SPI_execute_plan_with_paramlist.3.gz -man/man3/SPI_execute_with_args.3.gz -man/man3/SPI_finish.3.gz -man/man3/SPI_fname.3.gz -man/man3/SPI_fnumber.3.gz -man/man3/SPI_freeplan.3.gz -man/man3/SPI_freetuple.3.gz -man/man3/SPI_freetuptable.3.gz -man/man3/SPI_getargcount.3.gz -man/man3/SPI_getargtypeid.3.gz -man/man3/SPI_getbinval.3.gz -man/man3/SPI_getnspname.3.gz -man/man3/SPI_getrelname.3.gz -man/man3/SPI_gettype.3.gz -man/man3/SPI_gettypeid.3.gz -man/man3/SPI_getvalue.3.gz -man/man3/SPI_is_cursor_plan.3.gz -man/man3/SPI_keepplan.3.gz -man/man3/SPI_modifytuple.3.gz -man/man3/SPI_palloc.3.gz -man/man3/SPI_pfree.3.gz -man/man3/SPI_pop.3.gz -man/man3/SPI_prepare.3.gz -man/man3/SPI_prepare_cursor.3.gz -man/man3/SPI_prepare_params.3.gz -man/man3/SPI_push.3.gz -man/man3/SPI_repalloc.3.gz -man/man3/SPI_returntuple.3.gz -man/man3/SPI_saveplan.3.gz -man/man3/SPI_scroll_cursor_fetch.3.gz -man/man3/SPI_scroll_cursor_move.3.gz -man/man3/dblink.3.gz -man/man3/dblink_build_sql_delete.3.gz -man/man3/dblink_build_sql_insert.3.gz -man/man3/dblink_build_sql_update.3.gz -man/man3/dblink_cancel_query.3.gz -man/man3/dblink_close.3.gz -man/man3/dblink_connect.3.gz -man/man3/dblink_connect_u.3.gz -man/man3/dblink_disconnect.3.gz -man/man3/dblink_error_message.3.gz -man/man3/dblink_exec.3.gz -man/man3/dblink_fetch.3.gz -man/man3/dblink_get_connections.3.gz -man/man3/dblink_get_notify.3.gz -man/man3/dblink_get_pkey.3.gz -man/man3/dblink_get_result.3.gz -man/man3/dblink_is_busy.3.gz -man/man3/dblink_open.3.gz -man/man3/dblink_send_query.3.gz -man/man7/ABORT.7.gz -man/man7/ALTER_AGGREGATE.7.gz -man/man7/ALTER_COLLATION.7.gz -man/man7/ALTER_CONVERSION.7.gz -man/man7/ALTER_DATABASE.7.gz -man/man7/ALTER_DEFAULT_PRIVILEGES.7.gz -man/man7/ALTER_DOMAIN.7.gz -man/man7/ALTER_EVENT_TRIGGER.7.gz -man/man7/ALTER_EXTENSION.7.gz -man/man7/ALTER_FOREIGN_DATA_WRAPPER.7.gz -man/man7/ALTER_FOREIGN_TABLE.7.gz -man/man7/ALTER_FUNCTION.7.gz -man/man7/ALTER_GROUP.7.gz -man/man7/ALTER_INDEX.7.gz -man/man7/ALTER_LANGUAGE.7.gz -man/man7/ALTER_LARGE_OBJECT.7.gz -man/man7/ALTER_MATERIALIZED_VIEW.7.gz -man/man7/ALTER_OPERATOR.7.gz -man/man7/ALTER_OPERATOR_CLASS.7.gz -man/man7/ALTER_OPERATOR_FAMILY.7.gz -man/man7/ALTER_POLICY.7.gz -man/man7/ALTER_ROLE.7.gz -man/man7/ALTER_RULE.7.gz -man/man7/ALTER_SCHEMA.7.gz -man/man7/ALTER_SEQUENCE.7.gz -man/man7/ALTER_SERVER.7.gz -man/man7/ALTER_SYSTEM.7.gz -man/man7/ALTER_TABLE.7.gz -man/man7/ALTER_TABLESPACE.7.gz -man/man7/ALTER_TEXT_SEARCH_CONFIGURATION.7.gz -man/man7/ALTER_TEXT_SEARCH_DICTIONARY.7.gz -man/man7/ALTER_TEXT_SEARCH_PARSER.7.gz -man/man7/ALTER_TEXT_SEARCH_TEMPLATE.7.gz -man/man7/ALTER_TRIGGER.7.gz -man/man7/ALTER_TYPE.7.gz -man/man7/ALTER_USER.7.gz -man/man7/ALTER_USER_MAPPING.7.gz -man/man7/ALTER_VIEW.7.gz -man/man7/ANALYZE.7.gz -man/man7/BEGIN.7.gz -man/man7/CHECKPOINT.7.gz -man/man7/CLOSE.7.gz -man/man7/CLUSTER.7.gz -man/man7/COMMENT.7.gz -man/man7/COMMIT.7.gz -man/man7/COMMIT_PREPARED.7.gz -man/man7/COPY.7.gz -man/man7/CREATE_AGGREGATE.7.gz -man/man7/CREATE_CAST.7.gz -man/man7/CREATE_COLLATION.7.gz -man/man7/CREATE_CONVERSION.7.gz -man/man7/CREATE_DATABASE.7.gz -man/man7/CREATE_DOMAIN.7.gz -man/man7/CREATE_EVENT_TRIGGER.7.gz -man/man7/CREATE_EXTENSION.7.gz -man/man7/CREATE_FOREIGN_DATA_WRAPPER.7.gz -man/man7/CREATE_FOREIGN_TABLE.7.gz -man/man7/CREATE_FUNCTION.7.gz -man/man7/CREATE_GROUP.7.gz -man/man7/CREATE_INDEX.7.gz -man/man7/CREATE_LANGUAGE.7.gz -man/man7/CREATE_MATERIALIZED_VIEW.7.gz -man/man7/CREATE_OPERATOR.7.gz -man/man7/CREATE_OPERATOR_CLASS.7.gz -man/man7/CREATE_OPERATOR_FAMILY.7.gz -man/man7/CREATE_POLICY.7.gz -man/man7/CREATE_ROLE.7.gz -man/man7/CREATE_RULE.7.gz -man/man7/CREATE_SCHEMA.7.gz -man/man7/CREATE_SEQUENCE.7.gz -man/man7/CREATE_SERVER.7.gz -man/man7/CREATE_TABLE.7.gz -man/man7/CREATE_TABLESPACE.7.gz -man/man7/CREATE_TABLE_AS.7.gz -man/man7/CREATE_TEXT_SEARCH_CONFIGURATION.7.gz -man/man7/CREATE_TEXT_SEARCH_DICTIONARY.7.gz -man/man7/CREATE_TEXT_SEARCH_PARSER.7.gz -man/man7/CREATE_TEXT_SEARCH_TEMPLATE.7.gz -man/man7/CREATE_TRANSFORM.7.gz -man/man7/CREATE_TRIGGER.7.gz -man/man7/CREATE_TYPE.7.gz -man/man7/CREATE_USER.7.gz -man/man7/CREATE_USER_MAPPING.7.gz -man/man7/CREATE_VIEW.7.gz -man/man7/DEALLOCATE.7.gz -man/man7/DECLARE.7.gz -man/man7/DELETE.7.gz -man/man7/DISCARD.7.gz -man/man7/DO.7.gz -man/man7/DROP_AGGREGATE.7.gz -man/man7/DROP_CAST.7.gz -man/man7/DROP_COLLATION.7.gz -man/man7/DROP_CONVERSION.7.gz -man/man7/DROP_DATABASE.7.gz -man/man7/DROP_DOMAIN.7.gz -man/man7/DROP_EVENT_TRIGGER.7.gz -man/man7/DROP_EXTENSION.7.gz -man/man7/DROP_FOREIGN_DATA_WRAPPER.7.gz -man/man7/DROP_FOREIGN_TABLE.7.gz -man/man7/DROP_FUNCTION.7.gz -man/man7/DROP_GROUP.7.gz -man/man7/DROP_INDEX.7.gz -man/man7/DROP_LANGUAGE.7.gz -man/man7/DROP_MATERIALIZED_VIEW.7.gz -man/man7/DROP_OPERATOR.7.gz -man/man7/DROP_OPERATOR_CLASS.7.gz -man/man7/DROP_OPERATOR_FAMILY.7.gz -man/man7/DROP_OWNED.7.gz -man/man7/DROP_POLICY.7.gz -man/man7/DROP_ROLE.7.gz -man/man7/DROP_RULE.7.gz -man/man7/DROP_SCHEMA.7.gz -man/man7/DROP_SEQUENCE.7.gz -man/man7/DROP_SERVER.7.gz -man/man7/DROP_TABLE.7.gz -man/man7/DROP_TABLESPACE.7.gz -man/man7/DROP_TEXT_SEARCH_CONFIGURATION.7.gz -man/man7/DROP_TEXT_SEARCH_DICTIONARY.7.gz -man/man7/DROP_TEXT_SEARCH_PARSER.7.gz -man/man7/DROP_TEXT_SEARCH_TEMPLATE.7.gz -man/man7/DROP_TRANSFORM.7.gz -man/man7/DROP_TRIGGER.7.gz -man/man7/DROP_TYPE.7.gz -man/man7/DROP_USER.7.gz -man/man7/DROP_USER_MAPPING.7.gz -man/man7/DROP_VIEW.7.gz -man/man7/END.7.gz -man/man7/EXECUTE.7.gz -man/man7/EXPLAIN.7.gz -man/man7/FETCH.7.gz -man/man7/GRANT.7.gz -man/man7/IMPORT_FOREIGN_SCHEMA.7.gz -man/man7/INSERT.7.gz -man/man7/LISTEN.7.gz -man/man7/LOAD.7.gz -man/man7/LOCK.7.gz -man/man7/MOVE.7.gz -man/man7/NOTIFY.7.gz -man/man7/PREPARE.7.gz -man/man7/PREPARE_TRANSACTION.7.gz -man/man7/REASSIGN_OWNED.7.gz -man/man7/REFRESH_MATERIALIZED_VIEW.7.gz -man/man7/REINDEX.7.gz -man/man7/RELEASE_SAVEPOINT.7.gz -man/man7/RESET.7.gz -man/man7/REVOKE.7.gz -man/man7/ROLLBACK.7.gz -man/man7/ROLLBACK_PREPARED.7.gz -man/man7/ROLLBACK_TO_SAVEPOINT.7.gz -man/man7/SAVEPOINT.7.gz -man/man7/SECURITY_LABEL.7.gz -man/man7/SELECT.7.gz -man/man7/SELECT_INTO.7.gz -man/man7/SET.7.gz -man/man7/SET_CONSTRAINTS.7.gz -man/man7/SET_ROLE.7.gz -man/man7/SET_SESSION_AUTHORIZATION.7.gz -man/man7/SET_TRANSACTION.7.gz -man/man7/SHOW.7.gz -man/man7/START_TRANSACTION.7.gz -man/man7/TABLE.7.gz -man/man7/TRUNCATE.7.gz -man/man7/UNLISTEN.7.gz -man/man7/UPDATE.7.gz -man/man7/VACUUM.7.gz -man/man7/VALUES.7.gz -man/man7/WITH.7.gz +bin/clusterdb95 +bin/createdb95 +bin/createlang95 +bin/createuser95 +bin/dropdb95 +bin/droplang95 +bin/dropuser95 +bin/ecpg95 +bin/pg_config95 +bin/pg_dump95 +bin/pg_dumpall95 +bin/pg_isready95 +bin/pg_restore95 +bin/pgbench95 +bin/psql95 +bin/reindexdb95 +bin/vacuumdb95 +include/postgresql95/ecpg_config.h +include/postgresql95/ecpg_informix.h +include/postgresql95/ecpgerrno.h +include/postgresql95/ecpglib.h +include/postgresql95/ecpgtype.h +include/postgresql95/informix/esql/datetime.h +include/postgresql95/informix/esql/decimal.h +include/postgresql95/informix/esql/sqltypes.h +include/postgresql95/internal/c.h +include/postgresql95/internal/libpq-int.h +include/postgresql95/internal/libpq/pqcomm.h +include/postgresql95/internal/port.h +include/postgresql95/internal/postgres_fe.h +include/postgresql95/internal/pqexpbuffer.h +include/postgresql95/libpq-events.h +include/postgresql95/libpq-fe.h +include/postgresql95/libpq/libpq-fs.h +include/postgresql95/pg_config.h +include/postgresql95/pg_config_ext.h +include/postgresql95/pg_config_manual.h +include/postgresql95/pg_config_os.h +include/postgresql95/pgtypes_date.h +include/postgresql95/pgtypes_error.h +include/postgresql95/pgtypes_interval.h +include/postgresql95/pgtypes_numeric.h +include/postgresql95/pgtypes_timestamp.h +include/postgresql95/postgres_ext.h +include/postgresql95/server/access/attnum.h +include/postgresql95/server/access/brin.h +include/postgresql95/server/access/brin_internal.h +include/postgresql95/server/access/brin_page.h +include/postgresql95/server/access/brin_pageops.h +include/postgresql95/server/access/brin_revmap.h +include/postgresql95/server/access/brin_tuple.h +include/postgresql95/server/access/brin_xlog.h +include/postgresql95/server/access/clog.h +include/postgresql95/server/access/commit_ts.h +include/postgresql95/server/access/genam.h +include/postgresql95/server/access/gin.h +include/postgresql95/server/access/gin_private.h +include/postgresql95/server/access/gist.h +include/postgresql95/server/access/gist_private.h +include/postgresql95/server/access/gistscan.h +include/postgresql95/server/access/hash.h +include/postgresql95/server/access/heapam.h +include/postgresql95/server/access/heapam_xlog.h +include/postgresql95/server/access/hio.h +include/postgresql95/server/access/htup.h +include/postgresql95/server/access/htup_details.h +include/postgresql95/server/access/itup.h +include/postgresql95/server/access/multixact.h +include/postgresql95/server/access/nbtree.h +include/postgresql95/server/access/parallel.h +include/postgresql95/server/access/printtup.h +include/postgresql95/server/access/reloptions.h +include/postgresql95/server/access/relscan.h +include/postgresql95/server/access/rewriteheap.h +include/postgresql95/server/access/rmgr.h +include/postgresql95/server/access/rmgrlist.h +include/postgresql95/server/access/sdir.h +include/postgresql95/server/access/skey.h +include/postgresql95/server/access/slru.h +include/postgresql95/server/access/spgist.h +include/postgresql95/server/access/spgist_private.h +include/postgresql95/server/access/stratnum.h +include/postgresql95/server/access/subtrans.h +include/postgresql95/server/access/sysattr.h +include/postgresql95/server/access/timeline.h +include/postgresql95/server/access/transam.h +include/postgresql95/server/access/tsmapi.h +include/postgresql95/server/access/tupconvert.h +include/postgresql95/server/access/tupdesc.h +include/postgresql95/server/access/tupmacs.h +include/postgresql95/server/access/tuptoaster.h +include/postgresql95/server/access/twophase.h +include/postgresql95/server/access/twophase_rmgr.h +include/postgresql95/server/access/valid.h +include/postgresql95/server/access/visibilitymap.h +include/postgresql95/server/access/xact.h +include/postgresql95/server/access/xlog.h +include/postgresql95/server/access/xlog_fn.h +include/postgresql95/server/access/xlog_internal.h +include/postgresql95/server/access/xlogdefs.h +include/postgresql95/server/access/xloginsert.h +include/postgresql95/server/access/xlogreader.h +include/postgresql95/server/access/xlogrecord.h +include/postgresql95/server/access/xlogutils.h +include/postgresql95/server/bootstrap/bootstrap.h +include/postgresql95/server/c.h +include/postgresql95/server/catalog/binary_upgrade.h +include/postgresql95/server/catalog/catalog.h +include/postgresql95/server/catalog/catversion.h +include/postgresql95/server/catalog/dependency.h +include/postgresql95/server/catalog/genbki.h +include/postgresql95/server/catalog/heap.h +include/postgresql95/server/catalog/index.h +include/postgresql95/server/catalog/indexing.h +include/postgresql95/server/catalog/namespace.h +include/postgresql95/server/catalog/objectaccess.h +include/postgresql95/server/catalog/objectaddress.h +include/postgresql95/server/catalog/opfam_internal.h +include/postgresql95/server/catalog/pg_aggregate.h +include/postgresql95/server/catalog/pg_am.h +include/postgresql95/server/catalog/pg_amop.h +include/postgresql95/server/catalog/pg_amproc.h +include/postgresql95/server/catalog/pg_attrdef.h +include/postgresql95/server/catalog/pg_attribute.h +include/postgresql95/server/catalog/pg_auth_members.h +include/postgresql95/server/catalog/pg_authid.h +include/postgresql95/server/catalog/pg_cast.h +include/postgresql95/server/catalog/pg_class.h +include/postgresql95/server/catalog/pg_collation.h +include/postgresql95/server/catalog/pg_collation_fn.h +include/postgresql95/server/catalog/pg_constraint.h +include/postgresql95/server/catalog/pg_control.h +include/postgresql95/server/catalog/pg_conversion.h +include/postgresql95/server/catalog/pg_conversion_fn.h +include/postgresql95/server/catalog/pg_database.h +include/postgresql95/server/catalog/pg_db_role_setting.h +include/postgresql95/server/catalog/pg_default_acl.h +include/postgresql95/server/catalog/pg_depend.h +include/postgresql95/server/catalog/pg_description.h +include/postgresql95/server/catalog/pg_enum.h +include/postgresql95/server/catalog/pg_event_trigger.h +include/postgresql95/server/catalog/pg_extension.h +include/postgresql95/server/catalog/pg_foreign_data_wrapper.h +include/postgresql95/server/catalog/pg_foreign_server.h +include/postgresql95/server/catalog/pg_foreign_table.h +include/postgresql95/server/catalog/pg_index.h +include/postgresql95/server/catalog/pg_inherits.h +include/postgresql95/server/catalog/pg_inherits_fn.h +include/postgresql95/server/catalog/pg_language.h +include/postgresql95/server/catalog/pg_largeobject.h +include/postgresql95/server/catalog/pg_largeobject_metadata.h +include/postgresql95/server/catalog/pg_namespace.h +include/postgresql95/server/catalog/pg_opclass.h +include/postgresql95/server/catalog/pg_operator.h +include/postgresql95/server/catalog/pg_operator_fn.h +include/postgresql95/server/catalog/pg_opfamily.h +include/postgresql95/server/catalog/pg_pltemplate.h +include/postgresql95/server/catalog/pg_policy.h +include/postgresql95/server/catalog/pg_proc.h +include/postgresql95/server/catalog/pg_proc_fn.h +include/postgresql95/server/catalog/pg_range.h +include/postgresql95/server/catalog/pg_replication_origin.h +include/postgresql95/server/catalog/pg_rewrite.h +include/postgresql95/server/catalog/pg_seclabel.h +include/postgresql95/server/catalog/pg_shdepend.h +include/postgresql95/server/catalog/pg_shdescription.h +include/postgresql95/server/catalog/pg_shseclabel.h +include/postgresql95/server/catalog/pg_statistic.h +include/postgresql95/server/catalog/pg_tablespace.h +include/postgresql95/server/catalog/pg_transform.h +include/postgresql95/server/catalog/pg_trigger.h +include/postgresql95/server/catalog/pg_ts_config.h +include/postgresql95/server/catalog/pg_ts_config_map.h +include/postgresql95/server/catalog/pg_ts_dict.h +include/postgresql95/server/catalog/pg_ts_parser.h +include/postgresql95/server/catalog/pg_ts_template.h +include/postgresql95/server/catalog/pg_type.h +include/postgresql95/server/catalog/pg_type_fn.h +include/postgresql95/server/catalog/pg_user_mapping.h +include/postgresql95/server/catalog/storage.h +include/postgresql95/server/catalog/storage_xlog.h +include/postgresql95/server/catalog/toasting.h +include/postgresql95/server/commands/alter.h +include/postgresql95/server/commands/async.h +include/postgresql95/server/commands/cluster.h +include/postgresql95/server/commands/collationcmds.h +include/postgresql95/server/commands/comment.h +include/postgresql95/server/commands/conversioncmds.h +include/postgresql95/server/commands/copy.h +include/postgresql95/server/commands/createas.h +include/postgresql95/server/commands/dbcommands.h +include/postgresql95/server/commands/dbcommands_xlog.h +include/postgresql95/server/commands/defrem.h +include/postgresql95/server/commands/discard.h +include/postgresql95/server/commands/event_trigger.h +include/postgresql95/server/commands/explain.h +include/postgresql95/server/commands/extension.h +include/postgresql95/server/commands/lockcmds.h +include/postgresql95/server/commands/matview.h +include/postgresql95/server/commands/policy.h +include/postgresql95/server/commands/portalcmds.h +include/postgresql95/server/commands/prepare.h +include/postgresql95/server/commands/proclang.h +include/postgresql95/server/commands/schemacmds.h +include/postgresql95/server/commands/seclabel.h +include/postgresql95/server/commands/sequence.h +include/postgresql95/server/commands/tablecmds.h +include/postgresql95/server/commands/tablespace.h +include/postgresql95/server/commands/trigger.h +include/postgresql95/server/commands/typecmds.h +include/postgresql95/server/commands/user.h +include/postgresql95/server/commands/vacuum.h +include/postgresql95/server/commands/variable.h +include/postgresql95/server/commands/view.h +include/postgresql95/server/common/fe_memutils.h +include/postgresql95/server/common/pg_lzcompress.h +include/postgresql95/server/common/relpath.h +include/postgresql95/server/common/restricted_token.h +include/postgresql95/server/common/string.h +include/postgresql95/server/common/username.h +include/postgresql95/server/datatype/timestamp.h +include/postgresql95/server/dynloader.h +include/postgresql95/server/executor/execdebug.h +include/postgresql95/server/executor/execdesc.h +include/postgresql95/server/executor/executor.h +include/postgresql95/server/executor/functions.h +include/postgresql95/server/executor/hashjoin.h +include/postgresql95/server/executor/instrument.h +include/postgresql95/server/executor/nodeAgg.h +include/postgresql95/server/executor/nodeAppend.h +include/postgresql95/server/executor/nodeBitmapAnd.h +include/postgresql95/server/executor/nodeBitmapHeapscan.h +include/postgresql95/server/executor/nodeBitmapIndexscan.h +include/postgresql95/server/executor/nodeBitmapOr.h +include/postgresql95/server/executor/nodeCtescan.h +include/postgresql95/server/executor/nodeCustom.h +include/postgresql95/server/executor/nodeForeignscan.h +include/postgresql95/server/executor/nodeFunctionscan.h +include/postgresql95/server/executor/nodeGroup.h +include/postgresql95/server/executor/nodeHash.h +include/postgresql95/server/executor/nodeHashjoin.h +include/postgresql95/server/executor/nodeIndexonlyscan.h +include/postgresql95/server/executor/nodeIndexscan.h +include/postgresql95/server/executor/nodeLimit.h +include/postgresql95/server/executor/nodeLockRows.h +include/postgresql95/server/executor/nodeMaterial.h +include/postgresql95/server/executor/nodeMergeAppend.h +include/postgresql95/server/executor/nodeMergejoin.h +include/postgresql95/server/executor/nodeModifyTable.h +include/postgresql95/server/executor/nodeNestloop.h +include/postgresql95/server/executor/nodeRecursiveunion.h +include/postgresql95/server/executor/nodeResult.h +include/postgresql95/server/executor/nodeSamplescan.h +include/postgresql95/server/executor/nodeSeqscan.h +include/postgresql95/server/executor/nodeSetOp.h +include/postgresql95/server/executor/nodeSort.h +include/postgresql95/server/executor/nodeSubplan.h +include/postgresql95/server/executor/nodeSubqueryscan.h +include/postgresql95/server/executor/nodeTidscan.h +include/postgresql95/server/executor/nodeUnique.h +include/postgresql95/server/executor/nodeValuesscan.h +include/postgresql95/server/executor/nodeWindowAgg.h +include/postgresql95/server/executor/nodeWorktablescan.h +include/postgresql95/server/executor/spi.h +include/postgresql95/server/executor/spi_priv.h +include/postgresql95/server/executor/tstoreReceiver.h +include/postgresql95/server/executor/tuptable.h +include/postgresql95/server/fmgr.h +include/postgresql95/server/foreign/fdwapi.h +include/postgresql95/server/foreign/foreign.h +include/postgresql95/server/funcapi.h +include/postgresql95/server/getaddrinfo.h +include/postgresql95/server/getopt_long.h +include/postgresql95/server/lib/binaryheap.h +include/postgresql95/server/lib/bipartite_match.h +include/postgresql95/server/lib/hyperloglog.h +include/postgresql95/server/lib/ilist.h +include/postgresql95/server/lib/pairingheap.h +include/postgresql95/server/lib/rbtree.h +include/postgresql95/server/lib/stringinfo.h +include/postgresql95/server/libpq/auth.h +include/postgresql95/server/libpq/be-fsstubs.h +include/postgresql95/server/libpq/crypt.h +include/postgresql95/server/libpq/hba.h +include/postgresql95/server/libpq/ip.h +include/postgresql95/server/libpq/libpq-be.h +include/postgresql95/server/libpq/libpq-fs.h +include/postgresql95/server/libpq/libpq.h +include/postgresql95/server/libpq/md5.h +include/postgresql95/server/libpq/pqcomm.h +include/postgresql95/server/libpq/pqformat.h +include/postgresql95/server/libpq/pqmq.h +include/postgresql95/server/libpq/pqsignal.h +include/postgresql95/server/mb/pg_wchar.h +include/postgresql95/server/miscadmin.h +include/postgresql95/server/nodes/bitmapset.h +include/postgresql95/server/nodes/execnodes.h +include/postgresql95/server/nodes/lockoptions.h +include/postgresql95/server/nodes/makefuncs.h +include/postgresql95/server/nodes/memnodes.h +include/postgresql95/server/nodes/nodeFuncs.h +include/postgresql95/server/nodes/nodes.h +include/postgresql95/server/nodes/params.h +include/postgresql95/server/nodes/parsenodes.h +include/postgresql95/server/nodes/pg_list.h +include/postgresql95/server/nodes/plannodes.h +include/postgresql95/server/nodes/primnodes.h +include/postgresql95/server/nodes/print.h +include/postgresql95/server/nodes/readfuncs.h +include/postgresql95/server/nodes/relation.h +include/postgresql95/server/nodes/replnodes.h +include/postgresql95/server/nodes/tidbitmap.h +include/postgresql95/server/nodes/value.h +include/postgresql95/server/optimizer/clauses.h +include/postgresql95/server/optimizer/cost.h +include/postgresql95/server/optimizer/geqo.h +include/postgresql95/server/optimizer/geqo_copy.h +include/postgresql95/server/optimizer/geqo_gene.h +include/postgresql95/server/optimizer/geqo_misc.h +include/postgresql95/server/optimizer/geqo_mutation.h +include/postgresql95/server/optimizer/geqo_pool.h +include/postgresql95/server/optimizer/geqo_random.h +include/postgresql95/server/optimizer/geqo_recombination.h +include/postgresql95/server/optimizer/geqo_selection.h +include/postgresql95/server/optimizer/joininfo.h +include/postgresql95/server/optimizer/orclauses.h +include/postgresql95/server/optimizer/pathnode.h +include/postgresql95/server/optimizer/paths.h +include/postgresql95/server/optimizer/placeholder.h +include/postgresql95/server/optimizer/plancat.h +include/postgresql95/server/optimizer/planmain.h +include/postgresql95/server/optimizer/planner.h +include/postgresql95/server/optimizer/predtest.h +include/postgresql95/server/optimizer/prep.h +include/postgresql95/server/optimizer/restrictinfo.h +include/postgresql95/server/optimizer/subselect.h +include/postgresql95/server/optimizer/tlist.h +include/postgresql95/server/optimizer/var.h +include/postgresql95/server/parser/analyze.h +include/postgresql95/server/parser/gram.h +include/postgresql95/server/parser/gramparse.h +include/postgresql95/server/parser/keywords.h +include/postgresql95/server/parser/kwlist.h +include/postgresql95/server/parser/parse_agg.h +include/postgresql95/server/parser/parse_clause.h +include/postgresql95/server/parser/parse_coerce.h +include/postgresql95/server/parser/parse_collate.h +include/postgresql95/server/parser/parse_cte.h +include/postgresql95/server/parser/parse_expr.h +include/postgresql95/server/parser/parse_func.h +include/postgresql95/server/parser/parse_node.h +include/postgresql95/server/parser/parse_oper.h +include/postgresql95/server/parser/parse_param.h +include/postgresql95/server/parser/parse_relation.h +include/postgresql95/server/parser/parse_target.h +include/postgresql95/server/parser/parse_type.h +include/postgresql95/server/parser/parse_utilcmd.h +include/postgresql95/server/parser/parser.h +include/postgresql95/server/parser/parsetree.h +include/postgresql95/server/parser/scanner.h +include/postgresql95/server/parser/scansup.h +include/postgresql95/server/pg_config.h +include/postgresql95/server/pg_config_ext.h +include/postgresql95/server/pg_config_manual.h +include/postgresql95/server/pg_config_os.h +include/postgresql95/server/pg_getopt.h +include/postgresql95/server/pg_trace.h +include/postgresql95/server/pgstat.h +include/postgresql95/server/pgtar.h +include/postgresql95/server/pgtime.h +include/postgresql95/server/port.h +include/postgresql95/server/port/aix.h +include/postgresql95/server/port/atomics.h +include/postgresql95/server/port/atomics/arch-arm.h +include/postgresql95/server/port/atomics/arch-hppa.h +include/postgresql95/server/port/atomics/arch-ia64.h +include/postgresql95/server/port/atomics/arch-ppc.h +include/postgresql95/server/port/atomics/arch-x86.h +include/postgresql95/server/port/atomics/fallback.h +include/postgresql95/server/port/atomics/generic-acc.h +include/postgresql95/server/port/atomics/generic-gcc.h +include/postgresql95/server/port/atomics/generic-msvc.h +include/postgresql95/server/port/atomics/generic-sunpro.h +include/postgresql95/server/port/atomics/generic-xlc.h +include/postgresql95/server/port/atomics/generic.h +include/postgresql95/server/port/cygwin.h +include/postgresql95/server/port/darwin.h +include/postgresql95/server/port/freebsd.h +include/postgresql95/server/port/hpux.h +include/postgresql95/server/port/linux.h +include/postgresql95/server/port/netbsd.h +include/postgresql95/server/port/openbsd.h +include/postgresql95/server/port/pg_crc32c.h +include/postgresql95/server/port/sco.h +include/postgresql95/server/port/solaris.h +include/postgresql95/server/port/unixware.h +include/postgresql95/server/port/win32.h +include/postgresql95/server/port/win32/arpa/inet.h +include/postgresql95/server/port/win32/dlfcn.h +include/postgresql95/server/port/win32/grp.h +include/postgresql95/server/port/win32/netdb.h +include/postgresql95/server/port/win32/netinet/in.h +include/postgresql95/server/port/win32/pwd.h +include/postgresql95/server/port/win32/sys/socket.h +include/postgresql95/server/port/win32/sys/wait.h +include/postgresql95/server/port/win32_msvc/dirent.h +include/postgresql95/server/port/win32_msvc/sys/file.h +include/postgresql95/server/port/win32_msvc/sys/param.h +include/postgresql95/server/port/win32_msvc/sys/time.h +include/postgresql95/server/port/win32_msvc/unistd.h +include/postgresql95/server/port/win32_msvc/utime.h +include/postgresql95/server/portability/instr_time.h +include/postgresql95/server/portability/mem.h +include/postgresql95/server/postgres.h +include/postgresql95/server/postgres_ext.h +include/postgresql95/server/postgres_fe.h +include/postgresql95/server/postmaster/autovacuum.h +include/postgresql95/server/postmaster/bgworker.h +include/postgresql95/server/postmaster/bgworker_internals.h +include/postgresql95/server/postmaster/bgwriter.h +include/postgresql95/server/postmaster/fork_process.h +include/postgresql95/server/postmaster/pgarch.h +include/postgresql95/server/postmaster/postmaster.h +include/postgresql95/server/postmaster/startup.h +include/postgresql95/server/postmaster/syslogger.h +include/postgresql95/server/postmaster/walwriter.h +include/postgresql95/server/regex/regcustom.h +include/postgresql95/server/regex/regerrs.h +include/postgresql95/server/regex/regex.h +include/postgresql95/server/regex/regexport.h +include/postgresql95/server/regex/regguts.h +include/postgresql95/server/replication/basebackup.h +include/postgresql95/server/replication/decode.h +include/postgresql95/server/replication/logical.h +include/postgresql95/server/replication/logicalfuncs.h +include/postgresql95/server/replication/origin.h +include/postgresql95/server/replication/output_plugin.h +include/postgresql95/server/replication/reorderbuffer.h +include/postgresql95/server/replication/slot.h +include/postgresql95/server/replication/snapbuild.h +include/postgresql95/server/replication/syncrep.h +include/postgresql95/server/replication/walreceiver.h +include/postgresql95/server/replication/walsender.h +include/postgresql95/server/replication/walsender_private.h +include/postgresql95/server/rewrite/prs2lock.h +include/postgresql95/server/rewrite/rewriteDefine.h +include/postgresql95/server/rewrite/rewriteHandler.h +include/postgresql95/server/rewrite/rewriteManip.h +include/postgresql95/server/rewrite/rewriteRemove.h +include/postgresql95/server/rewrite/rewriteSupport.h +include/postgresql95/server/rewrite/rowsecurity.h +include/postgresql95/server/rusagestub.h +include/postgresql95/server/snowball/header.h +include/postgresql95/server/snowball/libstemmer/api.h +include/postgresql95/server/snowball/libstemmer/header.h +include/postgresql95/server/snowball/libstemmer/stem_ISO_8859_1_danish.h +include/postgresql95/server/snowball/libstemmer/stem_ISO_8859_1_dutch.h +include/postgresql95/server/snowball/libstemmer/stem_ISO_8859_1_english.h +include/postgresql95/server/snowball/libstemmer/stem_ISO_8859_1_finnish.h +include/postgresql95/server/snowball/libstemmer/stem_ISO_8859_1_french.h +include/postgresql95/server/snowball/libstemmer/stem_ISO_8859_1_german.h +include/postgresql95/server/snowball/libstemmer/stem_ISO_8859_1_hungarian.h +include/postgresql95/server/snowball/libstemmer/stem_ISO_8859_1_italian.h +include/postgresql95/server/snowball/libstemmer/stem_ISO_8859_1_norwegian.h +include/postgresql95/server/snowball/libstemmer/stem_ISO_8859_1_porter.h +include/postgresql95/server/snowball/libstemmer/stem_ISO_8859_1_portuguese.h +include/postgresql95/server/snowball/libstemmer/stem_ISO_8859_1_spanish.h +include/postgresql95/server/snowball/libstemmer/stem_ISO_8859_1_swedish.h +include/postgresql95/server/snowball/libstemmer/stem_ISO_8859_2_romanian.h +include/postgresql95/server/snowball/libstemmer/stem_KOI8_R_russian.h +include/postgresql95/server/snowball/libstemmer/stem_UTF_8_danish.h +include/postgresql95/server/snowball/libstemmer/stem_UTF_8_dutch.h +include/postgresql95/server/snowball/libstemmer/stem_UTF_8_english.h +include/postgresql95/server/snowball/libstemmer/stem_UTF_8_finnish.h +include/postgresql95/server/snowball/libstemmer/stem_UTF_8_french.h +include/postgresql95/server/snowball/libstemmer/stem_UTF_8_german.h +include/postgresql95/server/snowball/libstemmer/stem_UTF_8_hungarian.h +include/postgresql95/server/snowball/libstemmer/stem_UTF_8_italian.h +include/postgresql95/server/snowball/libstemmer/stem_UTF_8_norwegian.h +include/postgresql95/server/snowball/libstemmer/stem_UTF_8_porter.h +include/postgresql95/server/snowball/libstemmer/stem_UTF_8_portuguese.h +include/postgresql95/server/snowball/libstemmer/stem_UTF_8_romanian.h +include/postgresql95/server/snowball/libstemmer/stem_UTF_8_russian.h +include/postgresql95/server/snowball/libstemmer/stem_UTF_8_spanish.h +include/postgresql95/server/snowball/libstemmer/stem_UTF_8_swedish.h +include/postgresql95/server/snowball/libstemmer/stem_UTF_8_turkish.h +include/postgresql95/server/storage/backendid.h +include/postgresql95/server/storage/barrier.h +include/postgresql95/server/storage/block.h +include/postgresql95/server/storage/buf.h +include/postgresql95/server/storage/buf_internals.h +include/postgresql95/server/storage/buffile.h +include/postgresql95/server/storage/bufmgr.h +include/postgresql95/server/storage/bufpage.h +include/postgresql95/server/storage/checksum.h +include/postgresql95/server/storage/checksum_impl.h +include/postgresql95/server/storage/copydir.h +include/postgresql95/server/storage/dsm.h +include/postgresql95/server/storage/dsm_impl.h +include/postgresql95/server/storage/fd.h +include/postgresql95/server/storage/freespace.h +include/postgresql95/server/storage/fsm_internals.h +include/postgresql95/server/storage/indexfsm.h +include/postgresql95/server/storage/ipc.h +include/postgresql95/server/storage/item.h +include/postgresql95/server/storage/itemid.h +include/postgresql95/server/storage/itemptr.h +include/postgresql95/server/storage/large_object.h +include/postgresql95/server/storage/latch.h +include/postgresql95/server/storage/lmgr.h +include/postgresql95/server/storage/lock.h +include/postgresql95/server/storage/lwlock.h +include/postgresql95/server/storage/off.h +include/postgresql95/server/storage/pg_sema.h +include/postgresql95/server/storage/pg_shmem.h +include/postgresql95/server/storage/pmsignal.h +include/postgresql95/server/storage/pos.h +include/postgresql95/server/storage/predicate.h +include/postgresql95/server/storage/predicate_internals.h +include/postgresql95/server/storage/proc.h +include/postgresql95/server/storage/procarray.h +include/postgresql95/server/storage/procsignal.h +include/postgresql95/server/storage/reinit.h +include/postgresql95/server/storage/relfilenode.h +include/postgresql95/server/storage/s_lock.h +include/postgresql95/server/storage/shm_mq.h +include/postgresql95/server/storage/shm_toc.h +include/postgresql95/server/storage/shmem.h +include/postgresql95/server/storage/sinval.h +include/postgresql95/server/storage/sinvaladt.h +include/postgresql95/server/storage/smgr.h +include/postgresql95/server/storage/spin.h +include/postgresql95/server/storage/standby.h +include/postgresql95/server/tcop/deparse_utility.h +include/postgresql95/server/tcop/dest.h +include/postgresql95/server/tcop/fastpath.h +include/postgresql95/server/tcop/pquery.h +include/postgresql95/server/tcop/tcopdebug.h +include/postgresql95/server/tcop/tcopprot.h +include/postgresql95/server/tcop/utility.h +include/postgresql95/server/tsearch/dicts/regis.h +include/postgresql95/server/tsearch/dicts/spell.h +include/postgresql95/server/tsearch/ts_cache.h +include/postgresql95/server/tsearch/ts_locale.h +include/postgresql95/server/tsearch/ts_public.h +include/postgresql95/server/tsearch/ts_type.h +include/postgresql95/server/tsearch/ts_utils.h +include/postgresql95/server/utils/acl.h +include/postgresql95/server/utils/aclchk_internal.h +include/postgresql95/server/utils/array.h +include/postgresql95/server/utils/arrayaccess.h +include/postgresql95/server/utils/ascii.h +include/postgresql95/server/utils/attoptcache.h +include/postgresql95/server/utils/builtins.h +include/postgresql95/server/utils/bytea.h +include/postgresql95/server/utils/cash.h +include/postgresql95/server/utils/catcache.h +include/postgresql95/server/utils/combocid.h +include/postgresql95/server/utils/date.h +include/postgresql95/server/utils/datetime.h +include/postgresql95/server/utils/datum.h +include/postgresql95/server/utils/dynahash.h +include/postgresql95/server/utils/dynamic_loader.h +include/postgresql95/server/utils/elog.h +include/postgresql95/server/utils/errcodes.h +include/postgresql95/server/utils/evtcache.h +include/postgresql95/server/utils/expandeddatum.h +include/postgresql95/server/utils/fmgroids.h +include/postgresql95/server/utils/fmgrtab.h +include/postgresql95/server/utils/formatting.h +include/postgresql95/server/utils/geo_decls.h +include/postgresql95/server/utils/guc.h +include/postgresql95/server/utils/guc_tables.h +include/postgresql95/server/utils/help_config.h +include/postgresql95/server/utils/hsearch.h +include/postgresql95/server/utils/inet.h +include/postgresql95/server/utils/int8.h +include/postgresql95/server/utils/inval.h +include/postgresql95/server/utils/json.h +include/postgresql95/server/utils/jsonapi.h +include/postgresql95/server/utils/jsonb.h +include/postgresql95/server/utils/logtape.h +include/postgresql95/server/utils/lsyscache.h +include/postgresql95/server/utils/memdebug.h +include/postgresql95/server/utils/memutils.h +include/postgresql95/server/utils/nabstime.h +include/postgresql95/server/utils/numeric.h +include/postgresql95/server/utils/palloc.h +include/postgresql95/server/utils/pg_crc.h +include/postgresql95/server/utils/pg_locale.h +include/postgresql95/server/utils/pg_lsn.h +include/postgresql95/server/utils/pg_rusage.h +include/postgresql95/server/utils/plancache.h +include/postgresql95/server/utils/portal.h +include/postgresql95/server/utils/probes.h +include/postgresql95/server/utils/ps_status.h +include/postgresql95/server/utils/rangetypes.h +include/postgresql95/server/utils/rel.h +include/postgresql95/server/utils/relcache.h +include/postgresql95/server/utils/relfilenodemap.h +include/postgresql95/server/utils/relmapper.h +include/postgresql95/server/utils/reltrigger.h +include/postgresql95/server/utils/resowner.h +include/postgresql95/server/utils/resowner_private.h +include/postgresql95/server/utils/rls.h +include/postgresql95/server/utils/ruleutils.h +include/postgresql95/server/utils/sampling.h +include/postgresql95/server/utils/selfuncs.h +include/postgresql95/server/utils/snapmgr.h +include/postgresql95/server/utils/snapshot.h +include/postgresql95/server/utils/sortsupport.h +include/postgresql95/server/utils/spccache.h +include/postgresql95/server/utils/syscache.h +include/postgresql95/server/utils/timeout.h +include/postgresql95/server/utils/timestamp.h +include/postgresql95/server/utils/tqual.h +include/postgresql95/server/utils/tuplesort.h +include/postgresql95/server/utils/tuplestore.h +include/postgresql95/server/utils/typcache.h +include/postgresql95/server/utils/tzparser.h +include/postgresql95/server/utils/uuid.h +include/postgresql95/server/utils/varbit.h +include/postgresql95/server/utils/xml.h +include/postgresql95/server/windowapi.h +include/postgresql95/sql3types.h +include/postgresql95/sqlca.h +include/postgresql95/sqlda-compat.h +include/postgresql95/sqlda-native.h +include/postgresql95/sqlda.h +lib/postgresql95/bin/clusterdb +lib/postgresql95/bin/createdb +lib/postgresql95/bin/createlang +lib/postgresql95/bin/createuser +lib/postgresql95/bin/dropdb +lib/postgresql95/bin/droplang +lib/postgresql95/bin/dropuser +lib/postgresql95/bin/ecpg +lib/postgresql95/bin/pg_config +lib/postgresql95/bin/pg_dump +lib/postgresql95/bin/pg_dumpall +lib/postgresql95/bin/pg_isready +lib/postgresql95/bin/pg_restore +lib/postgresql95/bin/pgbench +lib/postgresql95/bin/psql +lib/postgresql95/bin/reindexdb +lib/postgresql95/bin/vacuumdb +lib/postgresql95/libecpg.a +lib/postgresql95/libecpg.so +lib/postgresql95/libecpg.so.6 +lib/postgresql95/libecpg_compat.a +lib/postgresql95/libecpg_compat.so +lib/postgresql95/libecpg_compat.so.3 +lib/postgresql95/libpgport.a +lib/postgresql95/libpgtypes.a +lib/postgresql95/libpgtypes.so +lib/postgresql95/libpgtypes.so.3 +lib/postgresql95/libpq.a +lib/postgresql95/libpq.so +lib/postgresql95/libpq.so.5 +lib/postgresql95/pgxs/config/install-sh +lib/postgresql95/pgxs/config/missing +lib/postgresql95/pgxs/src/Makefile.global +lib/postgresql95/pgxs/src/Makefile.port +lib/postgresql95/pgxs/src/Makefile.shlib +lib/postgresql95/pgxs/src/makefiles/pgxs.mk +lib/postgresql95/pgxs/src/nls-global.mk +man/man1/clusterdb95.1.gz +man/man1/createdb95.1.gz +man/man1/createlang95.1.gz +man/man1/createuser95.1.gz +man/man1/dropdb95.1.gz +man/man1/droplang95.1.gz +man/man1/dropuser95.1.gz +man/man1/ecpg95.1.gz +man/man1/initdb95.1.gz +man/man1/oid2name95.1.gz +man/man1/pg_archivecleanup95.1.gz +man/man1/pg_basebackup95.1.gz +man/man1/pg_config95.1.gz +man/man1/pg_controldata95.1.gz +man/man1/pg_ctl95.1.gz +man/man1/pg_dump95.1.gz +man/man1/pg_dumpall95.1.gz +man/man1/pg_isready95.1.gz +man/man1/pg_receivexlog95.1.gz +man/man1/pg_recvlogical95.1.gz +man/man1/pg_resetxlog95.1.gz +man/man1/pg_restore95.1.gz +man/man1/pg_rewind95.1.gz +man/man1/pg_standby95.1.gz +man/man1/pg_test_fsync95.1.gz +man/man1/pg_test_timing95.1.gz +man/man1/pg_upgrade95.1.gz +man/man1/pg_xlogdump95.1.gz +man/man1/pgbench95.1.gz +man/man1/postgres95.1.gz +man/man1/postmaster95.1.gz +man/man1/psql95.1.gz +man/man1/reindexdb95.1.gz +man/man1/vacuumdb95.1.gz +man/man1/vacuumlo95.1.gz +man/man7/ABORT-postgresql95.7.gz +man/man7/ALTER_AGGREGATE-postgresql95.7.gz +man/man7/ALTER_COLLATION-postgresql95.7.gz +man/man7/ALTER_CONVERSION-postgresql95.7.gz +man/man7/ALTER_DATABASE-postgresql95.7.gz +man/man7/ALTER_DEFAULT_PRIVILEGES-postgresql95.7.gz +man/man7/ALTER_DOMAIN-postgresql95.7.gz +man/man7/ALTER_EVENT_TRIGGER-postgresql95.7.gz +man/man7/ALTER_EXTENSION-postgresql95.7.gz +man/man7/ALTER_FOREIGN_DATA_WRAPPER-postgresql95.7.gz +man/man7/ALTER_FOREIGN_TABLE-postgresql95.7.gz +man/man7/ALTER_FUNCTION-postgresql95.7.gz +man/man7/ALTER_GROUP-postgresql95.7.gz +man/man7/ALTER_INDEX-postgresql95.7.gz +man/man7/ALTER_LANGUAGE-postgresql95.7.gz +man/man7/ALTER_LARGE_OBJECT-postgresql95.7.gz +man/man7/ALTER_MATERIALIZED_VIEW-postgresql95.7.gz +man/man7/ALTER_OPERATOR-postgresql95.7.gz +man/man7/ALTER_OPERATOR_CLASS-postgresql95.7.gz +man/man7/ALTER_OPERATOR_FAMILY-postgresql95.7.gz +man/man7/ALTER_POLICY-postgresql95.7.gz +man/man7/ALTER_ROLE-postgresql95.7.gz +man/man7/ALTER_RULE-postgresql95.7.gz +man/man7/ALTER_SCHEMA-postgresql95.7.gz +man/man7/ALTER_SEQUENCE-postgresql95.7.gz +man/man7/ALTER_SERVER-postgresql95.7.gz +man/man7/ALTER_SYSTEM-postgresql95.7.gz +man/man7/ALTER_TABLE-postgresql95.7.gz +man/man7/ALTER_TABLESPACE-postgresql95.7.gz +man/man7/ALTER_TEXT_SEARCH_CONFIGURATION-postgresql95.7.gz +man/man7/ALTER_TEXT_SEARCH_DICTIONARY-postgresql95.7.gz +man/man7/ALTER_TEXT_SEARCH_PARSER-postgresql95.7.gz +man/man7/ALTER_TEXT_SEARCH_TEMPLATE-postgresql95.7.gz +man/man7/ALTER_TRIGGER-postgresql95.7.gz +man/man7/ALTER_TYPE-postgresql95.7.gz +man/man7/ALTER_USER-postgresql95.7.gz +man/man7/ALTER_USER_MAPPING-postgresql95.7.gz +man/man7/ALTER_VIEW-postgresql95.7.gz +man/man7/ANALYZE-postgresql95.7.gz +man/man7/BEGIN-postgresql95.7.gz +man/man7/CHECKPOINT-postgresql95.7.gz +man/man7/CLOSE-postgresql95.7.gz +man/man7/CLUSTER-postgresql95.7.gz +man/man7/COMMENT-postgresql95.7.gz +man/man7/COMMIT-postgresql95.7.gz +man/man7/COMMIT_PREPARED-postgresql95.7.gz +man/man7/COPY-postgresql95.7.gz +man/man7/CREATE_AGGREGATE-postgresql95.7.gz +man/man7/CREATE_CAST-postgresql95.7.gz +man/man7/CREATE_COLLATION-postgresql95.7.gz +man/man7/CREATE_CONVERSION-postgresql95.7.gz +man/man7/CREATE_DATABASE-postgresql95.7.gz +man/man7/CREATE_DOMAIN-postgresql95.7.gz +man/man7/CREATE_EVENT_TRIGGER-postgresql95.7.gz +man/man7/CREATE_EXTENSION-postgresql95.7.gz +man/man7/CREATE_FOREIGN_DATA_WRAPPER-postgresql95.7.gz +man/man7/CREATE_FOREIGN_TABLE-postgresql95.7.gz +man/man7/CREATE_FUNCTION-postgresql95.7.gz +man/man7/CREATE_GROUP-postgresql95.7.gz +man/man7/CREATE_INDEX-postgresql95.7.gz +man/man7/CREATE_LANGUAGE-postgresql95.7.gz +man/man7/CREATE_MATERIALIZED_VIEW-postgresql95.7.gz +man/man7/CREATE_OPERATOR-postgresql95.7.gz +man/man7/CREATE_OPERATOR_CLASS-postgresql95.7.gz +man/man7/CREATE_OPERATOR_FAMILY-postgresql95.7.gz +man/man7/CREATE_POLICY-postgresql95.7.gz +man/man7/CREATE_ROLE-postgresql95.7.gz +man/man7/CREATE_RULE-postgresql95.7.gz +man/man7/CREATE_SCHEMA-postgresql95.7.gz +man/man7/CREATE_SEQUENCE-postgresql95.7.gz +man/man7/CREATE_SERVER-postgresql95.7.gz +man/man7/CREATE_TABLE-postgresql95.7.gz +man/man7/CREATE_TABLESPACE-postgresql95.7.gz +man/man7/CREATE_TABLE_AS-postgresql95.7.gz +man/man7/CREATE_TEXT_SEARCH_CONFIGURATION-postgresql95.7.gz +man/man7/CREATE_TEXT_SEARCH_DICTIONARY-postgresql95.7.gz +man/man7/CREATE_TEXT_SEARCH_PARSER-postgresql95.7.gz +man/man7/CREATE_TEXT_SEARCH_TEMPLATE-postgresql95.7.gz +man/man7/CREATE_TRANSFORM-postgresql95.7.gz +man/man7/CREATE_TRIGGER-postgresql95.7.gz +man/man7/CREATE_TYPE-postgresql95.7.gz +man/man7/CREATE_USER-postgresql95.7.gz +man/man7/CREATE_USER_MAPPING-postgresql95.7.gz +man/man7/CREATE_VIEW-postgresql95.7.gz +man/man7/DEALLOCATE-postgresql95.7.gz +man/man7/DECLARE-postgresql95.7.gz +man/man7/DELETE-postgresql95.7.gz +man/man7/DISCARD-postgresql95.7.gz +man/man7/DO-postgresql95.7.gz +man/man7/DROP_AGGREGATE-postgresql95.7.gz +man/man7/DROP_CAST-postgresql95.7.gz +man/man7/DROP_COLLATION-postgresql95.7.gz +man/man7/DROP_CONVERSION-postgresql95.7.gz +man/man7/DROP_DATABASE-postgresql95.7.gz +man/man7/DROP_DOMAIN-postgresql95.7.gz +man/man7/DROP_EVENT_TRIGGER-postgresql95.7.gz +man/man7/DROP_EXTENSION-postgresql95.7.gz +man/man7/DROP_FOREIGN_DATA_WRAPPER-postgresql95.7.gz +man/man7/DROP_FOREIGN_TABLE-postgresql95.7.gz +man/man7/DROP_FUNCTION-postgresql95.7.gz +man/man7/DROP_GROUP-postgresql95.7.gz +man/man7/DROP_INDEX-postgresql95.7.gz +man/man7/DROP_LANGUAGE-postgresql95.7.gz +man/man7/DROP_MATERIALIZED_VIEW-postgresql95.7.gz +man/man7/DROP_OPERATOR-postgresql95.7.gz +man/man7/DROP_OPERATOR_CLASS-postgresql95.7.gz +man/man7/DROP_OPERATOR_FAMILY-postgresql95.7.gz +man/man7/DROP_OWNED-postgresql95.7.gz +man/man7/DROP_POLICY-postgresql95.7.gz +man/man7/DROP_ROLE-postgresql95.7.gz +man/man7/DROP_RULE-postgresql95.7.gz +man/man7/DROP_SCHEMA-postgresql95.7.gz +man/man7/DROP_SEQUENCE-postgresql95.7.gz +man/man7/DROP_SERVER-postgresql95.7.gz +man/man7/DROP_TABLE-postgresql95.7.gz +man/man7/DROP_TABLESPACE-postgresql95.7.gz +man/man7/DROP_TEXT_SEARCH_CONFIGURATION-postgresql95.7.gz +man/man7/DROP_TEXT_SEARCH_DICTIONARY-postgresql95.7.gz +man/man7/DROP_TEXT_SEARCH_PARSER-postgresql95.7.gz +man/man7/DROP_TEXT_SEARCH_TEMPLATE-postgresql95.7.gz +man/man7/DROP_TRANSFORM-postgresql95.7.gz +man/man7/DROP_TRIGGER-postgresql95.7.gz +man/man7/DROP_TYPE-postgresql95.7.gz +man/man7/DROP_USER-postgresql95.7.gz +man/man7/DROP_USER_MAPPING-postgresql95.7.gz +man/man7/DROP_VIEW-postgresql95.7.gz +man/man7/END-postgresql95.7.gz +man/man7/EXECUTE-postgresql95.7.gz +man/man7/EXPLAIN-postgresql95.7.gz +man/man7/FETCH-postgresql95.7.gz +man/man7/GRANT-postgresql95.7.gz +man/man7/IMPORT_FOREIGN_SCHEMA-postgresql95.7.gz +man/man7/INSERT-postgresql95.7.gz +man/man7/LISTEN-postgresql95.7.gz +man/man7/LOAD-postgresql95.7.gz +man/man7/LOCK-postgresql95.7.gz +man/man7/MOVE-postgresql95.7.gz +man/man7/NOTIFY-postgresql95.7.gz +man/man7/PREPARE-postgresql95.7.gz +man/man7/PREPARE_TRANSACTION-postgresql95.7.gz +man/man7/REASSIGN_OWNED-postgresql95.7.gz +man/man7/REFRESH_MATERIALIZED_VIEW-postgresql95.7.gz +man/man7/REINDEX-postgresql95.7.gz +man/man7/RELEASE_SAVEPOINT-postgresql95.7.gz +man/man7/RESET-postgresql95.7.gz +man/man7/REVOKE-postgresql95.7.gz +man/man7/ROLLBACK-postgresql95.7.gz +man/man7/ROLLBACK_PREPARED-postgresql95.7.gz +man/man7/ROLLBACK_TO_SAVEPOINT-postgresql95.7.gz +man/man7/SAVEPOINT-postgresql95.7.gz +man/man7/SECURITY_LABEL-postgresql95.7.gz +man/man7/SELECT-postgresql95.7.gz +man/man7/SELECT_INTO-postgresql95.7.gz +man/man7/SET-postgresql95.7.gz +man/man7/SET_CONSTRAINTS-postgresql95.7.gz +man/man7/SET_ROLE-postgresql95.7.gz +man/man7/SET_SESSION_AUTHORIZATION-postgresql95.7.gz +man/man7/SET_TRANSACTION-postgresql95.7.gz +man/man7/SHOW-postgresql95.7.gz +man/man7/START_TRANSACTION-postgresql95.7.gz +man/man7/TABLE-postgresql95.7.gz +man/man7/TRUNCATE-postgresql95.7.gz +man/man7/UNLISTEN-postgresql95.7.gz +man/man7/UPDATE-postgresql95.7.gz +man/man7/VACUUM-postgresql95.7.gz +man/man7/VALUES-postgresql95.7.gz +man/man7/WITH-postgresql95.7.gz %%PORTDOCS%%%%DOCSDIR%%/README-client %%NLS%%share/locale/cs/LC_MESSAGES/ecpg-9.5.mo %%NLS%%share/locale/cs/LC_MESSAGES/ecpglib6-9.5.mo Index: postgresql95-server/pkg-plist-contrib =================================================================== --- postgresql95-server/pkg-plist-contrib (revision 414437) +++ postgresql95-server/pkg-plist-contrib (working copy) @@ -1,59 +1,58 @@ -bin/oid2name -bin/pg_standby -bin/vacuumlo -lib/postgresql/_int.so -lib/postgresql/adminpack.so -lib/postgresql/auth_delay.so -lib/postgresql/auto_explain.so -lib/postgresql/autoinc.so -lib/postgresql/btree_gin.so -lib/postgresql/btree_gist.so -lib/postgresql/chkpass.so -lib/postgresql/citext.so -lib/postgresql/cube.so -lib/postgresql/dblink.so -lib/postgresql/dict_int.so -lib/postgresql/dict_xsyn.so -lib/postgresql/earthdistance.so -lib/postgresql/file_fdw.so -lib/postgresql/fuzzystrmatch.so -lib/postgresql/hstore.so -lib/postgresql/insert_username.so -lib/postgresql/isn.so -lib/postgresql/lo.so -lib/postgresql/ltree.so -lib/postgresql/moddatetime.so -lib/postgresql/pageinspect.so -lib/postgresql/passwordcheck.so -lib/postgresql/pg_buffercache.so -lib/postgresql/pg_freespacemap.so -lib/postgresql/pg_prewarm.so -lib/postgresql/pg_stat_statements.so -lib/postgresql/pg_trgm.so -lib/postgresql/pgcrypto.so -lib/postgresql/pgrowlocks.so -lib/postgresql/pgstattuple.so -lib/postgresql/pgxml.so -lib/postgresql/postgres_fdw.so -lib/postgresql/refint.so -lib/postgresql/seg.so -lib/postgresql/sslinfo.so -lib/postgresql/tablefunc.so -lib/postgresql/tcn.so -lib/postgresql/test_decoding.so -lib/postgresql/timetravel.so -lib/postgresql/tsearch2.so -lib/postgresql/tsm_system_rows.so -lib/postgresql/tsm_system_time.so -lib/postgresql/unaccent.so -lib/postgresql/uuid-ossp.so -%%PORTDOCS%%%%DOCSDIR%%/README-contrib -%%PORTDOCS%%%%DOCSDIR%%/extension/README +lib/postgresql95/_int.so +lib/postgresql95/adminpack.so +lib/postgresql95/auth_delay.so +lib/postgresql95/auto_explain.so +lib/postgresql95/autoinc.so +lib/postgresql95/bin/oid2name +lib/postgresql95/bin/pg_standby +lib/postgresql95/bin/vacuumlo +lib/postgresql95/btree_gin.so +lib/postgresql95/btree_gist.so +lib/postgresql95/chkpass.so +lib/postgresql95/citext.so +lib/postgresql95/cube.so +lib/postgresql95/dblink.so +lib/postgresql95/dict_int.so +lib/postgresql95/dict_xsyn.so +lib/postgresql95/earthdistance.so +lib/postgresql95/file_fdw.so +lib/postgresql95/fuzzystrmatch.so +lib/postgresql95/hstore.so +lib/postgresql95/insert_username.so +lib/postgresql95/isn.so +lib/postgresql95/lo.so +lib/postgresql95/ltree.so +lib/postgresql95/moddatetime.so +lib/postgresql95/pageinspect.so +lib/postgresql95/passwordcheck.so +lib/postgresql95/pg_buffercache.so +lib/postgresql95/pg_freespacemap.so +lib/postgresql95/pg_prewarm.so +lib/postgresql95/pg_stat_statements.so +lib/postgresql95/pg_trgm.so +lib/postgresql95/pgcrypto.so +lib/postgresql95/pgrowlocks.so +lib/postgresql95/pgstattuple.so +lib/postgresql95/pgxml.so +lib/postgresql95/postgres_fdw.so +lib/postgresql95/refint.so +lib/postgresql95/seg.so +lib/postgresql95/sslinfo.so +lib/postgresql95/tablefunc.so +lib/postgresql95/tcn.so +lib/postgresql95/test_decoding.so +lib/postgresql95/timetravel.so +lib/postgresql95/tsearch2.so +lib/postgresql95/tsm_system_rows.so +lib/postgresql95/tsm_system_time.so +lib/postgresql95/unaccent.so +lib/postgresql95/uuid-ossp.so %%PORTDOCS%%%%DOCSDIR%%/extension/autoinc.example %%PORTDOCS%%%%DOCSDIR%%/extension/insert_username.example %%PORTDOCS%%%%DOCSDIR%%/extension/moddatetime.example %%PORTDOCS%%%%DOCSDIR%%/extension/refint.example %%PORTDOCS%%%%DOCSDIR%%/extension/timetravel.example +%%PORTDOCS%%%%DOCSDIR%%/README-contrib %%DATADIR%%/extension/adminpack--1.0.sql %%DATADIR%%/extension/adminpack.control %%DATADIR%%/extension/autoinc--1.0.sql Index: postgresql95-server/pkg-plist-plperl =================================================================== --- postgresql95-server/pkg-plist-plperl (revision 414437) +++ postgresql95-server/pkg-plist-plperl (working copy) @@ -1,5 +1,5 @@ -include/postgresql/server/plperl.h -include/postgresql/server/ppport.h +include/postgresql95/server/plperl.h +include/postgresql95/server/ppport.h %%DATADIR%%/extension/plperlu--1.0.sql %%DATADIR%%/extension/plperl.control %%DATADIR%%/extension/plperl--1.0.sql @@ -7,4 +7,4 @@ %%DATADIR%%/extension/plperlu--unpackaged--1.0.sql %%DATADIR%%/extension/plperl--unpackaged--1.0.sql %%DOCSDIR%%/README-plperl -lib/postgresql/plperl.so +lib/postgresql95/plperl.so Index: postgresql95-server/pkg-plist-server =================================================================== --- postgresql95-server/pkg-plist-server (revision 414437) +++ postgresql95-server/pkg-plist-server (working copy) @@ -1,742 +1,758 @@ -bin/initdb -bin/pg_basebackup -bin/pg_controldata -bin/pg_ctl -bin/pg_receivexlog -bin/pg_resetxlog -bin/pg_recvlogical -bin/pg_archivecleanup -bin/pg_rewind -bin/pg_test_fsync -bin/pg_test_timing -bin/pg_xlogdump -bin/pg_upgrade -bin/postgres -bin/postmaster -etc/periodic/daily/502.pgsql -include/postgresql/server/plpgsql.h -lib/postgresql/ascii_and_mic.so -lib/postgresql/cyrillic_and_mic.so -lib/postgresql/dict_snowball.so -lib/postgresql/euc2004_sjis2004.so -lib/postgresql/euc_cn_and_mic.so -lib/postgresql/euc_jp_and_sjis.so -lib/postgresql/euc_kr_and_mic.so -lib/postgresql/euc_tw_and_big5.so -lib/postgresql/latin2_and_win1250.so -lib/postgresql/latin_and_mic.so -lib/postgresql/libpqwalreceiver.so -lib/postgresql/plpgsql.so -lib/postgresql/utf8_and_ascii.so -lib/postgresql/utf8_and_big5.so -lib/postgresql/utf8_and_cyrillic.so -lib/postgresql/utf8_and_euc2004.so -lib/postgresql/utf8_and_euc_cn.so -lib/postgresql/utf8_and_euc_jp.so -lib/postgresql/utf8_and_euc_kr.so -lib/postgresql/utf8_and_euc_tw.so -lib/postgresql/utf8_and_gb18030.so -lib/postgresql/utf8_and_gbk.so -lib/postgresql/utf8_and_iso8859.so -lib/postgresql/utf8_and_iso8859_1.so -lib/postgresql/utf8_and_johab.so -lib/postgresql/utf8_and_sjis.so -lib/postgresql/utf8_and_sjis2004.so -lib/postgresql/utf8_and_uhc.so -lib/postgresql/utf8_and_win.so -lib/libpgcommon.a +bin/initdb95 +bin/pg_archivecleanup95 +bin/pg_basebackup95 +bin/pg_controldata95 +bin/pg_ctl95 +bin/pg_receivexlog95 +bin/pg_recvlogical95 +bin/pg_resetxlog95 +bin/pg_rewind95 +bin/pg_test_fsync95 +bin/pg_test_timing95 +bin/pg_upgrade95 +bin/pg_xlogdump95 +bin/postgres95 +bin/postmaster95 +etc/periodic/daily/502.%%PG_USER%%95 +etc/rc.d/postgresql +include/postgresql95/server/pl%%PG_USER%%.h +lib/postgresql95/ascii_and_mic.so +lib/postgresql95/bin/initdb +lib/postgresql95/bin/pg_archivecleanup +lib/postgresql95/bin/pg_basebackup +lib/postgresql95/bin/pg_controldata +lib/postgresql95/bin/pg_ctl +lib/postgresql95/bin/pg_receivexlog +lib/postgresql95/bin/pg_recvlogical +lib/postgresql95/bin/pg_resetxlog +lib/postgresql95/bin/pg_rewind +lib/postgresql95/bin/pg_test_fsync +lib/postgresql95/bin/pg_test_timing +lib/postgresql95/bin/pg_upgrade +lib/postgresql95/bin/pg_xlogdump +lib/postgresql95/bin/postgres +lib/postgresql95/bin/postmaster +lib/postgresql95/cyrillic_and_mic.so +lib/postgresql95/dict_snowball.so +lib/postgresql95/euc2004_sjis2004.so +lib/postgresql95/euc_cn_and_mic.so +lib/postgresql95/euc_jp_and_sjis.so +lib/postgresql95/euc_kr_and_mic.so +lib/postgresql95/euc_tw_and_big5.so +lib/postgresql95/latin2_and_win1250.so +lib/postgresql95/latin_and_mic.so +lib/postgresql95/libpgcommon.a +lib/postgresql95/libpqwalreceiver.so +lib/postgresql95/pl%%PG_USER%%.so +lib/postgresql95/utf8_and_ascii.so +lib/postgresql95/utf8_and_big5.so +lib/postgresql95/utf8_and_cyrillic.so +lib/postgresql95/utf8_and_euc2004.so +lib/postgresql95/utf8_and_euc_cn.so +lib/postgresql95/utf8_and_euc_jp.so +lib/postgresql95/utf8_and_euc_kr.so +lib/postgresql95/utf8_and_euc_tw.so +lib/postgresql95/utf8_and_gb18030.so +lib/postgresql95/utf8_and_gbk.so +lib/postgresql95/utf8_and_iso8859.so +lib/postgresql95/utf8_and_iso8859_1.so +lib/postgresql95/utf8_and_johab.so +lib/postgresql95/utf8_and_sjis.so +lib/postgresql95/utf8_and_sjis2004.so +lib/postgresql95/utf8_and_uhc.so +lib/postgresql95/utf8_and_win.so %%PORTDOCS%%%%DOCSDIR%%/README-server +share/locale/cs/LC_MESSAGES/initdb-9.5.mo +share/locale/cs/LC_MESSAGES/pg_controldata-9.5.mo +share/locale/cs/LC_MESSAGES/pg_ctl-9.5.mo +share/locale/cs/LC_MESSAGES/pg_resetxlog-9.5.mo +share/locale/cs/LC_MESSAGES/pl%%PG_USER%%-9.5.mo +share/locale/de/LC_MESSAGES/initdb-9.5.mo +share/locale/de/LC_MESSAGES/pg_basebackup-9.5.mo +share/locale/de/LC_MESSAGES/pg_controldata-9.5.mo +share/locale/de/LC_MESSAGES/pg_ctl-9.5.mo +share/locale/de/LC_MESSAGES/pg_resetxlog-9.5.mo +share/locale/de/LC_MESSAGES/pg_rewind-9.5.mo +share/locale/de/LC_MESSAGES/pl%%PG_USER%%-9.5.mo +share/locale/de/LC_MESSAGES/postgres-9.5.mo +share/locale/es/LC_MESSAGES/initdb-9.5.mo +share/locale/es/LC_MESSAGES/pg_basebackup-9.5.mo +share/locale/es/LC_MESSAGES/pg_controldata-9.5.mo +share/locale/es/LC_MESSAGES/pg_ctl-9.5.mo +share/locale/es/LC_MESSAGES/pg_resetxlog-9.5.mo +share/locale/es/LC_MESSAGES/pg_rewind-9.5.mo +share/locale/es/LC_MESSAGES/pl%%PG_USER%%-9.5.mo +share/locale/es/LC_MESSAGES/postgres-9.5.mo +share/locale/fr/LC_MESSAGES/initdb-9.5.mo +share/locale/fr/LC_MESSAGES/pg_basebackup-9.5.mo +share/locale/fr/LC_MESSAGES/pg_controldata-9.5.mo +share/locale/fr/LC_MESSAGES/pg_ctl-9.5.mo +share/locale/fr/LC_MESSAGES/pg_resetxlog-9.5.mo +share/locale/fr/LC_MESSAGES/pg_rewind-9.5.mo +share/locale/fr/LC_MESSAGES/pl%%PG_USER%%-9.5.mo +share/locale/fr/LC_MESSAGES/postgres-9.5.mo +share/locale/id/LC_MESSAGES/postgres-9.5.mo +share/locale/it/LC_MESSAGES/initdb-9.5.mo +share/locale/it/LC_MESSAGES/pg_basebackup-9.5.mo +share/locale/it/LC_MESSAGES/pg_controldata-9.5.mo +share/locale/it/LC_MESSAGES/pg_ctl-9.5.mo +share/locale/it/LC_MESSAGES/pg_resetxlog-9.5.mo +share/locale/it/LC_MESSAGES/pg_rewind-9.5.mo +share/locale/it/LC_MESSAGES/pl%%PG_USER%%-9.5.mo +share/locale/it/LC_MESSAGES/postgres-9.5.mo +share/locale/ja/LC_MESSAGES/initdb-9.5.mo +share/locale/ja/LC_MESSAGES/pg_controldata-9.5.mo +share/locale/ja/LC_MESSAGES/pg_ctl-9.5.mo +share/locale/ja/LC_MESSAGES/pg_resetxlog-9.5.mo +share/locale/ja/LC_MESSAGES/pl%%PG_USER%%-9.5.mo +share/locale/ja/LC_MESSAGES/postgres-9.5.mo +share/locale/ko/LC_MESSAGES/initdb-9.5.mo +share/locale/ko/LC_MESSAGES/pg_basebackup-9.5.mo +share/locale/ko/LC_MESSAGES/pg_controldata-9.5.mo +share/locale/ko/LC_MESSAGES/pg_ctl-9.5.mo +share/locale/ko/LC_MESSAGES/pg_resetxlog-9.5.mo +share/locale/ko/LC_MESSAGES/pg_rewind-9.5.mo +share/locale/ko/LC_MESSAGES/pl%%PG_USER%%-9.5.mo +share/locale/pl/LC_MESSAGES/initdb-9.5.mo +share/locale/pl/LC_MESSAGES/pg_basebackup-9.5.mo +share/locale/pl/LC_MESSAGES/pg_controldata-9.5.mo +share/locale/pl/LC_MESSAGES/pg_ctl-9.5.mo +share/locale/pl/LC_MESSAGES/pg_resetxlog-9.5.mo +share/locale/pl/LC_MESSAGES/pg_rewind-9.5.mo +share/locale/pl/LC_MESSAGES/pl%%PG_USER%%-9.5.mo +share/locale/pl/LC_MESSAGES/postgres-9.5.mo +share/locale/pt_BR/LC_MESSAGES/initdb-9.5.mo +share/locale/pt_BR/LC_MESSAGES/pg_basebackup-9.5.mo +share/locale/pt_BR/LC_MESSAGES/pg_controldata-9.5.mo +share/locale/pt_BR/LC_MESSAGES/pg_ctl-9.5.mo +share/locale/pt_BR/LC_MESSAGES/pg_resetxlog-9.5.mo +share/locale/pt_BR/LC_MESSAGES/pl%%PG_USER%%-9.5.mo +share/locale/pt_BR/LC_MESSAGES/postgres-9.5.mo +share/locale/ro/LC_MESSAGES/pl%%PG_USER%%-9.5.mo +share/locale/ru/LC_MESSAGES/initdb-9.5.mo +share/locale/ru/LC_MESSAGES/pg_basebackup-9.5.mo +share/locale/ru/LC_MESSAGES/pg_controldata-9.5.mo +share/locale/ru/LC_MESSAGES/pg_ctl-9.5.mo +share/locale/ru/LC_MESSAGES/pg_resetxlog-9.5.mo +share/locale/ru/LC_MESSAGES/pg_rewind-9.5.mo +share/locale/ru/LC_MESSAGES/pl%%PG_USER%%-9.5.mo +share/locale/ru/LC_MESSAGES/postgres-9.5.mo +share/locale/sv/LC_MESSAGES/initdb-9.5.mo +share/locale/sv/LC_MESSAGES/pg_controldata-9.5.mo +share/locale/sv/LC_MESSAGES/pg_ctl-9.5.mo +share/locale/sv/LC_MESSAGES/pg_resetxlog-9.5.mo +share/locale/zh_CN/LC_MESSAGES/initdb-9.5.mo +share/locale/zh_CN/LC_MESSAGES/pg_basebackup-9.5.mo +share/locale/zh_CN/LC_MESSAGES/pg_controldata-9.5.mo +share/locale/zh_CN/LC_MESSAGES/pg_ctl-9.5.mo +share/locale/zh_CN/LC_MESSAGES/pg_resetxlog-9.5.mo +share/locale/zh_CN/LC_MESSAGES/pg_rewind-9.5.mo +share/locale/zh_CN/LC_MESSAGES/pl%%PG_USER%%-9.5.mo +share/locale/zh_CN/LC_MESSAGES/postgres-9.5.mo +share/locale/zh_TW/LC_MESSAGES/pl%%PG_USER%%-9.5.mo %%DATADIR%%/conversion_create.sql +%%DATADIR%%/extension/pl%%PG_USER%%--1.0.sql +%%DATADIR%%/extension/pl%%PG_USER%%--unpackaged--1.0.sql +%%DATADIR%%/extension/pl%%PG_USER%%.control %%DATADIR%%/information_schema.sql %%DATADIR%%/pg_hba.conf.sample %%DATADIR%%/pg_ident.conf.sample %%DATADIR%%/postgres.bki %%DATADIR%%/postgres.description +%%DATADIR%%/postgres.shdescription %%DATADIR%%/postgresql.conf.sample %%DATADIR%%/recovery.conf.sample +%%DATADIR%%/snowball_create.sql %%DATADIR%%/sql_features.txt %%DATADIR%%/system_views.sql -%%DATADIR%%/extension/plpgsql--1.0.sql -%%DATADIR%%/extension/plpgsql--unpackaged--1.0.sql -%%DATADIR%%/extension/plpgsql.control -%%DATADIR%%/postgres.shdescription -%%NLS%%share/locale/cs/LC_MESSAGES/initdb-9.5.mo -%%NLS%%share/locale/cs/LC_MESSAGES/pg_controldata-9.5.mo -%%NLS%%share/locale/cs/LC_MESSAGES/pg_ctl-9.5.mo -%%NLS%%share/locale/cs/LC_MESSAGES/pg_resetxlog-9.5.mo -%%NLS%%share/locale/cs/LC_MESSAGES/plpgsql-9.5.mo -%%NLS%%share/locale/de/LC_MESSAGES/initdb-9.5.mo -%%NLS%%share/locale/de/LC_MESSAGES/pg_basebackup-9.5.mo -%%NLS%%share/locale/de/LC_MESSAGES/pg_controldata-9.5.mo -%%NLS%%share/locale/de/LC_MESSAGES/pg_ctl-9.5.mo -%%NLS%%share/locale/de/LC_MESSAGES/pg_resetxlog-9.5.mo -%%NLS%%share/locale/de/LC_MESSAGES/pg_rewind-9.5.mo -%%NLS%%share/locale/de/LC_MESSAGES/plpgsql-9.5.mo -%%NLS%%share/locale/de/LC_MESSAGES/postgres-9.5.mo -%%NLS%%share/locale/es/LC_MESSAGES/initdb-9.5.mo -%%NLS%%share/locale/es/LC_MESSAGES/pg_basebackup-9.5.mo -%%NLS%%share/locale/es/LC_MESSAGES/pg_controldata-9.5.mo -%%NLS%%share/locale/es/LC_MESSAGES/pg_ctl-9.5.mo -%%NLS%%share/locale/es/LC_MESSAGES/pg_resetxlog-9.5.mo -%%NLS%%share/locale/es/LC_MESSAGES/pg_rewind-9.5.mo -%%NLS%%share/locale/es/LC_MESSAGES/plpgsql-9.5.mo -%%NLS%%share/locale/es/LC_MESSAGES/postgres-9.5.mo -%%NLS%%share/locale/fr/LC_MESSAGES/initdb-9.5.mo -%%NLS%%share/locale/fr/LC_MESSAGES/pg_basebackup-9.5.mo -%%NLS%%share/locale/fr/LC_MESSAGES/pg_controldata-9.5.mo -%%NLS%%share/locale/fr/LC_MESSAGES/pg_ctl-9.5.mo -%%NLS%%share/locale/fr/LC_MESSAGES/pg_resetxlog-9.5.mo -%%NLS%%share/locale/fr/LC_MESSAGES/pg_rewind-9.5.mo -%%NLS%%share/locale/fr/LC_MESSAGES/plpgsql-9.5.mo -%%NLS%%share/locale/fr/LC_MESSAGES/postgres-9.5.mo -%%NLS%%share/locale/id/LC_MESSAGES/postgres-9.5.mo -%%NLS%%share/locale/it/LC_MESSAGES/initdb-9.5.mo -%%NLS%%share/locale/it/LC_MESSAGES/pg_basebackup-9.5.mo -%%NLS%%share/locale/it/LC_MESSAGES/pg_controldata-9.5.mo -%%NLS%%share/locale/it/LC_MESSAGES/pg_ctl-9.5.mo -%%NLS%%share/locale/it/LC_MESSAGES/pg_resetxlog-9.5.mo -%%NLS%%share/locale/it/LC_MESSAGES/pg_rewind-9.5.mo -%%NLS%%share/locale/it/LC_MESSAGES/plpgsql-9.5.mo -%%NLS%%share/locale/it/LC_MESSAGES/postgres-9.5.mo -%%NLS%%share/locale/ja/LC_MESSAGES/initdb-9.5.mo -%%NLS%%share/locale/ja/LC_MESSAGES/pg_controldata-9.5.mo -%%NLS%%share/locale/ja/LC_MESSAGES/pg_ctl-9.5.mo -%%NLS%%share/locale/ja/LC_MESSAGES/pg_resetxlog-9.5.mo -%%NLS%%share/locale/ja/LC_MESSAGES/plpgsql-9.5.mo -%%NLS%%share/locale/ja/LC_MESSAGES/postgres-9.5.mo -%%NLS%%share/locale/ko/LC_MESSAGES/initdb-9.5.mo -%%NLS%%share/locale/ko/LC_MESSAGES/pg_basebackup-9.5.mo -%%NLS%%share/locale/ko/LC_MESSAGES/pg_controldata-9.5.mo -%%NLS%%share/locale/ko/LC_MESSAGES/pg_ctl-9.5.mo -%%NLS%%share/locale/ko/LC_MESSAGES/pg_resetxlog-9.5.mo -%%NLS%%share/locale/ko/LC_MESSAGES/pg_rewind-9.5.mo -%%NLS%%share/locale/ko/LC_MESSAGES/pl%%PG_USER%%-9.5.mo -%%NLS%%share/locale/pl/LC_MESSAGES/initdb-9.5.mo -%%NLS%%share/locale/pl/LC_MESSAGES/pg_basebackup-9.5.mo -%%NLS%%share/locale/pl/LC_MESSAGES/pg_controldata-9.5.mo -%%NLS%%share/locale/pl/LC_MESSAGES/pg_ctl-9.5.mo -%%NLS%%share/locale/pl/LC_MESSAGES/pg_resetxlog-9.5.mo -%%NLS%%share/locale/pl/LC_MESSAGES/pg_rewind-9.5.mo -%%NLS%%share/locale/pl/LC_MESSAGES/plpgsql-9.5.mo -%%NLS%%share/locale/pl/LC_MESSAGES/postgres-9.5.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/initdb-9.5.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_basebackup-9.5.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_controldata-9.5.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_ctl-9.5.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_resetxlog-9.5.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/plpgsql-9.5.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/postgres-9.5.mo -%%NLS%%share/locale/ro/LC_MESSAGES/plpgsql-9.5.mo -%%NLS%%share/locale/ru/LC_MESSAGES/initdb-9.5.mo -%%NLS%%share/locale/ru/LC_MESSAGES/pg_basebackup-9.5.mo -%%NLS%%share/locale/ru/LC_MESSAGES/pg_controldata-9.5.mo -%%NLS%%share/locale/ru/LC_MESSAGES/pg_ctl-9.5.mo -%%NLS%%share/locale/ru/LC_MESSAGES/pg_resetxlog-9.5.mo -%%NLS%%share/locale/ru/LC_MESSAGES/pg_rewind-9.5.mo -%%NLS%%share/locale/ru/LC_MESSAGES/plpgsql-9.5.mo -%%NLS%%share/locale/ru/LC_MESSAGES/postgres-9.5.mo -%%NLS%%share/locale/sv/LC_MESSAGES/initdb-9.5.mo -%%NLS%%share/locale/sv/LC_MESSAGES/pg_controldata-9.5.mo -%%NLS%%share/locale/sv/LC_MESSAGES/pg_ctl-9.5.mo -%%NLS%%share/locale/sv/LC_MESSAGES/pg_resetxlog-9.5.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/initdb-9.5.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_basebackup-9.5.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_controldata-9.5.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_ctl-9.5.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_resetxlog-9.5.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_rewind-9.5.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/plpgsql-9.5.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/postgres-9.5.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/plpgsql-9.5.mo -%%DATADIR%%/snowball_create.sql -%%TZDATA%%%%DATADIR%%/timezone/Africa/Abidjan -%%TZDATA%%%%DATADIR%%/timezone/Africa/Accra -%%TZDATA%%%%DATADIR%%/timezone/Africa/Addis_Ababa -%%TZDATA%%%%DATADIR%%/timezone/Africa/Algiers -%%TZDATA%%%%DATADIR%%/timezone/Africa/Asmara -%%TZDATA%%%%DATADIR%%/timezone/Africa/Asmera -%%TZDATA%%%%DATADIR%%/timezone/Africa/Bamako -%%TZDATA%%%%DATADIR%%/timezone/Africa/Bangui -%%TZDATA%%%%DATADIR%%/timezone/Africa/Banjul -%%TZDATA%%%%DATADIR%%/timezone/Africa/Bissau -%%TZDATA%%%%DATADIR%%/timezone/Africa/Blantyre -%%TZDATA%%%%DATADIR%%/timezone/Africa/Brazzaville -%%TZDATA%%%%DATADIR%%/timezone/Africa/Bujumbura -%%TZDATA%%%%DATADIR%%/timezone/Africa/Cairo -%%TZDATA%%%%DATADIR%%/timezone/Africa/Casablanca -%%TZDATA%%%%DATADIR%%/timezone/Africa/Ceuta -%%TZDATA%%%%DATADIR%%/timezone/Africa/Conakry -%%TZDATA%%%%DATADIR%%/timezone/Africa/Dakar -%%TZDATA%%%%DATADIR%%/timezone/Africa/Dar_es_Salaam -%%TZDATA%%%%DATADIR%%/timezone/Africa/Djibouti -%%TZDATA%%%%DATADIR%%/timezone/Africa/Douala -%%TZDATA%%%%DATADIR%%/timezone/Africa/El_Aaiun -%%TZDATA%%%%DATADIR%%/timezone/Africa/Freetown -%%TZDATA%%%%DATADIR%%/timezone/Africa/Gaborone -%%TZDATA%%%%DATADIR%%/timezone/Africa/Harare -%%TZDATA%%%%DATADIR%%/timezone/Africa/Johannesburg -%%TZDATA%%%%DATADIR%%/timezone/Africa/Juba -%%TZDATA%%%%DATADIR%%/timezone/Africa/Kampala -%%TZDATA%%%%DATADIR%%/timezone/Africa/Khartoum -%%TZDATA%%%%DATADIR%%/timezone/Africa/Kigali -%%TZDATA%%%%DATADIR%%/timezone/Africa/Kinshasa -%%TZDATA%%%%DATADIR%%/timezone/Africa/Lagos -%%TZDATA%%%%DATADIR%%/timezone/Africa/Libreville -%%TZDATA%%%%DATADIR%%/timezone/Africa/Lome -%%TZDATA%%%%DATADIR%%/timezone/Africa/Luanda -%%TZDATA%%%%DATADIR%%/timezone/Africa/Lubumbashi -%%TZDATA%%%%DATADIR%%/timezone/Africa/Lusaka -%%TZDATA%%%%DATADIR%%/timezone/Africa/Malabo -%%TZDATA%%%%DATADIR%%/timezone/Africa/Maputo -%%TZDATA%%%%DATADIR%%/timezone/Africa/Maseru -%%TZDATA%%%%DATADIR%%/timezone/Africa/Mbabane -%%TZDATA%%%%DATADIR%%/timezone/Africa/Mogadishu -%%TZDATA%%%%DATADIR%%/timezone/Africa/Monrovia -%%TZDATA%%%%DATADIR%%/timezone/Africa/Nairobi -%%TZDATA%%%%DATADIR%%/timezone/Africa/Ndjamena -%%TZDATA%%%%DATADIR%%/timezone/Africa/Niamey -%%TZDATA%%%%DATADIR%%/timezone/Africa/Nouakchott -%%TZDATA%%%%DATADIR%%/timezone/Africa/Ouagadougou -%%TZDATA%%%%DATADIR%%/timezone/Africa/Porto-Novo -%%TZDATA%%%%DATADIR%%/timezone/Africa/Sao_Tome -%%TZDATA%%%%DATADIR%%/timezone/Africa/Timbuktu -%%TZDATA%%%%DATADIR%%/timezone/Africa/Tripoli -%%TZDATA%%%%DATADIR%%/timezone/Africa/Tunis -%%TZDATA%%%%DATADIR%%/timezone/Africa/Windhoek -%%TZDATA%%%%DATADIR%%/timezone/America/Adak -%%TZDATA%%%%DATADIR%%/timezone/America/Anchorage -%%TZDATA%%%%DATADIR%%/timezone/America/Anguilla -%%TZDATA%%%%DATADIR%%/timezone/America/Antigua -%%TZDATA%%%%DATADIR%%/timezone/America/Araguaina -%%TZDATA%%%%DATADIR%%/timezone/America/Argentina/Buenos_Aires -%%TZDATA%%%%DATADIR%%/timezone/America/Argentina/Catamarca -%%TZDATA%%%%DATADIR%%/timezone/America/Argentina/ComodRivadavia -%%TZDATA%%%%DATADIR%%/timezone/America/Argentina/Cordoba -%%TZDATA%%%%DATADIR%%/timezone/America/Argentina/Jujuy -%%TZDATA%%%%DATADIR%%/timezone/America/Argentina/La_Rioja -%%TZDATA%%%%DATADIR%%/timezone/America/Argentina/Mendoza -%%TZDATA%%%%DATADIR%%/timezone/America/Argentina/Rio_Gallegos -%%TZDATA%%%%DATADIR%%/timezone/America/Argentina/Salta -%%TZDATA%%%%DATADIR%%/timezone/America/Argentina/San_Juan -%%TZDATA%%%%DATADIR%%/timezone/America/Argentina/San_Luis -%%TZDATA%%%%DATADIR%%/timezone/America/Argentina/Tucuman -%%TZDATA%%%%DATADIR%%/timezone/America/Argentina/Ushuaia -%%TZDATA%%%%DATADIR%%/timezone/America/Aruba -%%TZDATA%%%%DATADIR%%/timezone/America/Asuncion -%%TZDATA%%%%DATADIR%%/timezone/America/Atikokan -%%TZDATA%%%%DATADIR%%/timezone/America/Atka -%%TZDATA%%%%DATADIR%%/timezone/America/Bahia -%%TZDATA%%%%DATADIR%%/timezone/America/Bahia_Banderas -%%TZDATA%%%%DATADIR%%/timezone/America/Barbados -%%TZDATA%%%%DATADIR%%/timezone/America/Belem -%%TZDATA%%%%DATADIR%%/timezone/America/Belize -%%TZDATA%%%%DATADIR%%/timezone/America/Blanc-Sablon -%%TZDATA%%%%DATADIR%%/timezone/America/Boa_Vista -%%TZDATA%%%%DATADIR%%/timezone/America/Bogota -%%TZDATA%%%%DATADIR%%/timezone/America/Boise -%%TZDATA%%%%DATADIR%%/timezone/America/Buenos_Aires -%%TZDATA%%%%DATADIR%%/timezone/America/Cambridge_Bay -%%TZDATA%%%%DATADIR%%/timezone/America/Campo_Grande -%%TZDATA%%%%DATADIR%%/timezone/America/Cancun -%%TZDATA%%%%DATADIR%%/timezone/America/Caracas -%%TZDATA%%%%DATADIR%%/timezone/America/Catamarca -%%TZDATA%%%%DATADIR%%/timezone/America/Cayenne -%%TZDATA%%%%DATADIR%%/timezone/America/Cayman -%%TZDATA%%%%DATADIR%%/timezone/America/Chicago -%%TZDATA%%%%DATADIR%%/timezone/America/Chihuahua -%%TZDATA%%%%DATADIR%%/timezone/America/Coral_Harbour -%%TZDATA%%%%DATADIR%%/timezone/America/Cordoba -%%TZDATA%%%%DATADIR%%/timezone/America/Costa_Rica -%%TZDATA%%%%DATADIR%%/timezone/America/Creston -%%TZDATA%%%%DATADIR%%/timezone/America/Cuiaba -%%TZDATA%%%%DATADIR%%/timezone/America/Curacao -%%TZDATA%%%%DATADIR%%/timezone/America/Danmarkshavn -%%TZDATA%%%%DATADIR%%/timezone/America/Dawson -%%TZDATA%%%%DATADIR%%/timezone/America/Dawson_Creek -%%TZDATA%%%%DATADIR%%/timezone/America/Denver -%%TZDATA%%%%DATADIR%%/timezone/America/Detroit -%%TZDATA%%%%DATADIR%%/timezone/America/Dominica -%%TZDATA%%%%DATADIR%%/timezone/America/Edmonton -%%TZDATA%%%%DATADIR%%/timezone/America/Eirunepe -%%TZDATA%%%%DATADIR%%/timezone/America/El_Salvador -%%TZDATA%%%%DATADIR%%/timezone/America/Ensenada -%%TZDATA%%%%DATADIR%%/timezone/America/Fort_Nelson -%%TZDATA%%%%DATADIR%%/timezone/America/Fort_Wayne -%%TZDATA%%%%DATADIR%%/timezone/America/Fortaleza -%%TZDATA%%%%DATADIR%%/timezone/America/Glace_Bay -%%TZDATA%%%%DATADIR%%/timezone/America/Godthab -%%TZDATA%%%%DATADIR%%/timezone/America/Goose_Bay -%%TZDATA%%%%DATADIR%%/timezone/America/Grand_Turk -%%TZDATA%%%%DATADIR%%/timezone/America/Grenada -%%TZDATA%%%%DATADIR%%/timezone/America/Guadeloupe -%%TZDATA%%%%DATADIR%%/timezone/America/Guatemala -%%TZDATA%%%%DATADIR%%/timezone/America/Guayaquil -%%TZDATA%%%%DATADIR%%/timezone/America/Guyana -%%TZDATA%%%%DATADIR%%/timezone/America/Halifax -%%TZDATA%%%%DATADIR%%/timezone/America/Havana -%%TZDATA%%%%DATADIR%%/timezone/America/Hermosillo -%%TZDATA%%%%DATADIR%%/timezone/America/Indiana/Indianapolis -%%TZDATA%%%%DATADIR%%/timezone/America/Indiana/Knox -%%TZDATA%%%%DATADIR%%/timezone/America/Indiana/Marengo -%%TZDATA%%%%DATADIR%%/timezone/America/Indiana/Petersburg -%%TZDATA%%%%DATADIR%%/timezone/America/Indiana/Tell_City -%%TZDATA%%%%DATADIR%%/timezone/America/Indiana/Vevay -%%TZDATA%%%%DATADIR%%/timezone/America/Indiana/Vincennes -%%TZDATA%%%%DATADIR%%/timezone/America/Indiana/Winamac -%%TZDATA%%%%DATADIR%%/timezone/America/Indianapolis -%%TZDATA%%%%DATADIR%%/timezone/America/Inuvik -%%TZDATA%%%%DATADIR%%/timezone/America/Iqaluit -%%TZDATA%%%%DATADIR%%/timezone/America/Jamaica -%%TZDATA%%%%DATADIR%%/timezone/America/Jujuy -%%TZDATA%%%%DATADIR%%/timezone/America/Juneau -%%TZDATA%%%%DATADIR%%/timezone/America/Kentucky/Louisville -%%TZDATA%%%%DATADIR%%/timezone/America/Kentucky/Monticello -%%TZDATA%%%%DATADIR%%/timezone/America/Knox_IN -%%TZDATA%%%%DATADIR%%/timezone/America/Kralendijk -%%TZDATA%%%%DATADIR%%/timezone/America/La_Paz -%%TZDATA%%%%DATADIR%%/timezone/America/Lima -%%TZDATA%%%%DATADIR%%/timezone/America/Los_Angeles -%%TZDATA%%%%DATADIR%%/timezone/America/Louisville -%%TZDATA%%%%DATADIR%%/timezone/America/Lower_Princes -%%TZDATA%%%%DATADIR%%/timezone/America/Maceio -%%TZDATA%%%%DATADIR%%/timezone/America/Managua -%%TZDATA%%%%DATADIR%%/timezone/America/Manaus -%%TZDATA%%%%DATADIR%%/timezone/America/Marigot -%%TZDATA%%%%DATADIR%%/timezone/America/Martinique -%%TZDATA%%%%DATADIR%%/timezone/America/Matamoros -%%TZDATA%%%%DATADIR%%/timezone/America/Mazatlan -%%TZDATA%%%%DATADIR%%/timezone/America/Mendoza -%%TZDATA%%%%DATADIR%%/timezone/America/Menominee -%%TZDATA%%%%DATADIR%%/timezone/America/Merida -%%TZDATA%%%%DATADIR%%/timezone/America/Metlakatla -%%TZDATA%%%%DATADIR%%/timezone/America/Mexico_City -%%TZDATA%%%%DATADIR%%/timezone/America/Miquelon -%%TZDATA%%%%DATADIR%%/timezone/America/Moncton -%%TZDATA%%%%DATADIR%%/timezone/America/Monterrey -%%TZDATA%%%%DATADIR%%/timezone/America/Montevideo -%%TZDATA%%%%DATADIR%%/timezone/America/Montreal -%%TZDATA%%%%DATADIR%%/timezone/America/Montserrat -%%TZDATA%%%%DATADIR%%/timezone/America/Nassau -%%TZDATA%%%%DATADIR%%/timezone/America/New_York -%%TZDATA%%%%DATADIR%%/timezone/America/Nipigon -%%TZDATA%%%%DATADIR%%/timezone/America/Nome -%%TZDATA%%%%DATADIR%%/timezone/America/Noronha -%%TZDATA%%%%DATADIR%%/timezone/America/North_Dakota/Beulah -%%TZDATA%%%%DATADIR%%/timezone/America/North_Dakota/Center -%%TZDATA%%%%DATADIR%%/timezone/America/North_Dakota/New_Salem -%%TZDATA%%%%DATADIR%%/timezone/America/Ojinaga -%%TZDATA%%%%DATADIR%%/timezone/America/Panama -%%TZDATA%%%%DATADIR%%/timezone/America/Pangnirtung -%%TZDATA%%%%DATADIR%%/timezone/America/Paramaribo -%%TZDATA%%%%DATADIR%%/timezone/America/Phoenix -%%TZDATA%%%%DATADIR%%/timezone/America/Port-au-Prince -%%TZDATA%%%%DATADIR%%/timezone/America/Port_of_Spain -%%TZDATA%%%%DATADIR%%/timezone/America/Porto_Acre -%%TZDATA%%%%DATADIR%%/timezone/America/Porto_Velho -%%TZDATA%%%%DATADIR%%/timezone/America/Puerto_Rico -%%TZDATA%%%%DATADIR%%/timezone/America/Rainy_River -%%TZDATA%%%%DATADIR%%/timezone/America/Rankin_Inlet -%%TZDATA%%%%DATADIR%%/timezone/America/Recife -%%TZDATA%%%%DATADIR%%/timezone/America/Regina -%%TZDATA%%%%DATADIR%%/timezone/America/Resolute -%%TZDATA%%%%DATADIR%%/timezone/America/Rio_Branco -%%TZDATA%%%%DATADIR%%/timezone/America/Rosario -%%TZDATA%%%%DATADIR%%/timezone/America/Santa_Isabel -%%TZDATA%%%%DATADIR%%/timezone/America/Santarem -%%TZDATA%%%%DATADIR%%/timezone/America/Santiago -%%TZDATA%%%%DATADIR%%/timezone/America/Santo_Domingo -%%TZDATA%%%%DATADIR%%/timezone/America/Sao_Paulo -%%TZDATA%%%%DATADIR%%/timezone/America/Scoresbysund -%%TZDATA%%%%DATADIR%%/timezone/America/Shiprock -%%TZDATA%%%%DATADIR%%/timezone/America/Sitka -%%TZDATA%%%%DATADIR%%/timezone/America/St_Barthelemy -%%TZDATA%%%%DATADIR%%/timezone/America/St_Johns -%%TZDATA%%%%DATADIR%%/timezone/America/St_Kitts -%%TZDATA%%%%DATADIR%%/timezone/America/St_Lucia -%%TZDATA%%%%DATADIR%%/timezone/America/St_Thomas -%%TZDATA%%%%DATADIR%%/timezone/America/St_Vincent -%%TZDATA%%%%DATADIR%%/timezone/America/Swift_Current -%%TZDATA%%%%DATADIR%%/timezone/America/Tegucigalpa -%%TZDATA%%%%DATADIR%%/timezone/America/Thule -%%TZDATA%%%%DATADIR%%/timezone/America/Thunder_Bay -%%TZDATA%%%%DATADIR%%/timezone/America/Tijuana -%%TZDATA%%%%DATADIR%%/timezone/America/Toronto -%%TZDATA%%%%DATADIR%%/timezone/America/Tortola -%%TZDATA%%%%DATADIR%%/timezone/America/Vancouver -%%TZDATA%%%%DATADIR%%/timezone/America/Virgin -%%TZDATA%%%%DATADIR%%/timezone/America/Whitehorse -%%TZDATA%%%%DATADIR%%/timezone/America/Winnipeg -%%TZDATA%%%%DATADIR%%/timezone/America/Yakutat -%%TZDATA%%%%DATADIR%%/timezone/America/Yellowknife -%%TZDATA%%%%DATADIR%%/timezone/Antarctica/Casey -%%TZDATA%%%%DATADIR%%/timezone/Antarctica/Davis -%%TZDATA%%%%DATADIR%%/timezone/Antarctica/DumontDUrville -%%TZDATA%%%%DATADIR%%/timezone/Antarctica/Macquarie -%%TZDATA%%%%DATADIR%%/timezone/Antarctica/Mawson -%%TZDATA%%%%DATADIR%%/timezone/Antarctica/McMurdo -%%TZDATA%%%%DATADIR%%/timezone/Antarctica/Palmer -%%TZDATA%%%%DATADIR%%/timezone/Antarctica/Rothera -%%TZDATA%%%%DATADIR%%/timezone/Antarctica/South_Pole -%%TZDATA%%%%DATADIR%%/timezone/Antarctica/Syowa -%%TZDATA%%%%DATADIR%%/timezone/Antarctica/Troll -%%TZDATA%%%%DATADIR%%/timezone/Antarctica/Vostok -%%TZDATA%%%%DATADIR%%/timezone/Arctic/Longyearbyen -%%TZDATA%%%%DATADIR%%/timezone/Asia/Aden -%%TZDATA%%%%DATADIR%%/timezone/Asia/Almaty -%%TZDATA%%%%DATADIR%%/timezone/Asia/Amman -%%TZDATA%%%%DATADIR%%/timezone/Asia/Anadyr -%%TZDATA%%%%DATADIR%%/timezone/Asia/Aqtau -%%TZDATA%%%%DATADIR%%/timezone/Asia/Aqtobe -%%TZDATA%%%%DATADIR%%/timezone/Asia/Ashgabat -%%TZDATA%%%%DATADIR%%/timezone/Asia/Ashkhabad -%%TZDATA%%%%DATADIR%%/timezone/Asia/Baghdad -%%TZDATA%%%%DATADIR%%/timezone/Asia/Bahrain -%%TZDATA%%%%DATADIR%%/timezone/Asia/Baku -%%TZDATA%%%%DATADIR%%/timezone/Asia/Bangkok -%%TZDATA%%%%DATADIR%%/timezone/Asia/Barnaul -%%TZDATA%%%%DATADIR%%/timezone/Asia/Beirut -%%TZDATA%%%%DATADIR%%/timezone/Asia/Bishkek -%%TZDATA%%%%DATADIR%%/timezone/Asia/Brunei -%%TZDATA%%%%DATADIR%%/timezone/Asia/Calcutta -%%TZDATA%%%%DATADIR%%/timezone/Asia/Chita -%%TZDATA%%%%DATADIR%%/timezone/Asia/Choibalsan -%%TZDATA%%%%DATADIR%%/timezone/Asia/Chongqing -%%TZDATA%%%%DATADIR%%/timezone/Asia/Chungking -%%TZDATA%%%%DATADIR%%/timezone/Asia/Colombo -%%TZDATA%%%%DATADIR%%/timezone/Asia/Dacca -%%TZDATA%%%%DATADIR%%/timezone/Asia/Damascus -%%TZDATA%%%%DATADIR%%/timezone/Asia/Dhaka -%%TZDATA%%%%DATADIR%%/timezone/Asia/Dili -%%TZDATA%%%%DATADIR%%/timezone/Asia/Dubai -%%TZDATA%%%%DATADIR%%/timezone/Asia/Dushanbe -%%TZDATA%%%%DATADIR%%/timezone/Asia/Gaza -%%TZDATA%%%%DATADIR%%/timezone/Asia/Harbin -%%TZDATA%%%%DATADIR%%/timezone/Asia/Hebron -%%TZDATA%%%%DATADIR%%/timezone/Asia/Ho_Chi_Minh -%%TZDATA%%%%DATADIR%%/timezone/Asia/Hong_Kong -%%TZDATA%%%%DATADIR%%/timezone/Asia/Hovd -%%TZDATA%%%%DATADIR%%/timezone/Asia/Irkutsk -%%TZDATA%%%%DATADIR%%/timezone/Asia/Istanbul -%%TZDATA%%%%DATADIR%%/timezone/Asia/Jakarta -%%TZDATA%%%%DATADIR%%/timezone/Asia/Jayapura -%%TZDATA%%%%DATADIR%%/timezone/Asia/Jerusalem -%%TZDATA%%%%DATADIR%%/timezone/Asia/Kabul -%%TZDATA%%%%DATADIR%%/timezone/Asia/Kamchatka -%%TZDATA%%%%DATADIR%%/timezone/Asia/Karachi -%%TZDATA%%%%DATADIR%%/timezone/Asia/Kashgar -%%TZDATA%%%%DATADIR%%/timezone/Asia/Kathmandu -%%TZDATA%%%%DATADIR%%/timezone/Asia/Katmandu -%%TZDATA%%%%DATADIR%%/timezone/Asia/Khandyga -%%TZDATA%%%%DATADIR%%/timezone/Asia/Kolkata -%%TZDATA%%%%DATADIR%%/timezone/Asia/Krasnoyarsk -%%TZDATA%%%%DATADIR%%/timezone/Asia/Kuala_Lumpur -%%TZDATA%%%%DATADIR%%/timezone/Asia/Kuching -%%TZDATA%%%%DATADIR%%/timezone/Asia/Kuwait -%%TZDATA%%%%DATADIR%%/timezone/Asia/Macao -%%TZDATA%%%%DATADIR%%/timezone/Asia/Macau -%%TZDATA%%%%DATADIR%%/timezone/Asia/Magadan -%%TZDATA%%%%DATADIR%%/timezone/Asia/Makassar -%%TZDATA%%%%DATADIR%%/timezone/Asia/Manila -%%TZDATA%%%%DATADIR%%/timezone/Asia/Muscat -%%TZDATA%%%%DATADIR%%/timezone/Asia/Nicosia -%%TZDATA%%%%DATADIR%%/timezone/Asia/Novokuznetsk -%%TZDATA%%%%DATADIR%%/timezone/Asia/Novosibirsk -%%TZDATA%%%%DATADIR%%/timezone/Asia/Omsk -%%TZDATA%%%%DATADIR%%/timezone/Asia/Oral -%%TZDATA%%%%DATADIR%%/timezone/Asia/Phnom_Penh -%%TZDATA%%%%DATADIR%%/timezone/Asia/Pontianak -%%TZDATA%%%%DATADIR%%/timezone/Asia/Pyongyang -%%TZDATA%%%%DATADIR%%/timezone/Asia/Qatar -%%TZDATA%%%%DATADIR%%/timezone/Asia/Qyzylorda -%%TZDATA%%%%DATADIR%%/timezone/Asia/Rangoon -%%TZDATA%%%%DATADIR%%/timezone/Asia/Riyadh -%%TZDATA%%%%DATADIR%%/timezone/Asia/Saigon -%%TZDATA%%%%DATADIR%%/timezone/Asia/Sakhalin -%%TZDATA%%%%DATADIR%%/timezone/Asia/Samarkand -%%TZDATA%%%%DATADIR%%/timezone/Asia/Seoul -%%TZDATA%%%%DATADIR%%/timezone/Asia/Shanghai -%%TZDATA%%%%DATADIR%%/timezone/Asia/Singapore -%%TZDATA%%%%DATADIR%%/timezone/Asia/Srednekolymsk -%%TZDATA%%%%DATADIR%%/timezone/Asia/Taipei -%%TZDATA%%%%DATADIR%%/timezone/Asia/Tashkent -%%TZDATA%%%%DATADIR%%/timezone/Asia/Tbilisi -%%TZDATA%%%%DATADIR%%/timezone/Asia/Tehran -%%TZDATA%%%%DATADIR%%/timezone/Asia/Tel_Aviv -%%TZDATA%%%%DATADIR%%/timezone/Asia/Thimbu -%%TZDATA%%%%DATADIR%%/timezone/Asia/Thimphu -%%TZDATA%%%%DATADIR%%/timezone/Asia/Tokyo -%%TZDATA%%%%DATADIR%%/timezone/Asia/Ujung_Pandang -%%TZDATA%%%%DATADIR%%/timezone/Asia/Ulaanbaatar -%%TZDATA%%%%DATADIR%%/timezone/Asia/Ulan_Bator -%%TZDATA%%%%DATADIR%%/timezone/Asia/Urumqi -%%TZDATA%%%%DATADIR%%/timezone/Asia/Ust-Nera -%%TZDATA%%%%DATADIR%%/timezone/Asia/Vientiane -%%TZDATA%%%%DATADIR%%/timezone/Asia/Vladivostok -%%TZDATA%%%%DATADIR%%/timezone/Asia/Yakutsk -%%TZDATA%%%%DATADIR%%/timezone/Asia/Yekaterinburg -%%TZDATA%%%%DATADIR%%/timezone/Asia/Yerevan -%%TZDATA%%%%DATADIR%%/timezone/Atlantic/Azores -%%TZDATA%%%%DATADIR%%/timezone/Atlantic/Bermuda -%%TZDATA%%%%DATADIR%%/timezone/Atlantic/Canary -%%TZDATA%%%%DATADIR%%/timezone/Atlantic/Cape_Verde -%%TZDATA%%%%DATADIR%%/timezone/Atlantic/Faeroe -%%TZDATA%%%%DATADIR%%/timezone/Atlantic/Faroe -%%TZDATA%%%%DATADIR%%/timezone/Atlantic/Jan_Mayen -%%TZDATA%%%%DATADIR%%/timezone/Atlantic/Madeira -%%TZDATA%%%%DATADIR%%/timezone/Atlantic/Reykjavik -%%TZDATA%%%%DATADIR%%/timezone/Atlantic/South_Georgia -%%TZDATA%%%%DATADIR%%/timezone/Atlantic/St_Helena -%%TZDATA%%%%DATADIR%%/timezone/Atlantic/Stanley -%%TZDATA%%%%DATADIR%%/timezone/Australia/ACT -%%TZDATA%%%%DATADIR%%/timezone/Australia/Adelaide -%%TZDATA%%%%DATADIR%%/timezone/Australia/Brisbane -%%TZDATA%%%%DATADIR%%/timezone/Australia/Broken_Hill -%%TZDATA%%%%DATADIR%%/timezone/Australia/Canberra -%%TZDATA%%%%DATADIR%%/timezone/Australia/Currie -%%TZDATA%%%%DATADIR%%/timezone/Australia/Darwin -%%TZDATA%%%%DATADIR%%/timezone/Australia/Eucla -%%TZDATA%%%%DATADIR%%/timezone/Australia/Hobart -%%TZDATA%%%%DATADIR%%/timezone/Australia/LHI -%%TZDATA%%%%DATADIR%%/timezone/Australia/Lindeman -%%TZDATA%%%%DATADIR%%/timezone/Australia/Lord_Howe -%%TZDATA%%%%DATADIR%%/timezone/Australia/Melbourne -%%TZDATA%%%%DATADIR%%/timezone/Australia/NSW -%%TZDATA%%%%DATADIR%%/timezone/Australia/North -%%TZDATA%%%%DATADIR%%/timezone/Australia/Perth -%%TZDATA%%%%DATADIR%%/timezone/Australia/Queensland -%%TZDATA%%%%DATADIR%%/timezone/Australia/South -%%TZDATA%%%%DATADIR%%/timezone/Australia/Sydney -%%TZDATA%%%%DATADIR%%/timezone/Australia/Tasmania -%%TZDATA%%%%DATADIR%%/timezone/Australia/Victoria -%%TZDATA%%%%DATADIR%%/timezone/Australia/West -%%TZDATA%%%%DATADIR%%/timezone/Australia/Yancowinna -%%TZDATA%%%%DATADIR%%/timezone/Brazil/Acre -%%TZDATA%%%%DATADIR%%/timezone/Brazil/DeNoronha -%%TZDATA%%%%DATADIR%%/timezone/Brazil/East -%%TZDATA%%%%DATADIR%%/timezone/Brazil/West -%%TZDATA%%%%DATADIR%%/timezone/CET -%%TZDATA%%%%DATADIR%%/timezone/CST6CDT -%%TZDATA%%%%DATADIR%%/timezone/Canada/Atlantic -%%TZDATA%%%%DATADIR%%/timezone/Canada/Central -%%TZDATA%%%%DATADIR%%/timezone/Canada/East-Saskatchewan -%%TZDATA%%%%DATADIR%%/timezone/Canada/Eastern -%%TZDATA%%%%DATADIR%%/timezone/Canada/Mountain -%%TZDATA%%%%DATADIR%%/timezone/Canada/Newfoundland -%%TZDATA%%%%DATADIR%%/timezone/Canada/Pacific -%%TZDATA%%%%DATADIR%%/timezone/Canada/Saskatchewan -%%TZDATA%%%%DATADIR%%/timezone/Canada/Yukon -%%TZDATA%%%%DATADIR%%/timezone/Chile/Continental -%%TZDATA%%%%DATADIR%%/timezone/Chile/EasterIsland -%%TZDATA%%%%DATADIR%%/timezone/Cuba -%%TZDATA%%%%DATADIR%%/timezone/EET -%%TZDATA%%%%DATADIR%%/timezone/EST -%%TZDATA%%%%DATADIR%%/timezone/EST5EDT -%%TZDATA%%%%DATADIR%%/timezone/Egypt -%%TZDATA%%%%DATADIR%%/timezone/Eire -%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT -%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT+0 -%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT+1 -%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT+10 -%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT+11 -%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT+12 -%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT+2 -%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT+3 -%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT+4 -%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT+5 -%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT+6 -%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT+7 -%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT+8 -%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT+9 -%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-0 -%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-1 -%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-10 -%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-11 -%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-12 -%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-13 -%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-14 -%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-2 -%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-3 -%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-4 -%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-5 -%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-6 -%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-7 -%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-8 -%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-9 -%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT0 -%%TZDATA%%%%DATADIR%%/timezone/Etc/Greenwich -%%TZDATA%%%%DATADIR%%/timezone/Etc/UCT -%%TZDATA%%%%DATADIR%%/timezone/Etc/UTC -%%TZDATA%%%%DATADIR%%/timezone/Etc/Universal -%%TZDATA%%%%DATADIR%%/timezone/Etc/Zulu -%%TZDATA%%%%DATADIR%%/timezone/Europe/Amsterdam -%%TZDATA%%%%DATADIR%%/timezone/Europe/Andorra -%%TZDATA%%%%DATADIR%%/timezone/Europe/Astrakhan -%%TZDATA%%%%DATADIR%%/timezone/Europe/Athens -%%TZDATA%%%%DATADIR%%/timezone/Europe/Belfast -%%TZDATA%%%%DATADIR%%/timezone/Europe/Belgrade -%%TZDATA%%%%DATADIR%%/timezone/Europe/Berlin -%%TZDATA%%%%DATADIR%%/timezone/Europe/Bratislava -%%TZDATA%%%%DATADIR%%/timezone/Europe/Brussels -%%TZDATA%%%%DATADIR%%/timezone/Europe/Bucharest -%%TZDATA%%%%DATADIR%%/timezone/Europe/Budapest -%%TZDATA%%%%DATADIR%%/timezone/Europe/Busingen -%%TZDATA%%%%DATADIR%%/timezone/Europe/Chisinau -%%TZDATA%%%%DATADIR%%/timezone/Europe/Copenhagen -%%TZDATA%%%%DATADIR%%/timezone/Europe/Dublin -%%TZDATA%%%%DATADIR%%/timezone/Europe/Gibraltar -%%TZDATA%%%%DATADIR%%/timezone/Europe/Guernsey -%%TZDATA%%%%DATADIR%%/timezone/Europe/Helsinki -%%TZDATA%%%%DATADIR%%/timezone/Europe/Isle_of_Man -%%TZDATA%%%%DATADIR%%/timezone/Europe/Istanbul -%%TZDATA%%%%DATADIR%%/timezone/Europe/Jersey -%%TZDATA%%%%DATADIR%%/timezone/Europe/Kaliningrad -%%TZDATA%%%%DATADIR%%/timezone/Europe/Kiev -%%TZDATA%%%%DATADIR%%/timezone/Europe/Lisbon -%%TZDATA%%%%DATADIR%%/timezone/Europe/Ljubljana -%%TZDATA%%%%DATADIR%%/timezone/Europe/London -%%TZDATA%%%%DATADIR%%/timezone/Europe/Luxembourg -%%TZDATA%%%%DATADIR%%/timezone/Europe/Madrid -%%TZDATA%%%%DATADIR%%/timezone/Europe/Malta -%%TZDATA%%%%DATADIR%%/timezone/Europe/Mariehamn -%%TZDATA%%%%DATADIR%%/timezone/Europe/Minsk -%%TZDATA%%%%DATADIR%%/timezone/Europe/Monaco -%%TZDATA%%%%DATADIR%%/timezone/Europe/Moscow -%%TZDATA%%%%DATADIR%%/timezone/Europe/Nicosia -%%TZDATA%%%%DATADIR%%/timezone/Europe/Oslo -%%TZDATA%%%%DATADIR%%/timezone/Europe/Paris -%%TZDATA%%%%DATADIR%%/timezone/Europe/Podgorica -%%TZDATA%%%%DATADIR%%/timezone/Europe/Prague -%%TZDATA%%%%DATADIR%%/timezone/Europe/Riga -%%TZDATA%%%%DATADIR%%/timezone/Europe/Rome -%%TZDATA%%%%DATADIR%%/timezone/Europe/Samara -%%TZDATA%%%%DATADIR%%/timezone/Europe/San_Marino -%%TZDATA%%%%DATADIR%%/timezone/Europe/Sarajevo -%%TZDATA%%%%DATADIR%%/timezone/Europe/Simferopol -%%TZDATA%%%%DATADIR%%/timezone/Europe/Skopje -%%TZDATA%%%%DATADIR%%/timezone/Europe/Sofia -%%TZDATA%%%%DATADIR%%/timezone/Europe/Stockholm -%%TZDATA%%%%DATADIR%%/timezone/Europe/Tallinn -%%TZDATA%%%%DATADIR%%/timezone/Europe/Tirane -%%TZDATA%%%%DATADIR%%/timezone/Europe/Tiraspol -%%TZDATA%%%%DATADIR%%/timezone/Europe/Ulyanovsk -%%TZDATA%%%%DATADIR%%/timezone/Europe/Uzhgorod -%%TZDATA%%%%DATADIR%%/timezone/Europe/Vaduz -%%TZDATA%%%%DATADIR%%/timezone/Europe/Vatican -%%TZDATA%%%%DATADIR%%/timezone/Europe/Vienna -%%TZDATA%%%%DATADIR%%/timezone/Europe/Vilnius -%%TZDATA%%%%DATADIR%%/timezone/Europe/Volgograd -%%TZDATA%%%%DATADIR%%/timezone/Europe/Warsaw -%%TZDATA%%%%DATADIR%%/timezone/Europe/Zagreb -%%TZDATA%%%%DATADIR%%/timezone/Europe/Zaporozhye -%%TZDATA%%%%DATADIR%%/timezone/Europe/Zurich -%%TZDATA%%%%DATADIR%%/timezone/Factory -%%TZDATA%%%%DATADIR%%/timezone/GB -%%TZDATA%%%%DATADIR%%/timezone/GB-Eire -%%TZDATA%%%%DATADIR%%/timezone/GMT -%%TZDATA%%%%DATADIR%%/timezone/GMT+0 -%%TZDATA%%%%DATADIR%%/timezone/GMT-0 -%%TZDATA%%%%DATADIR%%/timezone/GMT0 -%%TZDATA%%%%DATADIR%%/timezone/Greenwich -%%TZDATA%%%%DATADIR%%/timezone/HST -%%TZDATA%%%%DATADIR%%/timezone/Hongkong -%%TZDATA%%%%DATADIR%%/timezone/Iceland -%%TZDATA%%%%DATADIR%%/timezone/Indian/Antananarivo -%%TZDATA%%%%DATADIR%%/timezone/Indian/Chagos -%%TZDATA%%%%DATADIR%%/timezone/Indian/Christmas -%%TZDATA%%%%DATADIR%%/timezone/Indian/Cocos -%%TZDATA%%%%DATADIR%%/timezone/Indian/Comoro -%%TZDATA%%%%DATADIR%%/timezone/Indian/Kerguelen -%%TZDATA%%%%DATADIR%%/timezone/Indian/Mahe -%%TZDATA%%%%DATADIR%%/timezone/Indian/Maldives -%%TZDATA%%%%DATADIR%%/timezone/Indian/Mauritius -%%TZDATA%%%%DATADIR%%/timezone/Indian/Mayotte -%%TZDATA%%%%DATADIR%%/timezone/Indian/Reunion -%%TZDATA%%%%DATADIR%%/timezone/Iran -%%TZDATA%%%%DATADIR%%/timezone/Israel -%%TZDATA%%%%DATADIR%%/timezone/Jamaica -%%TZDATA%%%%DATADIR%%/timezone/Japan -%%TZDATA%%%%DATADIR%%/timezone/Kwajalein -%%TZDATA%%%%DATADIR%%/timezone/Libya -%%TZDATA%%%%DATADIR%%/timezone/MET -%%TZDATA%%%%DATADIR%%/timezone/MST -%%TZDATA%%%%DATADIR%%/timezone/MST7MDT -%%TZDATA%%%%DATADIR%%/timezone/Mexico/BajaNorte -%%TZDATA%%%%DATADIR%%/timezone/Mexico/BajaSur -%%TZDATA%%%%DATADIR%%/timezone/Mexico/General -%%TZDATA%%%%DATADIR%%/timezone/NZ -%%TZDATA%%%%DATADIR%%/timezone/NZ-CHAT -%%TZDATA%%%%DATADIR%%/timezone/Navajo -%%TZDATA%%%%DATADIR%%/timezone/PRC -%%TZDATA%%%%DATADIR%%/timezone/PST8PDT -%%TZDATA%%%%DATADIR%%/timezone/Pacific/Apia -%%TZDATA%%%%DATADIR%%/timezone/Pacific/Auckland -%%TZDATA%%%%DATADIR%%/timezone/Pacific/Bougainville -%%TZDATA%%%%DATADIR%%/timezone/Pacific/Chatham -%%TZDATA%%%%DATADIR%%/timezone/Pacific/Chuuk -%%TZDATA%%%%DATADIR%%/timezone/Pacific/Easter -%%TZDATA%%%%DATADIR%%/timezone/Pacific/Efate -%%TZDATA%%%%DATADIR%%/timezone/Pacific/Enderbury -%%TZDATA%%%%DATADIR%%/timezone/Pacific/Fakaofo -%%TZDATA%%%%DATADIR%%/timezone/Pacific/Fiji -%%TZDATA%%%%DATADIR%%/timezone/Pacific/Funafuti -%%TZDATA%%%%DATADIR%%/timezone/Pacific/Galapagos -%%TZDATA%%%%DATADIR%%/timezone/Pacific/Gambier -%%TZDATA%%%%DATADIR%%/timezone/Pacific/Guadalcanal -%%TZDATA%%%%DATADIR%%/timezone/Pacific/Guam -%%TZDATA%%%%DATADIR%%/timezone/Pacific/Honolulu -%%TZDATA%%%%DATADIR%%/timezone/Pacific/Johnston -%%TZDATA%%%%DATADIR%%/timezone/Pacific/Kiritimati -%%TZDATA%%%%DATADIR%%/timezone/Pacific/Kosrae -%%TZDATA%%%%DATADIR%%/timezone/Pacific/Kwajalein -%%TZDATA%%%%DATADIR%%/timezone/Pacific/Majuro -%%TZDATA%%%%DATADIR%%/timezone/Pacific/Marquesas -%%TZDATA%%%%DATADIR%%/timezone/Pacific/Midway -%%TZDATA%%%%DATADIR%%/timezone/Pacific/Nauru -%%TZDATA%%%%DATADIR%%/timezone/Pacific/Niue -%%TZDATA%%%%DATADIR%%/timezone/Pacific/Norfolk -%%TZDATA%%%%DATADIR%%/timezone/Pacific/Noumea -%%TZDATA%%%%DATADIR%%/timezone/Pacific/Pago_Pago -%%TZDATA%%%%DATADIR%%/timezone/Pacific/Palau -%%TZDATA%%%%DATADIR%%/timezone/Pacific/Pitcairn -%%TZDATA%%%%DATADIR%%/timezone/Pacific/Pohnpei -%%TZDATA%%%%DATADIR%%/timezone/Pacific/Ponape -%%TZDATA%%%%DATADIR%%/timezone/Pacific/Port_Moresby -%%TZDATA%%%%DATADIR%%/timezone/Pacific/Rarotonga -%%TZDATA%%%%DATADIR%%/timezone/Pacific/Saipan -%%TZDATA%%%%DATADIR%%/timezone/Pacific/Samoa -%%TZDATA%%%%DATADIR%%/timezone/Pacific/Tahiti -%%TZDATA%%%%DATADIR%%/timezone/Pacific/Tarawa -%%TZDATA%%%%DATADIR%%/timezone/Pacific/Tongatapu -%%TZDATA%%%%DATADIR%%/timezone/Pacific/Truk -%%TZDATA%%%%DATADIR%%/timezone/Pacific/Wake -%%TZDATA%%%%DATADIR%%/timezone/Pacific/Wallis -%%TZDATA%%%%DATADIR%%/timezone/Pacific/Yap -%%TZDATA%%%%DATADIR%%/timezone/Poland -%%TZDATA%%%%DATADIR%%/timezone/Portugal -%%TZDATA%%%%DATADIR%%/timezone/ROC -%%TZDATA%%%%DATADIR%%/timezone/ROK -%%TZDATA%%%%DATADIR%%/timezone/Singapore -%%TZDATA%%%%DATADIR%%/timezone/Turkey -%%TZDATA%%%%DATADIR%%/timezone/UCT -%%TZDATA%%%%DATADIR%%/timezone/US/Alaska -%%TZDATA%%%%DATADIR%%/timezone/US/Aleutian -%%TZDATA%%%%DATADIR%%/timezone/US/Arizona -%%TZDATA%%%%DATADIR%%/timezone/US/Central -%%TZDATA%%%%DATADIR%%/timezone/US/East-Indiana -%%TZDATA%%%%DATADIR%%/timezone/US/Eastern -%%TZDATA%%%%DATADIR%%/timezone/US/Hawaii -%%TZDATA%%%%DATADIR%%/timezone/US/Indiana-Starke -%%TZDATA%%%%DATADIR%%/timezone/US/Michigan -%%TZDATA%%%%DATADIR%%/timezone/US/Mountain -%%TZDATA%%%%DATADIR%%/timezone/US/Pacific -%%TZDATA%%%%DATADIR%%/timezone/US/Pacific-New -%%TZDATA%%%%DATADIR%%/timezone/US/Samoa -%%TZDATA%%%%DATADIR%%/timezone/UTC -%%TZDATA%%%%DATADIR%%/timezone/Universal -%%TZDATA%%%%DATADIR%%/timezone/W-SU -%%TZDATA%%%%DATADIR%%/timezone/WET -%%TZDATA%%%%DATADIR%%/timezone/Zulu -%%TZDATA%%%%DATADIR%%/timezone/posixrules +%%DATADIR%%/timezone/Africa/Abidjan +%%DATADIR%%/timezone/Africa/Accra +%%DATADIR%%/timezone/Africa/Addis_Ababa +%%DATADIR%%/timezone/Africa/Algiers +%%DATADIR%%/timezone/Africa/Asmara +%%DATADIR%%/timezone/Africa/Asmera +%%DATADIR%%/timezone/Africa/Bamako +%%DATADIR%%/timezone/Africa/Bangui +%%DATADIR%%/timezone/Africa/Banjul +%%DATADIR%%/timezone/Africa/Bissau +%%DATADIR%%/timezone/Africa/Blantyre +%%DATADIR%%/timezone/Africa/Brazzaville +%%DATADIR%%/timezone/Africa/Bujumbura +%%DATADIR%%/timezone/Africa/Cairo +%%DATADIR%%/timezone/Africa/Casablanca +%%DATADIR%%/timezone/Africa/Ceuta +%%DATADIR%%/timezone/Africa/Conakry +%%DATADIR%%/timezone/Africa/Dakar +%%DATADIR%%/timezone/Africa/Dar_es_Salaam +%%DATADIR%%/timezone/Africa/Djibouti +%%DATADIR%%/timezone/Africa/Douala +%%DATADIR%%/timezone/Africa/El_Aaiun +%%DATADIR%%/timezone/Africa/Freetown +%%DATADIR%%/timezone/Africa/Gaborone +%%DATADIR%%/timezone/Africa/Harare +%%DATADIR%%/timezone/Africa/Johannesburg +%%DATADIR%%/timezone/Africa/Juba +%%DATADIR%%/timezone/Africa/Kampala +%%DATADIR%%/timezone/Africa/Khartoum +%%DATADIR%%/timezone/Africa/Kigali +%%DATADIR%%/timezone/Africa/Kinshasa +%%DATADIR%%/timezone/Africa/Lagos +%%DATADIR%%/timezone/Africa/Libreville +%%DATADIR%%/timezone/Africa/Lome +%%DATADIR%%/timezone/Africa/Luanda +%%DATADIR%%/timezone/Africa/Lubumbashi +%%DATADIR%%/timezone/Africa/Lusaka +%%DATADIR%%/timezone/Africa/Malabo +%%DATADIR%%/timezone/Africa/Maputo +%%DATADIR%%/timezone/Africa/Maseru +%%DATADIR%%/timezone/Africa/Mbabane +%%DATADIR%%/timezone/Africa/Mogadishu +%%DATADIR%%/timezone/Africa/Monrovia +%%DATADIR%%/timezone/Africa/Nairobi +%%DATADIR%%/timezone/Africa/Ndjamena +%%DATADIR%%/timezone/Africa/Niamey +%%DATADIR%%/timezone/Africa/Nouakchott +%%DATADIR%%/timezone/Africa/Ouagadougou +%%DATADIR%%/timezone/Africa/Porto-Novo +%%DATADIR%%/timezone/Africa/Sao_Tome +%%DATADIR%%/timezone/Africa/Timbuktu +%%DATADIR%%/timezone/Africa/Tripoli +%%DATADIR%%/timezone/Africa/Tunis +%%DATADIR%%/timezone/Africa/Windhoek +%%DATADIR%%/timezone/America/Adak +%%DATADIR%%/timezone/America/Anchorage +%%DATADIR%%/timezone/America/Anguilla +%%DATADIR%%/timezone/America/Antigua +%%DATADIR%%/timezone/America/Araguaina +%%DATADIR%%/timezone/America/Argentina/Buenos_Aires +%%DATADIR%%/timezone/America/Argentina/Catamarca +%%DATADIR%%/timezone/America/Argentina/ComodRivadavia +%%DATADIR%%/timezone/America/Argentina/Cordoba +%%DATADIR%%/timezone/America/Argentina/Jujuy +%%DATADIR%%/timezone/America/Argentina/La_Rioja +%%DATADIR%%/timezone/America/Argentina/Mendoza +%%DATADIR%%/timezone/America/Argentina/Rio_Gallegos +%%DATADIR%%/timezone/America/Argentina/Salta +%%DATADIR%%/timezone/America/Argentina/San_Juan +%%DATADIR%%/timezone/America/Argentina/San_Luis +%%DATADIR%%/timezone/America/Argentina/Tucuman +%%DATADIR%%/timezone/America/Argentina/Ushuaia +%%DATADIR%%/timezone/America/Aruba +%%DATADIR%%/timezone/America/Asuncion +%%DATADIR%%/timezone/America/Atikokan +%%DATADIR%%/timezone/America/Atka +%%DATADIR%%/timezone/America/Bahia +%%DATADIR%%/timezone/America/Bahia_Banderas +%%DATADIR%%/timezone/America/Barbados +%%DATADIR%%/timezone/America/Belem +%%DATADIR%%/timezone/America/Belize +%%DATADIR%%/timezone/America/Blanc-Sablon +%%DATADIR%%/timezone/America/Boa_Vista +%%DATADIR%%/timezone/America/Bogota +%%DATADIR%%/timezone/America/Boise +%%DATADIR%%/timezone/America/Buenos_Aires +%%DATADIR%%/timezone/America/Cambridge_Bay +%%DATADIR%%/timezone/America/Campo_Grande +%%DATADIR%%/timezone/America/Cancun +%%DATADIR%%/timezone/America/Caracas +%%DATADIR%%/timezone/America/Catamarca +%%DATADIR%%/timezone/America/Cayenne +%%DATADIR%%/timezone/America/Cayman +%%DATADIR%%/timezone/America/Chicago +%%DATADIR%%/timezone/America/Chihuahua +%%DATADIR%%/timezone/America/Coral_Harbour +%%DATADIR%%/timezone/America/Cordoba +%%DATADIR%%/timezone/America/Costa_Rica +%%DATADIR%%/timezone/America/Creston +%%DATADIR%%/timezone/America/Cuiaba +%%DATADIR%%/timezone/America/Curacao +%%DATADIR%%/timezone/America/Danmarkshavn +%%DATADIR%%/timezone/America/Dawson +%%DATADIR%%/timezone/America/Dawson_Creek +%%DATADIR%%/timezone/America/Denver +%%DATADIR%%/timezone/America/Detroit +%%DATADIR%%/timezone/America/Dominica +%%DATADIR%%/timezone/America/Edmonton +%%DATADIR%%/timezone/America/Eirunepe +%%DATADIR%%/timezone/America/El_Salvador +%%DATADIR%%/timezone/America/Ensenada +%%DATADIR%%/timezone/America/Fort_Nelson +%%DATADIR%%/timezone/America/Fort_Wayne +%%DATADIR%%/timezone/America/Fortaleza +%%DATADIR%%/timezone/America/Glace_Bay +%%DATADIR%%/timezone/America/Godthab +%%DATADIR%%/timezone/America/Goose_Bay +%%DATADIR%%/timezone/America/Grand_Turk +%%DATADIR%%/timezone/America/Grenada +%%DATADIR%%/timezone/America/Guadeloupe +%%DATADIR%%/timezone/America/Guatemala +%%DATADIR%%/timezone/America/Guayaquil +%%DATADIR%%/timezone/America/Guyana +%%DATADIR%%/timezone/America/Halifax +%%DATADIR%%/timezone/America/Havana +%%DATADIR%%/timezone/America/Hermosillo +%%DATADIR%%/timezone/America/Indiana/Indianapolis +%%DATADIR%%/timezone/America/Indiana/Knox +%%DATADIR%%/timezone/America/Indiana/Marengo +%%DATADIR%%/timezone/America/Indiana/Petersburg +%%DATADIR%%/timezone/America/Indiana/Tell_City +%%DATADIR%%/timezone/America/Indiana/Vevay +%%DATADIR%%/timezone/America/Indiana/Vincennes +%%DATADIR%%/timezone/America/Indiana/Winamac +%%DATADIR%%/timezone/America/Indianapolis +%%DATADIR%%/timezone/America/Inuvik +%%DATADIR%%/timezone/America/Iqaluit +%%DATADIR%%/timezone/America/Jamaica +%%DATADIR%%/timezone/America/Jujuy +%%DATADIR%%/timezone/America/Juneau +%%DATADIR%%/timezone/America/Kentucky/Louisville +%%DATADIR%%/timezone/America/Kentucky/Monticello +%%DATADIR%%/timezone/America/Knox_IN +%%DATADIR%%/timezone/America/Kralendijk +%%DATADIR%%/timezone/America/La_Paz +%%DATADIR%%/timezone/America/Lima +%%DATADIR%%/timezone/America/Los_Angeles +%%DATADIR%%/timezone/America/Louisville +%%DATADIR%%/timezone/America/Lower_Princes +%%DATADIR%%/timezone/America/Maceio +%%DATADIR%%/timezone/America/Managua +%%DATADIR%%/timezone/America/Manaus +%%DATADIR%%/timezone/America/Marigot +%%DATADIR%%/timezone/America/Martinique +%%DATADIR%%/timezone/America/Matamoros +%%DATADIR%%/timezone/America/Mazatlan +%%DATADIR%%/timezone/America/Mendoza +%%DATADIR%%/timezone/America/Menominee +%%DATADIR%%/timezone/America/Merida +%%DATADIR%%/timezone/America/Metlakatla +%%DATADIR%%/timezone/America/Mexico_City +%%DATADIR%%/timezone/America/Miquelon +%%DATADIR%%/timezone/America/Moncton +%%DATADIR%%/timezone/America/Monterrey +%%DATADIR%%/timezone/America/Montevideo +%%DATADIR%%/timezone/America/Montreal +%%DATADIR%%/timezone/America/Montserrat +%%DATADIR%%/timezone/America/Nassau +%%DATADIR%%/timezone/America/New_York +%%DATADIR%%/timezone/America/Nipigon +%%DATADIR%%/timezone/America/Nome +%%DATADIR%%/timezone/America/Noronha +%%DATADIR%%/timezone/America/North_Dakota/Beulah +%%DATADIR%%/timezone/America/North_Dakota/Center +%%DATADIR%%/timezone/America/North_Dakota/New_Salem +%%DATADIR%%/timezone/America/Ojinaga +%%DATADIR%%/timezone/America/Panama +%%DATADIR%%/timezone/America/Pangnirtung +%%DATADIR%%/timezone/America/Paramaribo +%%DATADIR%%/timezone/America/Phoenix +%%DATADIR%%/timezone/America/Port-au-Prince +%%DATADIR%%/timezone/America/Port_of_Spain +%%DATADIR%%/timezone/America/Porto_Acre +%%DATADIR%%/timezone/America/Porto_Velho +%%DATADIR%%/timezone/America/Puerto_Rico +%%DATADIR%%/timezone/America/Rainy_River +%%DATADIR%%/timezone/America/Rankin_Inlet +%%DATADIR%%/timezone/America/Recife +%%DATADIR%%/timezone/America/Regina +%%DATADIR%%/timezone/America/Resolute +%%DATADIR%%/timezone/America/Rio_Branco +%%DATADIR%%/timezone/America/Rosario +%%DATADIR%%/timezone/America/Santa_Isabel +%%DATADIR%%/timezone/America/Santarem +%%DATADIR%%/timezone/America/Santiago +%%DATADIR%%/timezone/America/Santo_Domingo +%%DATADIR%%/timezone/America/Sao_Paulo +%%DATADIR%%/timezone/America/Scoresbysund +%%DATADIR%%/timezone/America/Shiprock +%%DATADIR%%/timezone/America/Sitka +%%DATADIR%%/timezone/America/St_Barthelemy +%%DATADIR%%/timezone/America/St_Johns +%%DATADIR%%/timezone/America/St_Kitts +%%DATADIR%%/timezone/America/St_Lucia +%%DATADIR%%/timezone/America/St_Thomas +%%DATADIR%%/timezone/America/St_Vincent +%%DATADIR%%/timezone/America/Swift_Current +%%DATADIR%%/timezone/America/Tegucigalpa +%%DATADIR%%/timezone/America/Thule +%%DATADIR%%/timezone/America/Thunder_Bay +%%DATADIR%%/timezone/America/Tijuana +%%DATADIR%%/timezone/America/Toronto +%%DATADIR%%/timezone/America/Tortola +%%DATADIR%%/timezone/America/Vancouver +%%DATADIR%%/timezone/America/Virgin +%%DATADIR%%/timezone/America/Whitehorse +%%DATADIR%%/timezone/America/Winnipeg +%%DATADIR%%/timezone/America/Yakutat +%%DATADIR%%/timezone/America/Yellowknife +%%DATADIR%%/timezone/Antarctica/Casey +%%DATADIR%%/timezone/Antarctica/Davis +%%DATADIR%%/timezone/Antarctica/DumontDUrville +%%DATADIR%%/timezone/Antarctica/Macquarie +%%DATADIR%%/timezone/Antarctica/Mawson +%%DATADIR%%/timezone/Antarctica/McMurdo +%%DATADIR%%/timezone/Antarctica/Palmer +%%DATADIR%%/timezone/Antarctica/Rothera +%%DATADIR%%/timezone/Antarctica/South_Pole +%%DATADIR%%/timezone/Antarctica/Syowa +%%DATADIR%%/timezone/Antarctica/Troll +%%DATADIR%%/timezone/Antarctica/Vostok +%%DATADIR%%/timezone/Arctic/Longyearbyen +%%DATADIR%%/timezone/Asia/Aden +%%DATADIR%%/timezone/Asia/Almaty +%%DATADIR%%/timezone/Asia/Amman +%%DATADIR%%/timezone/Asia/Anadyr +%%DATADIR%%/timezone/Asia/Aqtau +%%DATADIR%%/timezone/Asia/Aqtobe +%%DATADIR%%/timezone/Asia/Ashgabat +%%DATADIR%%/timezone/Asia/Ashkhabad +%%DATADIR%%/timezone/Asia/Baghdad +%%DATADIR%%/timezone/Asia/Bahrain +%%DATADIR%%/timezone/Asia/Baku +%%DATADIR%%/timezone/Asia/Bangkok +%%DATADIR%%/timezone/Asia/Barnaul +%%DATADIR%%/timezone/Asia/Beirut +%%DATADIR%%/timezone/Asia/Bishkek +%%DATADIR%%/timezone/Asia/Brunei +%%DATADIR%%/timezone/Asia/Calcutta +%%DATADIR%%/timezone/Asia/Chita +%%DATADIR%%/timezone/Asia/Choibalsan +%%DATADIR%%/timezone/Asia/Chongqing +%%DATADIR%%/timezone/Asia/Chungking +%%DATADIR%%/timezone/Asia/Colombo +%%DATADIR%%/timezone/Asia/Dacca +%%DATADIR%%/timezone/Asia/Damascus +%%DATADIR%%/timezone/Asia/Dhaka +%%DATADIR%%/timezone/Asia/Dili +%%DATADIR%%/timezone/Asia/Dubai +%%DATADIR%%/timezone/Asia/Dushanbe +%%DATADIR%%/timezone/Asia/Gaza +%%DATADIR%%/timezone/Asia/Harbin +%%DATADIR%%/timezone/Asia/Hebron +%%DATADIR%%/timezone/Asia/Ho_Chi_Minh +%%DATADIR%%/timezone/Asia/Hong_Kong +%%DATADIR%%/timezone/Asia/Hovd +%%DATADIR%%/timezone/Asia/Irkutsk +%%DATADIR%%/timezone/Asia/Istanbul +%%DATADIR%%/timezone/Asia/Jakarta +%%DATADIR%%/timezone/Asia/Jayapura +%%DATADIR%%/timezone/Asia/Jerusalem +%%DATADIR%%/timezone/Asia/Kabul +%%DATADIR%%/timezone/Asia/Kamchatka +%%DATADIR%%/timezone/Asia/Karachi +%%DATADIR%%/timezone/Asia/Kashgar +%%DATADIR%%/timezone/Asia/Kathmandu +%%DATADIR%%/timezone/Asia/Katmandu +%%DATADIR%%/timezone/Asia/Khandyga +%%DATADIR%%/timezone/Asia/Kolkata +%%DATADIR%%/timezone/Asia/Krasnoyarsk +%%DATADIR%%/timezone/Asia/Kuala_Lumpur +%%DATADIR%%/timezone/Asia/Kuching +%%DATADIR%%/timezone/Asia/Kuwait +%%DATADIR%%/timezone/Asia/Macao +%%DATADIR%%/timezone/Asia/Macau +%%DATADIR%%/timezone/Asia/Magadan +%%DATADIR%%/timezone/Asia/Makassar +%%DATADIR%%/timezone/Asia/Manila +%%DATADIR%%/timezone/Asia/Muscat +%%DATADIR%%/timezone/Asia/Nicosia +%%DATADIR%%/timezone/Asia/Novokuznetsk +%%DATADIR%%/timezone/Asia/Novosibirsk +%%DATADIR%%/timezone/Asia/Omsk +%%DATADIR%%/timezone/Asia/Oral +%%DATADIR%%/timezone/Asia/Phnom_Penh +%%DATADIR%%/timezone/Asia/Pontianak +%%DATADIR%%/timezone/Asia/Pyongyang +%%DATADIR%%/timezone/Asia/Qatar +%%DATADIR%%/timezone/Asia/Qyzylorda +%%DATADIR%%/timezone/Asia/Rangoon +%%DATADIR%%/timezone/Asia/Riyadh +%%DATADIR%%/timezone/Asia/Saigon +%%DATADIR%%/timezone/Asia/Sakhalin +%%DATADIR%%/timezone/Asia/Samarkand +%%DATADIR%%/timezone/Asia/Seoul +%%DATADIR%%/timezone/Asia/Shanghai +%%DATADIR%%/timezone/Asia/Singapore +%%DATADIR%%/timezone/Asia/Srednekolymsk +%%DATADIR%%/timezone/Asia/Taipei +%%DATADIR%%/timezone/Asia/Tashkent +%%DATADIR%%/timezone/Asia/Tbilisi +%%DATADIR%%/timezone/Asia/Tehran +%%DATADIR%%/timezone/Asia/Tel_Aviv +%%DATADIR%%/timezone/Asia/Thimbu +%%DATADIR%%/timezone/Asia/Thimphu +%%DATADIR%%/timezone/Asia/Tokyo +%%DATADIR%%/timezone/Asia/Ujung_Pandang +%%DATADIR%%/timezone/Asia/Ulaanbaatar +%%DATADIR%%/timezone/Asia/Ulan_Bator +%%DATADIR%%/timezone/Asia/Urumqi +%%DATADIR%%/timezone/Asia/Ust-Nera +%%DATADIR%%/timezone/Asia/Vientiane +%%DATADIR%%/timezone/Asia/Vladivostok +%%DATADIR%%/timezone/Asia/Yakutsk +%%DATADIR%%/timezone/Asia/Yekaterinburg +%%DATADIR%%/timezone/Asia/Yerevan +%%DATADIR%%/timezone/Atlantic/Azores +%%DATADIR%%/timezone/Atlantic/Bermuda +%%DATADIR%%/timezone/Atlantic/Canary +%%DATADIR%%/timezone/Atlantic/Cape_Verde +%%DATADIR%%/timezone/Atlantic/Faeroe +%%DATADIR%%/timezone/Atlantic/Faroe +%%DATADIR%%/timezone/Atlantic/Jan_Mayen +%%DATADIR%%/timezone/Atlantic/Madeira +%%DATADIR%%/timezone/Atlantic/Reykjavik +%%DATADIR%%/timezone/Atlantic/South_Georgia +%%DATADIR%%/timezone/Atlantic/St_Helena +%%DATADIR%%/timezone/Atlantic/Stanley +%%DATADIR%%/timezone/Australia/ACT +%%DATADIR%%/timezone/Australia/Adelaide +%%DATADIR%%/timezone/Australia/Brisbane +%%DATADIR%%/timezone/Australia/Broken_Hill +%%DATADIR%%/timezone/Australia/Canberra +%%DATADIR%%/timezone/Australia/Currie +%%DATADIR%%/timezone/Australia/Darwin +%%DATADIR%%/timezone/Australia/Eucla +%%DATADIR%%/timezone/Australia/Hobart +%%DATADIR%%/timezone/Australia/LHI +%%DATADIR%%/timezone/Australia/Lindeman +%%DATADIR%%/timezone/Australia/Lord_Howe +%%DATADIR%%/timezone/Australia/Melbourne +%%DATADIR%%/timezone/Australia/NSW +%%DATADIR%%/timezone/Australia/North +%%DATADIR%%/timezone/Australia/Perth +%%DATADIR%%/timezone/Australia/Queensland +%%DATADIR%%/timezone/Australia/South +%%DATADIR%%/timezone/Australia/Sydney +%%DATADIR%%/timezone/Australia/Tasmania +%%DATADIR%%/timezone/Australia/Victoria +%%DATADIR%%/timezone/Australia/West +%%DATADIR%%/timezone/Australia/Yancowinna +%%DATADIR%%/timezone/Brazil/Acre +%%DATADIR%%/timezone/Brazil/DeNoronha +%%DATADIR%%/timezone/Brazil/East +%%DATADIR%%/timezone/Brazil/West +%%DATADIR%%/timezone/CET +%%DATADIR%%/timezone/CST6CDT +%%DATADIR%%/timezone/Canada/Atlantic +%%DATADIR%%/timezone/Canada/Central +%%DATADIR%%/timezone/Canada/East-Saskatchewan +%%DATADIR%%/timezone/Canada/Eastern +%%DATADIR%%/timezone/Canada/Mountain +%%DATADIR%%/timezone/Canada/Newfoundland +%%DATADIR%%/timezone/Canada/Pacific +%%DATADIR%%/timezone/Canada/Saskatchewan +%%DATADIR%%/timezone/Canada/Yukon +%%DATADIR%%/timezone/Chile/Continental +%%DATADIR%%/timezone/Chile/EasterIsland +%%DATADIR%%/timezone/Cuba +%%DATADIR%%/timezone/EET +%%DATADIR%%/timezone/EST +%%DATADIR%%/timezone/EST5EDT +%%DATADIR%%/timezone/Egypt +%%DATADIR%%/timezone/Eire +%%DATADIR%%/timezone/Etc/GMT +%%DATADIR%%/timezone/Etc/GMT+0 +%%DATADIR%%/timezone/Etc/GMT+1 +%%DATADIR%%/timezone/Etc/GMT+10 +%%DATADIR%%/timezone/Etc/GMT+11 +%%DATADIR%%/timezone/Etc/GMT+12 +%%DATADIR%%/timezone/Etc/GMT+2 +%%DATADIR%%/timezone/Etc/GMT+3 +%%DATADIR%%/timezone/Etc/GMT+4 +%%DATADIR%%/timezone/Etc/GMT+5 +%%DATADIR%%/timezone/Etc/GMT+6 +%%DATADIR%%/timezone/Etc/GMT+7 +%%DATADIR%%/timezone/Etc/GMT+8 +%%DATADIR%%/timezone/Etc/GMT+9 +%%DATADIR%%/timezone/Etc/GMT-0 +%%DATADIR%%/timezone/Etc/GMT-1 +%%DATADIR%%/timezone/Etc/GMT-10 +%%DATADIR%%/timezone/Etc/GMT-11 +%%DATADIR%%/timezone/Etc/GMT-12 +%%DATADIR%%/timezone/Etc/GMT-13 +%%DATADIR%%/timezone/Etc/GMT-14 +%%DATADIR%%/timezone/Etc/GMT-2 +%%DATADIR%%/timezone/Etc/GMT-3 +%%DATADIR%%/timezone/Etc/GMT-4 +%%DATADIR%%/timezone/Etc/GMT-5 +%%DATADIR%%/timezone/Etc/GMT-6 +%%DATADIR%%/timezone/Etc/GMT-7 +%%DATADIR%%/timezone/Etc/GMT-8 +%%DATADIR%%/timezone/Etc/GMT-9 +%%DATADIR%%/timezone/Etc/GMT0 +%%DATADIR%%/timezone/Etc/Greenwich +%%DATADIR%%/timezone/Etc/UCT +%%DATADIR%%/timezone/Etc/UTC +%%DATADIR%%/timezone/Etc/Universal +%%DATADIR%%/timezone/Etc/Zulu +%%DATADIR%%/timezone/Europe/Amsterdam +%%DATADIR%%/timezone/Europe/Andorra +%%DATADIR%%/timezone/Europe/Astrakhan +%%DATADIR%%/timezone/Europe/Athens +%%DATADIR%%/timezone/Europe/Belfast +%%DATADIR%%/timezone/Europe/Belgrade +%%DATADIR%%/timezone/Europe/Berlin +%%DATADIR%%/timezone/Europe/Bratislava +%%DATADIR%%/timezone/Europe/Brussels +%%DATADIR%%/timezone/Europe/Bucharest +%%DATADIR%%/timezone/Europe/Budapest +%%DATADIR%%/timezone/Europe/Busingen +%%DATADIR%%/timezone/Europe/Chisinau +%%DATADIR%%/timezone/Europe/Copenhagen +%%DATADIR%%/timezone/Europe/Dublin +%%DATADIR%%/timezone/Europe/Gibraltar +%%DATADIR%%/timezone/Europe/Guernsey +%%DATADIR%%/timezone/Europe/Helsinki +%%DATADIR%%/timezone/Europe/Isle_of_Man +%%DATADIR%%/timezone/Europe/Istanbul +%%DATADIR%%/timezone/Europe/Jersey +%%DATADIR%%/timezone/Europe/Kaliningrad +%%DATADIR%%/timezone/Europe/Kiev +%%DATADIR%%/timezone/Europe/Lisbon +%%DATADIR%%/timezone/Europe/Ljubljana +%%DATADIR%%/timezone/Europe/London +%%DATADIR%%/timezone/Europe/Luxembourg +%%DATADIR%%/timezone/Europe/Madrid +%%DATADIR%%/timezone/Europe/Malta +%%DATADIR%%/timezone/Europe/Mariehamn +%%DATADIR%%/timezone/Europe/Minsk +%%DATADIR%%/timezone/Europe/Monaco +%%DATADIR%%/timezone/Europe/Moscow +%%DATADIR%%/timezone/Europe/Nicosia +%%DATADIR%%/timezone/Europe/Oslo +%%DATADIR%%/timezone/Europe/Paris +%%DATADIR%%/timezone/Europe/Podgorica +%%DATADIR%%/timezone/Europe/Prague +%%DATADIR%%/timezone/Europe/Riga +%%DATADIR%%/timezone/Europe/Rome +%%DATADIR%%/timezone/Europe/Samara +%%DATADIR%%/timezone/Europe/San_Marino +%%DATADIR%%/timezone/Europe/Sarajevo +%%DATADIR%%/timezone/Europe/Simferopol +%%DATADIR%%/timezone/Europe/Skopje +%%DATADIR%%/timezone/Europe/Sofia +%%DATADIR%%/timezone/Europe/Stockholm +%%DATADIR%%/timezone/Europe/Tallinn +%%DATADIR%%/timezone/Europe/Tirane +%%DATADIR%%/timezone/Europe/Tiraspol +%%DATADIR%%/timezone/Europe/Ulyanovsk +%%DATADIR%%/timezone/Europe/Uzhgorod +%%DATADIR%%/timezone/Europe/Vaduz +%%DATADIR%%/timezone/Europe/Vatican +%%DATADIR%%/timezone/Europe/Vienna +%%DATADIR%%/timezone/Europe/Vilnius +%%DATADIR%%/timezone/Europe/Volgograd +%%DATADIR%%/timezone/Europe/Warsaw +%%DATADIR%%/timezone/Europe/Zagreb +%%DATADIR%%/timezone/Europe/Zaporozhye +%%DATADIR%%/timezone/Europe/Zurich +%%DATADIR%%/timezone/Factory +%%DATADIR%%/timezone/GB +%%DATADIR%%/timezone/GB-Eire +%%DATADIR%%/timezone/GMT +%%DATADIR%%/timezone/GMT+0 +%%DATADIR%%/timezone/GMT-0 +%%DATADIR%%/timezone/GMT0 +%%DATADIR%%/timezone/Greenwich +%%DATADIR%%/timezone/HST +%%DATADIR%%/timezone/Hongkong +%%DATADIR%%/timezone/Iceland +%%DATADIR%%/timezone/Indian/Antananarivo +%%DATADIR%%/timezone/Indian/Chagos +%%DATADIR%%/timezone/Indian/Christmas +%%DATADIR%%/timezone/Indian/Cocos +%%DATADIR%%/timezone/Indian/Comoro +%%DATADIR%%/timezone/Indian/Kerguelen +%%DATADIR%%/timezone/Indian/Mahe +%%DATADIR%%/timezone/Indian/Maldives +%%DATADIR%%/timezone/Indian/Mauritius +%%DATADIR%%/timezone/Indian/Mayotte +%%DATADIR%%/timezone/Indian/Reunion +%%DATADIR%%/timezone/Iran +%%DATADIR%%/timezone/Israel +%%DATADIR%%/timezone/Jamaica +%%DATADIR%%/timezone/Japan +%%DATADIR%%/timezone/Kwajalein +%%DATADIR%%/timezone/Libya +%%DATADIR%%/timezone/MET +%%DATADIR%%/timezone/MST +%%DATADIR%%/timezone/MST7MDT +%%DATADIR%%/timezone/Mexico/BajaNorte +%%DATADIR%%/timezone/Mexico/BajaSur +%%DATADIR%%/timezone/Mexico/General +%%DATADIR%%/timezone/NZ +%%DATADIR%%/timezone/NZ-CHAT +%%DATADIR%%/timezone/Navajo +%%DATADIR%%/timezone/PRC +%%DATADIR%%/timezone/PST8PDT +%%DATADIR%%/timezone/Pacific/Apia +%%DATADIR%%/timezone/Pacific/Auckland +%%DATADIR%%/timezone/Pacific/Bougainville +%%DATADIR%%/timezone/Pacific/Chatham +%%DATADIR%%/timezone/Pacific/Chuuk +%%DATADIR%%/timezone/Pacific/Easter +%%DATADIR%%/timezone/Pacific/Efate +%%DATADIR%%/timezone/Pacific/Enderbury +%%DATADIR%%/timezone/Pacific/Fakaofo +%%DATADIR%%/timezone/Pacific/Fiji +%%DATADIR%%/timezone/Pacific/Funafuti +%%DATADIR%%/timezone/Pacific/Galapagos +%%DATADIR%%/timezone/Pacific/Gambier +%%DATADIR%%/timezone/Pacific/Guadalcanal +%%DATADIR%%/timezone/Pacific/Guam +%%DATADIR%%/timezone/Pacific/Honolulu +%%DATADIR%%/timezone/Pacific/Johnston +%%DATADIR%%/timezone/Pacific/Kiritimati +%%DATADIR%%/timezone/Pacific/Kosrae +%%DATADIR%%/timezone/Pacific/Kwajalein +%%DATADIR%%/timezone/Pacific/Majuro +%%DATADIR%%/timezone/Pacific/Marquesas +%%DATADIR%%/timezone/Pacific/Midway +%%DATADIR%%/timezone/Pacific/Nauru +%%DATADIR%%/timezone/Pacific/Niue +%%DATADIR%%/timezone/Pacific/Norfolk +%%DATADIR%%/timezone/Pacific/Noumea +%%DATADIR%%/timezone/Pacific/Pago_Pago +%%DATADIR%%/timezone/Pacific/Palau +%%DATADIR%%/timezone/Pacific/Pitcairn +%%DATADIR%%/timezone/Pacific/Pohnpei +%%DATADIR%%/timezone/Pacific/Ponape +%%DATADIR%%/timezone/Pacific/Port_Moresby +%%DATADIR%%/timezone/Pacific/Rarotonga +%%DATADIR%%/timezone/Pacific/Saipan +%%DATADIR%%/timezone/Pacific/Samoa +%%DATADIR%%/timezone/Pacific/Tahiti +%%DATADIR%%/timezone/Pacific/Tarawa +%%DATADIR%%/timezone/Pacific/Tongatapu +%%DATADIR%%/timezone/Pacific/Truk +%%DATADIR%%/timezone/Pacific/Wake +%%DATADIR%%/timezone/Pacific/Wallis +%%DATADIR%%/timezone/Pacific/Yap +%%DATADIR%%/timezone/Poland +%%DATADIR%%/timezone/Portugal +%%DATADIR%%/timezone/ROC +%%DATADIR%%/timezone/ROK +%%DATADIR%%/timezone/Singapore +%%DATADIR%%/timezone/Turkey +%%DATADIR%%/timezone/UCT +%%DATADIR%%/timezone/US/Alaska +%%DATADIR%%/timezone/US/Aleutian +%%DATADIR%%/timezone/US/Arizona +%%DATADIR%%/timezone/US/Central +%%DATADIR%%/timezone/US/East-Indiana +%%DATADIR%%/timezone/US/Eastern +%%DATADIR%%/timezone/US/Hawaii +%%DATADIR%%/timezone/US/Indiana-Starke +%%DATADIR%%/timezone/US/Michigan +%%DATADIR%%/timezone/US/Mountain +%%DATADIR%%/timezone/US/Pacific +%%DATADIR%%/timezone/US/Pacific-New +%%DATADIR%%/timezone/US/Samoa +%%DATADIR%%/timezone/UTC +%%DATADIR%%/timezone/Universal +%%DATADIR%%/timezone/W-SU +%%DATADIR%%/timezone/WET +%%DATADIR%%/timezone/Zulu +%%DATADIR%%/timezone/posixrules %%DATADIR%%/timezonesets/Africa.txt %%DATADIR%%/timezonesets/America.txt %%DATADIR%%/timezonesets/Antarctica.txt @@ -757,6 +773,9 @@ %%DATADIR%%/tsearch_data/french.stop %%DATADIR%%/tsearch_data/german.stop %%DATADIR%%/tsearch_data/hungarian.stop +%%DATADIR%%/tsearch_data/hunspell_sample.affix +%%DATADIR%%/tsearch_data/ispell_sample.affix +%%DATADIR%%/tsearch_data/ispell_sample.dict %%DATADIR%%/tsearch_data/italian.stop %%DATADIR%%/tsearch_data/norwegian.stop %%DATADIR%%/tsearch_data/portuguese.stop @@ -763,10 +782,7 @@ %%DATADIR%%/tsearch_data/russian.stop %%DATADIR%%/tsearch_data/spanish.stop %%DATADIR%%/tsearch_data/swedish.stop -%%DATADIR%%/tsearch_data/turkish.stop -%%DATADIR%%/tsearch_data/hunspell_sample.affix -%%DATADIR%%/tsearch_data/ispell_sample.affix -%%DATADIR%%/tsearch_data/ispell_sample.dict %%DATADIR%%/tsearch_data/synonym_sample.syn %%DATADIR%%/tsearch_data/thesaurus_sample.ths -@dir(%%PG_USER%%,%%PG_GROUP%%,) %%PG_USER%% +%%DATADIR%%/tsearch_data/turkish.stop +@dir %%PG_USER%%