diff options
author | tnn <tnn@pkgsrc.org> | 2022-07-18 15:50:03 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2022-07-18 15:50:03 +0000 |
commit | a084bc27bf9949c8991922aa4fd7774a906ed474 (patch) | |
tree | 2f1f2101546f3dee975f36636378da65d1a88674 | |
parent | 2efdc7565fec77cfc31aa1d0404e0307e7e8d6a9 (diff) | |
download | pkgsrc-a084bc27bf9949c8991922aa4fd7774a906ed474.tar.gz |
postgresql-timescaledb: update to 2.7.0
Optimize continuous aggregate query performance and storage
The following query clauses and functions can now be used in a continuous
aggregate: FILTER, DISTINCT, ORDER BY as well as Ordered-Set Aggregate
and Hypothetical-Set Aggregate
Optimize now() query planning time
Improve COPY insert performance
Improve performance of UPDATE/DELETE on PG14 by excluding chunks
-rw-r--r-- | databases/postgresql-timescaledb/Makefile | 4 | ||||
-rw-r--r-- | databases/postgresql-timescaledb/PLIST | 3 | ||||
-rw-r--r-- | databases/postgresql-timescaledb/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/databases/postgresql-timescaledb/Makefile b/databases/postgresql-timescaledb/Makefile index 27f54b520ea..a81610437cf 100644 --- a/databases/postgresql-timescaledb/Makefile +++ b/databases/postgresql-timescaledb/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2022/04/12 22:02:49 tnn Exp $ +# $NetBSD: Makefile,v 1.15 2022/07/18 15:50:03 tnn Exp $ -DISTNAME= timescaledb-2.6.1 +DISTNAME= timescaledb-2.7.0 PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME} CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GITHUB:=timescale/} diff --git a/databases/postgresql-timescaledb/PLIST b/databases/postgresql-timescaledb/PLIST index 6f0e364ff58..b4b50cce55f 100644 --- a/databases/postgresql-timescaledb/PLIST +++ b/databases/postgresql-timescaledb/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2022/04/12 22:02:49 tnn Exp $ +@comment $NetBSD: PLIST,v 1.12 2022/07/18 15:50:03 tnn Exp $ lib/postgresql/timescaledb-${PKGVERSION}.so ${PLIST.tsl}lib/postgresql/timescaledb-tsl-${PKGVERSION}.so lib/postgresql/timescaledb.so @@ -28,5 +28,6 @@ share/postgresql/extension/timescaledb--2.5.0--${PKGVERSION}.sql share/postgresql/extension/timescaledb--2.5.1--${PKGVERSION}.sql 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--${PKGVERSION}.sql share/postgresql/extension/timescaledb.control diff --git a/databases/postgresql-timescaledb/distinfo b/databases/postgresql-timescaledb/distinfo index 4f32a8e4ff0..eb6b3cbf43b 100644 --- a/databases/postgresql-timescaledb/distinfo +++ b/databases/postgresql-timescaledb/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2022/04/12 22:02:49 tnn Exp $ +$NetBSD: distinfo,v 1.14 2022/07/18 15:50:03 tnn Exp $ -BLAKE2s (timescaledb-2.6.1.tar.gz) = 04d1c88cfa7ebb4e35072c9692d6267a3381452be524975ef67ba799056f742e -SHA512 (timescaledb-2.6.1.tar.gz) = edcc84c37af9670c1a7bf527f5c430405e9b04e9a35e676d04e7ac70b20184032f992d05545a180b50ac2346b076aac4fc98348c355006345394910978864a8f -Size (timescaledb-2.6.1.tar.gz) = 2876847 bytes +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 |