*ping* Update Citus for horizontally scaling PostgreSQL using sharding and replication mechanisms.
Martin ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Friday, July 31, 2020 8:03 AM, Martin <martin...@protonmail.com> wrote: > Comments? OK? > > Martin > > Index: Makefile > > ======================================= > > RCS file: /cvs/openbsd/ports/databases/citus/Makefile,v > retrieving revision 1.7 > diff -u -p -r1.7 Makefile > --- Makefile 6 Feb 2020 00:37:13 -0000 1.7 > +++ Makefile 31 Jul 2020 06:24:01 -0000 > @@ -3,7 +3,7 @@ > COMMENT = extension to horizontally scale PostgreSQL > GH_ACCOUNT = citusdata > GH_PROJECT = citus > -GH_TAGNAME = v9.0.1 > +GH_TAGNAME = v9.4.0 > > CATEGORIES = databases > HOMEPAGE = https://www.citusdata.com/ > Index: distinfo > > ==================================================================================================================================================================================================================================================================================================================================================================================================================================== > > RCS file: /cvs/openbsd/ports/databases/citus/distinfo,v > retrieving revision 1.5 > diff -u -p -r1.5 distinfo > --- distinfo 6 Feb 2020 00:37:13 -0000 1.5 > +++ distinfo 30 Jul 2020 23:22:04 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (citus-9.0.1.tar.gz) = u2mD9nDg9Ww3JQvvMgzVpq8hpfF3KLM0LmYISqMwfE8= > -SIZE (citus-9.0.1.tar.gz) = 4232025 > +SHA256 (citus-9.4.0.tar.gz) = > 7d298ef2efc4e3ead22a137382cdac5c466a78f996c508d68db5d3851bd8265a > +SIZE (citus-9.4.0.tar.gz) = 4552865 > Index: pkg/PLIST > > ==================================================================================================================================================================================================================================================================================================================================================================================================================================================================================== > > RCS file: /cvs/openbsd/ports/databases/citus/pkg/PLIST,v > retrieving revision 1.4 > diff -u -p -r1.4 PLIST > --- pkg/PLIST 6 Feb 2020 00:37:13 -0000 1.4 > +++ pkg/PLIST 30 Jul 2020 23:37:14 -0000 > @@ -1,22 +1,32 @@ > -@comment $OpenBSD: PLIST,v 1.4 2020/02/06 00:37:13 jeremy Exp $ > +@comment $OpenBSD: PLIST,v$ > include/postgresql/server/citus_version.h > include/postgresql/server/distributed/ > +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 > @@ -25,43 +35,49 @@ include/postgresql/server/distributed/fu > 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_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/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 > @@ -69,26 +85,34 @@ include/postgresql/server/distributed/re > 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 > +@so 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 > @@ -145,4 +169,11 @@ share/postgresql/extension/citus--8.2-3- > 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