Received: by mail.netbsd.org (Postfix, from userid 605) id 08CEF84D3D; Sun, 25 Apr 2021 10:07:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 43C6384CDA for ; Sun, 25 Apr 2021 10:07:43 +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 1n_VzH4xrJcy for ; Sun, 25 Apr 2021 10:07:42 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9994484CBC for ; Sun, 25 Apr 2021 10:07:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8C110FA95; Sun, 25 Apr 2021 10:07:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1619345262279550" MIME-Version: 1.0 Date: Sun, 25 Apr 2021 10:07:42 +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: <20210425100742.8C110FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1619345262279550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Sun Apr 25 10:07:42 UTC 2021 Modified Files: pkgsrc/databases/postgresql-timescaledb: Makefile PLIST distinfo Log Message: timescaledb: update to 2.2.0 Major Features Add distributed restore point functionality SkipScan to speed up SELECT DISTINCT Bugfixes Refactor and harden size and stats functions Reduce memory usage for distributed inserts Fix extremely slow multi-node order by queries Fix chunk index column name mapping Keep Append pathkeys in ChunkAppend To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/postgresql-timescaledb/Makefile cvs rdiff -u -r1.3 -r1.4 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. --_----------=_1619345262279550 Content-Disposition: inline Content-Length: 3382 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.6 pkgsrc/databases/postgresql-timescaledb/Makefile:1.7 --- pkgsrc/databases/postgresql-timescaledb/Makefile:1.6 Sat Apr 3 17:15:42 2021 +++ pkgsrc/databases/postgresql-timescaledb/Makefile Sun Apr 25 10:07:42 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2021/04/03 17:15:42 tnn Exp $ +# $NetBSD: Makefile,v 1.7 2021/04/25 10:07:42 tnn Exp $ -DISTNAME= timescaledb-2.1.1 +DISTNAME= timescaledb-2.2.0 PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME} CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GITHUB:=timescale/} @@ -25,10 +25,5 @@ CMAKE_ARGS+= -DREGRESS_CHECKS=OFF PGSQL_VERSIONS_ACCEPTED= 13 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" Index: pkgsrc/databases/postgresql-timescaledb/PLIST diff -u pkgsrc/databases/postgresql-timescaledb/PLIST:1.3 pkgsrc/databases/postgresql-timescaledb/PLIST:1.4 --- pkgsrc/databases/postgresql-timescaledb/PLIST:1.3 Sat Apr 3 17:15:42 2021 +++ pkgsrc/databases/postgresql-timescaledb/PLIST Sun Apr 25 10:07:42 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2021/04/03 17:15:42 tnn Exp $ +@comment $NetBSD: PLIST,v 1.4 2021/04/25 10:07:42 tnn Exp $ lib/postgresql/timescaledb-${PKGVERSION}.so lib/postgresql/timescaledb-tsl-${PKGVERSION}.so lib/postgresql/timescaledb.so @@ -31,5 +31,6 @@ share/postgresql/extension/timescaledb-- share/postgresql/extension/timescaledb--2.0.1--${PKGVERSION}.sql share/postgresql/extension/timescaledb--2.0.2--${PKGVERSION}.sql share/postgresql/extension/timescaledb--2.1.0--${PKGVERSION}.sql +share/postgresql/extension/timescaledb--2.1.1--${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.3 pkgsrc/databases/postgresql-timescaledb/distinfo:1.4 --- pkgsrc/databases/postgresql-timescaledb/distinfo:1.3 Sat Apr 3 17:15:42 2021 +++ pkgsrc/databases/postgresql-timescaledb/distinfo Sun Apr 25 10:07:42 2021 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2021/04/03 17:15:42 tnn Exp $ +$NetBSD: distinfo,v 1.4 2021/04/25 10:07:42 tnn Exp $ -SHA1 (timescaledb-2.1.1.tar.gz) = 9a876d1025b008d860cb1c59ad4a7b73317e83dc -RMD160 (timescaledb-2.1.1.tar.gz) = 07c093d3a1f7edb0ac111dc163e1cf8a4936f47e -SHA512 (timescaledb-2.1.1.tar.gz) = 53bd8f9006741af834cc2598efe95b94e6ebf00df770ac3a4e0a087af83c8ba5ac2b1f421fd108e6609fde6bea725f05e2d590c3f341030a0f31edb6a3cf6cd5 -Size (timescaledb-2.1.1.tar.gz) = 2534361 bytes +SHA1 (timescaledb-2.2.0.tar.gz) = d6a88c141b338f732327d6075d5581e24f481619 +RMD160 (timescaledb-2.2.0.tar.gz) = 6eb336378ea5e590d78ba7b1230673433a69fe2e +SHA512 (timescaledb-2.2.0.tar.gz) = 041064f8c780add809deaeabbca762beb5b7b29803427107f02c39f385bfa71bac81abd43ba8abdcf9bd9d83725857e5ed37fa3f6de2cc1668f97b19fa5a792e +Size (timescaledb-2.2.0.tar.gz) = 2614359 bytes SHA1 (patch-CMakeLists.txt) = 75585489fde773d0cad310f33fa03a978b852b51 --_----------=_1619345262279550--