pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/postgresql-timescaledb



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.

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



Home | Main Index | Thread Index | Old Index