Received: by mail.netbsd.org (Postfix, from userid 605) id 81C0A84EB8; Tue, 24 Aug 2021 18:23:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BA67B84EB4 for ; Tue, 24 Aug 2021 18:23:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 7v9FJ2qNCsTj for ; Tue, 24 Aug 2021 18:23:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id DFE7B84D0D for ; Tue, 24 Aug 2021 18:23:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D8CCFFA97; Tue, 24 Aug 2021 18:23:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162982940257480" MIME-Version: 1.0 Date: Tue, 24 Aug 2021 18:23:22 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/databases/postgresql-timescaledb To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20210824182322.D8CCFFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162982940257480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Tue Aug 24 18:23:22 UTC 2021 Modified Files: pkgsrc/databases/postgresql-timescaledb: Makefile PLIST distinfo Log Message: postgresql-timescaledb: update to 2.4.1 The release fixes continuous aggregate refresh for postgres 12.8 and 13.4, a crash with ALTER TABLE commands and a crash with continuous aggregates with HAVING clause. This release adds new experimental features since the 2.3.1 release: - APIs for chunk manipulation across data nodes - The time_bucket_ng function, a newer version of time_bucket PostgreSQL 11 is deprecated and not supported with TimescaleDB 2.4. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/postgresql-timescaledb/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/postgresql-timescaledb/PLIST \ pkgsrc/databases/postgresql-timescaledb/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162982940257480 Content-Disposition: inline Content-Length: 4462 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/postgresql-timescaledb/Makefile diff -u pkgsrc/databases/postgresql-timescaledb/Makefile:1.9 pkgsrc/databases/postgresql-timescaledb/Makefile:1.10 --- pkgsrc/databases/postgresql-timescaledb/Makefile:1.9 Sun Jul 25 16:45:55 2021 +++ pkgsrc/databases/postgresql-timescaledb/Makefile Tue Aug 24 18:23:22 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2021/07/25 16:45:55 tnn Exp $ +# $NetBSD: Makefile,v 1.10 2021/08/24 18:23:22 tnn Exp $ -DISTNAME= timescaledb-2.3.1 +DISTNAME= timescaledb-2.4.1 PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME} CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GITHUB:=timescale/} @@ -17,7 +17,7 @@ USE_CMAKE= yes CMAKE_ARGS+= -DUSE_OPENSSL=ON CMAKE_ARGS+= -DREGRESS_CHECKS=OFF -PGSQL_VERSIONS_ACCEPTED= 13 12 11 +PGSQL_VERSIONS_ACCEPTED= 13 12 PKG_OPTIONS_VAR= PKG_OPTIONS.timescaledb PKG_SUPPORTED_OPTIONS+= timescale-license Index: pkgsrc/databases/postgresql-timescaledb/PLIST diff -u pkgsrc/databases/postgresql-timescaledb/PLIST:1.6 pkgsrc/databases/postgresql-timescaledb/PLIST:1.7 --- pkgsrc/databases/postgresql-timescaledb/PLIST:1.6 Sun Jul 25 16:45:55 2021 +++ pkgsrc/databases/postgresql-timescaledb/PLIST Tue Aug 24 18:23:22 2021 @@ -1,22 +1,7 @@ -@comment $NetBSD: PLIST,v 1.6 2021/07/25 16:45:55 tnn Exp $ +@comment $NetBSD: PLIST,v 1.7 2021/08/24 18:23:22 tnn Exp $ lib/postgresql/timescaledb-${PKGVERSION}.so ${PLIST.tsl}lib/postgresql/timescaledb-tsl-${PKGVERSION}.so lib/postgresql/timescaledb.so -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 -share/postgresql/extension/timescaledb--1.2.1--${PKGVERSION}.sql -share/postgresql/extension/timescaledb--1.2.2--${PKGVERSION}.sql -share/postgresql/extension/timescaledb--1.3.0--${PKGVERSION}.sql -share/postgresql/extension/timescaledb--1.3.1--${PKGVERSION}.sql -share/postgresql/extension/timescaledb--1.3.2--${PKGVERSION}.sql -share/postgresql/extension/timescaledb--1.4.0--${PKGVERSION}.sql -share/postgresql/extension/timescaledb--1.4.1--${PKGVERSION}.sql -share/postgresql/extension/timescaledb--1.4.2--${PKGVERSION}.sql -share/postgresql/extension/timescaledb--1.5.0--${PKGVERSION}.sql -share/postgresql/extension/timescaledb--1.5.1--${PKGVERSION}.sql -share/postgresql/extension/timescaledb--1.6.0--${PKGVERSION}.sql -share/postgresql/extension/timescaledb--1.6.1--${PKGVERSION}.sql share/postgresql/extension/timescaledb--1.7.0--${PKGVERSION}.sql share/postgresql/extension/timescaledb--1.7.1--${PKGVERSION}.sql share/postgresql/extension/timescaledb--1.7.2--${PKGVERSION}.sql @@ -35,5 +20,7 @@ share/postgresql/extension/timescaledb-- share/postgresql/extension/timescaledb--2.2.0--${PKGVERSION}.sql share/postgresql/extension/timescaledb--2.2.1--${PKGVERSION}.sql share/postgresql/extension/timescaledb--2.3.0--${PKGVERSION}.sql +share/postgresql/extension/timescaledb--2.3.1--${PKGVERSION}.sql +share/postgresql/extension/timescaledb--2.4.0--${PKGVERSION}.sql share/postgresql/extension/timescaledb--${PKGVERSION}.sql share/postgresql/extension/timescaledb.control Index: pkgsrc/databases/postgresql-timescaledb/distinfo diff -u pkgsrc/databases/postgresql-timescaledb/distinfo:1.6 pkgsrc/databases/postgresql-timescaledb/distinfo:1.7 --- pkgsrc/databases/postgresql-timescaledb/distinfo:1.6 Sun Jul 25 16:45:55 2021 +++ pkgsrc/databases/postgresql-timescaledb/distinfo Tue Aug 24 18:23:22 2021 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.6 2021/07/25 16:45:55 tnn Exp $ +$NetBSD: distinfo,v 1.7 2021/08/24 18:23:22 tnn Exp $ -SHA1 (timescaledb-2.3.1.tar.gz) = 79aca86ef93a25597488ecc5aca95319614bbc00 -RMD160 (timescaledb-2.3.1.tar.gz) = ab0677f1b83e043ba81fe52731885954cb425b8c -SHA512 (timescaledb-2.3.1.tar.gz) = 431f716ecd98504ce8e5b85e6fd10bf87ed39aac0244b7e968383537caae965ece09f016fed8ea010f5d42b392aed2d75b012deafd807d107f3dc75cbde287ec -Size (timescaledb-2.3.1.tar.gz) = 2699256 bytes +SHA1 (timescaledb-2.4.1.tar.gz) = 7e9a80a96df83c7113d483e126a7385d70daa869 +RMD160 (timescaledb-2.4.1.tar.gz) = 32422398e17af76ffb4903a6f8f1ec09394a97ec +SHA512 (timescaledb-2.4.1.tar.gz) = 54baced28eb20aa14c78605ce7828f7c48210125d9193c3e1c88e9ae81616b2baf37a1eb97c5eb0ddc9b6820d534d134ad047f3c7ace374e29191a42142f35a1 +Size (timescaledb-2.4.1.tar.gz) = 2401410 bytes SHA1 (patch-CMakeLists.txt) = e486505c1523a79b264c78495682a9c1913f199a --_----------=_162982940257480--