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:           Fri Apr 28 07:34:42 UTC 2023

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

Log Message:
postgresql-timescaledb: updated to 2.10.3

2.10.3

Bug fixes

* Fix parameterization in DecompressChunk path generation
* Fix broken CAgg with JOIN repair function

2.10.2

Bug fixes

* Fix file trailer handling in the COPY fetcher
* Add checks for malloc failure in libpq calls
* Out of on_proc_exit slots on guc license change
* Use consistent snapshots when scanning metadata
* Do not segfault on large histogram() parameters
* Ensure superuser perms during copy/move chunk
* Fix when no FROM clause in continuous aggregate definition
* Fix join rte in CAggs with joins
* Fix duplicated entries on timescaledb_experimental.policies view
* Fix segfault after column drop on compressed table
* Copy scheduled_jobs list before sorting it
* Allow named time_bucket arguments in Cagg definition
* Fix refresh from beginning of Continuous Aggregate with variable time bucket
* Use regrole for job owner
* Enable indexscan on uncompressed part of partially compressed chunks

2.10.1

Bug fixes

* Support Continuous Aggregates names in hypertable_(detailed_)size
* Fix concurrent locking with chunk_data_node table
* Fix some incorrect memory handling
* Use NameData and namestrcpy for names
* Set PortalContext when starting job
* Fix uninitialized bucket_info variable
* Make copy fetcher more async
* Fix num_chunks inconsistency in hypertables view
* Fix column name handling in old-style continuous aggregates
* Fix multinode DML HA performance regression
* Fix Hierarchical Continuous Aggregates chunk_interval_size
* Fix sub-second intervals in hierarchical caggs

2.10.0

Features

* Allow joins in continuous aggregates
* Refactor INSERT into compressed chunks
* Allow RETURNING clause when inserting into compressed chunks
* Manage life-cycle of connections via memory contexts
* Make connection establishment interruptible
* Make data node command execution interruptible
* Extend enabling compression on a continuous aggregrate with 'compress_segmentby' and 'compress_orderby' parameters

Bugfixes

* Fix use of prepared statement in async module
* Add role-level security to job error log
* Fix next_start calculation for fixed schedules
* Fix enabling compression on continuous aggregates with columns requiring quotation


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/databases/postgresql-timescaledb/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/postgresql-timescaledb/PLIST
cvs rdiff -u -r1.18 -r1.19 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.19 pkgsrc/databases/postgresql-timescaledb/Makefile:1.20
--- pkgsrc/databases/postgresql-timescaledb/Makefile:1.19       Fri Feb 10 11:09:47 2023
+++ pkgsrc/databases/postgresql-timescaledb/Makefile    Fri Apr 28 07:34:42 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2023/02/10 11:09:47 tnn Exp $
+# $NetBSD: Makefile,v 1.20 2023/04/28 07:34:42 adam Exp $
 
-DISTNAME=      timescaledb-2.9.3
+DISTNAME=      timescaledb-2.10.3
 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.16 pkgsrc/databases/postgresql-timescaledb/PLIST:1.17
--- pkgsrc/databases/postgresql-timescaledb/PLIST:1.16  Fri Feb 10 11:09:47 2023
+++ pkgsrc/databases/postgresql-timescaledb/PLIST       Fri Apr 28 07:34:42 2023
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.16 2023/02/10 11:09:47 tnn Exp $
+@comment $NetBSD: PLIST,v 1.17 2023/04/28 07:34:42 adam Exp $
 lib/postgresql/timescaledb-${PKGVERSION}.so
 ${PLIST.tsl}lib/postgresql/timescaledb-tsl-${PKGVERSION}.so
 lib/postgresql/timescaledb.so
+share/postgresql/extension/timescaledb--${PKGVERSION}.sql
 share/postgresql/extension/timescaledb--1.7.0--${PKGVERSION}.sql
 share/postgresql/extension/timescaledb--1.7.1--${PKGVERSION}.sql
 share/postgresql/extension/timescaledb--1.7.2--${PKGVERSION}.sql
@@ -17,6 +18,9 @@ share/postgresql/extension/timescaledb--
 share/postgresql/extension/timescaledb--2.0.2--${PKGVERSION}.sql
 share/postgresql/extension/timescaledb--2.1.0--${PKGVERSION}.sql
 share/postgresql/extension/timescaledb--2.1.1--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--2.10.0--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--2.10.1--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--2.10.2--${PKGVERSION}.sql
 share/postgresql/extension/timescaledb--2.2.0--${PKGVERSION}.sql
 share/postgresql/extension/timescaledb--2.2.1--${PKGVERSION}.sql
 share/postgresql/extension/timescaledb--2.3.0--${PKGVERSION}.sql
@@ -37,5 +41,5 @@ share/postgresql/extension/timescaledb--
 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
-share/postgresql/extension/timescaledb--${PKGVERSION}.sql
+share/postgresql/extension/timescaledb--2.9.3--${PKGVERSION}.sql
 share/postgresql/extension/timescaledb.control

Index: pkgsrc/databases/postgresql-timescaledb/distinfo
diff -u pkgsrc/databases/postgresql-timescaledb/distinfo:1.18 pkgsrc/databases/postgresql-timescaledb/distinfo:1.19
--- pkgsrc/databases/postgresql-timescaledb/distinfo:1.18       Fri Feb 10 11:09:47 2023
+++ pkgsrc/databases/postgresql-timescaledb/distinfo    Fri Apr 28 07:34:42 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2023/02/10 11:09:47 tnn Exp $
+$NetBSD: distinfo,v 1.19 2023/04/28 07:34:42 adam Exp $
 
-BLAKE2s (timescaledb-2.9.3.tar.gz) = 5b1fc5e49436c5ba206d41c36d66c7d9649d1e7996e1a6f75f91760d92925249
-SHA512 (timescaledb-2.9.3.tar.gz) = 0664ccc6e6846500757466646e2c8a9bdbdca079bd931cc95ad8ea687f37b099d846cf8cc8311f928a33d9228592e460b6fe331a639046bc845a25b4a7d914c6
-Size (timescaledb-2.9.3.tar.gz) = 7269123 bytes
+BLAKE2s (timescaledb-2.10.3.tar.gz) = a027a042f14afc3da02a4ff87baaaee3b82f3677ed30ecb343cab6a6ff2a16e5
+SHA512 (timescaledb-2.10.3.tar.gz) = c94227d9aa1df36634bbf2626f580165860cab543efbfeb448f9799cf70ef6c1891af0077c2280ae22dbfb2360cf2b6012e7f05c26b0cf7aef6eb217c583b444
+Size (timescaledb-2.10.3.tar.gz) = 7465897 bytes



Home | Main Index | Thread Index | Old Index