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:           Fri Mar 11 18:35:32 UTC 2022

Modified Files:
        pkgsrc/databases/postgresql-timescaledb: Makefile PLIST distinfo
        pkgsrc/databases/postgresql-timescaledb/patches: patch-CMakeLists.txt

Log Message:
postgresql-timescaledb: update to 2.6.0

- Continuous aggregates with compression
- time_bucket_ng support for N months and timezones on cont. aggregates
- Query planning performance is improved for hypertables with a large
  number of chunks.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/postgresql-timescaledb/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/postgresql-timescaledb/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/postgresql-timescaledb/distinfo
cvs rdiff -u -r1.2 -r1.3 \
    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.12 pkgsrc/databases/postgresql-timescaledb/Makefile:1.13
--- pkgsrc/databases/postgresql-timescaledb/Makefile:1.12       Fri Dec 10 11:20:03 2021
+++ pkgsrc/databases/postgresql-timescaledb/Makefile    Fri Mar 11 18:35:32 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2021/12/10 11:20:03 tnn Exp $
+# $NetBSD: Makefile,v 1.13 2022/03/11 18:35:32 tnn Exp $
 
-DISTNAME=      timescaledb-2.5.1
+DISTNAME=      timescaledb-2.6.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.9 pkgsrc/databases/postgresql-timescaledb/PLIST:1.10
--- pkgsrc/databases/postgresql-timescaledb/PLIST:1.9   Fri Dec 10 11:20:03 2021
+++ pkgsrc/databases/postgresql-timescaledb/PLIST       Fri Mar 11 18:35:32 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2021/12/10 11:20:03 tnn Exp $
+@comment $NetBSD: PLIST,v 1.10 2022/03/11 18:35:32 tnn Exp $
 lib/postgresql/timescaledb-${PKGVERSION}.so
 ${PLIST.tsl}lib/postgresql/timescaledb-tsl-${PKGVERSION}.so
 lib/postgresql/timescaledb.so
@@ -25,5 +25,7 @@ share/postgresql/extension/timescaledb--
 share/postgresql/extension/timescaledb--2.4.1--${PKGVERSION}.sql
 share/postgresql/extension/timescaledb--2.4.2--${PKGVERSION}.sql
 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--${PKGVERSION}.sql
 share/postgresql/extension/timescaledb.control

Index: pkgsrc/databases/postgresql-timescaledb/distinfo
diff -u pkgsrc/databases/postgresql-timescaledb/distinfo:1.11 pkgsrc/databases/postgresql-timescaledb/distinfo:1.12
--- pkgsrc/databases/postgresql-timescaledb/distinfo:1.11       Fri Dec 10 11:20:03 2021
+++ pkgsrc/databases/postgresql-timescaledb/distinfo    Fri Mar 11 18:35:32 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2021/12/10 11:20:03 tnn Exp $
+$NetBSD: distinfo,v 1.12 2022/03/11 18:35:32 tnn Exp $
 
-BLAKE2s (timescaledb-2.5.1.tar.gz) = 5a70a0e9522440a5e23880b048cf2852fa49c69dab9d64e145211532f4ed523b
-SHA512 (timescaledb-2.5.1.tar.gz) = 501e96c2b1fe3257444dd30a41808dc8a84bbc6275ff5908f54fffa5af406ba1e1fb9462cb4d0b4d7be1d49762e7477f9831a33d42e970f37af7f25598b65222
-Size (timescaledb-2.5.1.tar.gz) = 2760329 bytes
-SHA1 (patch-CMakeLists.txt) = e486505c1523a79b264c78495682a9c1913f199a
+BLAKE2s (timescaledb-2.6.0.tar.gz) = e946a339af2797b63b3ff7c697dc71e9d00cf85b1903647427ef7d2e27680e7c
+SHA512 (timescaledb-2.6.0.tar.gz) = b076a44e3b30e99986dba710079cdc1a38b59a9d65ecd9f78fa16f3b762f253d7a9236a34a4d7e7beb29c1051113ea8877973e07ed3116012c9d2175a77e2edc
+Size (timescaledb-2.6.0.tar.gz) = 2863860 bytes
+SHA1 (patch-CMakeLists.txt) = 54b204442420b42d583e6c44165fdc4c003247b8

Index: pkgsrc/databases/postgresql-timescaledb/patches/patch-CMakeLists.txt
diff -u pkgsrc/databases/postgresql-timescaledb/patches/patch-CMakeLists.txt:1.2 pkgsrc/databases/postgresql-timescaledb/patches/patch-CMakeLists.txt:1.3
--- pkgsrc/databases/postgresql-timescaledb/patches/patch-CMakeLists.txt:1.2    Sun Jul 25 16:45:55 2021
+++ pkgsrc/databases/postgresql-timescaledb/patches/patch-CMakeLists.txt        Fri Mar 11 18:35:32 2022
@@ -1,14 +1,14 @@
-$NetBSD: patch-CMakeLists.txt,v 1.2 2021/07/25 16:45:55 tnn Exp $
+$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        2021-07-06 06:37:21.000000000 +0000
+--- CMakeLists.txt.orig        2022-02-17 17:53:00.000000000 +0000
 +++ CMakeLists.txt
-@@ -534,6 +534,7 @@ execute_process(
-   OUTPUT_VARIABLE PG_CONFIGURE_FLAGS
+@@ -570,6 +570,7 @@ execute_process(
    OUTPUT_STRIP_TRAILING_WHITESPACE)
- string(REGEX MATCH "--with-openssl" PG_USE_OPENSSL "${PG_CONFIGURE_FLAGS}")
+ 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))



Home | Main Index | Thread Index | Old Index