Received: by mail.netbsd.org (Postfix, from userid 605) id DED5A84D2E; Sun, 4 Sep 2022 11:25:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2335D84CF8 for ; Sun, 4 Sep 2022 11:25:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 3s3Yn6BJIPtR for ; Sun, 4 Sep 2022 11:25:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7BF9D84C86 for ; Sun, 4 Sep 2022 11:25:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7513FFA8D; Sun, 4 Sep 2022 11:25:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1662290732115110" MIME-Version: 1.0 Date: Sun, 4 Sep 2022 11:25:32 +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: <20220904112532.7513FFA8D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1662290732115110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Sun Sep 4 11:25:32 UTC 2022 Modified Files: pkgsrc/databases/postgresql-timescaledb: Makefile PLIST distinfo Removed Files: pkgsrc/databases/postgresql-timescaledb/patches: patch-CMakeLists.txt Log Message: postgresql-timescaledb: update to 2.8.0 This release includes these noteworthy features: time_bucket now supports bucketing by month, year and timezone Improve performance of bulk SELECT and COPY for distributed hypertables 1 step CAgg policy management Migrate Continuous Aggregates to the new format To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/postgresql-timescaledb/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/postgresql-timescaledb/PLIST cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/postgresql-timescaledb/distinfo cvs rdiff -u -r1.3 -r0 \ pkgsrc/databases/postgresql-timescaledb/patches/patch-CMakeLists.txt Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1662290732115110 Content-Disposition: inline Content-Length: 2994 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.15 pkgsrc/databases/postgresql-timescaledb/Makefile:1.16 --- pkgsrc/databases/postgresql-timescaledb/Makefile:1.15 Mon Jul 18 15:50:03 2022 +++ pkgsrc/databases/postgresql-timescaledb/Makefile Sun Sep 4 11:25:32 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2022/07/18 15:50:03 tnn Exp $ +# $NetBSD: Makefile,v 1.16 2022/09/04 11:25:32 tnn Exp $ -DISTNAME= timescaledb-2.7.0 +DISTNAME= timescaledb-2.8.0 PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME} CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GITHUB:=timescale/} Index: pkgsrc/databases/postgresql-timescaledb/PLIST diff -u pkgsrc/databases/postgresql-timescaledb/PLIST:1.12 pkgsrc/databases/postgresql-timescaledb/PLIST:1.13 --- pkgsrc/databases/postgresql-timescaledb/PLIST:1.12 Mon Jul 18 15:50:03 2022 +++ pkgsrc/databases/postgresql-timescaledb/PLIST Sun Sep 4 11:25:32 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2022/07/18 15:50:03 tnn Exp $ +@comment $NetBSD: PLIST,v 1.13 2022/09/04 11:25:32 tnn Exp $ lib/postgresql/timescaledb-${PKGVERSION}.so ${PLIST.tsl}lib/postgresql/timescaledb-tsl-${PKGVERSION}.so lib/postgresql/timescaledb.so @@ -29,5 +29,8 @@ share/postgresql/extension/timescaledb-- share/postgresql/extension/timescaledb--2.5.2--${PKGVERSION}.sql share/postgresql/extension/timescaledb--2.6.0--${PKGVERSION}.sql share/postgresql/extension/timescaledb--2.6.1--${PKGVERSION}.sql +share/postgresql/extension/timescaledb--2.7.0--${PKGVERSION}.sql +share/postgresql/extension/timescaledb--2.7.1--${PKGVERSION}.sql +share/postgresql/extension/timescaledb--2.7.2--${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.14 pkgsrc/databases/postgresql-timescaledb/distinfo:1.15 --- pkgsrc/databases/postgresql-timescaledb/distinfo:1.14 Mon Jul 18 15:50:03 2022 +++ pkgsrc/databases/postgresql-timescaledb/distinfo Sun Sep 4 11:25:32 2022 @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.14 2022/07/18 15:50:03 tnn Exp $ +$NetBSD: distinfo,v 1.15 2022/09/04 11:25:32 tnn Exp $ -BLAKE2s (timescaledb-2.7.0.tar.gz) = 4ba395a40e9224e429d70d496b8c7dc3c11c68258c1f28cf734dcd81d744f727 -SHA512 (timescaledb-2.7.0.tar.gz) = fb07e06be36c2a59fbbaa77c7cbc3b564ce26b8f508211ec10b19b2e9bf08afed2e734b9a578b97ed99af95936a8f722cbc4cf2b5c6952df739e777ea96bf414 -Size (timescaledb-2.7.0.tar.gz) = 2962972 bytes -SHA1 (patch-CMakeLists.txt) = 54b204442420b42d583e6c44165fdc4c003247b8 +BLAKE2s (timescaledb-2.8.0.tar.gz) = 8e4cc4f16dffe7bae730f1139f9674eb5de87a40f8fe7de0392fc310350f2569 +SHA512 (timescaledb-2.8.0.tar.gz) = 0d9c947b230b2aecfa8d6bc8c0a995fe2847e8851fff58d5fcfab532cf54581f72acd2c9eaa8e55bd5e425db5c31baa4bef83ccd41413a26ce0a9c940d2ab6db +Size (timescaledb-2.8.0.tar.gz) = 6768327 bytes --_----------=_1662290732115110--