notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
pg_citus Horizontally scale Postgresql using sharding and replication
12.1.3 databases on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 12.1.2Version of this port present on the latest quarterly branch.
Maintainer: matthew@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2016-03-26 16:53:44
Last Update: 2024-04-26 07:50:43
Commit Hash: 0c6552f
People watching this port, also watch:: pglogical, pgbarman-py39, p5-RT44-RTx-Calendar, p5-RT44-RT-Extension-MandatoryOnTransition
License: AGPLv3
WWW:
https://www.citusdata.com/
Description:
What is Citus? * Open-source PostgreSQL extension (not a fork) * Scalable across multiple hosts through sharding and replication * Distributed engine for query parallelization * Highly available in the face of host failures Citus horizontally scales PostgreSQL across commodity servers using sharding and replication. Its query engine parallelizes incoming SQL queries across these servers to enable real-time responses on large datasets.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (226 items)
Collapse this list.
  1. /usr/local/share/licenses/pg_citus-12.1.3/catalog.mk
  2. /usr/local/share/licenses/pg_citus-12.1.3/LICENSE
  3. /usr/local/share/licenses/pg_citus-12.1.3/AGPLv3
  4. include/postgresql/server/citus_version.h
  5. include/postgresql/server/distributed/adaptive_executor.h
  6. include/postgresql/server/distributed/argutils.h
  7. include/postgresql/server/distributed/backend_data.h
  8. include/postgresql/server/distributed/background_jobs.h
  9. include/postgresql/server/distributed/cancel_utils.h
  10. include/postgresql/server/distributed/causal_clock.h
  11. include/postgresql/server/distributed/citus_acquire_lock.h
  12. include/postgresql/server/distributed/citus_clauses.h
  13. include/postgresql/server/distributed/citus_custom_scan.h
  14. include/postgresql/server/distributed/citus_depended_object.h
  15. include/postgresql/server/distributed/citus_nodefuncs.h
  16. include/postgresql/server/distributed/citus_nodes.h
  17. include/postgresql/server/distributed/citus_ruleutils.h
  18. include/postgresql/server/distributed/citus_safe_lib.h
  19. include/postgresql/server/distributed/colocation_utils.h
  20. include/postgresql/server/distributed/combine_query_planner.h
  21. include/postgresql/server/distributed/commands.h
  22. include/postgresql/server/distributed/connection_management.h
  23. include/postgresql/server/distributed/coordinator_protocol.h
  24. include/postgresql/server/distributed/cte_inline.h
  25. include/postgresql/server/distributed/deparse_shard_query.h
  26. include/postgresql/server/distributed/deparser.h
  27. include/postgresql/server/distributed/directed_acyclic_graph_execution.h
  28. include/postgresql/server/distributed/distributed_deadlock_detection.h
  29. include/postgresql/server/distributed/distributed_execution_locks.h
  30. include/postgresql/server/distributed/distributed_planner.h
  31. include/postgresql/server/distributed/distribution_column.h
  32. include/postgresql/server/distributed/enterprise.h
  33. include/postgresql/server/distributed/error_codes.h
  34. include/postgresql/server/distributed/errormessage.h
  35. include/postgresql/server/distributed/executor_util.h
  36. include/postgresql/server/distributed/extended_op_node_utils.h
  37. include/postgresql/server/distributed/foreign_key_relationship.h
  38. include/postgresql/server/distributed/function_call_delegation.h
  39. include/postgresql/server/distributed/function_utils.h
  40. include/postgresql/server/distributed/hash_helpers.h
  41. include/postgresql/server/distributed/insert_select_executor.h
  42. include/postgresql/server/distributed/insert_select_planner.h
  43. include/postgresql/server/distributed/intermediate_result_pruning.h
  44. include/postgresql/server/distributed/intermediate_results.h
  45. include/postgresql/server/distributed/jsonbutils.h
  46. include/postgresql/server/distributed/listutils.h
  47. include/postgresql/server/distributed/local_distributed_join_planner.h
  48. include/postgresql/server/distributed/local_executor.h
  49. include/postgresql/server/distributed/local_multi_copy.h
  50. include/postgresql/server/distributed/local_plan_cache.h
  51. include/postgresql/server/distributed/locally_reserved_shared_connections.h
  52. include/postgresql/server/distributed/lock_graph.h
  53. include/postgresql/server/distributed/log_utils.h
  54. include/postgresql/server/distributed/maintenanced.h
  55. include/postgresql/server/distributed/memutils.h
  56. include/postgresql/server/distributed/merge_executor.h
  57. include/postgresql/server/distributed/merge_planner.h
  58. include/postgresql/server/distributed/metadata_cache.h
  59. include/postgresql/server/distributed/metadata_sync.h
  60. include/postgresql/server/distributed/metadata_utility.h
  61. include/postgresql/server/distributed/multi_executor.h
  62. include/postgresql/server/distributed/multi_explain.h
  63. include/postgresql/server/distributed/multi_join_order.h
  64. include/postgresql/server/distributed/multi_logical_optimizer.h
  65. include/postgresql/server/distributed/multi_logical_planner.h
  66. include/postgresql/server/distributed/multi_logical_replication.h
  67. include/postgresql/server/distributed/multi_partitioning_utils.h
  68. include/postgresql/server/distributed/multi_physical_planner.h
  69. include/postgresql/server/distributed/multi_progress.h
  70. include/postgresql/server/distributed/multi_router_planner.h
  71. include/postgresql/server/distributed/multi_server_executor.h
  72. include/postgresql/server/distributed/namespace_utils.h
  73. include/postgresql/server/distributed/param_utils.h
  74. include/postgresql/server/distributed/pg_dist_background_job.h
  75. include/postgresql/server/distributed/pg_dist_background_task.h
  76. include/postgresql/server/distributed/pg_dist_backrgound_task_depend.h
  77. include/postgresql/server/distributed/pg_dist_cleanup.h
  78. include/postgresql/server/distributed/pg_dist_colocation.h
  79. include/postgresql/server/distributed/pg_dist_local_group.h
  80. include/postgresql/server/distributed/pg_dist_node.h
  81. include/postgresql/server/distributed/pg_dist_node_metadata.h
  82. include/postgresql/server/distributed/pg_dist_partition.h
  83. include/postgresql/server/distributed/pg_dist_placement.h
  84. include/postgresql/server/distributed/pg_dist_rebalance_strategy.h
  85. include/postgresql/server/distributed/pg_dist_schema.h
  86. include/postgresql/server/distributed/pg_dist_shard.h
  87. include/postgresql/server/distributed/pg_dist_transaction.h
  88. include/postgresql/server/distributed/placement_access.h
  89. include/postgresql/server/distributed/placement_connection.h
  90. include/postgresql/server/distributed/priority.h
  91. include/postgresql/server/distributed/query_colocation_checker.h
  92. include/postgresql/server/distributed/query_pushdown_planning.h
  93. include/postgresql/server/distributed/query_stats.h
  94. include/postgresql/server/distributed/query_utils.h
  95. include/postgresql/server/distributed/recursive_planning.h
  96. include/postgresql/server/distributed/reference_table_utils.h
  97. include/postgresql/server/distributed/relation_access_tracking.h
  98. include/postgresql/server/distributed/relation_restriction_equivalence.h
  99. include/postgresql/server/distributed/relation_utils.h
  100. include/postgresql/server/distributed/relay_utility.h
  101. include/postgresql/server/distributed/remote_commands.h
  102. include/postgresql/server/distributed/remote_transaction.h
  103. include/postgresql/server/distributed/repartition_executor.h
  104. include/postgresql/server/distributed/repartition_join_execution.h
  105. include/postgresql/server/distributed/replicate_none_dist_table_shard.h
  106. include/postgresql/server/distributed/replication_origin_session_utils.h
  107. include/postgresql/server/distributed/resource_lock.h
  108. include/postgresql/server/distributed/run_from_same_connection.h
  109. include/postgresql/server/distributed/shard_cleaner.h
  110. include/postgresql/server/distributed/shard_pruning.h
  111. include/postgresql/server/distributed/shard_rebalancer.h
  112. include/postgresql/server/distributed/shard_split.h
  113. include/postgresql/server/distributed/shard_transfer.h
  114. include/postgresql/server/distributed/shard_utils.h
  115. include/postgresql/server/distributed/shardinterval_utils.h
  116. include/postgresql/server/distributed/shardsplit_logical_replication.h
  117. include/postgresql/server/distributed/shardsplit_shared_memory.h
  118. include/postgresql/server/distributed/shared_connection_stats.h
  119. include/postgresql/server/distributed/shared_library_init.h
  120. include/postgresql/server/distributed/statistics_collection.h
  121. include/postgresql/server/distributed/string_utils.h
  122. include/postgresql/server/distributed/subplan_execution.h
  123. include/postgresql/server/distributed/task_execution_utils.h
  124. include/postgresql/server/distributed/tdigest_extension.h
  125. include/postgresql/server/distributed/tenant_schema_metadata.h
  126. include/postgresql/server/distributed/time_constants.h
  127. include/postgresql/server/distributed/transaction_identifier.h
  128. include/postgresql/server/distributed/transaction_management.h
  129. include/postgresql/server/distributed/transaction_recovery.h
  130. include/postgresql/server/distributed/transmit.h
  131. include/postgresql/server/distributed/tuple_destination.h
  132. include/postgresql/server/distributed/tuplestore.h
  133. include/postgresql/server/distributed/type_utils.h
  134. include/postgresql/server/distributed/version_compat.h
  135. include/postgresql/server/distributed/worker_create_or_replace.h
  136. include/postgresql/server/distributed/worker_log_messages.h
  137. include/postgresql/server/distributed/worker_manager.h
  138. include/postgresql/server/distributed/worker_protocol.h
  139. include/postgresql/server/distributed/worker_shard_copy.h
  140. include/postgresql/server/distributed/worker_shard_visibility.h
  141. include/postgresql/server/distributed/worker_transaction.h
  142. lib/postgresql/citus.so
  143. lib/postgresql/citus_columnar.so
  144. lib/postgresql/citus_decoders/pgoutput.so
  145. lib/postgresql/citus_decoders/wal2json.so
  146. lib/postgresql/citus_pgoutput.so
  147. lib/postgresql/citus_wal2json.so
  148. share/postgresql/extension/citus--10.0-1--10.0-2.sql
  149. share/postgresql/extension/citus--10.0-2--10.0-3.sql
  150. share/postgresql/extension/citus--10.0-3--10.0-4.sql
  151. share/postgresql/extension/citus--10.0-4--10.1-1.sql
  152. share/postgresql/extension/citus--10.1-1--10.2-1.sql
  153. share/postgresql/extension/citus--10.2-1--10.2-2.sql
  154. share/postgresql/extension/citus--10.2-2--10.2-3.sql
  155. share/postgresql/extension/citus--10.2-3--10.2-4.sql
  156. share/postgresql/extension/citus--10.2-4--10.2-5.sql
  157. share/postgresql/extension/citus--10.2-5--10.2-4.sql
  158. share/postgresql/extension/citus--10.2-5--11.0-1.sql
  159. share/postgresql/extension/citus--11.0-1--11.0-2.sql
  160. share/postgresql/extension/citus--11.0-2--11.0-3.sql
  161. share/postgresql/extension/citus--11.0-3--11.0-4.sql
  162. share/postgresql/extension/citus--11.0-4--11.0-3.sql
  163. share/postgresql/extension/citus--11.0-4--11.1-1.sql
  164. share/postgresql/extension/citus--11.1-1--11.2-1.sql
  165. share/postgresql/extension/citus--11.2-1--11.2-2.sql
  166. share/postgresql/extension/citus--11.2-2--11.3-1.sql
  167. share/postgresql/extension/citus--11.3-1--11.3-2.sql
  168. share/postgresql/extension/citus--11.3-2--12.0-1.sql
  169. share/postgresql/extension/citus--12.0-1--12.1-1.sql
  170. share/postgresql/extension/citus--8.0-1--8.0-2.sql
  171. share/postgresql/extension/citus--8.0-1.sql
  172. share/postgresql/extension/citus--8.0-10--8.0-11.sql
  173. share/postgresql/extension/citus--8.0-11--8.0-12.sql
  174. share/postgresql/extension/citus--8.0-12--8.0-13.sql
  175. share/postgresql/extension/citus--8.0-13--8.1-1.sql
  176. share/postgresql/extension/citus--8.0-2--8.0-3.sql
  177. share/postgresql/extension/citus--8.0-3--8.0-4.sql
  178. share/postgresql/extension/citus--8.0-4--8.0-5.sql
  179. share/postgresql/extension/citus--8.0-5--8.0-6.sql
  180. share/postgresql/extension/citus--8.0-6--8.0-7.sql
  181. share/postgresql/extension/citus--8.0-7--8.0-8.sql
  182. share/postgresql/extension/citus--8.0-8--8.0-9.sql
  183. share/postgresql/extension/citus--8.0-9--8.0-10.sql
  184. share/postgresql/extension/citus--8.1-1--8.2-1.sql
  185. share/postgresql/extension/citus--8.2-1--8.2-2.sql
  186. share/postgresql/extension/citus--8.2-2--8.2-3.sql
  187. share/postgresql/extension/citus--8.2-3--8.2-4.sql
  188. share/postgresql/extension/citus--8.2-4--8.3-1.sql
  189. share/postgresql/extension/citus--8.3-1--9.0-1.sql
  190. share/postgresql/extension/citus--9.0-1--9.0-2.sql
  191. share/postgresql/extension/citus--9.0-2--9.1-1.sql
  192. share/postgresql/extension/citus--9.1-1--9.2-1.sql
  193. share/postgresql/extension/citus--9.2-1--9.2-2.sql
  194. share/postgresql/extension/citus--9.2-2--9.2-4.sql
  195. share/postgresql/extension/citus--9.2-4--9.3-2.sql
  196. share/postgresql/extension/citus--9.3-1--9.2-4.sql
  197. share/postgresql/extension/citus--9.3-2--9.4-1.sql
  198. share/postgresql/extension/citus--9.4-1--9.4-2.sql
  199. share/postgresql/extension/citus--9.4-1--9.5-1.sql
  200. share/postgresql/extension/citus--9.4-2--9.4-1.sql
  201. share/postgresql/extension/citus--9.4-2--9.4-3.sql
  202. share/postgresql/extension/citus--9.4-3--9.4-2.sql
  203. share/postgresql/extension/citus--9.5-1--10.0-4.sql
  204. share/postgresql/extension/citus--9.5-1--9.5-2.sql
  205. share/postgresql/extension/citus--9.5-2--9.5-1.sql
  206. share/postgresql/extension/citus--9.5-2--9.5-3.sql
  207. share/postgresql/extension/citus--9.5-3--9.5-2.sql
  208. share/postgresql/extension/citus.control
  209. share/postgresql/extension/citus_columnar--11.1-0--11.1-1.sql
  210. share/postgresql/extension/citus_columnar--11.1-0.sql
  211. share/postgresql/extension/citus_columnar--11.1-1--11.2-1.sql
  212. share/postgresql/extension/citus_columnar--11.1-1.sql
  213. share/postgresql/extension/citus_columnar--11.2-1--11.3-1.sql
  214. share/postgresql/extension/citus_columnar.control
  215. share/postgresql/extension/columnar--10.0-1--10.0-2.sql
  216. share/postgresql/extension/columnar--10.0-3--10.1-1.sql
  217. share/postgresql/extension/columnar--10.1-1--10.2-1.sql
  218. share/postgresql/extension/columnar--10.2-1--10.2-2.sql
  219. share/postgresql/extension/columnar--10.2-2--10.2-3.sql
  220. share/postgresql/extension/columnar--10.2-3--10.2-4.sql
  221. share/postgresql/extension/columnar--11.0-2--11.0-3.sql
  222. share/postgresql/extension/columnar--11.0-3--11.1-1.sql
  223. share/postgresql/extension/columnar--9.5-1--10.0-1.sql
  224. @owner
  225. @group
  226. @mode
Collapse this list.
Dependency lines:
  • pg_citus>0:databases/pg_citus
To install the port:
cd /usr/ports/databases/pg_citus/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/pg_citus
  • pkg install pg_citus
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: pg_citus
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1714117039 SHA256 (citusdata-citus-v12.1.3_GH0.tar.gz) = 5b3b20b89ead1f97072088cb1ff275a053ded886e174f8ebe3288a2e7229d92c SIZE (citusdata-citus-v12.1.3_GH0.tar.gz) = 6905546

Packages (timestamps in pop-ups are UTC):
pg_citus
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest12.1.312.1.39.5.112.1.312.1.3-9.5.1-
FreeBSD:13:quarterly12.1.212.1.211.3.012.1.212.1.212.1.012.1.012.1.0
FreeBSD:14:latest12.1.212.1.211.1.512.1.212.1.211.3.0-11.3.0
FreeBSD:14:quarterly12.1.212.1.2-12.1.212.1.212.1.012.1.012.1.0
FreeBSD:15:latest12.1.312.1.3n/a12.1.0n/a12.1.012.1.012.1.0
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.4.1 : devel/gmake
  2. postgres : databases/postgresql15-server
  3. autoconf>=2.72 : devel/autoconf
  4. automake>=1.16.5 : devel/automake
Runtime dependencies:
  1. postgres : databases/postgresql15-server
Library dependencies:
  1. liblz4.so : archivers/liblz4
  2. libzstd.so : archivers/zstd
  3. libpq.so.5 : databases/postgresql15-client
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for pg_citus-12.1.3: ANONSTATS=off: Enable anonymous statistics collection ===> Use 'make config' to modify these settings
Options name:
databases_pg_citus
USES:
compiler:c11 gmake pgsql:14+ autoreconf ssl
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/citusdata/citus/tar.gz/v12.1.3?dummy=/
Collapse this list.

Number of commits found: 112 (showing only 12 on this page)

«  1 | 2 

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
6.0.0
12 Nov 2016 13:37:32
Revision:425953Original commit files touched by this commit
matthew search for other commits by this committer
Update to 6.0.0

ChangeLog:	https://github.com/citusdata/citus/blob/master/CHANGELOG.md
5.2.2
08 Nov 2016 08:38:38
Revision:425707Original commit files touched by this commit
matthew search for other commits by this committer
Upgrade to 5.2.2

ChangeLog: https://github.com/citusdata/citus/blob/release-5.2/CHANGELOG.md
5.2.1
04 Oct 2016 09:35:21
Revision:423246Original commit files touched by this commit
matthew search for other commits by this committer
pg_citus is not compatible with postgresql 9.6.0 -- only 9.5.x works.
For now.
5.2.1
07 Sep 2016 13:46:58
Revision:421502Original commit files touched by this commit
matthew search for other commits by this committer
Upgrade to 5.2.1

ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md
5.2.0
19 Aug 2016 10:13:46
Revision:420455Original commit files touched by this commit
matthew search for other commits by this committer
Update to version 5.2.0

Note: this release drops support for postgresql-9.4.x:
postgresql-9.5.x or above is now mandatory.

ChangeLog:	  https://github.com/citusdata/citus/blob/v5.2.0/CHANGELOG.md
5.1.1_1
22 Jun 2016 11:20:12
Revision:417299Original commit files touched by this commit
matthew search for other commits by this committer
Add 'lib' to WANT_PGSQL, now that it is possible to mix 'lib' with
other terms.
5.1.1
18 Jun 2016 13:12:03
Revision:417064Original commit files touched by this commit
matthew search for other commits by this committer
Update to 5.1.1

Remove files/patch-src_backend_distributed_commands_multi__copy.c
  -- patch was incorporated upstream

Add USES+= readline

ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md
5.1.0_1
19 May 2016 16:36:22
Revision:415509Original commit files touched by this commit
matthew search for other commits by this committer
Add pkg-plist changes forgotten in the previous update.
5.1.0
19 May 2016 14:52:42
Revision:415507Original commit files touched by this commit
matthew search for other commits by this committer
Update to 5.1.0

  - Remove all the previous patches: fixed upstream
  - but add a new patch for another missing header file

ChangeLog:  https://github.com/citusdata/citus/blob/v5.1.0/CHANGELOG.md
5.0.1
16 Apr 2016 23:24:14
Revision:413484Original commit files touched by this commit
matthew search for other commits by this committer
Upgrade to 5.0.1
  - fixes for 32bit platforms have been applied upstream, so remove the
    corresponding patch.

ChangeLog:	  https://github.com/citusdata/citus/blob/v5.0.1/CHANGELOG.md
5.0.0
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
5.0.0
26 Mar 2016 16:53:33
Revision:411931Original commit files touched by this commit
matthew search for other commits by this committer
What is Citus?

  * Open-source PostgreSQL extension (not a fork)
  * Scalable across multiple hosts through sharding and replication
  * Distributed engine for query parallelization
  * Highly available in the face of host failures

Citus horizontally scales PostgreSQL across commodity servers using
sharding and replication. Its query engine parallelizes incoming SQL
queries across these servers to enable real-time responses on large
datasets.

WWW: https://www.citusdata.com/

Differential Revision: https://reviews.freebsd.org/D5729

Number of commits found: 112 (showing only 12 on this page)

«  1 | 2