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:   adam
Date:           Sat Jan 25 12:07:48 UTC 2025

Modified Files:
        pkgsrc/databases/postgresql-timescaledb: Makefile PLIST distinfo

Log Message:
postgresql-timescaledb: updated to 2.18.0

2.18.0 (2025-01-23)

This release introduces the ability to add secondary indexes to the columnstore, improves group by and filtering performance through columnstore vectorization, and contains the highly upvoted 
community request of transition table support. We recommend that you upgrade at the next available opportunity.

Highlighted features in TimescaleDB v2.18.0

The ability to add secondary indexes to the columnstore through the new hypercore table access method.
Significant performance improvements through vectorization (SIMD) for aggregations using a group by with one column and/or using a filter clause when querying the columnstore.
Hypertables support triggers for transition tables, which is one of the most upvoted community feature requests.
Updated methods to manage Timescale's hybrid row-columnar store (hypercore) that highlight the usage of the columnstore which includes both an optimized columnar format as well as compression.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/databases/postgresql-timescaledb/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/databases/postgresql-timescaledb/PLIST
cvs rdiff -u -r1.33 -r1.34 pkgsrc/databases/postgresql-timescaledb/distinfo

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.35 pkgsrc/databases/postgresql-timescaledb/Makefile:1.36
--- pkgsrc/databases/postgresql-timescaledb/Makefile:1.35       Fri Nov  8 13:46:49 2024
+++ pkgsrc/databases/postgresql-timescaledb/Makefile    Sat Jan 25 12:07:48 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2024/11/08 13:46:49 adam Exp $
+# $NetBSD: Makefile,v 1.36 2025/01/25 12:07:48 adam Exp $
 
-DISTNAME=      timescaledb-2.17.2
+DISTNAME=      timescaledb-2.18.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.31 pkgsrc/databases/postgresql-timescaledb/PLIST:1.32
--- pkgsrc/databases/postgresql-timescaledb/PLIST:1.31  Fri Nov  8 13:46:49 2024
+++ pkgsrc/databases/postgresql-timescaledb/PLIST       Sat Jan 25 12:07:48 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.31 2024/11/08 13:46:49 adam Exp $
+@comment $NetBSD: PLIST,v 1.32 2025/01/25 12:07:48 adam Exp $
 lib/postgresql/timescaledb-${PKGVERSION}.${SOEXT}
 ${PLIST.tsl}lib/postgresql/timescaledb-tsl-${PKGVERSION}.${SOEXT}
 lib/postgresql/timescaledb.${SOEXT}
@@ -26,6 +26,7 @@ share/postgresql/extension/timescaledb--
 share/postgresql/extension/timescaledb--2.16.1--${PKGVERSION}.sql
 share/postgresql/extension/timescaledb--2.17.0--${PKGVERSION}.sql
 share/postgresql/extension/timescaledb--2.17.1--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--2.17.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

Index: pkgsrc/databases/postgresql-timescaledb/distinfo
diff -u pkgsrc/databases/postgresql-timescaledb/distinfo:1.33 pkgsrc/databases/postgresql-timescaledb/distinfo:1.34
--- pkgsrc/databases/postgresql-timescaledb/distinfo:1.33       Fri Nov  8 13:46:49 2024
+++ pkgsrc/databases/postgresql-timescaledb/distinfo    Sat Jan 25 12:07:48 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.33 2024/11/08 13:46:49 adam Exp $
+$NetBSD: distinfo,v 1.34 2025/01/25 12:07:48 adam Exp $
 
-BLAKE2s (timescaledb-2.17.2.tar.gz) = c949b8c5889f6c286ce090241f9856ffb7f71a54a43b6e5db0832dd5b57901a4
-SHA512 (timescaledb-2.17.2.tar.gz) = fc74d41062735bd4136ac71b0e10aecf34a64cdb29fd2ff31eae3f406beb8db00866e8ed7e142d47852e1586a6ad2ffa1652fbd792a45e995174b62464963d1e
-Size (timescaledb-2.17.2.tar.gz) = 7567447 bytes
+BLAKE2s (timescaledb-2.18.0.tar.gz) = 8c23070309ca034c28a18046fe38ce52c8118bf91e0e5510609491522fc4c573
+SHA512 (timescaledb-2.18.0.tar.gz) = 6a41c49b0262064d70e6b754a95a3914b43b518523c63a9a9604612df2188117733b237330cb28ffe5d7da10e64e7db11fe952b976878dff5624c799d8d37220
+Size (timescaledb-2.18.0.tar.gz) = 7890767 bytes



Home | Main Index | Thread Index | Old Index