Port details |
- timescaledb Time-series database built on PostgreSQL
- 2.19.1 databases
=5 2.19.0Version of this port present on the latest quarterly branch. - Maintainer: kbowling@FreeBSD.org
 - Port Added: 2017-06-30 21:08:56
- Last Update: 2025-04-02 05:34:08
- Commit Hash: 1b1b681
- People watching this port, also watch:: uwsgi-py311, nginx, redmine51, check_ssl_cert, burp
- License: APACHE20 TSL
- WWW:
- https://www.timescale.com/
- Description:
- An open-source time-series database optimized for fast ingest and complex
queries built on PostgreSQL.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- timescaledb>0:databases/timescaledb
- To install the port:
- cd /usr/ports/databases/timescaledb/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/timescaledb
- pkg install timescaledb
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: timescaledb
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1743565423
SHA256 (timescale-timescaledb-2.19.1_GH0.tar.gz) = dc4966263b5354f21cd5c36a75d872923f18c9ab148e36d68c61c6fc6203801e
SIZE (timescale-timescaledb-2.19.1_GH0.tar.gz) = 7998818
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- postgres : databases/postgresql16-server
- Runtime dependencies:
-
- postgres : databases/postgresql16-server
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- libpq.so.5 : databases/postgresql16-client
- This port is required by:
- for Run
-
- databases/postgresql-promscale
Configuration Options:
- ===> The following configuration options are available for timescaledb-2.19.1:
SSL=on: Build with OpenSSL support
TSL=on: Enables TSL licensed code in additon to Apache license code
===> Use 'make config' to modify these settings
- Options name:
- databases_timescaledb
- USES:
- compiler:c11 cmake gettext-runtime cpe pgsql:14-17 ssl
- pkg-message:
- For install:
- To activate timescaledb on your PostgreSQL server, add 'timescaledb' to
shared_preload_libraries in $PGDATA/postgresql.conf. For every database,
run
CREATE EXTENSION IF NOT EXISTS timescaledb CASCADE;
If you are upgrading, restart PostgreSQL server and run
ALTER EXTENSION timescaledb UPDATE TO '2.19.1';
- Master Sites:
|
Notes from UPDATING |
- These upgrade notes are taken from /usr/ports/UPDATING
- 2024-05-09
Affects: databases/timescaledb Author: kbowling@FreeBSD.org Reason:
The Foreign Key storage in hypertables has changed in an incompatible way,
after runing ALTER EXTENSION, you must run the SQL script here:
https://github.com/timescale/timescaledb-extras/blob/master/utils/2.15.X-fix_hypertable_foreign_keys.sql
For more details, see
https://github.com/timescale/timescaledb/pull/6797
|
Number of commits found: 107 (showing only 7 on this page)
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.4.1_1 10 Sep 2017 20:55:39
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
0.4.1 07 Sep 2017 08:49:10
  |
pizzamig  |
databases/timescaledb: update to 0.4.1
While I'm here, adding the LICENSE_FILE variable.
PR: 222061
Submitted by: kbowling@freebsd.org (maintainer)
Approved by: olivier (mentor)
Differential Revision: https://reviews.freebsd.org/D12262 |
0.4.0 27 Aug 2017 09:06:22
  |
tobik  |
databases/timescaledb: Update to 0.4.0
Changes: https://github.com/timescale/timescaledb/releases/tag/0.4.0
PR: 221843
Submitted by: kbowling (maintainer) |
0.3.0 14 Aug 2017 17:02:33
  |
joneum  |
- databases/timescaledb: Update from 0.2.0 to 0.3.0
- pet portlint
- Changelog: https://github.com/timescale/timescaledb/blob/master/CHANGELOG.md
PR: 221315
Submitted by: kbowling (maintainer)
Approved by: rene (mentor)
Differential Revision: https://reviews.freebsd.org/D11989 |
0.2.0 20 Jul 2017 20:29:03
  |
swills  |
databases/timescaledb: update to 0.2.0
PR: 220859
Submitted by: kbowling (maintainer) |
0.1.0 05 Jul 2017 06:33:05
  |
swills  |
databases/timescaledb: needs a C11 compiler
Submitted by: kbowling (maintainer, via private communications) |
0.1.0 30 Jun 2017 21:08:47
  |
swills  |
databases/timescaledb: create port
An open-source time-series database optimized for fast ingest and complex
queries built on PostgreSQL.
WWW: http://www.timescale.com/
PR: 220347
Submitted by: kbowling |
Number of commits found: 107 (showing only 7 on this page)
|