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 Apr 30 09:16:05 UTC 2026

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

Log Message:
postgresql-timescaledb: updated to 2.26.4

2.26.4

Sanitize `DT_NOBEGIN` next_start to recover jobs stuck after primary failover
Fix `now()` constification for continuous aggregate queries
Fix out of memory when propagating `ALTER TABLE` to many chunks
Fix `InstrStartNode` called twice in a row
Fix use-after-free of `PlaceHolderVar.phrels` in cached ChunkAppend plans
Fix `PlaceHolderVar` error in runtime chunk exclusion
Remove stale hypertable entries during upgrade
Fix segfault with transition tables after column drop
Use `DROP CASCADE` for trigger removal
Error when querying compressed chunks under Apache license
Make `timescaledb_post_restore()` reliably restart background workers in a single call
Fix lost orderby sparse index
Replace `ERRCODE_INTERNAL_ERROR` on user-reachable error paths
Add Error on missing custom job function in `ts_bgw_job_get_funci`
Fix data corruption when merging chunks with different compression settings
Fix `sort_transform` crash with hypertable on nullable side of outer join
Fix concurrent merge of compressed chunks dropping the new heap
Fix `COPY` path with transition tables after column drop
Fix incremental continuous aggregate refresh so that `extend_last_bucket` only applies to the boundary batch
Fix segmentby crash in cagg invalidation tracking


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/databases/postgresql-timescaledb/Makefile
cvs rdiff -u -r1.47 -r1.48 pkgsrc/databases/postgresql-timescaledb/PLIST
cvs rdiff -u -r1.48 -r1.49 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.51 pkgsrc/databases/postgresql-timescaledb/Makefile:1.52
--- pkgsrc/databases/postgresql-timescaledb/Makefile:1.51       Fri Apr 17 10:14:09 2026
+++ pkgsrc/databases/postgresql-timescaledb/Makefile    Thu Apr 30 09:16:05 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.51 2026/04/17 10:14:09 adam Exp $
+# $NetBSD: Makefile,v 1.52 2026/04/30 09:16:05 adam Exp $
 
-DISTNAME=      timescaledb-2.26.3
+DISTNAME=      timescaledb-2.26.4
 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.47 pkgsrc/databases/postgresql-timescaledb/PLIST:1.48
--- pkgsrc/databases/postgresql-timescaledb/PLIST:1.47  Fri Apr 17 10:14:09 2026
+++ pkgsrc/databases/postgresql-timescaledb/PLIST       Thu Apr 30 09:16:05 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.47 2026/04/17 10:14:09 adam Exp $
+@comment $NetBSD: PLIST,v 1.48 2026/04/30 09:16:05 adam Exp $
 lib/postgresql/timescaledb-${PKGVERSION}.${SHLIB_EXT}
 ${PLIST.tsl}lib/postgresql/timescaledb-tsl-${PKGVERSION}.${SHLIB_EXT}
 lib/postgresql/timescaledb.${SHLIB_EXT}
@@ -54,6 +54,7 @@ share/postgresql/extension/timescaledb--
 share/postgresql/extension/timescaledb--2.26.0--${PKGVERSION}.sql
 share/postgresql/extension/timescaledb--2.26.1--${PKGVERSION}.sql
 share/postgresql/extension/timescaledb--2.26.2--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--2.26.3--${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.48 pkgsrc/databases/postgresql-timescaledb/distinfo:1.49
--- pkgsrc/databases/postgresql-timescaledb/distinfo:1.48       Fri Apr 17 10:14:09 2026
+++ pkgsrc/databases/postgresql-timescaledb/distinfo    Thu Apr 30 09:16:05 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.48 2026/04/17 10:14:09 adam Exp $
+$NetBSD: distinfo,v 1.49 2026/04/30 09:16:05 adam Exp $
 
-BLAKE2s (timescaledb-2.26.3.tar.gz) = 58a4433e66aea1ee566c735135ddca776ded2dfde34d119f1465db3dc6011041
-SHA512 (timescaledb-2.26.3.tar.gz) = 20995b46216343aee1f26b4f70964e1bdde3a55235ff278fd77d54e4bcf0277930dbe040d23cabeed085b6d1c5ac0e005db68191ad8052765efd0b373626c8c7
-Size (timescaledb-2.26.3.tar.gz) = 8478330 bytes
+BLAKE2s (timescaledb-2.26.4.tar.gz) = ca8713eedb0e553625859b28c6569b5ce42337ef72e605711e43331f3602f70f
+SHA512 (timescaledb-2.26.4.tar.gz) = d4cd5d9ec501e47c24aae53874610559f5e0b04d1008d936d837c635ba2d8b4b1ab277ac0e04756a3ec77b6f1ca039fe1a7ece18038398b4fcc692c7dc920dda
+Size (timescaledb-2.26.4.tar.gz) = 8503337 bytes



Home | Main Index | Thread Index | Old Index