pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/postgresql-timescaledb postgresql-timescaled...
details: https://anonhg.NetBSD.org/pkgsrc/rev/973c40fc1168
branches: trunk
changeset: 446796:973c40fc1168
user: tnn <tnn%pkgsrc.org@localhost>
date: Sat Feb 13 11:32:35 2021 +0000
description:
postgresql-timescaledb: update to 2.0.1
TimescaleDB 2.0 adds the much-anticipated support for distributed
hypertables (multi-node TimescaleDB), as well as new features and
enhancements to core functionality to give users better clarity and
more control and flexibility over their data.
This release also adds:
- Support for user-defined actions, allowing users to define,
customize, and schedule automated tasks, which can be run by the
built-in jobs scheduling framework now exposed to users.
- Significant changes to continuous aggregates, which now separate the
view creation from the policy. Users can now refresh individual
regions of the continuous aggregate materialized view, or schedule
automated refreshing via policy.
- Redesigned informational views, including new (and more general)
views for information about hypertable's dimensions and chunks,
policies and user-defined actions, as well as support for multi-node
TimescaleDB.
- Moving all formerly enterprise features into our Community Edition,
and updating Timescale License, which now provides additional (more
permissive) rights to users and developers.
Some of the changes above (e.g., continuous aggregates, updated
informational views) do introduce breaking changes to APIs and are not
backwards compatible. While the update scripts in TimescaleDB 2.0 will
upgrade databases running TimescaleDB 1.x automatically, some of these
API and feature changes may require changes to clients and/or upstream
scripts that rely on the previous APIs. Before upgrading, we recommend
reviewing upgrade documentation at docs.timescale.com for more details.
diffstat:
databases/postgresql-timescaledb/Makefile | 15 +++++++++----
databases/postgresql-timescaledb/PLIST | 33 ++++++------------------------
databases/postgresql-timescaledb/distinfo | 11 +++++----
3 files changed, 23 insertions(+), 36 deletions(-)
diffs (101 lines):
diff -r 4b1aea3266ca -r 973c40fc1168 databases/postgresql-timescaledb/Makefile
--- a/databases/postgresql-timescaledb/Makefile Sat Feb 13 11:31:10 2021 +0000
+++ b/databases/postgresql-timescaledb/Makefile Sat Feb 13 11:32:35 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2020/10/27 12:12:09 adam Exp $
+# $NetBSD: Makefile,v 1.4 2021/02/13 11:32:35 tnn Exp $
-DISTNAME= timescaledb-1.7.4
+DISTNAME= timescaledb-2.0.1
PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME}
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GITHUB:=timescale/}
@@ -9,15 +9,20 @@
MAINTAINER= otis%NetBSD.org@localhost
HOMEPAGE= https://github.com/timescale/timescaledb
COMMENT= The timescaledb extension for PostgreSQL
-LICENSE= apache-2.0
+LICENSE= apache-2.0 AND timescale-license
DEPENDS+= postgresql${PGSQL_VERSION}-server>=0:../../databases/postgresql${PGSQL_VERSION}-server
USE_CMAKE= yes
-CMAKE_ARGS+= -DUSE_OPENSSL=OFF
+CMAKE_ARGS+= -DUSE_OPENSSL=ON
CMAKE_ARGS+= -DREGRESS_CHECKS=OFF
-PGSQL_VERSIONS_ACCEPTED= 12 11 10 96
+PGSQL_VERSIONS_ACCEPTED= 12 11
+
+## This transform can be removed in the next version update
+# https://github.com/timescale/timescaledb/commit/63a66524dd8638516d382ed0efc60c75fb17250e
+# https://github.com/timescale/timescaledb/commit/2bf69fd4ca2da6a66a8d18642029df4e217a6e99
+BUILDLINK_TRANSFORM+= rm:-Werror
.include "../../mk/pgsql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 4b1aea3266ca -r 973c40fc1168 databases/postgresql-timescaledb/PLIST
--- a/databases/postgresql-timescaledb/PLIST Sat Feb 13 11:31:10 2021 +0000
+++ b/databases/postgresql-timescaledb/PLIST Sat Feb 13 11:32:35 2021 +0000
@@ -1,32 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1 2020/10/09 08:28:05 otis Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/02/13 11:32:35 tnn Exp $
lib/postgresql/timescaledb-${PKGVERSION}.so
lib/postgresql/timescaledb-tsl-${PKGVERSION}.so
lib/postgresql/timescaledb.so
-share/postgresql/extension/timescaledb--0.1.0--${PKGVERSION}.sql
-share/postgresql/extension/timescaledb--0.10.0--${PKGVERSION}.sql
-share/postgresql/extension/timescaledb--0.10.1--${PKGVERSION}.sql
-share/postgresql/extension/timescaledb--0.11.0--${PKGVERSION}.sql
-share/postgresql/extension/timescaledb--0.12.0--${PKGVERSION}.sql
-share/postgresql/extension/timescaledb--0.12.1--${PKGVERSION}.sql
-share/postgresql/extension/timescaledb--0.2.0--${PKGVERSION}.sql
-share/postgresql/extension/timescaledb--0.3.0--${PKGVERSION}.sql
-share/postgresql/extension/timescaledb--0.4.0--${PKGVERSION}.sql
-share/postgresql/extension/timescaledb--0.4.1--${PKGVERSION}.sql
-share/postgresql/extension/timescaledb--0.4.2--${PKGVERSION}.sql
-share/postgresql/extension/timescaledb--0.5.0--${PKGVERSION}.sql
-share/postgresql/extension/timescaledb--0.6.0--${PKGVERSION}.sql
-share/postgresql/extension/timescaledb--0.6.1--${PKGVERSION}.sql
-share/postgresql/extension/timescaledb--0.7.0--${PKGVERSION}.sql
-share/postgresql/extension/timescaledb--0.7.1--${PKGVERSION}.sql
-share/postgresql/extension/timescaledb--0.8.0--${PKGVERSION}.sql
-share/postgresql/extension/timescaledb--0.9.0--${PKGVERSION}.sql
-share/postgresql/extension/timescaledb--0.9.1--${PKGVERSION}.sql
-share/postgresql/extension/timescaledb--0.9.2--${PKGVERSION}.sql
-share/postgresql/extension/timescaledb--1.0.0--${PKGVERSION}.sql
-share/postgresql/extension/timescaledb--1.0.0-rc1--${PKGVERSION}.sql
-share/postgresql/extension/timescaledb--1.0.0-rc2--${PKGVERSION}.sql
-share/postgresql/extension/timescaledb--1.0.0-rc3--${PKGVERSION}.sql
-share/postgresql/extension/timescaledb--1.0.1--${PKGVERSION}.sql
share/postgresql/extension/timescaledb--1.1.0--${PKGVERSION}.sql
share/postgresql/extension/timescaledb--1.1.1--${PKGVERSION}.sql
share/postgresql/extension/timescaledb--1.2.0--${PKGVERSION}.sql
@@ -46,5 +21,11 @@
share/postgresql/extension/timescaledb--1.7.1--${PKGVERSION}.sql
share/postgresql/extension/timescaledb--1.7.2--${PKGVERSION}.sql
share/postgresql/extension/timescaledb--1.7.3--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--1.7.4--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--2.0.0--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--2.0.0-rc1--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--2.0.0-rc2--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--2.0.0-rc3--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--2.0.0-rc4--${PKGVERSION}.sql
share/postgresql/extension/timescaledb--${PKGVERSION}.sql
share/postgresql/extension/timescaledb.control
diff -r 4b1aea3266ca -r 973c40fc1168 databases/postgresql-timescaledb/distinfo
--- a/databases/postgresql-timescaledb/distinfo Sat Feb 13 11:31:10 2021 +0000
+++ b/databases/postgresql-timescaledb/distinfo Sat Feb 13 11:32:35 2021 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1 2020/10/09 08:28:05 otis Exp $
+$NetBSD: distinfo,v 1.2 2021/02/13 11:32:35 tnn Exp $
-SHA1 (timescaledb-1.7.4.tar.gz) = e53b6dcedffe01b29a78c5b2dd35687c40b08da1
-RMD160 (timescaledb-1.7.4.tar.gz) = 86c06b8483a7e00cd316f0e03cab0f9414a0df81
-SHA512 (timescaledb-1.7.4.tar.gz) = 87e2009ecce9235b480a97a623a4a97fb7c79c3f8dcc07d1b56a8602673dc65f62eff6e55cec30b8277caa3accae5771e58b564a1a5c1bf530abdbb1bb1b3d2f
-Size (timescaledb-1.7.4.tar.gz) = 1974350 bytes
+SHA1 (timescaledb-2.0.1.tar.gz) = 2226fec33bf8ff4e26b09297107b58b331dc01d2
+RMD160 (timescaledb-2.0.1.tar.gz) = 5060035bc40ed3113e0d2defc8d0fd54fe635112
+SHA512 (timescaledb-2.0.1.tar.gz) = 84e9c7da3f0fc6740eb0555bbd92f5511ceef4868fb1952650f9499f3054a4d2be59b3a042b17bf655155c9f9c1de82b6b4fb302bdad7ffbe893ed901adcefc0
+Size (timescaledb-2.0.1.tar.gz) = 2226320 bytes
+SHA1 (patch-CMakeLists.txt) = 75585489fde773d0cad310f33fa03a978b852b51
Home |
Main Index |
Thread Index |
Old Index