Date: Thu, 10 Aug 2017 14:23:31 +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: r447680 - in head/databases: postgresql10-client postgresql10-contrib postgresql10-docs postgresql10-pgtcl postgresql10-plperl postgresql10-plpython postgresql10-pltcl postgresql10-serv... Message-ID: <201708101423.v7AENVaV029470@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: girgen Date: Thu Aug 10 14:23:31 2017 New Revision: 447680 URL: https://svnweb.freebsd.org/changeset/ports/447680 Log: Add PostgreSQL-10 to the ports tree The PostgreSQL Global Development Group announces today that the third beta release of PostgreSQL 10 is available for download. This release contains previews of all of the features which will be available in the final release of version 10, including fixes to many of the issues found in the second beta. Users are encouraged to begin testing their applications against 10 beta3. URL: https://www.postgresql.org/about/news/1771/ Added: head/databases/postgresql10-client/ - copied from r444360, head/databases/postgresql96-client/ head/databases/postgresql10-contrib/ - copied from r444360, head/databases/postgresql96-contrib/ head/databases/postgresql10-docs/ - copied from r444360, head/databases/postgresql96-docs/ head/databases/postgresql10-pgtcl/ - copied from r444360, head/databases/postgresql96-pgtcl/ head/databases/postgresql10-plperl/ - copied from r444360, head/databases/postgresql96-plperl/ head/databases/postgresql10-plpython/ - copied from r444360, head/databases/postgresql96-plpython/ head/databases/postgresql10-pltcl/ - copied from r444360, head/databases/postgresql96-pltcl/ head/databases/postgresql10-server/ - copied from r444644, head/databases/postgresql96-server/ Modified: head/databases/postgresql10-client/Makefile head/databases/postgresql10-contrib/Makefile head/databases/postgresql10-docs/Makefile head/databases/postgresql10-pgtcl/Makefile head/databases/postgresql10-plperl/Makefile head/databases/postgresql10-plpython/Makefile head/databases/postgresql10-pltcl/Makefile head/databases/postgresql10-server/Makefile head/databases/postgresql10-server/distinfo head/databases/postgresql10-server/files/patch-doc-src-sgml-Makefile head/databases/postgresql10-server/files/patch-src-backend-Makefile head/databases/postgresql10-server/pkg-plist-client head/databases/postgresql10-server/pkg-plist-pltcl head/databases/postgresql10-server/pkg-plist-server Modified: head/databases/postgresql10-client/Makefile ============================================================================== --- head/databases/postgresql96-client/Makefile Mon Jun 26 09:40:42 2017 (r444360) +++ head/databases/postgresql10-client/Makefile Thu Aug 10 14:23:31 2017 (r447680) @@ -6,11 +6,11 @@ PORTREVISION= 0 COMMENT= PostgreSQL database (client) -MASTERDIR= ${.CURDIR}/../postgresql96-server +MASTERDIR= ${.CURDIR}/../postgresql10-server BUILD_DIRS= config src/include src/interfaces src/port \ src/bin/pg_dump src/bin/psql src/bin/scripts src/bin/pg_config \ - src/bin/pgbench doc src/makefiles + src/bin/pgbench doc src/makefiles src/test/regress INSTALL_DIRS= ${BUILD_DIRS} CLIENT_ONLY= yes Modified: head/databases/postgresql10-contrib/Makefile ============================================================================== --- head/databases/postgresql96-contrib/Makefile Mon Jun 26 09:40:42 2017 (r444360) +++ head/databases/postgresql10-contrib/Makefile Thu Aug 10 14:23:31 2017 (r447680) @@ -13,7 +13,7 @@ LIB_DEPENDS= libxslt.so:textproc/libxslt \ MASTERDIR= ${.CURDIR}/../postgresql96-server -USES= bison pgsql:9.6 +USES= bison pgsql:10 BUILD_DIRS= src/port src/include src/common contrib INSTALL_DIRS= contrib Modified: head/databases/postgresql10-docs/Makefile ============================================================================== --- head/databases/postgresql96-docs/Makefile Mon Jun 26 09:40:42 2017 (r444360) +++ head/databases/postgresql10-docs/Makefile Thu Aug 10 14:23:31 2017 (r447680) @@ -1,45 +1,6 @@ # Created by: Palle Girgensohn <girgen@pingpong.net> # $FreeBSD$ -PORTNAME= postgresql -PKGNAMESUFFIX?= ${DISTV:S/.//}-docs -DISTV= ${DISTVERSION:R} +WANT_PGSQL_VER=10 -MAINTAINER= pgsql@FreeBSD.org -COMMENT= The PostgreSQL documentation set - -MASTERDIR= ${.CURDIR}/../../databases/postgresql${WANT_PGSQL_VER:S/.//}-server - -USES+= pgsql:${WANT_PGSQL_VER} -WANT_PGSQL_VER?=9.6 - -SLAVE_ONLY= YES -COMPONENT= -docs - -PGDOCSREL?= ${DOCSDIR_REL}/release-${PGSQL_VER} -PGDOCSDIR?= ${PREFIX}/${PGDOCSREL} - -sgmldir= ${LOCALBASE}/share/sgml -dbdir= ${sgmldir}/docbook - -BUILD_DEPENDS+= onsgmls:textproc/opensp \ - openjade:textproc/openjade \ - ${sgmldir}/iso8879/catalog:textproc/iso8879 \ - ${dbdir}/dsssl/modular/catalog:textproc/dsssl-docbook-modular \ - docbook-sgml>0:textproc/docbook-sgml - -do-build: - ${MAKE_CMD} -C ${WRKSRC} html - -do-install: - @ ${MKDIR} ${STAGEDIR}${PGDOCSDIR} - ( cd ${WRKSRC}/doc/src/sgml/html && \ - ${COPYTREE_SHARE} . ${STAGEDIR}${PGDOCSDIR} ) - -post-install: - @(cd ${STAGEDIR}${PREFIX} && ${FIND} ${PGDOCSREL} -type f) >> ${TMPPLIST} - @(cd ${STAGEDIR}${PREFIX} && ${FIND} ${PGDOCSREL} -type d) | ${SORT} -r | \ - ${SED} 's,.*,@unexec rmdir %D/& 2>/dev/null || true,' >>${TMPPLIST} - - -.include "${MASTERDIR}/Makefile" +.include "${.CURDIR}/../postgresql96-docs/Makefile" Modified: head/databases/postgresql10-pgtcl/Makefile ============================================================================== --- head/databases/postgresql96-pgtcl/Makefile Mon Jun 26 09:40:42 2017 (r444360) +++ head/databases/postgresql10-pgtcl/Makefile Thu Aug 10 14:23:31 2017 (r447680) @@ -1,10 +1,10 @@ # $FreeBSD$ -PKGNAMESUFFIX= -postgresql96 +PKGNAMESUFFIX= -postgresql10 -CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[01234]-[0-9]* +CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[0123456]-[0-9]* -PGTCL_SLAVE= 9.6 +PGTCL_SLAVE= 10 MASTERDIR= ${.CURDIR}/../pgtcl .include "${MASTERDIR}/Makefile" Modified: head/databases/postgresql10-plperl/Makefile ============================================================================== --- head/databases/postgresql96-plperl/Makefile Mon Jun 26 09:40:42 2017 (r444360) +++ head/databases/postgresql10-plperl/Makefile Thu Aug 10 14:23:31 2017 (r447680) @@ -1,6 +1,6 @@ # Created by: Palle Girgensohn <girgen@partitur.se> # $FreeBSD$ -WANT_PGSQL_VER= 9.6 +WANT_PGSQL_VER= 10 .include "${.CURDIR}/../postgresql95-plperl/Makefile" Modified: head/databases/postgresql10-plpython/Makefile ============================================================================== --- head/databases/postgresql96-plpython/Makefile Mon Jun 26 09:40:42 2017 (r444360) +++ head/databases/postgresql10-plpython/Makefile Thu Aug 10 14:23:31 2017 (r447680) @@ -1,5 +1,5 @@ # $FreeBSD$ -WANT_PGSQL_VER= 9.6 +WANT_PGSQL_VER= 10 .include "${.CURDIR}/../postgresql95-plpython/Makefile" Modified: head/databases/postgresql10-pltcl/Makefile ============================================================================== --- head/databases/postgresql96-pltcl/Makefile Mon Jun 26 09:40:42 2017 (r444360) +++ head/databases/postgresql10-pltcl/Makefile Thu Aug 10 14:23:31 2017 (r447680) @@ -10,7 +10,7 @@ COMMENT= Module for using Tcl to write SQL functions MASTERDIR= ${.CURDIR}/../../databases/postgresql${WANT_PGSQL_VER:S/.//}-server -WANT_PGSQL_VER?=9.6 +WANT_PGSQL_VER?=10 USES+= tcl pgsql:${WANT_PGSQL_VER} WANT_PGSQL= server Modified: head/databases/postgresql10-server/Makefile ============================================================================== --- head/databases/postgresql96-server/Makefile Thu Jun 29 12:04:18 2017 (r444644) +++ head/databases/postgresql10-server/Makefile Thu Aug 10 14:23:31 2017 (r447680) @@ -1,7 +1,8 @@ # Created by: Marc G. Fournier <scrappy@FreeBSD.org> # $FreeBSD$ -DISTVERSION?= 9.6.3 +DISTVERSION?= 10beta3 +PKGNAMESUFFIX?= ${PORTVERSION:R}${COMPONENT} MAINTAINER?= pgsql@FreeBSD.org @@ -19,7 +20,10 @@ PG_USER?= postgres PG_GROUP?= postgres PG_UID?= 770 -ICU_PATCHFILE= pg-96b4-icu-2016-10-02.diff.gz -OPTIONS_DEFAULT+=ICU +.if defined(SERVER_ONLY) +CONFIGURE_ARGS+=--with-icu +LIB_DEPENDS+= libicudata.so:devel/icu +USES+= pkgconfig +.endif .include "${.CURDIR}/../postgresql92-server/Makefile" Modified: head/databases/postgresql10-server/distinfo ============================================================================== --- head/databases/postgresql96-server/distinfo Thu Jun 29 12:04:18 2017 (r444644) +++ head/databases/postgresql10-server/distinfo Thu Aug 10 14:23:31 2017 (r447680) @@ -1,5 +1,5 @@ -TIMESTAMP = 1494282361 -SHA256 (postgresql/postgresql-9.6.3.tar.bz2) = 1645b3736901f6d854e695a937389e68ff2066ce0cde9d73919d6ab7c995b9c6 -SIZE (postgresql/postgresql-9.6.3.tar.bz2) = 19534323 -SHA256 (postgresql/pg-96b4-icu-2016-10-02.diff.gz) = 85f81baa0fc8f692bcf802c8645196d9e3afdef4f760cef712d940b87655486e -SIZE (postgresql/pg-96b4-icu-2016-10-02.diff.gz) = 5998 +TIMESTAMP = 1502193060 +SHA256 (postgresql/postgresql-10beta3.tar.bz2) = 6722546739f8e2dd379e8031784e86c5c588638df6c477046ebdd479586bcb3e +SIZE (postgresql/postgresql-10beta3.tar.bz2) = 19914123 +SHA256 (postgresql/pg-9218-icu-2016-08-10.diff.gz) = 2f9c831b3dff866f0b2f6f2a9ef771a4045486bc252a851aadc73c50d376319d +SIZE (postgresql/pg-9218-icu-2016-08-10.diff.gz) = 5587 Modified: head/databases/postgresql10-server/files/patch-doc-src-sgml-Makefile ============================================================================== --- head/databases/postgresql96-server/files/patch-doc-src-sgml-Makefile Thu Jun 29 12:04:18 2017 (r444644) +++ head/databases/postgresql10-server/files/patch-doc-src-sgml-Makefile Thu Aug 10 14:23:31 2017 (r447680) @@ -1,5 +1,5 @@ ---- 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 +--- doc/src/sgml/Makefile.orig 2017-08-07 23:08:19.000000000 +0200 ++++ doc/src/sgml/Makefile 2017-08-08 14:07:11.461380000 +0200 @@ -15,7 +15,7 @@ # Make "html" the default target, since that is what most people tend @@ -18,7 +18,7 @@ distprep: html distprep-man -@@ -81,8 +81,6 @@ +@@ -76,8 +76,6 @@ ## Man pages ## @@ -27,16 +27,12 @@ man-stamp: stylesheet-man.xsl postgres.xml $(XMLLINT) --noout --valid postgres.xml $(XSLTPROC) $(XSLTPROCFLAGS) $(XSLTPROC_MAN_FLAGS) $^ -@@ -326,14 +324,14 @@ +@@ -245,10 +243,10 @@ ## Install ## --install: install-html +-install: install-html install-man +install: install-man - - ifneq ($(PORTNAME), sco) - install: install-man - endif installdirs: - $(MKDIR_P) '$(DESTDIR)$(htmldir)'/html $(addprefix '$(DESTDIR)$(mandir)'/man, 1 3 $(sqlmansectnum)) Modified: head/databases/postgresql10-server/files/patch-src-backend-Makefile ============================================================================== --- head/databases/postgresql96-server/files/patch-src-backend-Makefile Thu Jun 29 12:04:18 2017 (r444644) +++ head/databases/postgresql10-server/files/patch-src-backend-Makefile Thu Aug 10 14:23:31 2017 (r447680) @@ -4,7 +4,7 @@ # Update the commonly used headers before building the subdirectories $(SUBDIRS:%=%-recursive): $(top_builddir)/src/include/parser/gram.h $(top_builddir)/src/include/utils/fmgroids.h $(top_builddir)/src/include/utils/probes.h -+symlinks: $(top_builddir)/src/include/parser/gram.h $(top_builddir)/src/include/utils/fmgroids.h $(top_builddir)/src/include/utils/probes.h $(top_builddir)/src/include/storage/lwlocknames.h ++symlinks: $(top_builddir)/src/include/parser/gram.h $(top_builddir)/src/include/utils/fmgroids.h $(top_builddir)/src/include/utils/fmgrprotos.h $(top_builddir)/src/include/utils/probes.h $(top_builddir)/src/include/storage/lwlocknames.h + # The postgres.o target is needed by the rule in Makefile.global that Modified: head/databases/postgresql10-server/pkg-plist-client ============================================================================== --- head/databases/postgresql96-server/pkg-plist-client Thu Jun 29 12:04:18 2017 (r444644) +++ head/databases/postgresql10-server/pkg-plist-client Thu Aug 10 14:23:31 2017 (r447680) @@ -1,9 +1,7 @@ bin/clusterdb bin/createdb -bin/createlang bin/createuser bin/dropdb -bin/droplang bin/dropuser bin/ecpg bin/pg_config @@ -52,16 +50,21 @@ 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/bufmask.h include/postgresql/server/access/clog.h include/postgresql/server/access/commit_ts.h include/postgresql/server/access/genam.h include/postgresql/server/access/generic_xlog.h include/postgresql/server/access/gin.h include/postgresql/server/access/gin_private.h +include/postgresql/server/access/ginblock.h +include/postgresql/server/access/ginxlog.h include/postgresql/server/access/gist.h include/postgresql/server/access/gist_private.h include/postgresql/server/access/gistscan.h +include/postgresql/server/access/gistxlog.h include/postgresql/server/access/hash.h +include/postgresql/server/access/hash_xlog.h include/postgresql/server/access/heapam.h include/postgresql/server/access/heapam_xlog.h include/postgresql/server/access/hio.h @@ -70,7 +73,9 @@ 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/nbtxlog.h include/postgresql/server/access/parallel.h +include/postgresql/server/access/printsimple.h include/postgresql/server/access/printtup.h include/postgresql/server/access/reloptions.h include/postgresql/server/access/relscan.h @@ -82,6 +87,7 @@ 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/spgxlog.h include/postgresql/server/access/stratnum.h include/postgresql/server/access/subtrans.h include/postgresql/server/access/sysattr.h @@ -98,7 +104,6 @@ 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 @@ -119,6 +124,7 @@ 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/partition.h include/postgresql/server/catalog/pg_aggregate.h include/postgresql/server/catalog/pg_am.h include/postgresql/server/catalog/pg_amop.h @@ -159,18 +165,25 @@ 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_partitioned_table.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_publication.h +include/postgresql/server/catalog/pg_publication_rel.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_sequence.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_statistic_ext.h +include/postgresql/server/catalog/pg_subscription.h +include/postgresql/server/catalog/pg_subscription_rel.h include/postgresql/server/catalog/pg_tablespace.h include/postgresql/server/catalog/pg_transform.h include/postgresql/server/catalog/pg_trigger.h @@ -208,9 +221,11 @@ include/postgresql/server/commands/portalcmds.h include/postgresql/server/commands/prepare.h include/postgresql/server/commands/proclang.h include/postgresql/server/commands/progress.h +include/postgresql/server/commands/publicationcmds.h include/postgresql/server/commands/schemacmds.h include/postgresql/server/commands/seclabel.h include/postgresql/server/commands/sequence.h +include/postgresql/server/commands/subscriptioncmds.h include/postgresql/server/commands/tablecmds.h include/postgresql/server/commands/tablespace.h include/postgresql/server/commands/trigger.h @@ -219,18 +234,28 @@ 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/base64.h include/postgresql/server/common/config_info.h include/postgresql/server/common/controldata_utils.h include/postgresql/server/common/fe_memutils.h +include/postgresql/server/common/file_utils.h include/postgresql/server/common/int128.h +include/postgresql/server/common/ip.h include/postgresql/server/common/keywords.h +include/postgresql/server/common/md5.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/saslprep.h +include/postgresql/server/common/scram-common.h +include/postgresql/server/common/sha2.h include/postgresql/server/common/string.h +include/postgresql/server/common/unicode_norm.h +include/postgresql/server/common/unicode_norm_table.h include/postgresql/server/common/username.h include/postgresql/server/datatype/timestamp.h include/postgresql/server/dynloader.h +include/postgresql/server/executor/execExpr.h include/postgresql/server/executor/execParallel.h include/postgresql/server/executor/execdebug.h include/postgresql/server/executor/execdesc.h @@ -249,6 +274,7 @@ include/postgresql/server/executor/nodeCustom.h include/postgresql/server/executor/nodeForeignscan.h include/postgresql/server/executor/nodeFunctionscan.h include/postgresql/server/executor/nodeGather.h +include/postgresql/server/executor/nodeGatherMerge.h include/postgresql/server/executor/nodeGroup.h include/postgresql/server/executor/nodeHash.h include/postgresql/server/executor/nodeHashjoin.h @@ -260,7 +286,9 @@ 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/nodeNamedtuplestorescan.h include/postgresql/server/executor/nodeNestloop.h +include/postgresql/server/executor/nodeProjectSet.h include/postgresql/server/executor/nodeRecursiveunion.h include/postgresql/server/executor/nodeResult.h include/postgresql/server/executor/nodeSamplescan.h @@ -269,6 +297,7 @@ 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/nodeTableFuncscan.h include/postgresql/server/executor/nodeTidscan.h include/postgresql/server/executor/nodeUnique.h include/postgresql/server/executor/nodeValuesscan.h @@ -276,6 +305,7 @@ 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/tablefunc.h include/postgresql/server/executor/tqueue.h include/postgresql/server/executor/tstoreReceiver.h include/postgresql/server/executor/tuptable.h @@ -295,22 +325,24 @@ 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/knapsack.h include/postgresql/server/lib/pairingheap.h include/postgresql/server/lib/rbtree.h +include/postgresql/server/lib/simplehash.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/ifaddr.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/libpq/scram.h include/postgresql/server/mb/pg_wchar.h include/postgresql/server/miscadmin.h include/postgresql/server/nodes/bitmapset.h @@ -366,6 +398,7 @@ 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_enr.h include/postgresql/server/parser/parse_expr.h include/postgresql/server/parser/parse_func.h include/postgresql/server/parser/parse_node.h @@ -412,9 +445,7 @@ include/postgresql/server/port/netbsd.h include/postgresql/server/port/openbsd.h include/postgresql/server/port/pg_bswap.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 @@ -454,9 +485,14 @@ 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/logicallauncher.h +include/postgresql/server/replication/logicalproto.h +include/postgresql/server/replication/logicalrelation.h +include/postgresql/server/replication/logicalworker.h include/postgresql/server/replication/message.h include/postgresql/server/replication/origin.h include/postgresql/server/replication/output_plugin.h +include/postgresql/server/replication/pgoutput.h include/postgresql/server/replication/reorderbuffer.h include/postgresql/server/replication/slot.h include/postgresql/server/replication/snapbuild.h @@ -464,6 +500,7 @@ 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/replication/worker_internal.h include/postgresql/server/rewrite/prs2lock.h include/postgresql/server/rewrite/rewriteDefine.h include/postgresql/server/rewrite/rewriteHandler.h @@ -506,8 +543,9 @@ include/postgresql/server/snowball/libstemmer/stem_UTF 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/statistics/extended_stats_internal.h +include/postgresql/server/statistics/statistics.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 @@ -516,6 +554,7 @@ 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/condition_variable.h include/postgresql/server/storage/copydir.h include/postgresql/server/storage/dsm.h include/postgresql/server/storage/dsm_impl.h @@ -538,11 +577,12 @@ 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/proclist.h +include/postgresql/server/storage/proclist_types.h include/postgresql/server/storage/procsignal.h include/postgresql/server/storage/reinit.h include/postgresql/server/storage/relfilenode.h @@ -575,6 +615,7 @@ 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/backend_random.h include/postgresql/server/utils/builtins.h include/postgresql/server/utils/bytea.h include/postgresql/server/utils/cash.h @@ -583,6 +624,7 @@ 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/dsa.h include/postgresql/server/utils/dynahash.h include/postgresql/server/utils/dynamic_loader.h include/postgresql/server/utils/elog.h @@ -590,8 +632,10 @@ 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/fmgrprotos.h include/postgresql/server/utils/fmgrtab.h include/postgresql/server/utils/formatting.h +include/postgresql/server/utils/freepage.h include/postgresql/server/utils/geo_decls.h include/postgresql/server/utils/guc.h include/postgresql/server/utils/guc_tables.h @@ -615,15 +659,19 @@ 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/pidfile.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/queryenvironment.h include/postgresql/server/utils/rangetypes.h +include/postgresql/server/utils/regproc.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/relptr.h include/postgresql/server/utils/reltrigger.h include/postgresql/server/utils/resowner.h include/postgresql/server/utils/resowner_private.h @@ -645,6 +693,7 @@ 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/varlena.h include/postgresql/server/utils/xml.h include/postgresql/server/windowapi.h include/sql3types.h @@ -679,10 +728,8 @@ 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 @@ -695,16 +742,16 @@ 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_receivewal.1.gz man/man1/pg_recvlogical.1.gz -man/man1/pg_resetxlog.1.gz +man/man1/pg_resetwal.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/pg_waldump.1.gz man/man1/pgbench.1.gz man/man1/postgres.1.gz man/man1/postmaster.1.gz @@ -746,16 +793,17 @@ 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_register_relation.3.gz +man/man3/SPI_register_trigger_data.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/SPI_unregister_relation.3.gz man/man3/dblink.3.gz man/man3/dblink_build_sql_delete.3.gz man/man3/dblink_build_sql_insert.3.gz @@ -796,11 +844,14 @@ 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_PUBLICATION.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_STATISTICS.7.gz +man/man7/ALTER_SUBSCRIPTION.7.gz man/man7/ALTER_SYSTEM.7.gz man/man7/ALTER_TABLE.7.gz man/man7/ALTER_TABLESPACE.7.gz @@ -842,11 +893,14 @@ 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_PUBLICATION.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_STATISTICS.7.gz +man/man7/CREATE_SUBSCRIPTION.7.gz man/man7/CREATE_TABLE.7.gz man/man7/CREATE_TABLESPACE.7.gz man/man7/CREATE_TABLE_AS.7.gz @@ -886,11 +940,14 @@ 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_PUBLICATION.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_STATISTICS.7.gz +man/man7/DROP_SUBSCRIPTION.7.gz man/man7/DROP_TABLE.7.gz man/man7/DROP_TABLESPACE.7.gz man/man7/DROP_TEXT_SEARCH_CONFIGURATION.7.gz @@ -945,96 +1002,103 @@ 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.6.mo -%%NLS%%share/locale/cs/LC_MESSAGES/ecpglib6-9.6.mo -%%NLS%%share/locale/cs/LC_MESSAGES/libpq5-9.6.mo -%%NLS%%share/locale/cs/LC_MESSAGES/pg_config-9.6.mo -%%NLS%%share/locale/cs/LC_MESSAGES/pg_dump-9.6.mo -%%NLS%%share/locale/cs/LC_MESSAGES/pgscripts-9.6.mo -%%NLS%%share/locale/cs/LC_MESSAGES/psql-9.6.mo -%%NLS%%share/locale/de/LC_MESSAGES/ecpg-9.6.mo -%%NLS%%share/locale/de/LC_MESSAGES/ecpglib6-9.6.mo -%%NLS%%share/locale/de/LC_MESSAGES/libpq5-9.6.mo -%%NLS%%share/locale/de/LC_MESSAGES/pg_config-9.6.mo -%%NLS%%share/locale/de/LC_MESSAGES/pg_dump-9.6.mo -%%NLS%%share/locale/de/LC_MESSAGES/pgscripts-9.6.mo -%%NLS%%share/locale/de/LC_MESSAGES/psql-9.6.mo -%%NLS%%share/locale/es/LC_MESSAGES/ecpg-9.6.mo -%%NLS%%share/locale/es/LC_MESSAGES/ecpglib6-9.6.mo -%%NLS%%share/locale/es/LC_MESSAGES/libpq5-9.6.mo -%%NLS%%share/locale/es/LC_MESSAGES/pg_config-9.6.mo -%%NLS%%share/locale/es/LC_MESSAGES/pg_dump-9.6.mo -%%NLS%%share/locale/es/LC_MESSAGES/pgscripts-9.6.mo -%%NLS%%share/locale/es/LC_MESSAGES/psql-9.6.mo -%%NLS%%share/locale/fr/LC_MESSAGES/ecpg-9.6.mo -%%NLS%%share/locale/fr/LC_MESSAGES/ecpglib6-9.6.mo -%%NLS%%share/locale/fr/LC_MESSAGES/libpq5-9.6.mo -%%NLS%%share/locale/fr/LC_MESSAGES/pg_config-9.6.mo -%%NLS%%share/locale/fr/LC_MESSAGES/pg_dump-9.6.mo -%%NLS%%share/locale/fr/LC_MESSAGES/pgscripts-9.6.mo -%%NLS%%share/locale/fr/LC_MESSAGES/psql-9.6.mo -%%NLS%%share/locale/it/LC_MESSAGES/ecpg-9.6.mo -%%NLS%%share/locale/it/LC_MESSAGES/ecpglib6-9.6.mo -%%NLS%%share/locale/it/LC_MESSAGES/libpq5-9.6.mo -%%NLS%%share/locale/it/LC_MESSAGES/pg_config-9.6.mo -%%NLS%%share/locale/it/LC_MESSAGES/pg_dump-9.6.mo -%%NLS%%share/locale/it/LC_MESSAGES/pgscripts-9.6.mo -%%NLS%%share/locale/it/LC_MESSAGES/psql-9.6.mo -%%NLS%%share/locale/ja/LC_MESSAGES/ecpg-9.6.mo -%%NLS%%share/locale/ja/LC_MESSAGES/ecpglib6-9.6.mo -%%NLS%%share/locale/ja/LC_MESSAGES/libpq5-9.6.mo -%%NLS%%share/locale/ja/LC_MESSAGES/pg_config-9.6.mo -%%NLS%%share/locale/ja/LC_MESSAGES/pg_dump-9.6.mo -%%NLS%%share/locale/ja/LC_MESSAGES/pgscripts-9.6.mo -%%NLS%%share/locale/ja/LC_MESSAGES/psql-9.6.mo -%%NLS%%share/locale/ko/LC_MESSAGES/ecpg-9.6.mo -%%NLS%%share/locale/ko/LC_MESSAGES/ecpglib6-9.6.mo -%%NLS%%share/locale/ko/LC_MESSAGES/libpq5-9.6.mo -%%NLS%%share/locale/ko/LC_MESSAGES/pg_config-9.6.mo -%%NLS%%share/locale/ko/LC_MESSAGES/pg_dump-9.6.mo -%%NLS%%share/locale/ko/LC_MESSAGES/pgscripts-9.6.mo -%%NLS%%share/locale/ko/LC_MESSAGES/psql-9.6.mo -%%NLS%%share/locale/nb/LC_MESSAGES/pg_config-9.6.mo -%%NLS%%share/locale/pl/LC_MESSAGES/ecpg-9.6.mo -%%NLS%%share/locale/pl/LC_MESSAGES/ecpglib6-9.6.mo -%%NLS%%share/locale/pl/LC_MESSAGES/libpq5-9.6.mo -%%NLS%%share/locale/pl/LC_MESSAGES/pg_config-9.6.mo -%%NLS%%share/locale/pl/LC_MESSAGES/pg_dump-9.6.mo -%%NLS%%share/locale/pl/LC_MESSAGES/pgscripts-9.6.mo -%%NLS%%share/locale/pl/LC_MESSAGES/psql-9.6.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/ecpg-9.6.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/ecpglib6-9.6.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/libpq5-9.6.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_config-9.6.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_dump-9.6.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/pgscripts-9.6.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/psql-9.6.mo -%%NLS%%share/locale/ro/LC_MESSAGES/pg_config-9.6.mo -%%NLS%%share/locale/ru/LC_MESSAGES/ecpg-9.6.mo -%%NLS%%share/locale/ru/LC_MESSAGES/ecpglib6-9.6.mo -%%NLS%%share/locale/ru/LC_MESSAGES/libpq5-9.6.mo -%%NLS%%share/locale/ru/LC_MESSAGES/pg_config-9.6.mo -%%NLS%%share/locale/ru/LC_MESSAGES/pg_dump-9.6.mo -%%NLS%%share/locale/ru/LC_MESSAGES/pgscripts-9.6.mo -%%NLS%%share/locale/ru/LC_MESSAGES/psql-9.6.mo -%%NLS%%share/locale/sv/LC_MESSAGES/pg_config-9.6.mo -%%NLS%%share/locale/sv/LC_MESSAGES/pgscripts-9.6.mo -%%NLS%%share/locale/ta/LC_MESSAGES/pg_config-9.6.mo -%%NLS%%share/locale/tr/LC_MESSAGES/ecpg-9.6.mo -%%NLS%%share/locale/tr/LC_MESSAGES/ecpglib6-9.6.mo -%%NLS%%share/locale/tr/LC_MESSAGES/libpq5-9.6.mo -%%NLS%%share/locale/tr/LC_MESSAGES/pg_config-9.6.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/ecpg-9.6.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/ecpglib6-9.6.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/libpq5-9.6.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_config-9.6.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_dump-9.6.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/pgscripts-9.6.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/psql-9.6.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/ecpg-9.6.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/libpq5-9.6.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/pg_config-9.6.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/psql-9.6.mo +%%NLS%%share/locale/cs/LC_MESSAGES/ecpg-10.mo +%%NLS%%share/locale/cs/LC_MESSAGES/ecpglib6-10.mo +%%NLS%%share/locale/cs/LC_MESSAGES/libpq5-10.mo +%%NLS%%share/locale/cs/LC_MESSAGES/pg_config-10.mo +%%NLS%%share/locale/cs/LC_MESSAGES/pg_dump-10.mo +%%NLS%%share/locale/cs/LC_MESSAGES/pgscripts-10.mo +%%NLS%%share/locale/cs/LC_MESSAGES/psql-10.mo +%%NLS%%share/locale/de/LC_MESSAGES/ecpg-10.mo +%%NLS%%share/locale/de/LC_MESSAGES/ecpglib6-10.mo +%%NLS%%share/locale/de/LC_MESSAGES/libpq5-10.mo +%%NLS%%share/locale/de/LC_MESSAGES/pg_config-10.mo +%%NLS%%share/locale/de/LC_MESSAGES/pg_dump-10.mo +%%NLS%%share/locale/de/LC_MESSAGES/pgscripts-10.mo +%%NLS%%share/locale/de/LC_MESSAGES/psql-10.mo +%%NLS%%share/locale/es/LC_MESSAGES/ecpg-10.mo +%%NLS%%share/locale/es/LC_MESSAGES/ecpglib6-10.mo +%%NLS%%share/locale/es/LC_MESSAGES/libpq5-10.mo +%%NLS%%share/locale/es/LC_MESSAGES/pg_config-10.mo +%%NLS%%share/locale/es/LC_MESSAGES/pg_dump-10.mo +%%NLS%%share/locale/es/LC_MESSAGES/pgscripts-10.mo +%%NLS%%share/locale/es/LC_MESSAGES/psql-10.mo +%%NLS%%share/locale/fr/LC_MESSAGES/ecpg-10.mo +%%NLS%%share/locale/fr/LC_MESSAGES/ecpglib6-10.mo +%%NLS%%share/locale/fr/LC_MESSAGES/libpq5-10.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pg_config-10.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pg_dump-10.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pgscripts-10.mo +%%NLS%%share/locale/fr/LC_MESSAGES/psql-10.mo +%%NLS%%share/locale/he/LC_MESSAGES/libpq5-10.mo +%%NLS%%share/locale/he/LC_MESSAGES/pg_config-10.mo +%%NLS%%share/locale/he/LC_MESSAGES/pgscripts-10.mo +%%NLS%%share/locale/he/LC_MESSAGES/psql-10.mo +%%NLS%%share/locale/it/LC_MESSAGES/ecpg-10.mo +%%NLS%%share/locale/it/LC_MESSAGES/ecpglib6-10.mo +%%NLS%%share/locale/it/LC_MESSAGES/libpq5-10.mo +%%NLS%%share/locale/it/LC_MESSAGES/pg_config-10.mo +%%NLS%%share/locale/it/LC_MESSAGES/pg_dump-10.mo +%%NLS%%share/locale/it/LC_MESSAGES/pgscripts-10.mo +%%NLS%%share/locale/it/LC_MESSAGES/psql-10.mo +%%NLS%%share/locale/ja/LC_MESSAGES/ecpg-10.mo +%%NLS%%share/locale/ja/LC_MESSAGES/ecpglib6-10.mo +%%NLS%%share/locale/ja/LC_MESSAGES/libpq5-10.mo +%%NLS%%share/locale/ja/LC_MESSAGES/pg_config-10.mo +%%NLS%%share/locale/ja/LC_MESSAGES/pg_dump-10.mo +%%NLS%%share/locale/ja/LC_MESSAGES/pgscripts-10.mo +%%NLS%%share/locale/ja/LC_MESSAGES/psql-10.mo +%%NLS%%share/locale/ko/LC_MESSAGES/ecpg-10.mo +%%NLS%%share/locale/ko/LC_MESSAGES/ecpglib6-10.mo +%%NLS%%share/locale/ko/LC_MESSAGES/libpq5-10.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pg_config-10.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pg_dump-10.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pgscripts-10.mo +%%NLS%%share/locale/ko/LC_MESSAGES/psql-10.mo +%%NLS%%share/locale/nb/LC_MESSAGES/pg_config-10.mo +%%NLS%%share/locale/pl/LC_MESSAGES/ecpg-10.mo +%%NLS%%share/locale/pl/LC_MESSAGES/ecpglib6-10.mo +%%NLS%%share/locale/pl/LC_MESSAGES/libpq5-10.mo +%%NLS%%share/locale/pl/LC_MESSAGES/pg_config-10.mo +%%NLS%%share/locale/pl/LC_MESSAGES/pg_dump-10.mo +%%NLS%%share/locale/pl/LC_MESSAGES/pgscripts-10.mo +%%NLS%%share/locale/pl/LC_MESSAGES/psql-10.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/ecpg-10.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/ecpglib6-10.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/libpq5-10.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_config-10.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_dump-10.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/pgscripts-10.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/psql-10.mo +%%NLS%%share/locale/ro/LC_MESSAGES/pg_config-10.mo +%%NLS%%share/locale/ru/LC_MESSAGES/ecpg-10.mo +%%NLS%%share/locale/ru/LC_MESSAGES/ecpglib6-10.mo +%%NLS%%share/locale/ru/LC_MESSAGES/libpq5-10.mo +%%NLS%%share/locale/ru/LC_MESSAGES/pg_config-10.mo +%%NLS%%share/locale/ru/LC_MESSAGES/pg_dump-10.mo +%%NLS%%share/locale/ru/LC_MESSAGES/pgscripts-10.mo +%%NLS%%share/locale/ru/LC_MESSAGES/psql-10.mo +%%NLS%%share/locale/sv/LC_MESSAGES/libpq5-10.mo +%%NLS%%share/locale/sv/LC_MESSAGES/pg_config-10.mo +%%NLS%%share/locale/sv/LC_MESSAGES/pg_dump-10.mo +%%NLS%%share/locale/sv/LC_MESSAGES/pgscripts-10.mo +%%NLS%%share/locale/sv/LC_MESSAGES/psql-10.mo +%%NLS%%share/locale/ta/LC_MESSAGES/pg_config-10.mo +%%NLS%%share/locale/tr/LC_MESSAGES/ecpg-10.mo +%%NLS%%share/locale/tr/LC_MESSAGES/ecpglib6-10.mo +%%NLS%%share/locale/tr/LC_MESSAGES/libpq5-10.mo +%%NLS%%share/locale/tr/LC_MESSAGES/pg_config-10.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/ecpg-10.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/ecpglib6-10.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/libpq5-10.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_config-10.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_dump-10.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/pgscripts-10.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/psql-10.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/ecpg-10.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/libpq5-10.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/pg_config-10.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/psql-10.mo %%DATADIR%%/pg_service.conf.sample %%DATADIR%%/psqlrc.sample Modified: head/databases/postgresql10-server/pkg-plist-pltcl ============================================================================== --- head/databases/postgresql96-server/pkg-plist-pltcl Thu Jun 29 12:04:18 2017 (r444644) +++ head/databases/postgresql10-server/pkg-plist-pltcl Thu Aug 10 14:23:31 2017 (r447680) @@ -6,7 +6,3 @@ %%DATADIR%%/extension/pltclu--unpackaged--1.0.sql %%DOCSDIR%%/README-pltcl lib/postgresql/pltcl.so -bin/pltcl_loadmod -bin/pltcl_delmod -bin/pltcl_listmod -%%DATADIR%%/unknown.pltcl Modified: head/databases/postgresql10-server/pkg-plist-server ============================================================================== --- head/databases/postgresql96-server/pkg-plist-server Thu Jun 29 12:04:18 2017 (r444644) +++ head/databases/postgresql10-server/pkg-plist-server Thu Aug 10 14:23:31 2017 (r447680) @@ -1,15 +1,13 @@ bin/initdb bin/pg_controldata bin/pg_ctl -bin/pg_receivexlog -bin/pg_resetxlog +bin/pg_receivewal bin/pg_recvlogical bin/pg_archivecleanup bin/pg_basebackup bin/pg_rewind bin/pg_test_fsync bin/pg_test_timing -bin/pg_xlogdump bin/pg_upgrade bin/postgres bin/postmaster @@ -60,97 +58,109 @@ lib/libpgcommon.a %%DATADIR%%/extension/plpgsql--unpackaged--1.0.sql %%DATADIR%%/extension/plpgsql.control %%DATADIR%%/postgres.shdescription -%%NLS%%share/locale/cs/LC_MESSAGES/initdb-9.6.mo -%%NLS%%share/locale/cs/LC_MESSAGES/pg_controldata-9.6.mo -%%NLS%%share/locale/cs/LC_MESSAGES/pg_ctl-9.6.mo -%%NLS%%share/locale/cs/LC_MESSAGES/pg_resetxlog-9.6.mo -%%NLS%%share/locale/cs/LC_MESSAGES/plpgsql-9.6.mo -%%NLS%%share/locale/de/LC_MESSAGES/initdb-9.6.mo -%%NLS%%share/locale/de/LC_MESSAGES/pg_basebackup-9.6.mo -%%NLS%%share/locale/de/LC_MESSAGES/pg_controldata-9.6.mo -%%NLS%%share/locale/de/LC_MESSAGES/pg_ctl-9.6.mo -%%NLS%%share/locale/de/LC_MESSAGES/pg_resetxlog-9.6.mo -%%NLS%%share/locale/de/LC_MESSAGES/pg_rewind-9.6.mo -%%NLS%%share/locale/de/LC_MESSAGES/plpgsql-9.6.mo -%%NLS%%share/locale/de/LC_MESSAGES/postgres-9.6.mo -%%NLS%%share/locale/es/LC_MESSAGES/initdb-9.6.mo -%%NLS%%share/locale/es/LC_MESSAGES/pg_basebackup-9.6.mo -%%NLS%%share/locale/es/LC_MESSAGES/pg_controldata-9.6.mo -%%NLS%%share/locale/es/LC_MESSAGES/pg_ctl-9.6.mo -%%NLS%%share/locale/es/LC_MESSAGES/pg_resetxlog-9.6.mo -%%NLS%%share/locale/es/LC_MESSAGES/pg_rewind-9.6.mo -%%NLS%%share/locale/es/LC_MESSAGES/plpgsql-9.6.mo -%%NLS%%share/locale/es/LC_MESSAGES/postgres-9.6.mo -%%NLS%%share/locale/fr/LC_MESSAGES/initdb-9.6.mo -%%NLS%%share/locale/fr/LC_MESSAGES/pg_basebackup-9.6.mo -%%NLS%%share/locale/fr/LC_MESSAGES/pg_controldata-9.6.mo -%%NLS%%share/locale/fr/LC_MESSAGES/pg_ctl-9.6.mo -%%NLS%%share/locale/fr/LC_MESSAGES/pg_resetxlog-9.6.mo -%%NLS%%share/locale/fr/LC_MESSAGES/pg_rewind-9.6.mo -%%NLS%%share/locale/fr/LC_MESSAGES/plpgsql-9.6.mo -%%NLS%%share/locale/fr/LC_MESSAGES/postgres-9.6.mo -%%NLS%%share/locale/id/LC_MESSAGES/postgres-9.6.mo -%%NLS%%share/locale/it/LC_MESSAGES/initdb-9.6.mo -%%NLS%%share/locale/it/LC_MESSAGES/pg_basebackup-9.6.mo -%%NLS%%share/locale/it/LC_MESSAGES/pg_controldata-9.6.mo -%%NLS%%share/locale/it/LC_MESSAGES/pg_ctl-9.6.mo -%%NLS%%share/locale/it/LC_MESSAGES/pg_resetxlog-9.6.mo -%%NLS%%share/locale/it/LC_MESSAGES/pg_rewind-9.6.mo -%%NLS%%share/locale/it/LC_MESSAGES/plpgsql-9.6.mo -%%NLS%%share/locale/it/LC_MESSAGES/postgres-9.6.mo -%%NLS%%share/locale/ja/LC_MESSAGES/initdb-9.6.mo -%%NLS%%share/locale/ja/LC_MESSAGES/pg_basebackup-9.6.mo -%%NLS%%share/locale/ja/LC_MESSAGES/pg_controldata-9.6.mo -%%NLS%%share/locale/ja/LC_MESSAGES/pg_ctl-9.6.mo -%%NLS%%share/locale/ja/LC_MESSAGES/pg_resetxlog-9.6.mo -%%NLS%%share/locale/ja/LC_MESSAGES/pg_rewind-9.6.mo -%%NLS%%share/locale/ja/LC_MESSAGES/plpgsql-9.6.mo -%%NLS%%share/locale/ja/LC_MESSAGES/postgres-9.6.mo -%%NLS%%share/locale/ko/LC_MESSAGES/initdb-9.6.mo -%%NLS%%share/locale/ko/LC_MESSAGES/pg_basebackup-9.6.mo -%%NLS%%share/locale/ko/LC_MESSAGES/pg_controldata-9.6.mo -%%NLS%%share/locale/ko/LC_MESSAGES/pg_ctl-9.6.mo -%%NLS%%share/locale/ko/LC_MESSAGES/pg_resetxlog-9.6.mo -%%NLS%%share/locale/ko/LC_MESSAGES/pg_rewind-9.6.mo -%%NLS%%share/locale/ko/LC_MESSAGES/plpgsql-9.6.mo -%%NLS%%share/locale/pl/LC_MESSAGES/initdb-9.6.mo -%%NLS%%share/locale/pl/LC_MESSAGES/pg_basebackup-9.6.mo -%%NLS%%share/locale/pl/LC_MESSAGES/pg_controldata-9.6.mo -%%NLS%%share/locale/pl/LC_MESSAGES/pg_ctl-9.6.mo -%%NLS%%share/locale/pl/LC_MESSAGES/pg_resetxlog-9.6.mo -%%NLS%%share/locale/pl/LC_MESSAGES/pg_rewind-9.6.mo -%%NLS%%share/locale/pl/LC_MESSAGES/plpgsql-9.6.mo -%%NLS%%share/locale/pl/LC_MESSAGES/postgres-9.6.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/initdb-9.6.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_basebackup-9.6.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_controldata-9.6.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_ctl-9.6.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_resetxlog-9.6.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_rewind-9.6.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/plpgsql-9.6.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/postgres-9.6.mo -%%NLS%%share/locale/ro/LC_MESSAGES/plpgsql-9.6.mo -%%NLS%%share/locale/ru/LC_MESSAGES/initdb-9.6.mo -%%NLS%%share/locale/ru/LC_MESSAGES/pg_basebackup-9.6.mo -%%NLS%%share/locale/ru/LC_MESSAGES/pg_controldata-9.6.mo -%%NLS%%share/locale/ru/LC_MESSAGES/pg_ctl-9.6.mo -%%NLS%%share/locale/ru/LC_MESSAGES/pg_resetxlog-9.6.mo -%%NLS%%share/locale/ru/LC_MESSAGES/pg_rewind-9.6.mo -%%NLS%%share/locale/ru/LC_MESSAGES/plpgsql-9.6.mo -%%NLS%%share/locale/ru/LC_MESSAGES/postgres-9.6.mo -%%NLS%%share/locale/sv/LC_MESSAGES/initdb-9.6.mo -%%NLS%%share/locale/sv/LC_MESSAGES/pg_controldata-9.6.mo -%%NLS%%share/locale/sv/LC_MESSAGES/pg_ctl-9.6.mo -%%NLS%%share/locale/sv/LC_MESSAGES/pg_resetxlog-9.6.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/initdb-9.6.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_basebackup-9.6.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_controldata-9.6.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_ctl-9.6.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_resetxlog-9.6.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_rewind-9.6.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/plpgsql-9.6.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/postgres-9.6.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/plpgsql-9.6.mo +%%NLS%%share/locale/cs/LC_MESSAGES/initdb-10.mo +%%NLS%%share/locale/cs/LC_MESSAGES/pg_controldata-10.mo +%%NLS%%share/locale/cs/LC_MESSAGES/pg_ctl-10.mo +%%NLS%%share/locale/cs/LC_MESSAGES/plpgsql-10.mo +%%NLS%%share/locale/de/LC_MESSAGES/initdb-10.mo +%%NLS%%share/locale/de/LC_MESSAGES/pg_basebackup-10.mo +%%NLS%%share/locale/de/LC_MESSAGES/pg_controldata-10.mo +%%NLS%%share/locale/de/LC_MESSAGES/pg_ctl-10.mo +%%NLS%%share/locale/de/LC_MESSAGES/pg_rewind-10.mo +%%NLS%%share/locale/de/LC_MESSAGES/plpgsql-10.mo +%%NLS%%share/locale/de/LC_MESSAGES/postgres-10.mo +%%NLS%%share/locale/es/LC_MESSAGES/initdb-10.mo +%%NLS%%share/locale/es/LC_MESSAGES/pg_basebackup-10.mo +%%NLS%%share/locale/es/LC_MESSAGES/pg_controldata-10.mo +%%NLS%%share/locale/es/LC_MESSAGES/pg_ctl-10.mo +%%NLS%%share/locale/es/LC_MESSAGES/pg_rewind-10.mo +%%NLS%%share/locale/es/LC_MESSAGES/plpgsql-10.mo +%%NLS%%share/locale/es/LC_MESSAGES/postgres-10.mo +%%NLS%%share/locale/fr/LC_MESSAGES/initdb-10.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pg_basebackup-10.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pg_controldata-10.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pg_ctl-10.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pg_rewind-10.mo +%%NLS%%share/locale/fr/LC_MESSAGES/plpgsql-10.mo +%%NLS%%share/locale/fr/LC_MESSAGES/postgres-10.mo +%%NLS%%share/locale/id/LC_MESSAGES/postgres-10.mo +%%NLS%%share/locale/it/LC_MESSAGES/initdb-10.mo +%%NLS%%share/locale/it/LC_MESSAGES/pg_basebackup-10.mo +%%NLS%%share/locale/it/LC_MESSAGES/pg_controldata-10.mo +%%NLS%%share/locale/it/LC_MESSAGES/pg_ctl-10.mo +%%NLS%%share/locale/it/LC_MESSAGES/pg_rewind-10.mo +%%NLS%%share/locale/it/LC_MESSAGES/plpgsql-10.mo +%%NLS%%share/locale/it/LC_MESSAGES/postgres-10.mo +%%NLS%%share/locale/ja/LC_MESSAGES/initdb-10.mo +%%NLS%%share/locale/ja/LC_MESSAGES/pg_controldata-10.mo +%%NLS%%share/locale/ja/LC_MESSAGES/pg_ctl-10.mo +%%NLS%%share/locale/ja/LC_MESSAGES/pg_rewind-10.mo +%%NLS%%share/locale/ja/LC_MESSAGES/plpgsql-10.mo +%%NLS%%share/locale/ja/LC_MESSAGES/postgres-10.mo +%%NLS%%share/locale/ko/LC_MESSAGES/initdb-10.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pg_basebackup-10.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pg_controldata-10.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pg_ctl-10.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pg_rewind-10.mo +%%NLS%%share/locale/ko/LC_MESSAGES/plpgsql-10.mo +%%NLS%%share/locale/pl/LC_MESSAGES/initdb-10.mo +%%NLS%%share/locale/pl/LC_MESSAGES/pg_basebackup-10.mo +%%NLS%%share/locale/pl/LC_MESSAGES/pg_controldata-10.mo +%%NLS%%share/locale/pl/LC_MESSAGES/pg_ctl-10.mo +%%NLS%%share/locale/de/LC_MESSAGES/pg_archivecleanup-10.mo +%%NLS%%share/locale/de/LC_MESSAGES/pg_test_timing-10.mo *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708101423.v7AENVaV029470>