head 1.4; access; symbols pkgsrc-2022Q2:1.3.0.4 pkgsrc-2022Q2-base:1.3 pkgsrc-2022Q1:1.3.0.2 pkgsrc-2022Q1-base:1.3 pkgsrc-2021Q4:1.2.0.4 pkgsrc-2021Q4-base:1.2 pkgsrc-2021Q3:1.2.0.2 pkgsrc-2021Q3-base:1.2 pkgsrc-2021Q2:1.1.0.4 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.2 pkgsrc-2021Q1-base:1.1; locks; strict; comment @# @; 1.4 date 2022.09.04.11.25.32; author tnn; state dead; branches; next 1.3; commitid 53gqFf0r4A3JnxSD; 1.3 date 2022.03.11.18.35.32; author tnn; state Exp; branches; next 1.2; commitid eG67DDxYiMkTrPvD; 1.2 date 2021.07.25.16.45.55; author tnn; state Exp; branches; next 1.1; commitid mRX046I5odzIco2D; 1.1 date 2021.02.13.11.33.24; author tnn; state Exp; branches; next ; commitid WVsTM6rne12jGxHC; desc @@ 1.4 log @postgresql-timescaledb: update to 2.8.0 This release includes these noteworthy features: time_bucket now supports bucketing by month, year and timezone Improve performance of bulk SELECT and COPY for distributed hypertables 1 step CAgg policy management Migrate Continuous Aggregates to the new format @ text @$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 2022-02-17 17:53:00.000000000 +0000 +++ CMakeLists.txt @@@@ -570,6 +570,7 @@@@ execute_process( OUTPUT_STRIP_TRAILING_WHITESPACE) 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)) message( @ 1.3 log @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. @ text @d1 1 a1 1 $NetBSD: patch-CMakeLists.txt,v 1.2 2021/07/25 16:45:55 tnn Exp $ @ 1.2 log @postgresql-timescaledb: update to 2.3.1 This maintenance release contains bugfixes since the 2.3.0 release. We deem it moderate priority for upgrading. The release introduces the possibility of generating downgrade scripts, improves the trigger handling for distributed hypertables, adds some more randomness to chunk assignment to avoid thundering herd issues in chunk assignment, and fixes some issues in update handling as well as some other bugs. @ text @d1 1 a1 1 $NetBSD: patch-CMakeLists.txt,v 1.1 2021/02/13 11:33:24 tnn Exp $ d6 1 a6 1 --- CMakeLists.txt.orig 2021-07-06 06:37:21.000000000 +0000 d8 1 a8 2 @@@@ -534,6 +534,7 @@@@ execute_process( OUTPUT_VARIABLE PG_CONFIGURE_FLAGS d10 2 a11 1 string(REGEX MATCH "--with-openssl" PG_USE_OPENSSL "${PG_CONFIGURE_FLAGS}") @ 1.1 log @postgresql-timescaledb: add patch for openssl detection @ text @d1 1 a1 1 $NetBSD$ d6 1 a6 1 --- CMakeLists.txt.orig 2021-01-28 16:29:12.000000000 +0000 d8 1 a8 1 @@@@ -404,6 +404,7 @@@@ execute_process( d14 2 a15 2 if (USE_OPENSSL AND (NOT PG_USE_OPENSSL)) message(FATAL_ERROR "PostgreSQL was built without OpenSSL support, which TimescaleDB needs for full compatibility. Please rebuild PostgreSQL using `--with-openssl` or if you want to continue without OpenSSL, re-run bootstrap with `-DUSE_OPENSSL=0`") @