Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Sep 2020 13:33:10 +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: r549921 - in head: Mk/Uses databases databases/postgresql10-docs databases/postgresql10-plperl databases/postgresql10-plpython databases/postgresql10-pltcl databases/postgresql10-server...
Message-ID:  <202009241333.08ODXAkt027015@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: girgen
Date: Thu Sep 24 13:33:10 2020
New Revision: 549921
URL: https://svnweb.freebsd.org/changeset/ports/549921

Log:
  Welcome PostgreSQL 13
  
  Release notes:	https://www.postgresql.org/about/news/2077/

Added:
  head/databases/postgresql13-client/
     - copied from r549755, head/databases/postgresql12-client/
  head/databases/postgresql13-contrib/
     - copied from r549755, head/databases/postgresql12-contrib/
  head/databases/postgresql13-docs/
     - copied from r549755, head/databases/postgresql12-docs/
  head/databases/postgresql13-pgtcl/
     - copied from r549755, head/databases/postgresql12-pgtcl/
  head/databases/postgresql13-plperl/
     - copied from r549755, head/databases/postgresql12-plperl/
  head/databases/postgresql13-plpython/
     - copied from r549755, head/databases/postgresql12-plpython/
  head/databases/postgresql13-pltcl/
     - copied from r549755, head/databases/postgresql12-pltcl/
  head/databases/postgresql13-server/
     - copied from r548723, head/databases/postgresql12-server/
Modified:
  head/Mk/Uses/pgsql.mk
  head/databases/Makefile
  head/databases/postgresql10-docs/Makefile
  head/databases/postgresql10-plperl/Makefile
  head/databases/postgresql10-plpython/Makefile
  head/databases/postgresql10-pltcl/Makefile
  head/databases/postgresql10-server/Makefile
  head/databases/postgresql11-docs/Makefile
  head/databases/postgresql11-plperl/Makefile
  head/databases/postgresql11-plpython/Makefile
  head/databases/postgresql11-pltcl/Makefile
  head/databases/postgresql11-server/Makefile
  head/databases/postgresql12-server/Makefile
  head/databases/postgresql13-client/Makefile
  head/databases/postgresql13-contrib/Makefile
  head/databases/postgresql13-docs/Makefile
  head/databases/postgresql13-pgtcl/Makefile
  head/databases/postgresql13-plperl/Makefile
  head/databases/postgresql13-plpython/Makefile
  head/databases/postgresql13-pltcl/Makefile
  head/databases/postgresql13-server/Makefile
  head/databases/postgresql13-server/distinfo
  head/databases/postgresql13-server/pkg-plist-client
  head/databases/postgresql13-server/pkg-plist-contrib
  head/databases/postgresql13-server/pkg-plist-plperl
  head/databases/postgresql13-server/pkg-plist-plpython
  head/databases/postgresql13-server/pkg-plist-pltcl
  head/databases/postgresql13-server/pkg-plist-server
  head/databases/postgresql95-docs/Makefile
  head/databases/postgresql95-plperl/Makefile
  head/databases/postgresql95-plpython/Makefile
  head/databases/postgresql95-pltcl/Makefile
  head/databases/postgresql95-server/Makefile
  head/databases/postgresql96-docs/Makefile
  head/databases/postgresql96-plperl/Makefile
  head/databases/postgresql96-plpython/Makefile
  head/databases/postgresql96-pltcl/Makefile
  head/databases/postgresql96-server/Makefile

Modified: head/Mk/Uses/pgsql.mk
==============================================================================
--- head/Mk/Uses/pgsql.mk	Thu Sep 24 13:15:20 2020	(r549920)
+++ head/Mk/Uses/pgsql.mk	Thu Sep 24 13:33:10 2020	(r549921)
@@ -41,7 +41,7 @@ _INCLUDE_USES_PGSQL_MK=	yes
 
 # When adding a version, please keep the comment in
 # Mk/bsd.default-versions.mk in sync.
-VALID_PGSQL_VER=	9.5 9.6 10 11 12
+VALID_PGSQL_VER=	9.5 9.6 10 11 12 13
 
 # Override non-default LIBVERS like this:
 #PGSQL99_LIBVER=6

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Thu Sep 24 13:15:20 2020	(r549920)
+++ head/databases/Makefile	Thu Sep 24 13:33:10 2020	(r549921)
@@ -684,6 +684,14 @@
     SUBDIR += postgresql12-plpython
     SUBDIR += postgresql12-pltcl
     SUBDIR += postgresql12-server
+    SUBDIR += postgresql13-client
+    SUBDIR += postgresql13-contrib
+    SUBDIR += postgresql13-docs
+    SUBDIR += postgresql13-pgtcl
+    SUBDIR += postgresql13-plperl
+    SUBDIR += postgresql13-plpython
+    SUBDIR += postgresql13-pltcl
+    SUBDIR += postgresql13-server
     SUBDIR += postgresql95-client
     SUBDIR += postgresql95-contrib
     SUBDIR += postgresql95-docs

Modified: head/databases/postgresql10-docs/Makefile
==============================================================================
--- head/databases/postgresql10-docs/Makefile	Thu Sep 24 13:15:20 2020	(r549920)
+++ head/databases/postgresql10-docs/Makefile	Thu Sep 24 13:33:10 2020	(r549921)
@@ -3,4 +3,4 @@
 
 WANT_PGSQL_VER=10
 
-.include "${.CURDIR}/../postgresql12-docs/Makefile"
+.include "${.CURDIR}/../postgresql13-docs/Makefile"

Modified: head/databases/postgresql10-plperl/Makefile
==============================================================================
--- head/databases/postgresql10-plperl/Makefile	Thu Sep 24 13:15:20 2020	(r549920)
+++ head/databases/postgresql10-plperl/Makefile	Thu Sep 24 13:33:10 2020	(r549921)
@@ -5,4 +5,4 @@ WANT_PGSQL_VER=	10
 
 INSTALL_DIRS=	src/pl/plperl contrib/hstore_plperl
 
-.include "${.CURDIR}/../postgresql12-plperl/Makefile"
+.include "${.CURDIR}/../postgresql13-plperl/Makefile"

Modified: head/databases/postgresql10-plpython/Makefile
==============================================================================
--- head/databases/postgresql10-plpython/Makefile	Thu Sep 24 13:15:20 2020	(r549920)
+++ head/databases/postgresql10-plpython/Makefile	Thu Sep 24 13:33:10 2020	(r549921)
@@ -4,4 +4,4 @@ WANT_PGSQL_VER=	10
 
 INSTALL_DIRS=	src/pl/plpython contrib/hstore_plpython contrib/ltree_plpython
 
-.include "${.CURDIR}/../postgresql12-plpython/Makefile"
+.include "${.CURDIR}/../postgresql13-plpython/Makefile"

Modified: head/databases/postgresql10-pltcl/Makefile
==============================================================================
--- head/databases/postgresql10-pltcl/Makefile	Thu Sep 24 13:15:20 2020	(r549920)
+++ head/databases/postgresql10-pltcl/Makefile	Thu Sep 24 13:33:10 2020	(r549921)
@@ -3,4 +3,4 @@
 
 WANT_PGSQL_VER=	10
 
-.include "${.CURDIR}/../postgresql12-pltcl/Makefile"
+.include "${.CURDIR}/../postgresql13-pltcl/Makefile"

Modified: head/databases/postgresql10-server/Makefile
==============================================================================
--- head/databases/postgresql10-server/Makefile	Thu Sep 24 13:15:20 2020	(r549920)
+++ head/databases/postgresql10-server/Makefile	Thu Sep 24 13:33:10 2020	(r549921)
@@ -5,7 +5,6 @@ DISTVERSION?=	10.14
 # PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and
 # not their own.  Probably best to keep it at ?=0 when reset here too.
 PORTREVISION?=	0
-PKGNAMESUFFIX?=	${DISTVERSION:R:S/.//}${COMPONENT}
 
 MAINTAINER?=	pgsql@FreeBSD.org
 
@@ -24,4 +23,4 @@ PG_USER?=	postgres
 PG_GROUP?=	postgres
 PG_UID?=	770
 
-.include "${.CURDIR}/../postgresql12-server/Makefile"
+.include "${.CURDIR}/../postgresql13-server/Makefile"

Modified: head/databases/postgresql11-docs/Makefile
==============================================================================
--- head/databases/postgresql11-docs/Makefile	Thu Sep 24 13:15:20 2020	(r549920)
+++ head/databases/postgresql11-docs/Makefile	Thu Sep 24 13:33:10 2020	(r549921)
@@ -3,4 +3,4 @@
 
 WANT_PGSQL_VER=11
 
-.include "${.CURDIR}/../postgresql12-docs/Makefile"
+.include "${.CURDIR}/../postgresql13-docs/Makefile"

Modified: head/databases/postgresql11-plperl/Makefile
==============================================================================
--- head/databases/postgresql11-plperl/Makefile	Thu Sep 24 13:15:20 2020	(r549920)
+++ head/databases/postgresql11-plperl/Makefile	Thu Sep 24 13:33:10 2020	(r549921)
@@ -3,4 +3,4 @@
 
 WANT_PGSQL_VER=	11
 
-.include "${.CURDIR}/../postgresql12-plperl/Makefile"
+.include "${.CURDIR}/../postgresql13-plperl/Makefile"

Modified: head/databases/postgresql11-plpython/Makefile
==============================================================================
--- head/databases/postgresql11-plpython/Makefile	Thu Sep 24 13:15:20 2020	(r549920)
+++ head/databases/postgresql11-plpython/Makefile	Thu Sep 24 13:33:10 2020	(r549921)
@@ -2,4 +2,4 @@
 
 WANT_PGSQL_VER=	11
 
-.include "${.CURDIR}/../postgresql12-plpython/Makefile"
+.include "${.CURDIR}/../postgresql13-plpython/Makefile"

Modified: head/databases/postgresql11-pltcl/Makefile
==============================================================================
--- head/databases/postgresql11-pltcl/Makefile	Thu Sep 24 13:15:20 2020	(r549920)
+++ head/databases/postgresql11-pltcl/Makefile	Thu Sep 24 13:33:10 2020	(r549921)
@@ -3,4 +3,4 @@
 
 WANT_PGSQL_VER=	11
 
-.include "${.CURDIR}/../postgresql12-pltcl/Makefile"
+.include "${.CURDIR}/../postgresql13-pltcl/Makefile"

Modified: head/databases/postgresql11-server/Makefile
==============================================================================
--- head/databases/postgresql11-server/Makefile	Thu Sep 24 13:15:20 2020	(r549920)
+++ head/databases/postgresql11-server/Makefile	Thu Sep 24 13:33:10 2020	(r549921)
@@ -5,7 +5,6 @@ DISTVERSION?=	11.9
 # PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and
 # not their own.  Probably best to keep it at ?=0 when reset here too.
 PORTREVISION?=	0
-PKGNAMESUFFIX?=	${DISTVERSION:R:S/.//}${COMPONENT}
 
 MAINTAINER?=	pgsql@FreeBSD.org
 
@@ -24,4 +23,4 @@ PG_USER?=	postgres
 PG_GROUP?=	postgres
 PG_UID?=	770
 
-.include "${.CURDIR}/../postgresql12-server/Makefile"
+.include "${.CURDIR}/../postgresql13-server/Makefile"

Modified: head/databases/postgresql12-server/Makefile
==============================================================================
--- head/databases/postgresql12-server/Makefile	Thu Sep 24 13:15:20 2020	(r549920)
+++ head/databases/postgresql12-server/Makefile	Thu Sep 24 13:33:10 2020	(r549921)
@@ -1,55 +1,13 @@
 # Created by: Marc G. Fournier <scrappy@FreeBSD.org>
 # $FreeBSD$
 
-PORTNAME?=	postgresql
 DISTVERSION?=	12.4
 # PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and
 # not their own.  Probably best to keep it at ?=0 when reset here too.
 PORTREVISION?=	0
-CATEGORIES?=	databases
-MASTER_SITES=	PGSQL/source/v${DISTVERSION}
-PKGNAMESUFFIX?= ${PORTVERSION:R}${COMPONENT}
 
 MAINTAINER?=	pgsql@FreeBSD.org
-COMMENT?=	PostgreSQL is the most advanced open-source database available anywhere
 
-LICENSE=	PostgreSQL
-
-.if ${DISTVERSION:C/([0-9]*).*/\1/} >= 10
-CONFLICTS+=	${PORTNAME}9* ${PORTNAME}1[^${PORTVERSION:R:C/.*([0-9]$)/\\1/}]*
-.else
-CONFLICTS+=	${PORTNAME}9[^${PORTVERSION:R:E}]* ${PORTNAME}1[0-9]*
-.endif
-
-WRKSRC=		${WRKDIR}/postgresql-${DISTVERSION}
-DIST_SUBDIR=	postgresql
-
-OPTIONS_SUB=	yes
-
-PKGINSTALL?=	${PKGDIR}/pkg-install${COMPONENT}
-USES+=		tar:bzip2 cpe
-.if !defined(NO_BUILD)
-USES+=		gmake
-GNU_CONFIGURE=	yes
-.endif
-
-PG_USER?=	postgres
-PG_GROUP?=	postgres
-PG_UID?=	770
-
-LDFLAGS+=	-L${LOCALBASE}/lib
-INCLUDES+=	-I${LOCALBASE}/include
-CONFIGURE_ARGS+=--with-libraries=${PREFIX}/lib \
-		--with-includes=${PREFIX}/include \
-		--enable-thread-safety
-CONFIGURE_ENV+=	INCLUDES="${INCLUDES}" \
-		PTHREAD_LIBS="-lpthread" \
-		LDFLAGS_SL="${LDFLAGS_SL}"
-LDFLAGS+=	-lpthread
-MAKE_ENV=	MAKELEVEL=0
-
-PLIST=		${PKGDIR}/pkg-plist${COMPONENT}
-
 INSTALL_DIRS?=	src/common src/timezone src/backend \
 		src/backend/utils/mb/conversion_procs \
 		src/backend/snowball src/backend/replication/libpqwalreceiver \
@@ -62,258 +20,8 @@ INSTALL_DIRS?=	src/common src/timezone src/backend \
 		src/bin/pg_test_fsync src/bin/pg_test_timing \
 		src/bin/pg_waldump src/bin/pg_upgrade
 
-BUILD_DIRS?=	src/port ${INSTALL_DIRS}
-INSTALL_TARGET?=install-strip
+PG_USER?=	postgres
+PG_GROUP?=	postgres
+PG_UID?=	770
 
-.if !defined(CLIENT_ONLY) && !defined(SLAVE_ONLY)
-SERVER_ONLY=	yes
-COMPONENT=	-server
-USE_RC_SUBR=	postgresql
-USES+=		pgsql:${DISTVERSION:C/([0-9]\.?[0-9]).*/\1/g}
-USERS=		${PG_USER}
-GROUPS=	${PG_GROUP}
-SUB_FILES+=	502.pgsql
-.endif
-
-.if defined(CLIENT_ONLY)
-OPTIONS_DEFINE+=LIBEDIT DOCS
-LIBEDIT_DESC=	Use non-GPL libedit instead of readline
-.else
-MAKE_ENV+=	PATH=${PREFIX}/bin:${PATH}
-CONFIGURE_ENV+=	PATH=${PREFIX}/bin:${PATH}
-.endif
-
-.if defined(SERVER_ONLY)
-OPTIONS_DEFINE=	DTRACE LDAP INTDATE TZDATA XML DOCS
-LDAP_DESC=	Build with LDAP authentication support
-DTRACE_DESC=	Build with DTrace probes
-TZDATA_DESC=	Use internal timezone database
-XML_DESC=	Build with XML data type
-
-.if ${DISTVERSION:C/([0-9]*).*/\1/} >= 11
-OPTIONS_DEFINE+=	LLVM
-LLVM_DESC=		Build with support for JIT-compiling expressions
-OPTIONS_DEFAULT+=	${OPTIONS_DEFAULT_${CHOSEN_COMPILER_TYPE}}
-OPTIONS_DEFAULT_clang=	LLVM
-.endif
-
-.if ${DISTVERSION:C/([0-9]*).*/\1/} < 10
-# See http://people.freebsd.org/~girgen/postgresql-icu/README.html for more info
-OPTIONS_DEFINE+=	ICU
-ICU_DESC=	Use ICU for unicode collation
-.else
-CONFIGURE_ARGS+=--with-icu
-LIB_DEPENDS+=	libicudata.so:devel/icu
-USES+=		pkgconfig
-.endif
-
-# See http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/76999 for more info
-# (requires dump/restore if modified.)
-OPTIONS_DEFINE+=	INTDATE
-INTDATE_DESC=		Builds with 64-bit date/time type
-OPTIONS_DEFAULT+=	INTDATE
-.endif
-
-.if !defined(SLAVE_ONLY)
-OPTIONS_DEFINE+=	NLS PAM GSSAPI OPTIMIZED_CFLAGS DEBUG DOCS
-. if ${DISTVERSION:R} == 9.2 || ${DISTVERSION:R} == 9.3
-  OPTIONS_RADIO=	KRB5
-  OPTIONS_RADIO_KRB5=	MIT_KRB5 HEIMDAL_KRB5
-. endif
-
-KRB5_DESC=		Build with kerberos provider support
-NLS_DESC=		Use internationalized messages
-PAM_DESC=		Build with PAM Support
-MIT_KRB5_DESC=		Build with MIT kerberos support
-HEIMDAL_KRB5_DESC=	Builds with Heimdal kerberos
-GSSAPI_DESC=		Build with GSSAPI support
-OPTIMIZED_CFLAGS_DESC=	Builds with compiler optimizations (-O3)
-
-OPTIONS_DEFINE+=	SSL
-SSL_DESC=		Build with OpenSSL support
-
-OPTIONS_DEFAULT+=	SSL
-.endif # !SLAVE_ONLY
-
-.if defined(CLIENT_ONLY)
-LIBEDIT_CONFIGURE_ON+=--with-libedit-preferred
-LIBEDIT_USES=		libedit
-LIBEDIT_USES_OFF=	readline
-.endif # CLIENT_ONLY
-
-SSL_USES=		ssl
-SSL_CONFIGURE_WITH=	openssl
-
-PAM_CONFIGURE_WITH=	pam
-
-XML_CONFIGURE_WITH=	libxml
-XML_LIB_DEPENDS=	libxml2.so:textproc/libxml2
-
-TZDATA_CONFIGURE_OFF=	--with-system-tzdata=/usr/share/zoneinfo
-
-INTDATE_CONFIGURE_OFF=	--disable-integer-datetimes
-
-NLS_CONFIGURE_ENABLE=	nls
-NLS_USES=		gettext
-
-LDAP_CONFIGURE_WITH=	ldap
-LDAP_USE=		OPENLDAP=yes
-
-OPTIMIZED_CFLAGS_CFLAGS=-O3 -funroll-loops
-
-DEBUG_CONFIGURE_ENABLE=	debug
-
-PLIST_SUB+=		PG_USER=${PG_USER} \
-			PG_GROUP=${PG_GROUP}
-SUB_LIST+=		PG_GROUP=${PG_GROUP} \
-			PG_USER=${PG_USER} \
-			PG_UID=${PG_UID}
-
-.include <bsd.port.options.mk>
-
-.if ${ARCH} == "i386"
-USES+=		compiler:gcc-c++11-lib
-.else
-USES+=		compiler
-.endif
-
-.if ${DISTVERSION:C/([0-9]*).*/\1/} >= 11
-.  if defined(SERVER_ONLY) && ${PORT_OPTIONS:MLLVM}
-BUILD_DEPENDS+=		llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT}
-BUILD_DEPENDS+=		llvm-config${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT}
-RUN_DEPENDS+=		llvm-config${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT}
-CONFIGURE_ENV+=		LLVM_CONFIG=${LOCALBASE}/bin/llvm-config${LLVM_DEFAULT}
-CONFIGURE_ARGS+=	--with-llvm
-PLIST_SUB+=		LLVM=""
-INSTALL_DIRS+=		src/backend/jit/llvm
-.  else
-PLIST_SUB+=		LLVM="@comment "
-CONFIGURE_ARGS+=	--without-llvm
-.  endif
-.endif
-
-.if ${DISTVERSION:C/([0-9]*).*/\1/} < 10
-.  if ( defined(SERVER_ONLY) && ${PORT_OPTIONS:MICU} ) || make(makesum)
-USES+=		autoreconf
-CONFIGURE_ARGS+=--with-icu
-PATCH_SITES+=	http://people.freebsd.org/~girgen/postgresql-icu/:icu
-PATCHFILES+=	${ICU_PATCHFILE}:icu
-LIB_DEPENDS+=	libicudata.so:devel/icu
-.  endif
-.endif # server && version < 10
-
-.if !defined(SLAVE_ONLY)
-
-PATCH_DIST_STRIP=-p1
-
-.  if ${PORT_OPTIONS:MDTRACE}
-CONFIGURE_ARGS+=--enable-dtrace
-LDFLAGS+=-lelf
-INSTALL_TARGET=	install
-.  endif
-
-.if ${PORT_OPTIONS:MGSSAPI}
-CONFIGURE_ARGS+=--with-gssapi
-.if empty(PORT_OPTIONS:MMIT_KRB5) && empty(PORT_OPTIONS:MHEIMDAL_KRB5)
-# Kerberos libraries will pull the proper GSSAPI library
-# via linker dependencies, but otherwise we must specify
-# it explicitely: ld --as-needed is used for compilation,
-# so configure's -lgssapi_krb5 won't go.
-LDFLAGS+=	-lgssapi
-LDFLAGS_SL+=	-lgssapi
-PLIST_SUB+=	GSSAPI=""
-.endif
-.else
-CONFIGURE_ARGS+=--without-gssapi
-PLIST_SUB+=	GSSAPI="@comment "
-.endif
-
-.  if ${PORT_OPTIONS:MMIT_KRB5}
-.   if defined(IGNORE_WITH_SRC_KRB5) && (exists(/usr/lib/libkrb5.so) || exists(/usr/bin/krb5-config))
-IGNORE=	requires that you remove heimdal\'s /usr/bin/krb5-config and /usr/lib/libkrb5.so*, and set NO_KERBEROS=true in /etc/src.conf to build successfully with MIT-KRB
-.   else
-CONFIGURE_ARGS+=--with-krb5
-# Allow defining a home built MIT Kerberos by setting KRB5_HOME
-.    if defined(KRB5_HOME) && exists(${KRB5_HOME}/lib/libgssapi_krb5.a) && exists(${KRB5_HOME}/bin/krb5-config)
-LIB_DEPENDS+=	libkrb5.so.3:security/krb5
-.    endif
-.   endif
-.  endif
-
-.  if ${PORT_OPTIONS:MHEIMDAL_KRB5}
-CONFIGURE_ARGS+=--with-krb5
-.  endif
-
-.  if ${PORT_OPTIONS:MSSL}
-PLIST_SUB+=	SSL=""
-.  else
-PLIST_SUB+=	SSL="@comment "
-.  endif
-
-.endif # !SLAVE_ONLY
-
-# For testing files in FILESDIR
-.include <bsd.port.pre.mk>
-
-.if defined(SERVER_ONLY)
-pre-build:
-	@${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL
-.endif
-
-.if !defined(NO_BUILD) && !target(do-build)
-
-do-build:
-	@ cd ${WRKSRC}/src/backend && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} symlinks
-	@ for dir in ${BUILD_DIRS}; do \
-		cd ${WRKSRC}/$${dir} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD}; \
-	done
-
-.  if exists(${FILESDIR}/pkg-message${COMPONENT}.in)
-SUB_FILES+=	pkg-message${COMPONENT}
-PKGMESSAGE=	${WRKSRC}/pkg-message${COMPONENT}
-.  endif
-.  if exists(${FILESDIR}/pkg-install${COMPONENT}.in)
-SUB_FILES+=	pkg-install${COMPONENT}
-PLIST_SUB+=	PG_USER=${PG_USER}
-.  endif
-
-post-patch:
-.  if defined(SERVER_ONLY) && ${PORT_OPTIONS:MICU}
-	@${REINPLACE_CMD} \
-		-e '/m4_PACKAGE_VERSION/s/\[2\.6[0-9]\]/m4_defn([m4_PACKAGE_VERSION])/' \
-		-e '/icu/s/_57//' \
-		${WRKSRC}/configure.in
-.  endif
-
-do-install:
-	@for dir in ${INSTALL_DIRS}; do \
-	    cd ${WRKSRC}/$${dir} && \
-		${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${INSTALL_TARGET}; \
-	done
-.  if defined(SERVER_ONLY)
-	@ ${MKDIR} ${STAGEDIR}${PREFIX}/share/postgresql ;\
-	${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily ;\
-	${INSTALL_SCRIPT} ${WRKDIR}/502.pgsql \
-			${STAGEDIR}${PREFIX}/etc/periodic/daily
-.  endif # SERVER_ONLY
-.  if defined(CLIENT_ONLY)
-	@ cd ${WRKSRC}/src && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} install-local
-.  endif
-	@ if [ -r ${PKGMESSAGE} ]; then \
-		${MKDIR} ${STAGEDIR}${DOCSDIR} ;\
-		${INSTALL_DATA} ${PKGMESSAGE} ${STAGEDIR}${DOCSDIR}/README${COMPONENT} ;\
-	fi
-.endif # !NO_BUILD
-
-.if defined(SERVER_ONLY)
-check:
-	@if [ `id -u` != 0 ] ; then \
-	  ${ECHO} "Running postgresql regressions tests" ;\
-	  cd ${WRKSRC}; ${MAKE_CMD} check ;\
-	 else \
-	  ${ECHO} "You cannot run regression tests when postgresql is built as user root." ; \
-	  ${ECHO} "Clean and rebuild the port as a regular user to run the tests." ;\
-	 fi
-.endif
-
-.include <bsd.port.post.mk>
+.include "${.CURDIR}/../postgresql13-server/Makefile"

Modified: head/databases/postgresql13-client/Makefile
==============================================================================
--- head/databases/postgresql12-client/Makefile	Wed Sep 23 17:15:13 2020	(r549755)
+++ head/databases/postgresql13-client/Makefile	Thu Sep 24 13:33:10 2020	(r549921)
@@ -6,7 +6,7 @@ PORTREVISION=	0
 
 COMMENT=	PostgreSQL database (client)
 
-MASTERDIR=	${.CURDIR}/../postgresql12-server
+MASTERDIR=	${.CURDIR}/../postgresql13-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/postgresql13-contrib/Makefile
==============================================================================
--- head/databases/postgresql12-contrib/Makefile	Wed Sep 23 17:15:13 2020	(r549755)
+++ head/databases/postgresql13-contrib/Makefile	Thu Sep 24 13:33:10 2020	(r549921)
@@ -8,7 +8,7 @@ CATEGORIES=	databases
 MAINTAINER=	pgsql@FreeBSD.org
 COMMENT=	The contrib utilities from the PostgreSQL distribution
 
-MASTERDIR=	${.CURDIR}/../postgresql12-server
+MASTERDIR=	${.CURDIR}/../postgresql13-server
 
 USES=		bison pgsql:12
 

Modified: head/databases/postgresql13-docs/Makefile
==============================================================================
--- head/databases/postgresql12-docs/Makefile	Wed Sep 23 17:15:13 2020	(r549755)
+++ head/databases/postgresql13-docs/Makefile	Thu Sep 24 13:33:10 2020	(r549921)
@@ -9,7 +9,7 @@ MAINTAINER=	pgsql@FreeBSD.org
 COMMENT=	The PostgreSQL documentation set
 
 MASTERDIR=	${.CURDIR}/../../databases/postgresql${WANT_PGSQL_VER:S/.//}-server
-WANT_PGSQL_VER?=12
+WANT_PGSQL_VER?=13
 
 DISTV=		${DISTVERSION:R}
 

Modified: head/databases/postgresql13-pgtcl/Makefile
==============================================================================
--- head/databases/postgresql12-pgtcl/Makefile	Wed Sep 23 17:15:13 2020	(r549755)
+++ head/databases/postgresql13-pgtcl/Makefile	Thu Sep 24 13:33:10 2020	(r549921)
@@ -1,11 +1,11 @@
 # $FreeBSD$
 
 PORTREVISION=	0
-PKGNAMESUFFIX=	-postgresql12
+PKGNAMESUFFIX=	-postgresql13
 
-CONFLICTS=	pgtcl-[0-9]* pgtcl-postgresql9[0123456]-[0-9]* pgtcl-postgresql1[013-9]-*
+CONFLICTS=	pgtcl-[0-9]* pgtcl-postgresql9[0123456]-[0-9]* pgtcl-postgresql1[012-49]-*
 
-PGTCL_SLAVE=	12
+PGTCL_SLAVE=	13
 MASTERDIR=	${.CURDIR}/../pgtcl
 
 .include "${MASTERDIR}/Makefile"

Modified: head/databases/postgresql13-plperl/Makefile
==============================================================================
--- head/databases/postgresql12-plperl/Makefile	Wed Sep 23 17:15:13 2020	(r549755)
+++ head/databases/postgresql13-plperl/Makefile	Thu Sep 24 13:33:10 2020	(r549921)
@@ -14,13 +14,13 @@ RUN_DEPENDS=	postgres:databases/postgresql${WANT_PGSQL
 
 MASTERDIR=	${.CURDIR}/../../databases/postgresql${WANT_PGSQL_VER:S/.//}-server
 
-WANT_PGSQL_VER?=12
+WANT_PGSQL_VER?=13
 
 USES+=		perl5 readline
 CONFIGURE_ARGS=	--with-perl
 
 BUILD_DIRS=	src/backend ${INSTALL_DIRS}
-INSTALL_DIRS?=	src/pl/plperl contrib/hstore_plperl contrib/jsonb_plperl
+INSTALL_DIRS?=	src/pl/plperl contrib/bool_plperl contrib/hstore_plperl contrib/jsonb_plperl
 SLAVE_ONLY=	yes
 COMPONENT=	-plperl
 

Modified: head/databases/postgresql13-plpython/Makefile
==============================================================================
--- head/databases/postgresql12-plpython/Makefile	Wed Sep 23 17:15:13 2020	(r549755)
+++ head/databases/postgresql13-plpython/Makefile	Thu Sep 24 13:33:10 2020	(r549921)
@@ -14,7 +14,7 @@ WANT_PGSQL=	server
 
 MASTERDIR=	${.CURDIR}/../postgresql${WANT_PGSQL_VER:S/.//}-server
 
-WANT_PGSQL_VER?=	12
+WANT_PGSQL_VER?=	13
 WANT_PYTHON_USE?=	python
 
 CONFIGURE_ARGS=	--with-python

Modified: head/databases/postgresql13-pltcl/Makefile
==============================================================================
--- head/databases/postgresql12-pltcl/Makefile	Wed Sep 23 17:15:13 2020	(r549755)
+++ head/databases/postgresql13-pltcl/Makefile	Thu Sep 24 13:33:10 2020	(r549921)
@@ -12,7 +12,7 @@ COMMENT=	Module for using Tcl to write SQL functions
 
 MASTERDIR=	${.CURDIR}/../../databases/postgresql${WANT_PGSQL_VER:S/.//}-server
 
-WANT_PGSQL_VER?=12
+WANT_PGSQL_VER?=13
 
 USES+=		tcl pgsql:${WANT_PGSQL_VER}
 WANT_PGSQL=	server

Modified: head/databases/postgresql13-server/Makefile
==============================================================================
--- head/databases/postgresql12-server/Makefile	Tue Sep 15 09:30:05 2020	(r548723)
+++ head/databases/postgresql13-server/Makefile	Thu Sep 24 13:33:10 2020	(r549921)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME?=	postgresql
-DISTVERSION?=	12.4
+DISTVERSION?=	13.0
 # PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and
 # not their own.  Probably best to keep it at ?=0 when reset here too.
 PORTREVISION?=	0
@@ -164,7 +164,9 @@ OPTIMIZED_CFLAGS_CFLAGS=-O3 -funroll-loops
 DEBUG_CONFIGURE_ENABLE=	debug
 
 PLIST_SUB+=		PG_USER=${PG_USER} \
-			PG_GROUP=${PG_GROUP}
+			PG_USER_regex=\b${PG_USER}\b \
+			PG_GROUP=${PG_GROUP} \
+			PG_GROUP_regex=\b${PG_GROUP}\b
 SUB_LIST+=		PG_GROUP=${PG_GROUP} \
 			PG_USER=${PG_USER} \
 			PG_UID=${PG_UID}

Modified: head/databases/postgresql13-server/distinfo
==============================================================================
--- head/databases/postgresql12-server/distinfo	Tue Sep 15 09:30:05 2020	(r548723)
+++ head/databases/postgresql13-server/distinfo	Thu Sep 24 13:33:10 2020	(r549921)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1597309874
-SHA256 (postgresql/postgresql-12.4.tar.bz2) = bee93fbe2c32f59419cb162bcc0145c58da9a8644ee154a30b9a5ce47de606cc
-SIZE (postgresql/postgresql-12.4.tar.bz2) = 20669776
+TIMESTAMP = 1600763184
+SHA256 (postgresql/postgresql-13.0.tar.bz2) = 80e750be8d436b54197636a02636f8fd3263ba6779bf865b04832495ea592296
+SIZE (postgresql/postgresql-13.0.tar.bz2) = 20999465

Modified: head/databases/postgresql13-server/pkg-plist-client
==============================================================================
--- head/databases/postgresql12-server/pkg-plist-client	Tue Sep 15 09:30:05 2020	(r548723)
+++ head/databases/postgresql13-server/pkg-plist-client	Thu Sep 24 13:33:10 2020	(r549921)
@@ -43,6 +43,7 @@ include/postgresql/internal/postgres_fe.h
 include/postgresql/internal/pqexpbuffer.h
 include/postgresql/server/access/amapi.h
 include/postgresql/server/access/amvalidate.h
+include/postgresql/server/access/attmap.h
 include/postgresql/server/access/attnum.h
 include/postgresql/server/access/brin.h
 include/postgresql/server/access/brin_internal.h
@@ -54,6 +55,7 @@ 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/detoast.h
 include/postgresql/server/access/genam.h
 include/postgresql/server/access/generic_xlog.h
 include/postgresql/server/access/gin.h
@@ -68,6 +70,7 @@ 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/heaptoast.h
 include/postgresql/server/access/hio.h
 include/postgresql/server/access/htup.h
 include/postgresql/server/access/htup_details.h
@@ -97,13 +100,14 @@ include/postgresql/server/access/sysattr.h
 include/postgresql/server/access/table.h
 include/postgresql/server/access/tableam.h
 include/postgresql/server/access/timeline.h
+include/postgresql/server/access/toast_helper.h
+include/postgresql/server/access/toast_internals.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/tupdesc_details.h
 include/postgresql/server/access/tupmacs.h
-include/postgresql/server/access/tuptoaster.h
 include/postgresql/server/access/twophase.h
 include/postgresql/server/access/twophase_rmgr.h
 include/postgresql/server/access/valid.h
@@ -111,6 +115,7 @@ include/postgresql/server/access/visibilitymap.h
 include/postgresql/server/access/xact.h
 include/postgresql/server/access/xlog.h
 include/postgresql/server/access/xlog_internal.h
+include/postgresql/server/access/xlogarchive.h
 include/postgresql/server/access/xlogdefs.h
 include/postgresql/server/access/xloginsert.h
 include/postgresql/server/access/xlogreader.h
@@ -202,8 +207,6 @@ include/postgresql/server/catalog/pg_opfamily.h
 include/postgresql/server/catalog/pg_opfamily_d.h
 include/postgresql/server/catalog/pg_partitioned_table.h
 include/postgresql/server/catalog/pg_partitioned_table_d.h
-include/postgresql/server/catalog/pg_pltemplate.h
-include/postgresql/server/catalog/pg_pltemplate_d.h
 include/postgresql/server/catalog/pg_policy.h
 include/postgresql/server/catalog/pg_policy_d.h
 include/postgresql/server/catalog/pg_proc.h
@@ -297,21 +300,26 @@ 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/archive.h
 include/postgresql/server/common/base64.h
+include/postgresql/server/common/checksum_helper.h
 include/postgresql/server/common/config_info.h
 include/postgresql/server/common/connect.h
 include/postgresql/server/common/controldata_utils.h
 include/postgresql/server/common/fe_memutils.h
 include/postgresql/server/common/file_perm.h
 include/postgresql/server/common/file_utils.h
+include/postgresql/server/common/hashfn.h
 include/postgresql/server/common/int.h
 include/postgresql/server/common/int128.h
 include/postgresql/server/common/ip.h
+include/postgresql/server/common/jsonapi.h
 include/postgresql/server/common/keywords.h
 include/postgresql/server/common/kwlookup.h
 include/postgresql/server/common/link-canary.h
 include/postgresql/server/common/logging.h
 include/postgresql/server/common/md5.h
+include/postgresql/server/common/openssl.h
 include/postgresql/server/common/pg_lzcompress.h
 include/postgresql/server/common/relpath.h
 include/postgresql/server/common/restricted_token.h
@@ -320,8 +328,10 @@ include/postgresql/server/common/scram-common.h
 include/postgresql/server/common/sha2.h
 include/postgresql/server/common/shortest_dec.h
 include/postgresql/server/common/string.h
+include/postgresql/server/common/unicode_combining_table.h
 include/postgresql/server/common/unicode_norm.h
 include/postgresql/server/common/unicode_norm_table.h
+include/postgresql/server/common/unicode_normprops_table.h
 include/postgresql/server/common/username.h
 include/postgresql/server/datatype/timestamp.h
 include/postgresql/server/executor/execExpr.h
@@ -348,6 +358,7 @@ include/postgresql/server/executor/nodeGatherMerge.h
 include/postgresql/server/executor/nodeGroup.h
 include/postgresql/server/executor/nodeHash.h
 include/postgresql/server/executor/nodeHashjoin.h
+include/postgresql/server/executor/nodeIncrementalSort.h
 include/postgresql/server/executor/nodeIndexonlyscan.h
 include/postgresql/server/executor/nodeIndexscan.h
 include/postgresql/server/executor/nodeLimit.h
@@ -379,12 +390,14 @@ include/postgresql/server/executor/tablefunc.h
 include/postgresql/server/executor/tqueue.h
 include/postgresql/server/executor/tstoreReceiver.h
 include/postgresql/server/executor/tuptable.h
+include/postgresql/server/fe_utils/archive.h
+include/postgresql/server/fe_utils/cancel.h
 include/postgresql/server/fe_utils/conditional.h
-include/postgresql/server/fe_utils/connect.h
 include/postgresql/server/fe_utils/mbprint.h
 include/postgresql/server/fe_utils/print.h
 include/postgresql/server/fe_utils/psqlscan.h
 include/postgresql/server/fe_utils/psqlscan_int.h
+include/postgresql/server/fe_utils/recovery_gen.h
 include/postgresql/server/fe_utils/simple_list.h
 include/postgresql/server/fe_utils/string_utils.h
 include/postgresql/server/fmgr.h
@@ -405,6 +418,7 @@ include/postgresql/server/lib/ilist.h
 include/postgresql/server/lib/integerset.h
 include/postgresql/server/lib/knapsack.h
 include/postgresql/server/lib/pairingheap.h
+include/postgresql/server/lib/qunique.h
 include/postgresql/server/lib/rbtree.h
 include/postgresql/server/lib/simplehash.h
 include/postgresql/server/lib/stringinfo.h
@@ -423,6 +437,7 @@ 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/mb/stringinfo_mb.h
 include/postgresql/server/miscadmin.h
 include/postgresql/server/nodes/bitmapset.h
 include/postgresql/server/nodes/execnodes.h
@@ -454,30 +469,11 @@ include/postgresql/server/optimizer/geqo_misc.h
 include/postgresql/server/optimizer/geqo_mutation.h
 include/postgresql/server/optimizer/geqo_pool.h
 include/postgresql/server/optimizer/geqo_random.h
-include/postgresql/server/optimizer/inherit.h
-include/postgresql/server/optimizer/optimizer.h
-include/postgresql/server/partitioning/partdesc.h
-include/postgresql/server/port/pg_bitutils.h
-include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_indonesian.h
-include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_irish.h
-include/postgresql/server/snowball/libstemmer/stem_ISO_8859_2_hungarian.h
-include/postgresql/server/snowball/libstemmer/stem_UTF_8_arabic.h
-include/postgresql/server/snowball/libstemmer/stem_UTF_8_indonesian.h
-include/postgresql/server/snowball/libstemmer/stem_UTF_8_irish.h
-include/postgresql/server/snowball/libstemmer/stem_UTF_8_lithuanian.h
-include/postgresql/server/snowball/libstemmer/stem_UTF_8_nepali.h
-include/postgresql/server/snowball/libstemmer/stem_UTF_8_tamil.h
-include/postgresql/server/storage/md.h
-include/postgresql/server/storage/sync.h
-include/postgresql/server/utils/float.h
-include/postgresql/server/utils/jsonpath.h
-lib/libpgport_shlib.a
-man/man1/pg_checksums.1.gz
-man/man3/SPI_commit_and_chain.3.gz
-man/man3/SPI_rollback_and_chain.3.gz
 include/postgresql/server/optimizer/geqo_recombination.h
 include/postgresql/server/optimizer/geqo_selection.h
+include/postgresql/server/optimizer/inherit.h
 include/postgresql/server/optimizer/joininfo.h
+include/postgresql/server/optimizer/optimizer.h
 include/postgresql/server/optimizer/orclauses.h
 include/postgresql/server/optimizer/paramassign.h
 include/postgresql/server/optimizer/pathnode.h
@@ -515,6 +511,7 @@ include/postgresql/server/parser/scanner.h
 include/postgresql/server/parser/scansup.h
 include/postgresql/server/partitioning/partbounds.h
 include/postgresql/server/partitioning/partdefs.h
+include/postgresql/server/partitioning/partdesc.h
 include/postgresql/server/partitioning/partprune.h
 include/postgresql/server/pg_config.h
 include/postgresql/server/pg_config_ext.h
@@ -538,7 +535,6 @@ 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
@@ -547,6 +543,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/pg_bitutils.h
 include/postgresql/server/port/pg_bswap.h
 include/postgresql/server/port/pg_crc32c.h
 include/postgresql/server/port/solaris.h
@@ -576,6 +573,7 @@ include/postgresql/server/postmaster/bgworker.h
 include/postgresql/server/postmaster/bgworker_internals.h
 include/postgresql/server/postmaster/bgwriter.h
 include/postgresql/server/postmaster/fork_process.h
+include/postgresql/server/postmaster/interrupt.h
 include/postgresql/server/postmaster/pgarch.h
 include/postgresql/server/postmaster/postmaster.h
 include/postgresql/server/postmaster/startup.h
@@ -586,10 +584,10 @@ include/postgresql/server/regex/regerrs.h
 include/postgresql/server/regex/regex.h
 include/postgresql/server/regex/regexport.h
 include/postgresql/server/regex/regguts.h
+include/postgresql/server/replication/backup_manifest.h
 include/postgresql/server/replication/basebackup.h
 include/postgresql/server/replication/decode.h
 include/postgresql/server/replication/logical.h
-include/postgresql/server/replication/logicalfuncs.h
 include/postgresql/server/replication/logicallauncher.h
 include/postgresql/server/replication/logicalproto.h
 include/postgresql/server/replication/logicalrelation.h
@@ -623,22 +621,31 @@ include/postgresql/server/snowball/libstemmer/stem_ISO
 include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_finnish.h
 include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_french.h
 include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_german.h
+include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_indonesian.h
+include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_irish.h
 include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_italian.h
 include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_norwegian.h
 include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_porter.h
 include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_portuguese.h
 include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_spanish.h
 include/postgresql/server/snowball/libstemmer/stem_ISO_8859_1_swedish.h
+include/postgresql/server/snowball/libstemmer/stem_ISO_8859_2_hungarian.h
 include/postgresql/server/snowball/libstemmer/stem_ISO_8859_2_romanian.h
 include/postgresql/server/snowball/libstemmer/stem_KOI8_R_russian.h
+include/postgresql/server/snowball/libstemmer/stem_UTF_8_arabic.h
 include/postgresql/server/snowball/libstemmer/stem_UTF_8_danish.h
 include/postgresql/server/snowball/libstemmer/stem_UTF_8_dutch.h
 include/postgresql/server/snowball/libstemmer/stem_UTF_8_english.h
 include/postgresql/server/snowball/libstemmer/stem_UTF_8_finnish.h
 include/postgresql/server/snowball/libstemmer/stem_UTF_8_french.h
 include/postgresql/server/snowball/libstemmer/stem_UTF_8_german.h
+include/postgresql/server/snowball/libstemmer/stem_UTF_8_greek.h
 include/postgresql/server/snowball/libstemmer/stem_UTF_8_hungarian.h
+include/postgresql/server/snowball/libstemmer/stem_UTF_8_indonesian.h
+include/postgresql/server/snowball/libstemmer/stem_UTF_8_irish.h
 include/postgresql/server/snowball/libstemmer/stem_UTF_8_italian.h
+include/postgresql/server/snowball/libstemmer/stem_UTF_8_lithuanian.h
+include/postgresql/server/snowball/libstemmer/stem_UTF_8_nepali.h
 include/postgresql/server/snowball/libstemmer/stem_UTF_8_norwegian.h
 include/postgresql/server/snowball/libstemmer/stem_UTF_8_porter.h
 include/postgresql/server/snowball/libstemmer/stem_UTF_8_portuguese.h
@@ -646,6 +653,7 @@ include/postgresql/server/snowball/libstemmer/stem_UTF
 include/postgresql/server/snowball/libstemmer/stem_UTF_8_russian.h
 include/postgresql/server/snowball/libstemmer/stem_UTF_8_spanish.h
 include/postgresql/server/snowball/libstemmer/stem_UTF_8_swedish.h
+include/postgresql/server/snowball/libstemmer/stem_UTF_8_tamil.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
@@ -678,6 +686,7 @@ include/postgresql/server/storage/lock.h
 include/postgresql/server/storage/lockdefs.h
 include/postgresql/server/storage/lwlock.h
 include/postgresql/server/storage/lwlocknames.h
+include/postgresql/server/storage/md.h
 include/postgresql/server/storage/off.h
 include/postgresql/server/storage/pg_sema.h
 include/postgresql/server/storage/pg_shmem.h
@@ -702,6 +711,9 @@ include/postgresql/server/storage/smgr.h
 include/postgresql/server/storage/spin.h
 include/postgresql/server/storage/standby.h
 include/postgresql/server/storage/standbydefs.h
+include/postgresql/server/storage/sync.h
+include/postgresql/server/tcop/cmdtag.h
+include/postgresql/server/tcop/cmdtaglist.h
 include/postgresql/server/tcop/deparse_utility.h
 include/postgresql/server/tcop/dest.h
 include/postgresql/server/tcop/fastpath.h
@@ -736,6 +748,7 @@ include/postgresql/server/utils/errcodes.h
 include/postgresql/server/utils/evtcache.h
 include/postgresql/server/utils/expandeddatum.h
 include/postgresql/server/utils/expandedrecord.h
+include/postgresql/server/utils/float.h
 include/postgresql/server/utils/fmgroids.h
 include/postgresql/server/utils/fmgrprotos.h
 include/postgresql/server/utils/fmgrtab.h
@@ -744,7 +757,6 @@ 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
-include/postgresql/server/utils/hashutils.h
 include/postgresql/server/utils/help_config.h
 include/postgresql/server/utils/hsearch.h
 include/postgresql/server/utils/index_selfuncs.h
@@ -752,8 +764,9 @@ include/postgresql/server/utils/inet.h
 include/postgresql/server/utils/int8.h
 include/postgresql/server/utils/inval.h
 include/postgresql/server/utils/json.h
-include/postgresql/server/utils/jsonapi.h
 include/postgresql/server/utils/jsonb.h
+include/postgresql/server/utils/jsonfuncs.h
+include/postgresql/server/utils/jsonpath.h
 include/postgresql/server/utils/logtape.h
 include/postgresql/server/utils/lsyscache.h
 include/postgresql/server/utils/memdebug.h
@@ -800,6 +813,7 @@ 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/xid8.h
 include/postgresql/server/utils/xml.h
 include/postgresql/server/windowapi.h
 include/sql3types.h
@@ -807,13 +821,14 @@ include/sqlca.h
 include/sqlda-compat.h
 include/sqlda-native.h
 include/sqlda.h
-lib/libecpg.so.6
 lib/libecpg.a
 lib/libecpg.so
+lib/libecpg.so.6
 lib/libecpg_compat.a
 lib/libecpg_compat.so
 lib/libecpg_compat.so.3
 lib/libpgport.a
+lib/libpgport_shlib.a
 lib/libpgtypes.a
 lib/libpgtypes.so
 lib/libpgtypes.so.3
@@ -842,6 +857,7 @@ man/man1/initdb.1.gz
 man/man1/oid2name.1.gz
 man/man1/pg_archivecleanup.1.gz
 man/man1/pg_basebackup.1.gz
+man/man1/pg_checksums.1.gz
 man/man1/pg_config.1.gz
 man/man1/pg_controldata.1.gz
 man/man1/pg_ctl.1.gz
@@ -857,6 +873,7 @@ 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_verifybackup.1.gz
 man/man1/pg_waldump.1.gz
 man/man1/pgbench.1.gz
 man/man1/postgres.1.gz
@@ -866,6 +883,7 @@ man/man1/reindexdb.1.gz
 man/man1/vacuumdb.1.gz
 man/man1/vacuumlo.1.gz
 man/man3/SPI_commit.3.gz
+man/man3/SPI_commit_and_chain.3.gz
 man/man3/SPI_connect.3.gz
 man/man3/SPI_connect_ext.3.gz
 man/man3/SPI_copytuple.3.gz
@@ -910,6 +928,7 @@ man/man3/SPI_repalloc.3.gz
 man/man3/SPI_result_code_string.3.gz
 man/man3/SPI_returntuple.3.gz
 man/man3/SPI_rollback.3.gz
+man/man3/SPI_rollback_and_chain.3.gz
 man/man3/SPI_saveplan.3.gz
 man/man3/SPI_scroll_cursor_fetch.3.gz
 man/man3/SPI_scroll_cursor_move.3.gz
@@ -1119,101 +1138,98 @@ 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-12.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/ecpglib6-12.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/libpq5-12.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/pg_config-12.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/pg_dump-12.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/pgscripts-12.mo
-%%NLS%%share/locale/cs/LC_MESSAGES/psql-12.mo
-%%NLS%%share/locale/de/LC_MESSAGES/ecpg-12.mo
-%%NLS%%share/locale/de/LC_MESSAGES/ecpglib6-12.mo
-%%NLS%%share/locale/de/LC_MESSAGES/libpq5-12.mo
-%%NLS%%share/locale/de/LC_MESSAGES/pg_config-12.mo
-%%NLS%%share/locale/de/LC_MESSAGES/pg_dump-12.mo
-%%NLS%%share/locale/de/LC_MESSAGES/pgscripts-12.mo
-%%NLS%%share/locale/de/LC_MESSAGES/psql-12.mo
-%%NLS%%share/locale/es/LC_MESSAGES/ecpg-12.mo
-%%NLS%%share/locale/es/LC_MESSAGES/ecpglib6-12.mo
-%%NLS%%share/locale/es/LC_MESSAGES/libpq5-12.mo
-%%NLS%%share/locale/es/LC_MESSAGES/pg_config-12.mo
-%%NLS%%share/locale/es/LC_MESSAGES/pg_dump-12.mo
-%%NLS%%share/locale/es/LC_MESSAGES/pgscripts-12.mo
-%%NLS%%share/locale/es/LC_MESSAGES/psql-12.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/ecpg-12.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/ecpglib6-12.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/libpq5-12.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/pg_config-12.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/pg_dump-12.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/pgscripts-12.mo
-%%NLS%%share/locale/fr/LC_MESSAGES/psql-12.mo
-%%NLS%%share/locale/he/LC_MESSAGES/libpq5-12.mo
-%%NLS%%share/locale/he/LC_MESSAGES/pg_config-12.mo
-%%NLS%%share/locale/it/LC_MESSAGES/ecpg-12.mo
-%%NLS%%share/locale/it/LC_MESSAGES/ecpglib6-12.mo
-%%NLS%%share/locale/it/LC_MESSAGES/libpq5-12.mo
-%%NLS%%share/locale/it/LC_MESSAGES/pg_config-12.mo
-%%NLS%%share/locale/it/LC_MESSAGES/psql-12.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/ecpg-12.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/ecpglib6-12.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/libpq5-12.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/pg_config-12.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/pg_dump-12.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/pgscripts-12.mo
-%%NLS%%share/locale/ja/LC_MESSAGES/psql-12.mo
-%%NLS%%share/locale/ko/LC_MESSAGES/ecpg-12.mo
-%%NLS%%share/locale/ko/LC_MESSAGES/ecpglib6-12.mo
-%%NLS%%share/locale/ko/LC_MESSAGES/libpq5-12.mo
-%%NLS%%share/locale/ko/LC_MESSAGES/pg_config-12.mo
-%%NLS%%share/locale/ko/LC_MESSAGES/pg_dump-12.mo
-%%NLS%%share/locale/ko/LC_MESSAGES/pgscripts-12.mo
-%%NLS%%share/locale/ko/LC_MESSAGES/psql-12.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/ecpg-12.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/ecpglib6-12.mo
-%%NLS%%share/locale/pl/LC_MESSAGES/pg_config-12.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/ecpg-12.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/ecpglib6-12.mo
-%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_config-12.mo
-%%NLS%%share/locale/ro/LC_MESSAGES/pg_config-12.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/ecpg-12.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/ecpglib6-12.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/libpq5-12.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/pg_config-12.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/pg_dump-12.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/pgscripts-12.mo
-%%NLS%%share/locale/ru/LC_MESSAGES/psql-12.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/ecpg-12.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/ecpglib6-12.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/libpq5-12.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/pg_config-12.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/pg_dump-12.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/pgscripts-12.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/psql-12.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/ecpg-12.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/ecpglib6-12.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/libpq5-12.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/pg_config-12.mo
-%%NLS%%share/locale/tr/LC_MESSAGES/pg_dump-12.mo

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009241333.08ODXAkt027015>