From owner-svn-ports-all@freebsd.org Fri Nov 29 16:13:36 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 539FD1B4D6D; Fri, 29 Nov 2019 16:13:36 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47Pfh01LT7z443l; Fri, 29 Nov 2019 16:13:36 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1104918AF9; Fri, 29 Nov 2019 16:13:36 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xATGDZ8b066262; Fri, 29 Nov 2019 16:13:35 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xATGDZ59066259; Fri, 29 Nov 2019 16:13:35 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201911291613.xATGDZ59066259@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Fri, 29 Nov 2019 16:13:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518663 - head/databases/pg_citus X-SVN-Group: ports-head X-SVN-Commit-Author: matthew X-SVN-Commit-Paths: head/databases/pg_citus X-SVN-Commit-Revision: 518663 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2019 16:13:36 -0000 Author: matthew Date: Fri Nov 29 16:13:35 2019 New Revision: 518663 URL: https://svnweb.freebsd.org/changeset/ports/518663 Log: Update to 9.1.0 ChangeLog: https://github.com/citusdata/citus/blob/v9.1.0/CHANGELOG.md Modified: head/databases/pg_citus/Makefile head/databases/pg_citus/distinfo head/databases/pg_citus/pkg-plist Modified: head/databases/pg_citus/Makefile ============================================================================== --- head/databases/pg_citus/Makefile Fri Nov 29 16:04:21 2019 (r518662) +++ head/databases/pg_citus/Makefile Fri Nov 29 16:13:35 2019 (r518663) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= citus -PORTVERSION= 9.0.1 +PORTVERSION= 9.1.0 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= pg_ Modified: head/databases/pg_citus/distinfo ============================================================================== --- head/databases/pg_citus/distinfo Fri Nov 29 16:04:21 2019 (r518662) +++ head/databases/pg_citus/distinfo Fri Nov 29 16:13:35 2019 (r518663) @@ -1,3 +1,3 @@ -TIMESTAMP = 1572161916 -SHA256 (citusdata-citus-v9.0.1_GH0.tar.gz) = bb6983f670e0f56c37250bef320cd5a6af21a5f17728b3342e66084aa3307c4f -SIZE (citusdata-citus-v9.0.1_GH0.tar.gz) = 4232025 +TIMESTAMP = 1575024122 +SHA256 (citusdata-citus-v9.1.0_GH0.tar.gz) = 624d1286318a693651d2baf303618dda0832efd473e2b4c5160352bbbbffb741 +SIZE (citusdata-citus-v9.1.0_GH0.tar.gz) = 4135223 Modified: head/databases/pg_citus/pkg-plist ============================================================================== --- head/databases/pg_citus/pkg-plist Fri Nov 29 16:04:21 2019 (r518662) +++ head/databases/pg_citus/pkg-plist Fri Nov 29 16:13:35 2019 (r518663) @@ -12,6 +12,7 @@ include/postgresql/server/distributed/connection_manag include/postgresql/server/distributed/deparse_shard_query.h include/postgresql/server/distributed/deparser.h include/postgresql/server/distributed/distributed_deadlock_detection.h +include/postgresql/server/distributed/distributed_execution_locks.h include/postgresql/server/distributed/distributed_planner.h include/postgresql/server/distributed/distribution_column.h include/postgresql/server/distributed/enterprise.h @@ -23,10 +24,12 @@ include/postgresql/server/distributed/function_utils.h include/postgresql/server/distributed/hash_helpers.h include/postgresql/server/distributed/insert_select_executor.h include/postgresql/server/distributed/insert_select_planner.h +include/postgresql/server/distributed/intermediate_result_pruning.h include/postgresql/server/distributed/intermediate_results.h include/postgresql/server/distributed/listutils.h include/postgresql/server/distributed/local_executor.h include/postgresql/server/distributed/lock_graph.h +include/postgresql/server/distributed/log_utils.h include/postgresql/server/distributed/maintenanced.h include/postgresql/server/distributed/master_metadata_utility.h include/postgresql/server/distributed/master_protocol.h @@ -44,10 +47,8 @@ include/postgresql/server/distributed/multi_partitioni include/postgresql/server/distributed/multi_physical_planner.h include/postgresql/server/distributed/multi_progress.h include/postgresql/server/distributed/multi_resowner.h -include/postgresql/server/distributed/multi_router_executor.h include/postgresql/server/distributed/multi_router_planner.h include/postgresql/server/distributed/multi_server_executor.h -include/postgresql/server/distributed/multi_shard_transaction.h include/postgresql/server/distributed/pg_dist_colocation.h include/postgresql/server/distributed/pg_dist_local_group.h include/postgresql/server/distributed/pg_dist_node.h @@ -56,10 +57,12 @@ include/postgresql/server/distributed/pg_dist_partitio include/postgresql/server/distributed/pg_dist_placement.h include/postgresql/server/distributed/pg_dist_shard.h include/postgresql/server/distributed/pg_dist_transaction.h +include/postgresql/server/distributed/placement_access.h include/postgresql/server/distributed/placement_connection.h include/postgresql/server/distributed/query_colocation_checker.h include/postgresql/server/distributed/query_pushdown_planning.h include/postgresql/server/distributed/query_stats.h +include/postgresql/server/distributed/query_utils.h include/postgresql/server/distributed/recursive_planning.h include/postgresql/server/distributed/reference_table_utils.h include/postgresql/server/distributed/relation_access_tracking.h @@ -76,12 +79,14 @@ include/postgresql/server/distributed/statistics_colle include/postgresql/server/distributed/subplan_execution.h include/postgresql/server/distributed/task_tracker.h include/postgresql/server/distributed/task_tracker_protocol.h +include/postgresql/server/distributed/time_constants.h include/postgresql/server/distributed/transaction_identifier.h include/postgresql/server/distributed/transaction_management.h include/postgresql/server/distributed/transaction_recovery.h include/postgresql/server/distributed/transmit.h include/postgresql/server/distributed/tuplestore.h include/postgresql/server/distributed/version_compat.h +include/postgresql/server/distributed/worker_create_or_replace.h include/postgresql/server/distributed/worker_manager.h include/postgresql/server/distributed/worker_protocol.h include/postgresql/server/distributed/worker_shard_visibility.h @@ -143,4 +148,5 @@ share/postgresql/extension/citus--8.2-3--8.2-4.sql share/postgresql/extension/citus--8.2-4--8.3-1.sql share/postgresql/extension/citus--8.3-1--9.0-1.sql share/postgresql/extension/citus--9.0-1--9.0-2.sql +share/postgresql/extension/citus--9.0-2--9.1-1.sql share/postgresql/extension/citus.control