Date: Thu, 7 Jan 2016 19:58:47 +0000 (UTC) From: Palle Girgensohn <girgen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405482 - in head: Mk/Uses databases/postgresql95-client databases/postgresql95-contrib databases/postgresql95-docs databases/postgresql95-pgtcl databases/postgresql95-plperl databases/... Message-ID: <201601071958.u07Jwloe022170@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: girgen Date: Thu Jan 7 19:58:47 2016 New Revision: 405482 URL: https://svnweb.freebsd.org/changeset/ports/405482 Log: The PostgreSQL Global Development Group announces the release of PostgreSQL 9.5. This release adds UPSERT capability, Row Level Security, and multiple Big Data features, which will broaden the user base for the world's most advanced database. With these new capabilities, PostgreSQL will be the best choice for even more applications for startups, large corporations, and government agencies. Release Notes: http://www.postgresql.org/docs/current/static/release-9-5.html What's New in 9.5: https://wiki.postgresql.org/wiki/What%27s_new_in_PostgreSQL_9.5 Added: head/databases/postgresql95-client/ - copied from r405478, head/databases/postgresql94-client/ head/databases/postgresql95-contrib/ - copied from r405478, head/databases/postgresql94-contrib/ head/databases/postgresql95-docs/ - copied from r405478, head/databases/postgresql94-docs/ head/databases/postgresql95-pgtcl/ - copied from r405478, head/databases/postgresql94-pgtcl/ head/databases/postgresql95-plperl/ - copied from r405478, head/databases/postgresql94-plperl/ head/databases/postgresql95-plpython/ - copied from r405478, head/databases/postgresql94-plpython/ head/databases/postgresql95-pltcl/ - copied from r405478, head/databases/postgresql94-pltcl/ head/databases/postgresql95-server/ - copied from r405478, head/databases/postgresql94-server/ Modified: head/Mk/Uses/pgsql.mk head/databases/postgresql95-client/Makefile head/databases/postgresql95-contrib/Makefile head/databases/postgresql95-docs/Makefile head/databases/postgresql95-pgtcl/Makefile head/databases/postgresql95-plperl/Makefile head/databases/postgresql95-plpython/Makefile head/databases/postgresql95-pltcl/Makefile head/databases/postgresql95-server/Makefile head/databases/postgresql95-server/distinfo head/databases/postgresql95-server/files/patch-doc-Makefile head/databases/postgresql95-server/files/patch-doc-src-sgml-Makefile head/databases/postgresql95-server/files/patch-src:backend:utils:misc:postgresql.conf.sample head/databases/postgresql95-server/pkg-plist-client head/databases/postgresql95-server/pkg-plist-plperl head/databases/postgresql95-server/pkg-plist-plpython head/databases/postgresql95-server/pkg-plist-server Modified: head/Mk/Uses/pgsql.mk ============================================================================== --- head/Mk/Uses/pgsql.mk Thu Jan 7 19:03:36 2016 (r405481) +++ head/Mk/Uses/pgsql.mk Thu Jan 7 19:58:47 2016 (r405482) @@ -31,7 +31,7 @@ _INCLUDE_USES_PGSQL_MK= yes # to add dependencies; use WANT_PGSQL as explained above # -VALID_PGSQL_VER= 9.0 9.1 9.2 9.3 9.4 +VALID_PGSQL_VER= 9.0 9.1 9.2 9.3 9.4 9.5 # Override non-default LIBVERS like this: #PGSQL99_LIBVER=6 Modified: head/databases/postgresql95-client/Makefile ============================================================================== --- head/databases/postgresql94-client/Makefile Thu Jan 7 17:27:21 2016 (r405478) +++ head/databases/postgresql95-client/Makefile Thu Jan 7 19:58:47 2016 (r405482) @@ -4,7 +4,7 @@ PORTNAME= postgresql COMMENT= PostgreSQL database (client) -MASTERDIR= ${.CURDIR}/../postgresql94-server +MASTERDIR= ${.CURDIR}/../postgresql95-server BUILD_DIRS= config src/include src/interfaces src/port \ src/bin/pg_dump src/bin/psql src/bin/scripts src/bin/pg_config \ Modified: head/databases/postgresql95-contrib/Makefile ============================================================================== --- head/databases/postgresql94-contrib/Makefile Thu Jan 7 17:27:21 2016 (r405478) +++ head/databases/postgresql95-contrib/Makefile Thu Jan 7 19:58:47 2016 (r405482) @@ -12,7 +12,7 @@ LIB_DEPENDS= libxslt.so:${PORTSDIR}/text MASTERDIR= ${.CURDIR}/../postgresql94-server -USES= bison pgsql:9.4 +USES= bison pgsql:9.5 BUILD_DIRS= src/port src/common contrib INSTALL_DIRS= contrib Modified: head/databases/postgresql95-docs/Makefile ============================================================================== --- head/databases/postgresql94-docs/Makefile Thu Jan 7 17:27:21 2016 (r405478) +++ head/databases/postgresql95-docs/Makefile Thu Jan 7 19:58:47 2016 (r405482) @@ -1,6 +1,6 @@ # Created by: Palle Girgensohn <girgen@pingpong.net> # $FreeBSD$ -WANT_PGSQL_VER=9.4 +WANT_PGSQL_VER=9.5 .include "${.CURDIR}/../postgresql91-docs/Makefile" Modified: head/databases/postgresql95-pgtcl/Makefile ============================================================================== --- head/databases/postgresql94-pgtcl/Makefile Thu Jan 7 17:27:21 2016 (r405478) +++ head/databases/postgresql95-pgtcl/Makefile Thu Jan 7 19:58:47 2016 (r405482) @@ -2,9 +2,9 @@ PKGNAMESUFFIX= -postgresql94 -CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[0123]-[0-9]* +CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[01234]-[0-9]* -PGTCL_SLAVE= 9.4 +PGTCL_SLAVE= 9.5 MASTERDIR= ${.CURDIR}/../pgtcl .include "${MASTERDIR}/Makefile" Modified: head/databases/postgresql95-plperl/Makefile ============================================================================== --- head/databases/postgresql94-plperl/Makefile Thu Jan 7 17:27:21 2016 (r405478) +++ head/databases/postgresql95-plperl/Makefile Thu Jan 7 19:58:47 2016 (r405482) @@ -1,6 +1,6 @@ # Created by: Palle Girgensohn <girgen@partitur.se> # $FreeBSD$ -WANT_PGSQL_VER= 9.4 +WANT_PGSQL_VER= 9.5 .include "${.CURDIR}/../postgresql90-plperl/Makefile" Modified: head/databases/postgresql95-plpython/Makefile ============================================================================== --- head/databases/postgresql94-plpython/Makefile Thu Jan 7 17:27:21 2016 (r405478) +++ head/databases/postgresql95-plpython/Makefile Thu Jan 7 19:58:47 2016 (r405482) @@ -1,5 +1,5 @@ # $FreeBSD$ -WANT_PGSQL_VER= 9.4 +WANT_PGSQL_VER= 9.5 .include "${.CURDIR}/../postgresql90-plpython/Makefile" Modified: head/databases/postgresql95-pltcl/Makefile ============================================================================== --- head/databases/postgresql94-pltcl/Makefile Thu Jan 7 17:27:21 2016 (r405478) +++ head/databases/postgresql95-pltcl/Makefile Thu Jan 7 19:58:47 2016 (r405482) @@ -1,6 +1,6 @@ # Created by: Palle Girgensohn <girgen@partitur.se> # $FreeBSD$ -WANT_PGSQL_VER= 9.4 +WANT_PGSQL_VER= 9.5 .include "${.CURDIR}/../postgresql91-pltcl/Makefile" Modified: head/databases/postgresql95-server/Makefile ============================================================================== --- head/databases/postgresql94-server/Makefile Thu Jan 7 17:27:21 2016 (r405478) +++ head/databases/postgresql95-server/Makefile Thu Jan 7 19:58:47 2016 (r405482) @@ -1,7 +1,7 @@ # Created by: Marc G. Fournier <scrappy@FreeBSD.org> # $FreeBSD$ -DISTVERSION?= 9.4.5 +DISTVERSION?= 9.5.0 MAINTAINER?= pgsql@FreeBSD.org @@ -12,6 +12,6 @@ INSTALL_DIRS?= src/common src/timezone s src/bin/pg_controldata src/bin/pg_resetxlog src/pl \ src/bin/pg_basebackup -ICU_PATCHFILE= pg-941-icu-2015-04-18.diff.gz +ICU_PATCHFILE= sorry-icu-patch-is-not-quite-ready-for-95-yet .include "${.CURDIR}/../postgresql92-server/Makefile" Modified: head/databases/postgresql95-server/distinfo ============================================================================== --- head/databases/postgresql94-server/distinfo Thu Jan 7 17:27:21 2016 (r405478) +++ head/databases/postgresql95-server/distinfo Thu Jan 7 19:58:47 2016 (r405482) @@ -1,4 +1,2 @@ -SHA256 (postgresql/postgresql-9.4.5.tar.bz2) = b87c50c66b6ea42a9712b5f6284794fabad0616e6ae420cf0f10523be6d94a39 -SIZE (postgresql/postgresql-9.4.5.tar.bz2) = 17660960 -SHA256 (postgresql/pg-941-icu-2015-04-18.diff.gz) = 30c1366539fd0833db37a98b32bd22e8da4538e58f8dbc2ad2f63dc54835609b -SIZE (postgresql/pg-941-icu-2015-04-18.diff.gz) = 4279 +SHA256 (postgresql/postgresql-9.5.0.tar.bz2) = f1c0d3a1a8aa8c92738cab0153fbfffcc4d4158b3fee84f7aa6bfea8283978bc +SIZE (postgresql/postgresql-9.5.0.tar.bz2) = 18378311 Modified: head/databases/postgresql95-server/files/patch-doc-Makefile ============================================================================== --- head/databases/postgresql94-server/files/patch-doc-Makefile Thu Jan 7 17:27:21 2016 (r405478) +++ head/databases/postgresql95-server/files/patch-doc-Makefile Thu Jan 7 19:58:47 2016 (r405482) @@ -1,28 +1,9 @@ ---- doc/src/sgml/Makefile.orig 2010-06-12 23:40:31.000000000 +0200 -+++ doc/src/sgml/Makefile 2010-09-19 22:07:11.210759927 +0200 -@@ -15,14 +15,14 @@ - - # Make "html" the default target, since that is what most people tend - # to want to use. --html: -+man: - - subdir = doc/src/sgml - top_builddir = ../../.. +--- doc/Makefile.orig 2015-10-08 21:45:57.360084007 +0200 ++++ doc/Makefile 2015-10-08 21:46:04.353084097 +0200 +@@ -12,5 +12,5 @@ + top_builddir = .. include $(top_builddir)/src/Makefile.global - --all: html man -+all: man - - distprep: html distprep-man - -@@ -285,7 +285,7 @@ - ## Install - ## - --install: install-html -+##install: install-html - - ifneq ($(PORTNAME), sco) - install: install-man +-all distprep html man install installdirs uninstall clean distclean maintainer-clean: ++all distprep man install installdirs uninstall clean distclean maintainer-clean: + $(MAKE) -C src $@ Modified: head/databases/postgresql95-server/files/patch-doc-src-sgml-Makefile ============================================================================== --- head/databases/postgresql94-server/files/patch-doc-src-sgml-Makefile Thu Jan 7 17:27:21 2016 (r405478) +++ head/databases/postgresql95-server/files/patch-doc-src-sgml-Makefile Thu Jan 7 19:58:47 2016 (r405482) @@ -1,20 +1,46 @@ ---- doc/src/sgml/Makefile.orig 2011-10-13 16:53:51.000000000 +0200 -+++ doc/src/sgml/Makefile 2011-10-13 17:05:08.000000000 +0200 -@@ -75,8 +75,6 @@ +--- doc/src/sgml/Makefile.orig 2015-10-05 21:09:44.000000000 +0200 ++++ doc/src/sgml/Makefile 2015-10-09 01:02:37.164797000 +0200 +@@ -15,7 +15,7 @@ + + # Make "html" the default target, since that is what most people tend + # to want to use. +-html: ++man: + + NO_TEMP_INSTALL=yes + +@@ -24,7 +24,7 @@ + include $(top_builddir)/src/Makefile.global + + +-all: html man ++all: man + + distprep: html distprep-man + +@@ -81,8 +81,6 @@ ## Man pages ## -man distprep-man: man-stamp - man-stamp: stylesheet-man.xsl postgres.xml + $(XMLLINT) --noout --valid postgres.xml $(XSLTPROC) $(XSLTPROCFLAGS) $(XSLTPROC_MAN_FLAGS) $^ - touch $@ -@@ -303,7 +301,7 @@ +@@ -326,14 +324,14 @@ + ## Install + ## + +-install: install-html ++install: install-man + + ifneq ($(PORTNAME), sco) + install: install-man endif installdirs: - $(MKDIR_P) '$(DESTDIR)$(htmldir)'/html $(addprefix '$(DESTDIR)$(mandir)'/man, 1 3 $(sqlmansectnum)) + $(MKDIR_P) $(addprefix '$(DESTDIR)$(mandir)'/man, 1 3 $(sqlmansectnum)) + # If the install used a man directory shared with other applications, this will remove all files. uninstall: - rm -f '$(DESTDIR)$(htmldir)/html/'* $(addprefix '$(DESTDIR)$(mandir)'/man, 1/* 3/* $(sqlmansectnum)/*) Modified: head/databases/postgresql95-server/files/patch-src:backend:utils:misc:postgresql.conf.sample ============================================================================== --- head/databases/postgresql94-server/files/patch-src:backend:utils:misc:postgresql.conf.sample Thu Jan 7 17:27:21 2016 (r405478) +++ head/databases/postgresql95-server/files/patch-src:backend:utils:misc:postgresql.conf.sample Thu Jan 7 19:58:47 2016 (r405482) @@ -1,6 +1,6 @@ ---- src/backend/utils/misc/postgresql.conf.sample.orig 2014-02-17 20:29:55.000000000 +0100 -+++ src/backend/utils/misc/postgresql.conf.sample 2014-02-20 18:01:37.000000000 +0100 -@@ -295,6 +295,7 @@ +--- src/backend/utils/misc/postgresql.conf.sample.orig 2015-10-05 21:09:44.000000000 +0200 ++++ src/backend/utils/misc/postgresql.conf.sample 2015-10-08 21:51:37.862060431 +0200 +@@ -318,6 +318,7 @@ # - Where to Log - @@ -8,13 +8,14 @@ #log_destination = 'stderr' # Valid values are combinations of # stderr, csvlog, syslog, and eventlog, # depending on platform. csvlog -@@ -432,6 +433,9 @@ - #track_io_timing = off - #track_functions = none # none, pl, all - #track_activity_query_size = 1024 # (change requires restart) +@@ -449,7 +450,9 @@ + + #cluster_name = '' # added to process titles if nonempty + # (change requires restart) +-#update_process_title = on + +# On FreeBSD, this is a performance hog, so keep it off if you need speed +update_process_title = off - #update_process_title = on - #stats_temp_directory = 'pg_stat_tmp' + + #------------------------------------------------------------------------------ Modified: head/databases/postgresql95-server/pkg-plist-client ============================================================================== --- head/databases/postgresql94-server/pkg-plist-client Thu Jan 7 17:27:21 2016 (r405478) +++ head/databases/postgresql95-server/pkg-plist-client Thu Jan 7 19:58:47 2016 (r405482) @@ -42,7 +42,15 @@ 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 @@ -58,6 +66,7 @@ include/postgresql/server/access/htup_de 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 @@ -69,10 +78,12 @@ 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 @@ -86,7 +97,9 @@ 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 @@ -101,6 +114,7 @@ include/postgresql/server/catalog/indexi 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 @@ -137,11 +151,14 @@ include/postgresql/server/catalog/pg_lar 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 @@ -149,6 +166,7 @@ include/postgresql/server/catalog/pg_shd 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 @@ -170,6 +188,7 @@ include/postgresql/server/commands/conve 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 @@ -177,6 +196,7 @@ include/postgresql/server/commands/expla 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 @@ -192,7 +212,9 @@ include/postgresql/server/commands/vacuu 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 @@ -210,6 +232,7 @@ include/postgresql/server/executor/nodeB 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 @@ -226,6 +249,7 @@ include/postgresql/server/executor/nodeM 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 @@ -247,7 +271,11 @@ 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 @@ -260,11 +288,13 @@ 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 @@ -339,6 +369,19 @@ 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 @@ -346,7 +389,7 @@ 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/osf.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 @@ -389,6 +432,7 @@ include/postgresql/server/replication/ba 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 @@ -403,6 +447,7 @@ include/postgresql/server/rewrite/rewrit 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 @@ -485,6 +530,7 @@ include/postgresql/server/storage/sinval 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 @@ -499,7 +545,9 @@ include/postgresql/server/tsearch/ts_pub 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 @@ -515,6 +563,7 @@ include/postgresql/server/utils/dynamic_ 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 @@ -537,17 +586,14 @@ include/postgresql/server/utils/nabstime include/postgresql/server/utils/numeric.h include/postgresql/server/utils/palloc.h include/postgresql/server/utils/pg_crc.h -include/postgresql/server/utils/pg_crc_tables.h include/postgresql/server/utils/pg_locale.h include/postgresql/server/utils/pg_lsn.h -include/postgresql/server/utils/pg_lzcompress.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/rbtree.h include/postgresql/server/utils/rel.h include/postgresql/server/utils/relcache.h include/postgresql/server/utils/relfilenodemap.h @@ -555,6 +601,9 @@ include/postgresql/server/utils/relmappe 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 @@ -591,6 +640,7 @@ 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 @@ -622,6 +672,7 @@ 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 @@ -717,6 +768,7 @@ 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 @@ -761,6 +813,7 @@ 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 @@ -773,6 +826,7 @@ man/man7/CREATE_TEXT_SEARCH_CONFIGURATIO 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 @@ -802,6 +856,7 @@ 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 @@ -813,6 +868,7 @@ man/man7/DROP_TEXT_SEARCH_CONFIGURATION. 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 @@ -823,6 +879,7 @@ 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 @@ -859,90 +916,91 @@ man/man7/VACUUM.7.gz man/man7/VALUES.7.gz man/man7/WITH.7.gz %%PORTDOCS%%%%DOCSDIR%%/README-client -%%NLS%%share/locale/cs/LC_MESSAGES/ecpg-9.4.mo -%%NLS%%share/locale/cs/LC_MESSAGES/ecpglib6-9.4.mo -%%NLS%%share/locale/cs/LC_MESSAGES/libpq5-9.4.mo -%%NLS%%share/locale/cs/LC_MESSAGES/pg_config-9.4.mo -%%NLS%%share/locale/cs/LC_MESSAGES/pg_dump-9.4.mo -%%NLS%%share/locale/cs/LC_MESSAGES/pgscripts-9.4.mo -%%NLS%%share/locale/cs/LC_MESSAGES/psql-9.4.mo -%%NLS%%share/locale/de/LC_MESSAGES/ecpg-9.4.mo -%%NLS%%share/locale/de/LC_MESSAGES/ecpglib6-9.4.mo -%%NLS%%share/locale/de/LC_MESSAGES/libpq5-9.4.mo -%%NLS%%share/locale/de/LC_MESSAGES/pg_config-9.4.mo -%%NLS%%share/locale/de/LC_MESSAGES/pg_dump-9.4.mo -%%NLS%%share/locale/de/LC_MESSAGES/pgscripts-9.4.mo -%%NLS%%share/locale/de/LC_MESSAGES/psql-9.4.mo -%%NLS%%share/locale/es/LC_MESSAGES/ecpg-9.4.mo -%%NLS%%share/locale/es/LC_MESSAGES/ecpglib6-9.4.mo -%%NLS%%share/locale/es/LC_MESSAGES/libpq5-9.4.mo -%%NLS%%share/locale/es/LC_MESSAGES/pg_config-9.4.mo -%%NLS%%share/locale/es/LC_MESSAGES/pg_dump-9.4.mo -%%NLS%%share/locale/es/LC_MESSAGES/pgscripts-9.4.mo -%%NLS%%share/locale/es/LC_MESSAGES/psql-9.4.mo -%%NLS%%share/locale/fr/LC_MESSAGES/ecpg-9.4.mo -%%NLS%%share/locale/fr/LC_MESSAGES/ecpglib6-9.4.mo -%%NLS%%share/locale/fr/LC_MESSAGES/libpq5-9.4.mo -%%NLS%%share/locale/fr/LC_MESSAGES/pg_config-9.4.mo -%%NLS%%share/locale/fr/LC_MESSAGES/pg_dump-9.4.mo -%%NLS%%share/locale/fr/LC_MESSAGES/pgscripts-9.4.mo -%%NLS%%share/locale/fr/LC_MESSAGES/psql-9.4.mo -%%NLS%%share/locale/it/LC_MESSAGES/ecpg-9.4.mo -%%NLS%%share/locale/it/LC_MESSAGES/ecpglib6-9.4.mo -%%NLS%%share/locale/it/LC_MESSAGES/libpq5-9.4.mo -%%NLS%%share/locale/it/LC_MESSAGES/pg_config-9.4.mo -%%NLS%%share/locale/it/LC_MESSAGES/pg_dump-9.4.mo -%%NLS%%share/locale/it/LC_MESSAGES/pgscripts-9.4.mo -%%NLS%%share/locale/it/LC_MESSAGES/psql-9.4.mo -%%NLS%%share/locale/ja/LC_MESSAGES/ecpg-9.4.mo -%%NLS%%share/locale/ja/LC_MESSAGES/ecpglib6-9.4.mo -%%NLS%%share/locale/ja/LC_MESSAGES/libpq5-9.4.mo -%%NLS%%share/locale/ja/LC_MESSAGES/pg_config-9.4.mo -%%NLS%%share/locale/ja/LC_MESSAGES/pg_dump-9.4.mo -%%NLS%%share/locale/ja/LC_MESSAGES/pgscripts-9.4.mo -%%NLS%%share/locale/ja/LC_MESSAGES/psql-9.4.mo -%%NLS%%share/locale/ko/LC_MESSAGES/ecpg-9.4.mo -%%NLS%%share/locale/ko/LC_MESSAGES/pg_config-9.4.mo -%%NLS%%share/locale/nb/LC_MESSAGES/pg_config-9.4.mo -%%NLS%%share/locale/pl/LC_MESSAGES/ecpg-9.4.mo -%%NLS%%share/locale/pl/LC_MESSAGES/ecpglib6-9.4.mo -%%NLS%%share/locale/pl/LC_MESSAGES/libpq5-9.4.mo -%%NLS%%share/locale/pl/LC_MESSAGES/pg_config-9.4.mo -%%NLS%%share/locale/pl/LC_MESSAGES/pg_dump-9.4.mo -%%NLS%%share/locale/pl/LC_MESSAGES/pgscripts-9.4.mo -%%NLS%%share/locale/pl/LC_MESSAGES/psql-9.4.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/ecpg-9.4.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/ecpglib6-9.4.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/libpq5-9.4.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_config-9.4.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_dump-9.4.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/pgscripts-9.4.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/psql-9.4.mo -%%NLS%%share/locale/ro/LC_MESSAGES/pg_config-9.4.mo -%%NLS%%share/locale/ru/LC_MESSAGES/ecpg-9.4.mo -%%NLS%%share/locale/ru/LC_MESSAGES/ecpglib6-9.4.mo -%%NLS%%share/locale/ru/LC_MESSAGES/libpq5-9.4.mo -%%NLS%%share/locale/ru/LC_MESSAGES/pg_config-9.4.mo -%%NLS%%share/locale/ru/LC_MESSAGES/pg_dump-9.4.mo -%%NLS%%share/locale/ru/LC_MESSAGES/pgscripts-9.4.mo -%%NLS%%share/locale/ru/LC_MESSAGES/psql-9.4.mo -%%NLS%%share/locale/sv/LC_MESSAGES/pg_config-9.4.mo -%%NLS%%share/locale/sv/LC_MESSAGES/pgscripts-9.4.mo -%%NLS%%share/locale/ta/LC_MESSAGES/pg_config-9.4.mo -%%NLS%%share/locale/tr/LC_MESSAGES/ecpg-9.4.mo -%%NLS%%share/locale/tr/LC_MESSAGES/ecpglib6-9.4.mo -%%NLS%%share/locale/tr/LC_MESSAGES/libpq5-9.4.mo -%%NLS%%share/locale/tr/LC_MESSAGES/pg_config-9.4.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/ecpg-9.4.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/ecpglib6-9.4.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/libpq5-9.4.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_config-9.4.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_dump-9.4.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/pgscripts-9.4.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/psql-9.4.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/ecpg-9.4.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/libpq5-9.4.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/pg_config-9.4.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/psql-9.4.mo +%%NLS%%share/locale/cs/LC_MESSAGES/ecpg-9.5.mo +%%NLS%%share/locale/cs/LC_MESSAGES/ecpglib6-9.5.mo +%%NLS%%share/locale/cs/LC_MESSAGES/libpq5-9.5.mo +%%NLS%%share/locale/cs/LC_MESSAGES/pg_config-9.5.mo +%%NLS%%share/locale/cs/LC_MESSAGES/pg_dump-9.5.mo +%%NLS%%share/locale/cs/LC_MESSAGES/pgscripts-9.5.mo +%%NLS%%share/locale/cs/LC_MESSAGES/psql-9.5.mo +%%NLS%%share/locale/de/LC_MESSAGES/ecpg-9.5.mo +%%NLS%%share/locale/de/LC_MESSAGES/ecpglib6-9.5.mo +%%NLS%%share/locale/de/LC_MESSAGES/libpq5-9.5.mo +%%NLS%%share/locale/de/LC_MESSAGES/pg_config-9.5.mo +%%NLS%%share/locale/de/LC_MESSAGES/pg_dump-9.5.mo +%%NLS%%share/locale/de/LC_MESSAGES/pgscripts-9.5.mo +%%NLS%%share/locale/de/LC_MESSAGES/psql-9.5.mo +%%NLS%%share/locale/es/LC_MESSAGES/ecpg-9.5.mo +%%NLS%%share/locale/es/LC_MESSAGES/ecpglib6-9.5.mo +%%NLS%%share/locale/es/LC_MESSAGES/libpq5-9.5.mo +%%NLS%%share/locale/es/LC_MESSAGES/pg_config-9.5.mo +%%NLS%%share/locale/es/LC_MESSAGES/pg_dump-9.5.mo +%%NLS%%share/locale/es/LC_MESSAGES/pgscripts-9.5.mo +%%NLS%%share/locale/es/LC_MESSAGES/psql-9.5.mo +%%NLS%%share/locale/fr/LC_MESSAGES/ecpg-9.5.mo +%%NLS%%share/locale/fr/LC_MESSAGES/ecpglib6-9.5.mo +%%NLS%%share/locale/fr/LC_MESSAGES/libpq5-9.5.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pg_config-9.5.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pg_dump-9.5.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pgscripts-9.5.mo +%%NLS%%share/locale/fr/LC_MESSAGES/psql-9.5.mo +%%NLS%%share/locale/it/LC_MESSAGES/ecpg-9.5.mo +%%NLS%%share/locale/it/LC_MESSAGES/ecpglib6-9.5.mo +%%NLS%%share/locale/it/LC_MESSAGES/libpq5-9.5.mo +%%NLS%%share/locale/it/LC_MESSAGES/pg_config-9.5.mo +%%NLS%%share/locale/it/LC_MESSAGES/pg_dump-9.5.mo +%%NLS%%share/locale/it/LC_MESSAGES/pgscripts-9.5.mo +%%NLS%%share/locale/it/LC_MESSAGES/psql-9.5.mo +%%NLS%%share/locale/ja/LC_MESSAGES/ecpg-9.5.mo +%%NLS%%share/locale/ja/LC_MESSAGES/ecpglib6-9.5.mo +%%NLS%%share/locale/ja/LC_MESSAGES/libpq5-9.5.mo +%%NLS%%share/locale/ja/LC_MESSAGES/pg_config-9.5.mo +%%NLS%%share/locale/ja/LC_MESSAGES/pg_dump-9.5.mo +%%NLS%%share/locale/ja/LC_MESSAGES/pgscripts-9.5.mo +%%NLS%%share/locale/ja/LC_MESSAGES/psql-9.5.mo +%%NLS%%share/locale/ko/LC_MESSAGES/ecpg-9.5.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pg_config-9.5.mo +%%NLS%%share/locale/ko/LC_MESSAGES/psql-9.5.mo +%%NLS%%share/locale/nb/LC_MESSAGES/pg_config-9.5.mo +%%NLS%%share/locale/pl/LC_MESSAGES/ecpg-9.5.mo +%%NLS%%share/locale/pl/LC_MESSAGES/ecpglib6-9.5.mo +%%NLS%%share/locale/pl/LC_MESSAGES/libpq5-9.5.mo +%%NLS%%share/locale/pl/LC_MESSAGES/pg_config-9.5.mo +%%NLS%%share/locale/pl/LC_MESSAGES/pg_dump-9.5.mo +%%NLS%%share/locale/pl/LC_MESSAGES/pgscripts-9.5.mo +%%NLS%%share/locale/pl/LC_MESSAGES/psql-9.5.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/ecpg-9.5.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/ecpglib6-9.5.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/libpq5-9.5.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_config-9.5.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_dump-9.5.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/pgscripts-9.5.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/psql-9.5.mo +%%NLS%%share/locale/ro/LC_MESSAGES/pg_config-9.5.mo +%%NLS%%share/locale/ru/LC_MESSAGES/ecpg-9.5.mo +%%NLS%%share/locale/ru/LC_MESSAGES/ecpglib6-9.5.mo +%%NLS%%share/locale/ru/LC_MESSAGES/libpq5-9.5.mo +%%NLS%%share/locale/ru/LC_MESSAGES/pg_config-9.5.mo +%%NLS%%share/locale/ru/LC_MESSAGES/pg_dump-9.5.mo +%%NLS%%share/locale/ru/LC_MESSAGES/pgscripts-9.5.mo +%%NLS%%share/locale/ru/LC_MESSAGES/psql-9.5.mo +%%NLS%%share/locale/sv/LC_MESSAGES/pg_config-9.5.mo +%%NLS%%share/locale/sv/LC_MESSAGES/pgscripts-9.5.mo +%%NLS%%share/locale/ta/LC_MESSAGES/pg_config-9.5.mo +%%NLS%%share/locale/tr/LC_MESSAGES/ecpg-9.5.mo +%%NLS%%share/locale/tr/LC_MESSAGES/ecpglib6-9.5.mo +%%NLS%%share/locale/tr/LC_MESSAGES/libpq5-9.5.mo +%%NLS%%share/locale/tr/LC_MESSAGES/pg_config-9.5.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/ecpg-9.5.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/ecpglib6-9.5.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/libpq5-9.5.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_config-9.5.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_dump-9.5.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pgscripts-9.5.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/psql-9.5.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/ecpg-9.5.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/libpq5-9.5.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/pg_config-9.5.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/psql-9.5.mo %%DATADIR%%/pg_service.conf.sample %%DATADIR%%/psqlrc.sample Modified: head/databases/postgresql95-server/pkg-plist-plperl ============================================================================== --- head/databases/postgresql94-server/pkg-plist-plperl Thu Jan 7 17:27:21 2016 (r405478) +++ head/databases/postgresql95-server/pkg-plist-plperl Thu Jan 7 19:58:47 2016 (r405482) @@ -1,3 +1,5 @@ +include/postgresql/server/plperl.h +include/postgresql/server/ppport.h %%DATADIR%%/extension/plperlu--1.0.sql %%DATADIR%%/extension/plperl.control %%DATADIR%%/extension/plperl--1.0.sql Modified: head/databases/postgresql95-server/pkg-plist-plpython ============================================================================== --- head/databases/postgresql94-server/pkg-plist-plpython Thu Jan 7 17:27:21 2016 (r405478) +++ head/databases/postgresql95-server/pkg-plist-plpython Thu Jan 7 19:58:47 2016 (r405482) @@ -1,3 +1,5 @@ +include/postgresql/server/plpy_util.h +include/postgresql/server/plpython.h %%DOCSDIR%%/README-plpython %%PYTHON2%%lib/postgresql/plpython2.so %%PYTHON3%%lib/postgresql/plpython3.so Modified: head/databases/postgresql95-server/pkg-plist-server ============================================================================== --- head/databases/postgresql94-server/pkg-plist-server Thu Jan 7 17:27:21 2016 (r405478) +++ head/databases/postgresql95-server/pkg-plist-server Thu Jan 7 19:58:47 2016 (r405482) @@ -53,80 +53,80 @@ lib/libpgcommon.a %%DATADIR%%/extension/plpgsql--1.0.sql %%DATADIR%%/extension/plpgsql--unpackaged--1.0.sql %%DATADIR%%/extension/plpgsql.control -%%NLS%%share/locale/cs/LC_MESSAGES/initdb-9.4.mo -%%NLS%%share/locale/cs/LC_MESSAGES/pg_controldata-9.4.mo -%%NLS%%share/locale/cs/LC_MESSAGES/pg_ctl-9.4.mo -%%NLS%%share/locale/cs/LC_MESSAGES/pg_resetxlog-9.4.mo -%%NLS%%share/locale/cs/LC_MESSAGES/plpgsql-9.4.mo -%%NLS%%share/locale/de/LC_MESSAGES/initdb-9.4.mo -%%NLS%%share/locale/de/LC_MESSAGES/pg_basebackup-9.4.mo -%%NLS%%share/locale/de/LC_MESSAGES/pg_controldata-9.4.mo -%%NLS%%share/locale/de/LC_MESSAGES/pg_ctl-9.4.mo -%%NLS%%share/locale/de/LC_MESSAGES/pg_resetxlog-9.4.mo -%%NLS%%share/locale/de/LC_MESSAGES/plpgsql-9.4.mo -%%NLS%%share/locale/de/LC_MESSAGES/postgres-9.4.mo -%%NLS%%share/locale/es/LC_MESSAGES/initdb-9.4.mo -%%NLS%%share/locale/es/LC_MESSAGES/pg_basebackup-9.4.mo -%%NLS%%share/locale/es/LC_MESSAGES/pg_controldata-9.4.mo -%%NLS%%share/locale/es/LC_MESSAGES/pg_ctl-9.4.mo -%%NLS%%share/locale/es/LC_MESSAGES/pg_resetxlog-9.4.mo -%%NLS%%share/locale/es/LC_MESSAGES/plpgsql-9.4.mo -%%NLS%%share/locale/es/LC_MESSAGES/postgres-9.4.mo -%%NLS%%share/locale/fr/LC_MESSAGES/initdb-9.4.mo -%%NLS%%share/locale/fr/LC_MESSAGES/pg_basebackup-9.4.mo -%%NLS%%share/locale/fr/LC_MESSAGES/pg_controldata-9.4.mo -%%NLS%%share/locale/fr/LC_MESSAGES/pg_ctl-9.4.mo -%%NLS%%share/locale/fr/LC_MESSAGES/pg_resetxlog-9.4.mo -%%NLS%%share/locale/fr/LC_MESSAGES/plpgsql-9.4.mo -%%NLS%%share/locale/fr/LC_MESSAGES/postgres-9.4.mo -%%NLS%%share/locale/id/LC_MESSAGES/postgres-9.4.mo -%%NLS%%share/locale/it/LC_MESSAGES/initdb-9.4.mo -%%NLS%%share/locale/it/LC_MESSAGES/pg_basebackup-9.4.mo -%%NLS%%share/locale/it/LC_MESSAGES/pg_controldata-9.4.mo -%%NLS%%share/locale/it/LC_MESSAGES/pg_ctl-9.4.mo -%%NLS%%share/locale/it/LC_MESSAGES/pg_resetxlog-9.4.mo -%%NLS%%share/locale/it/LC_MESSAGES/plpgsql-9.4.mo -%%NLS%%share/locale/it/LC_MESSAGES/postgres-9.4.mo -%%NLS%%share/locale/ja/LC_MESSAGES/initdb-9.4.mo -%%NLS%%share/locale/ja/LC_MESSAGES/pg_controldata-9.4.mo -%%NLS%%share/locale/ja/LC_MESSAGES/pg_ctl-9.4.mo -%%NLS%%share/locale/ja/LC_MESSAGES/pg_resetxlog-9.4.mo -%%NLS%%share/locale/ja/LC_MESSAGES/plpgsql-9.4.mo -%%NLS%%share/locale/ja/LC_MESSAGES/postgres-9.4.mo -%%NLS%%share/locale/pl/LC_MESSAGES/initdb-9.4.mo -%%NLS%%share/locale/pl/LC_MESSAGES/pg_basebackup-9.4.mo -%%NLS%%share/locale/pl/LC_MESSAGES/pg_controldata-9.4.mo -%%NLS%%share/locale/pl/LC_MESSAGES/pg_ctl-9.4.mo -%%NLS%%share/locale/pl/LC_MESSAGES/pg_resetxlog-9.4.mo -%%NLS%%share/locale/pl/LC_MESSAGES/plpgsql-9.4.mo -%%NLS%%share/locale/pl/LC_MESSAGES/postgres-9.4.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/initdb-9.4.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_basebackup-9.4.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_controldata-9.4.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_ctl-9.4.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_resetxlog-9.4.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/plpgsql-9.4.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/postgres-9.4.mo -%%NLS%%share/locale/ro/LC_MESSAGES/plpgsql-9.4.mo -%%NLS%%share/locale/ru/LC_MESSAGES/initdb-9.4.mo -%%NLS%%share/locale/ru/LC_MESSAGES/pg_basebackup-9.4.mo -%%NLS%%share/locale/ru/LC_MESSAGES/pg_controldata-9.4.mo -%%NLS%%share/locale/ru/LC_MESSAGES/pg_ctl-9.4.mo -%%NLS%%share/locale/ru/LC_MESSAGES/pg_resetxlog-9.4.mo -%%NLS%%share/locale/ru/LC_MESSAGES/plpgsql-9.4.mo -%%NLS%%share/locale/ru/LC_MESSAGES/postgres-9.4.mo -%%NLS%%share/locale/sv/LC_MESSAGES/initdb-9.4.mo -%%NLS%%share/locale/sv/LC_MESSAGES/pg_controldata-9.4.mo -%%NLS%%share/locale/sv/LC_MESSAGES/pg_ctl-9.4.mo -%%NLS%%share/locale/sv/LC_MESSAGES/pg_resetxlog-9.4.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/initdb-9.4.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_basebackup-9.4.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_controldata-9.4.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_ctl-9.4.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_resetxlog-9.4.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/plpgsql-9.4.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/postgres-9.4.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/plpgsql-9.4.mo +%%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/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/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/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/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/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/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/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/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%%/postgres.shdescription %%DATADIR%%/snowball_create.sql %%TZDATA%%%%DATADIR%%/timezone/Africa/Abidjan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601071958.u07Jwloe022170>