Index: head/databases/pg_citus/Makefile =================================================================== --- head/databases/pg_citus/Makefile (revision 544206) +++ head/databases/pg_citus/Makefile (revision 544207) @@ -1,32 +1,32 @@ # Created by: Matthew Seaman # $FreeBSD$ PORTNAME= citus -PORTVERSION= 9.3.5 +PORTVERSION= 9.4.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 544206) +++ head/databases/pg_citus/distinfo (revision 544207) @@ -1,3 +1,3 @@ -TIMESTAMP = 1595676282 -SHA256 (citusdata-citus-v9.3.5_GH0.tar.gz) = d6ac87d3494b51fb31e9a0b7cc890a7a6ffa2dcf786a111bd3a68677fe24109d -SIZE (citusdata-citus-v9.3.5_GH0.tar.gz) = 4486973 +TIMESTAMP = 1596541520 +SHA256 (citusdata-citus-v9.4.0_GH0.tar.gz) = 7d298ef2efc4e3ead22a137382cdac5c466a78f996c508d68db5d3851bd8265a +SIZE (citusdata-citus-v9.4.0_GH0.tar.gz) = 4552865 Index: head/databases/pg_citus/pkg-plist =================================================================== --- head/databases/pg_citus/pkg-plist (revision 544206) +++ head/databases/pg_citus/pkg-plist (revision 544207) @@ -1,174 +1,177 @@ 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/combine_query_planner.h include/postgresql/server/distributed/commands.h include/postgresql/server/distributed/connection_management.h +include/postgresql/server/distributed/coordinator_protocol.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/metadata_utility.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/namespace_utils.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/tdigest_extension.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/tuple_destination.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--9.3-2--9.4-1.sql share/postgresql/extension/citus.control