Update to 6.0.0
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md
This commit is contained in:
parent
7a28808422
commit
647710051f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425953
3 changed files with 56 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= citus
|
||||
PORTVERSION= 5.2.2
|
||||
PORTVERSION= 6.0.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= databases
|
||||
PKGNAMEPREFIX= pg_
|
||||
|
@ -15,7 +15,7 @@ LICENSE= AGPLv3
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= citusdata
|
||||
|
||||
USES= gmake pgsql:9.5 autoreconf readline
|
||||
USES= gmake pgsql:9.5+ autoreconf readline
|
||||
WANT_PGSQL= lib server
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1478593024
|
||||
SHA256 (citusdata-citus-v5.2.2_GH0.tar.gz) = 5eb593567bd2e173c4850d13a17416addb9a5e0cf20b0437cfd173853eb520e7
|
||||
SIZE (citusdata-citus-v5.2.2_GH0.tar.gz) = 1693732
|
||||
TIMESTAMP = 1478954301
|
||||
SHA256 (citusdata-citus-v6.0.0_GH0.tar.gz) = 90bad0e57256ca3e72c080b58877e396216cbd46c5820a8f0ec2a0ca4d062dfb
|
||||
SIZE (citusdata-citus-v6.0.0_GH0.tar.gz) = 1670333
|
||||
|
|
|
@ -1,16 +1,17 @@
|
|||
bin/copy_to_distributed_table
|
||||
bin/csql
|
||||
include/postgresql/server/citus_config.h
|
||||
include/postgresql/server/distributed/citus_clauses.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/colocation_utils.h
|
||||
include/postgresql/server/distributed/commit_protocol.h
|
||||
include/postgresql/server/distributed/connection_cache.h
|
||||
include/postgresql/server/distributed/distribution_column.h
|
||||
include/postgresql/server/distributed/listutils.h
|
||||
include/postgresql/server/distributed/master_metadata_utility.h
|
||||
include/postgresql/server/distributed/master_protocol.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_copy.h
|
||||
include/postgresql/server/distributed/multi_executor.h
|
||||
|
@ -27,18 +28,24 @@ 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_utility.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_partition.h
|
||||
include/postgresql/server/distributed/pg_dist_shard.h
|
||||
include/postgresql/server/distributed/pg_dist_shard_placement.h
|
||||
include/postgresql/server/distributed/pg_dist_transaction.h
|
||||
include/postgresql/server/distributed/relay_utility.h
|
||||
include/postgresql/server/distributed/resource_lock.h
|
||||
include/postgresql/server/distributed/shardinterval_utils.h
|
||||
include/postgresql/server/distributed/task_tracker.h
|
||||
include/postgresql/server/distributed/task_tracker_protocol.h
|
||||
include/postgresql/server/distributed/test_helper_functions.h
|
||||
include/postgresql/server/distributed/transaction_recovery.h
|
||||
include/postgresql/server/distributed/transmit.h
|
||||
include/postgresql/server/distributed/worker_manager.h
|
||||
include/postgresql/server/distributed/worker_protocol.h
|
||||
include/postgresql/server/distributed/worker_transaction.h
|
||||
lib/postgresql/citus.so
|
||||
share/postgresql/extension/citus--5.0--5.0-1.sql
|
||||
share/postgresql/extension/citus--5.0-1--5.0-2.sql
|
||||
|
@ -62,5 +69,47 @@ share/postgresql/extension/citus--5.1-7--5.1-8.sql
|
|||
share/postgresql/extension/citus--5.1-7.sql
|
||||
share/postgresql/extension/citus--5.1-8--5.2-1.sql
|
||||
share/postgresql/extension/citus--5.1-8.sql
|
||||
share/postgresql/extension/citus--5.2-1--5.2-2.sql
|
||||
share/postgresql/extension/citus--5.2-1.sql
|
||||
share/postgresql/extension/citus--5.2-2--5.2-3.sql
|
||||
share/postgresql/extension/citus--5.2-2.sql
|
||||
share/postgresql/extension/citus--5.2-3--5.2-4.sql
|
||||
share/postgresql/extension/citus--5.2-3.sql
|
||||
share/postgresql/extension/citus--5.2-4--6.0-1.sql
|
||||
share/postgresql/extension/citus--5.2-4.sql
|
||||
share/postgresql/extension/citus--6.0-1--6.0-2.sql
|
||||
share/postgresql/extension/citus--6.0-1.sql
|
||||
share/postgresql/extension/citus--6.0-10--6.0-11.sql
|
||||
share/postgresql/extension/citus--6.0-10.sql
|
||||
share/postgresql/extension/citus--6.0-11--6.0-12.sql
|
||||
share/postgresql/extension/citus--6.0-11.sql
|
||||
share/postgresql/extension/citus--6.0-12--6.0-13.sql
|
||||
share/postgresql/extension/citus--6.0-12.sql
|
||||
share/postgresql/extension/citus--6.0-13--6.0-14.sql
|
||||
share/postgresql/extension/citus--6.0-13.sql
|
||||
share/postgresql/extension/citus--6.0-14--6.0-15.sql
|
||||
share/postgresql/extension/citus--6.0-14.sql
|
||||
share/postgresql/extension/citus--6.0-15--6.0-16.sql
|
||||
share/postgresql/extension/citus--6.0-15.sql
|
||||
share/postgresql/extension/citus--6.0-16--6.0-17.sql
|
||||
share/postgresql/extension/citus--6.0-16.sql
|
||||
share/postgresql/extension/citus--6.0-17--6.0-18.sql
|
||||
share/postgresql/extension/citus--6.0-17.sql
|
||||
share/postgresql/extension/citus--6.0-18.sql
|
||||
share/postgresql/extension/citus--6.0-2--6.0-3.sql
|
||||
share/postgresql/extension/citus--6.0-2.sql
|
||||
share/postgresql/extension/citus--6.0-3--6.0-4.sql
|
||||
share/postgresql/extension/citus--6.0-3.sql
|
||||
share/postgresql/extension/citus--6.0-4--6.0-5.sql
|
||||
share/postgresql/extension/citus--6.0-4.sql
|
||||
share/postgresql/extension/citus--6.0-5--6.0-6.sql
|
||||
share/postgresql/extension/citus--6.0-5.sql
|
||||
share/postgresql/extension/citus--6.0-6--6.0-7.sql
|
||||
share/postgresql/extension/citus--6.0-6.sql
|
||||
share/postgresql/extension/citus--6.0-7--6.0-8.sql
|
||||
share/postgresql/extension/citus--6.0-7.sql
|
||||
share/postgresql/extension/citus--6.0-8--6.0-9.sql
|
||||
share/postgresql/extension/citus--6.0-8.sql
|
||||
share/postgresql/extension/citus--6.0-9--6.0-10.sql
|
||||
share/postgresql/extension/citus--6.0-9.sql
|
||||
share/postgresql/extension/citus.control
|
||||
|
|
Loading…
Reference in a new issue