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:           Thu Sep  3 05:05:15 UTC 2026

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

Log Message:
postgresql-timescaledb: updated to 2.29.2

2.29.2 (2026-08-18)

This release contains bug fixes since the 2.29.1 release. We recommend that you upgrade at the next available opportunity.

Bugfixes

* Fix user-defined functions named time_bucket causing SQLSTATE XX000
* Fix time_bucket_gapfill() with window aggregates over constants
* Repair mismatched dimensional CHECK constraints
* Fix compressed SkipScan dropping uncompressed rows when sort keys do not match distinct keys
* Do not attach SkipScan to mismatched IndexScan paths under MergeAppend
* Fix wrong results for IS NULL predicates with min/max sparse-index pushdown

2.29.1 (2026-08-04)

This release contains performance improvements and bug fixes since the 2.29.0 release and fixes for security vulnerabilities. You can check the security advisory for more information on the 
vulnerability and the platforms that are affected. We recommend that you upgrade at the next available opportunity.

Bugfixes

* Assertion failure in add_dimension() when the hypertable argument is NULL
* Fix crash when deleting from a compressed continuous aggregate source
* Validate max_batches in compact_chunk()
* Reset inherited column and constraint flags on chunks during attach_chunk()
* Fix decompressor crashes with malformed compressed data
* Fix typo in error message about MERGE support on compressed hypertables
* Read hypertable max time value with an ordered scan
* Add missing permission checks to internal chunk functions


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/databases/postgresql-timescaledb/Makefile
cvs rdiff -u -r1.53 -r1.54 pkgsrc/databases/postgresql-timescaledb/PLIST
cvs rdiff -u -r1.54 -r1.55 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.57 pkgsrc/databases/postgresql-timescaledb/Makefile:1.58
--- pkgsrc/databases/postgresql-timescaledb/Makefile:1.57       Wed Jul 22 08:04:53 2026
+++ pkgsrc/databases/postgresql-timescaledb/Makefile    Thu Sep  3 05:05:15 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2026/07/22 08:04:53 adam Exp $
+# $NetBSD: Makefile,v 1.58 2026/09/03 05:05:15 adam Exp $
 
-DISTNAME=      timescaledb-2.28.3
+DISTNAME=      timescaledb-2.29.2
 PKGNAME=       postgresql${PGSQL_VERSION}-${DISTNAME}
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=timescale/}
@@ -16,7 +16,7 @@ DEPENDS+=     postgresql${PGSQL_VERSION}-ser
 CMAKE_CONFIGURE_ARGS+= -DUSE_OPENSSL=ON
 CMAKE_CONFIGURE_ARGS+= -DREGRESS_CHECKS=OFF
 
-PGSQL_VERSIONS_ACCEPTED=       18 17 16 15
+PGSQL_VERSIONS_ACCEPTED=       18 17 16
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.timescaledb
 PKG_SUPPORTED_OPTIONS+=                timescale-license

Index: pkgsrc/databases/postgresql-timescaledb/PLIST
diff -u pkgsrc/databases/postgresql-timescaledb/PLIST:1.53 pkgsrc/databases/postgresql-timescaledb/PLIST:1.54
--- pkgsrc/databases/postgresql-timescaledb/PLIST:1.53  Wed Jul 22 08:04:53 2026
+++ pkgsrc/databases/postgresql-timescaledb/PLIST       Thu Sep  3 05:05:15 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.53 2026/07/22 08:04:53 adam Exp $
+@comment $NetBSD: PLIST,v 1.54 2026/09/03 05:05:15 adam Exp $
 lib/postgresql/timescaledb-${PKGVERSION}.${SHLIB_EXT}
 ${PLIST.tsl}lib/postgresql/timescaledb-tsl-${PKGVERSION}.${SHLIB_EXT}
 lib/postgresql/timescaledb.${SHLIB_EXT}
@@ -62,6 +62,9 @@ share/postgresql/extension/timescaledb--
 share/postgresql/extension/timescaledb--2.28.0--${PKGVERSION}.sql
 share/postgresql/extension/timescaledb--2.28.1--${PKGVERSION}.sql
 share/postgresql/extension/timescaledb--2.28.2--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--2.28.3--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--2.29.0--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--2.29.1--${PKGVERSION}.sql
 share/postgresql/extension/timescaledb--2.9.0--${PKGVERSION}.sql
 share/postgresql/extension/timescaledb--2.9.1--${PKGVERSION}.sql
 share/postgresql/extension/timescaledb--2.9.2--${PKGVERSION}.sql

Index: pkgsrc/databases/postgresql-timescaledb/distinfo
diff -u pkgsrc/databases/postgresql-timescaledb/distinfo:1.54 pkgsrc/databases/postgresql-timescaledb/distinfo:1.55
--- pkgsrc/databases/postgresql-timescaledb/distinfo:1.54       Wed Jul 22 08:04:53 2026
+++ pkgsrc/databases/postgresql-timescaledb/distinfo    Thu Sep  3 05:05:15 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.54 2026/07/22 08:04:53 adam Exp $
+$NetBSD: distinfo,v 1.55 2026/09/03 05:05:15 adam Exp $
 
-BLAKE2s (timescaledb-2.28.3.tar.gz) = 14d25208806996a958510f20a5b5983a3bd2e14991c3777c54b8f16297ad8ad1
-SHA512 (timescaledb-2.28.3.tar.gz) = f1e8dc223431a8bc74802888bc2f426129f92026a4cdac8cf427043851b5ad6d6d15374de440618443053f7220f39daffd8f45453b5e1be90828a4aed91f31e6
-Size (timescaledb-2.28.3.tar.gz) = 8900951 bytes
+BLAKE2s (timescaledb-2.29.2.tar.gz) = 3916038a28c2beb08ab80b1f5a9f83c18867ec9a8b0f69949e302da596991f96
+SHA512 (timescaledb-2.29.2.tar.gz) = e304a595a977fb012eec3d55c26f8b685f3add4507c1b55bf91520200a0d621cd143d8528ca9f5b8681e4372fa7b7daa69dc7f953b83becde599c29c9364fce1
+Size (timescaledb-2.29.2.tar.gz) = 8862936 bytes



Home | Main Index | Thread Index | Old Index