pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/postgresql-timescaledb postgresql-timescaled...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a012b44308c7
branches:  trunk
changeset: 384708:a012b44308c7
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Sep 04 11:25:32 2022 +0000

description:
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

diffstat:

 databases/postgresql-timescaledb/Makefile                     |   4 +-
 databases/postgresql-timescaledb/PLIST                        |   5 ++-
 databases/postgresql-timescaledb/distinfo                     |   9 ++---
 databases/postgresql-timescaledb/patches/patch-CMakeLists.txt |  15 -----------
 4 files changed, 10 insertions(+), 23 deletions(-)

diffs (63 lines):

diff -r f9ba733b9e6f -r a012b44308c7 databases/postgresql-timescaledb/Makefile
--- a/databases/postgresql-timescaledb/Makefile Sun Sep 04 10:57:29 2022 +0000
+++ b/databases/postgresql-timescaledb/Makefile Sun Sep 04 11:25:32 2022 +0000
@@ -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/}
diff -r f9ba733b9e6f -r a012b44308c7 databases/postgresql-timescaledb/PLIST
--- a/databases/postgresql-timescaledb/PLIST    Sun Sep 04 10:57:29 2022 +0000
+++ b/databases/postgresql-timescaledb/PLIST    Sun Sep 04 11:25:32 2022 +0000
@@ -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--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
diff -r f9ba733b9e6f -r a012b44308c7 databases/postgresql-timescaledb/distinfo
--- a/databases/postgresql-timescaledb/distinfo Sun Sep 04 10:57:29 2022 +0000
+++ b/databases/postgresql-timescaledb/distinfo Sun Sep 04 11:25:32 2022 +0000
@@ -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
diff -r f9ba733b9e6f -r a012b44308c7 databases/postgresql-timescaledb/patches/patch-CMakeLists.txt
--- a/databases/postgresql-timescaledb/patches/patch-CMakeLists.txt     Sun Sep 04 10:57:29 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-CMakeLists.txt,v 1.3 2022/03/11 18:35:32 tnn Exp $
-
-pkgsrc postgresql-server is definitely built --with-openssl but for some reason it is not
-expressed in pg_config --configure, so override the check.
-
---- CMakeLists.txt.orig        2022-02-17 17:53:00.000000000 +0000
-+++ CMakeLists.txt
-@@ -570,6 +570,7 @@ execute_process(
-   OUTPUT_STRIP_TRAILING_WHITESPACE)
- string(REGEX MATCH "--with-(ssl=)?openssl" PG_USE_OPENSSL
-              "${PG_CONFIGURE_FLAGS}")
-+set(PG_USE_OPENSSL true)
- 
- if(USE_OPENSSL AND (NOT PG_USE_OPENSSL))
-   message(



Home | Main Index | Thread Index | Old Index