Index: head/databases/pg_citus/Makefile =================================================================== --- head/databases/pg_citus/Makefile (revision 534732) +++ head/databases/pg_citus/Makefile (revision 534733) @@ -1,32 +1,32 @@ # Created by: Matthew Seaman # $FreeBSD$ PORTNAME= citus -PORTVERSION= 9.2.4 +PORTVERSION= 9.3.0 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= pg_ MAINTAINER= matthew@FreeBSD.org COMMENT= Horizontally scale Postgresql using sharding and replication LICENSE= AGPLv3 USES= compiler:c11 gmake pgsql:11+ autoreconf readline WANT_PGSQL= lib server GNU_CONFIGURE= yes OPTIONS_DEFINE= ANONSTATS ANONSTATS_DESC= Enable anonymous statistics collection ANONSTATS_CONFIGURE_WITH= libcurl ANONSTATS_LIB_DEPENDS= libcurl.so:ftp/curl USE_GITHUB= yes GH_ACCOUNT= citusdata INSTALL_TARGET= install-strip MAKE_ARGS= INSTALL="${INSTALL} -c" .include Index: head/databases/pg_citus/distinfo =================================================================== --- head/databases/pg_citus/distinfo (revision 534732) +++ head/databases/pg_citus/distinfo (revision 534733) @@ -1,3 +1,3 @@ -TIMESTAMP = 1585652566 -SHA256 (citusdata-citus-v9.2.4_GH0.tar.gz) = 078ae6ed4b4937e143c5a6aa39bd7e6a1015806f3e16f5ad7a2aded01fbe9b4d -SIZE (citusdata-citus-v9.2.4_GH0.tar.gz) = 4371893 +TIMESTAMP = 1589018229 +SHA256 (citusdata-citus-v9.3.0_GH0.tar.gz) = 24178c81a6221ec3b6442c33a3539446f8626244b67ab066a487105ebfa666ef +SIZE (citusdata-citus-v9.3.0_GH0.tar.gz) = 4470481 Index: head/databases/pg_citus/pkg-plist =================================================================== --- head/databases/pg_citus/pkg-plist (revision 534732) +++ head/databases/pg_citus/pkg-plist (revision 534733) @@ -1,165 +1,173 @@ include/postgresql/server/citus_version.h include/postgresql/server/distributed/adaptive_executor.h include/postgresql/server/distributed/argutils.h include/postgresql/server/distributed/backend_data.h include/postgresql/server/distributed/cancel_utils.h include/postgresql/server/distributed/citus_acquire_lock.h include/postgresql/server/distributed/citus_clauses.h include/postgresql/server/distributed/citus_custom_scan.h include/postgresql/server/distributed/citus_nodefuncs.h include/postgresql/server/distributed/citus_nodes.h include/postgresql/server/distributed/citus_ruleutils.h include/postgresql/server/distributed/citus_safe_lib.h include/postgresql/server/distributed/colocation_utils.h include/postgresql/server/distributed/commands.h include/postgresql/server/distributed/connection_management.h include/postgresql/server/distributed/cte_inline.h include/postgresql/server/distributed/deparse_shard_query.h include/postgresql/server/distributed/deparser.h include/postgresql/server/distributed/directed_acyclic_graph_execution.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 +include/postgresql/server/distributed/error_codes.h include/postgresql/server/distributed/errormessage.h include/postgresql/server/distributed/extended_op_node_utils.h include/postgresql/server/distributed/foreign_key_relationship.h include/postgresql/server/distributed/function_call_delegation.h 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/local_multi_copy.h +include/postgresql/server/distributed/local_plan_cache.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 include/postgresql/server/distributed/memutils.h include/postgresql/server/distributed/metadata_cache.h include/postgresql/server/distributed/metadata_sync.h include/postgresql/server/distributed/multi_client_executor.h include/postgresql/server/distributed/multi_executor.h include/postgresql/server/distributed/multi_explain.h include/postgresql/server/distributed/multi_join_order.h include/postgresql/server/distributed/multi_logical_optimizer.h include/postgresql/server/distributed/multi_logical_planner.h include/postgresql/server/distributed/multi_master_planner.h include/postgresql/server/distributed/multi_partitioning_utils.h 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_planner.h include/postgresql/server/distributed/multi_server_executor.h include/postgresql/server/distributed/multi_task_tracker_executor.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 include/postgresql/server/distributed/pg_dist_node_metadata.h include/postgresql/server/distributed/pg_dist_partition.h include/postgresql/server/distributed/pg_dist_placement.h include/postgresql/server/distributed/pg_dist_rebalance_strategy.h include/postgresql/server/distributed/pg_dist_shard.h include/postgresql/server/distributed/pg_dist_transaction.h +include/postgresql/server/distributed/pg_version_constants.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 include/postgresql/server/distributed/relation_restriction_equivalence.h include/postgresql/server/distributed/relay_utility.h include/postgresql/server/distributed/remote_commands.h include/postgresql/server/distributed/remote_transaction.h include/postgresql/server/distributed/repartition_join_execution.h include/postgresql/server/distributed/resource_lock.h include/postgresql/server/distributed/run_from_same_connection.h include/postgresql/server/distributed/shard_pruning.h +include/postgresql/server/distributed/shard_utils.h include/postgresql/server/distributed/shardinterval_utils.h +include/postgresql/server/distributed/shared_connection_stats.h include/postgresql/server/distributed/shared_library_init.h include/postgresql/server/distributed/statistics_collection.h 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_log_messages.h include/postgresql/server/distributed/worker_manager.h include/postgresql/server/distributed/worker_protocol.h include/postgresql/server/distributed/worker_shard_visibility.h include/postgresql/server/distributed/worker_transaction.h lib/postgresql/citus.so share/postgresql/extension/citus--7.0-1--7.0-2.sql share/postgresql/extension/citus--7.0-1.sql share/postgresql/extension/citus--7.0-10--7.0-11.sql share/postgresql/extension/citus--7.0-11--7.0-12.sql share/postgresql/extension/citus--7.0-12--7.0-13.sql share/postgresql/extension/citus--7.0-13--7.0-14.sql share/postgresql/extension/citus--7.0-14--7.0-15.sql share/postgresql/extension/citus--7.0-15--7.1-1.sql share/postgresql/extension/citus--7.0-2--7.0-3.sql share/postgresql/extension/citus--7.0-3--7.0-4.sql share/postgresql/extension/citus--7.0-4--7.0-5.sql share/postgresql/extension/citus--7.0-5--7.0-6.sql share/postgresql/extension/citus--7.0-6--7.0-7.sql share/postgresql/extension/citus--7.0-7--7.0-8.sql share/postgresql/extension/citus--7.0-8--7.0-9.sql share/postgresql/extension/citus--7.0-9--7.0-10.sql share/postgresql/extension/citus--7.1-1--7.1-2.sql share/postgresql/extension/citus--7.1-2--7.1-3.sql share/postgresql/extension/citus--7.1-3--7.1-4.sql share/postgresql/extension/citus--7.1-4--7.2-1.sql share/postgresql/extension/citus--7.2-1--7.2-2.sql share/postgresql/extension/citus--7.2-2--7.2-3.sql share/postgresql/extension/citus--7.2-3--7.3-1.sql share/postgresql/extension/citus--7.3-1--7.3-2.sql share/postgresql/extension/citus--7.3-2--7.3-3.sql share/postgresql/extension/citus--7.3-3--7.4-1.sql share/postgresql/extension/citus--7.4-1--7.4-2.sql share/postgresql/extension/citus--7.4-2--7.4-3.sql share/postgresql/extension/citus--7.4-3--7.5-1.sql share/postgresql/extension/citus--7.5-1--7.5-2.sql share/postgresql/extension/citus--7.5-2--7.5-3.sql share/postgresql/extension/citus--7.5-3--7.5-4.sql share/postgresql/extension/citus--7.5-4--7.5-5.sql share/postgresql/extension/citus--7.5-5--7.5-6.sql share/postgresql/extension/citus--7.5-6--7.5-7.sql share/postgresql/extension/citus--7.5-7--8.0-1.sql share/postgresql/extension/citus--8.0-1--8.0-2.sql share/postgresql/extension/citus--8.0-10--8.0-11.sql share/postgresql/extension/citus--8.0-11--8.0-12.sql share/postgresql/extension/citus--8.0-12--8.0-13.sql share/postgresql/extension/citus--8.0-13--8.1-1.sql share/postgresql/extension/citus--8.0-2--8.0-3.sql share/postgresql/extension/citus--8.0-3--8.0-4.sql share/postgresql/extension/citus--8.0-4--8.0-5.sql share/postgresql/extension/citus--8.0-5--8.0-6.sql share/postgresql/extension/citus--8.0-6--8.0-7.sql share/postgresql/extension/citus--8.0-7--8.0-8.sql share/postgresql/extension/citus--8.0-8--8.0-9.sql share/postgresql/extension/citus--8.0-9--8.0-10.sql share/postgresql/extension/citus--8.1-1--8.2-1.sql share/postgresql/extension/citus--8.2-1--8.2-2.sql share/postgresql/extension/citus--8.2-2--8.2-3.sql 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--9.1-1--9.2-1.sql share/postgresql/extension/citus--9.2-1--9.2-2.sql share/postgresql/extension/citus--9.2-2--9.2-4.sql +share/postgresql/extension/citus--9.2-4--9.3-2.sql share/postgresql/extension/citus--9.3-1--9.2-4.sql share/postgresql/extension/citus.control