Commit Graph

133 Commits

Author SHA1 Message Date
Kirill Radzikhovskyy
29f206a67f postgresqlPackages.timescaledb: update postgresql19 broken check version 2026-08-07 09:36:49 +10:00
R. Ryantm
b52480ef59 postgresqlPackages.timescaledb-apache: 2.29.0 -> 2.29.1 2026-08-06 21:23:16 +00:00
Kirill Radzikhovskyy
7146de4bbc postgresqlPackages.timescaledb-apache: 2.28.3 -> 2.29.0
Diff: https://github.com/timescale/timescaledb/compare/2.28.3...2.29.0
Changelog: https://github.com/timescale/timescaledb/blob/2.29.0/CHANGELOG.md
2026-07-29 13:03:01 +10:00
R. Ryantm
9a9e2dc9c5 postgresqlPackages.timescaledb-apache: 2.28.2 -> 2.28.3 2026-07-17 07:58:35 +10:00
Kirill Radzikhovskyy
f4f3cc613f postgresqlPackages.timescaledb: update version in pg19 broken warning 2026-07-02 10:49:33 +10:00
R. Ryantm
eb8b40e3c0 postgresqlPackages.timescaledb: 2.28.0 -> 2.28.2 2026-07-01 17:52:35 +00:00
Kirill Radzikhovskyy
a90080c1ad postgresqlPackages.timescaledb: mark broken for postgresql 19 2026-06-23 20:07:35 +10:00
R. Ryantm
c37f5434dd postgresqlPackages.timescaledb: 2.27.2 -> 2.28.0 2026-06-23 04:13:41 +00:00
R. Ryantm
96faf59734 postgresqlPackages.timescaledb-apache: 2.27.1 -> 2.27.2 2026-06-02 13:33:50 +00:00
R. Ryantm
782815217a postgresqlPackages.timescaledb-apache: 2.27.0-p0 -> 2.27.1 2026-05-20 18:26:58 +00:00
R. Ryantm
976f01d0ad postgresqlPackages.timescaledb: 2.27.0 -> 2.27.0-p0 2026-05-18 20:20:03 +00:00
R. Ryantm
280247007e postgresqlPackages.timescaledb-apache: 2.26.4 -> 2.27.0 2026-05-12 13:28:51 +00:00
R. Ryantm
67ab3249ab postgresqlPackages.timescaledb-apache: 2.26.3 -> 2.26.4 2026-04-29 02:34:32 +00:00
R. Ryantm
64cf6caf09 postgresqlPackages.timescaledb: 2.26.2 -> 2.26.3 2026-04-14 20:17:07 +00:00
R. Ryantm
8d18ed88df postgresqlPackages.timescaledb-apache: 2.26.1 -> 2.26.2 2026-04-10 22:16:43 +00:00
R. Ryantm
291df37df0 postgresqlPackages.timescaledb-apache: 2.26.0 -> 2.26.1 2026-04-02 20:23:25 +00:00
R. Ryantm
1ed89b35d1 postgresqlPackages.timescaledb-apache: 2.25.2 -> 2.26.0 2026-03-24 13:19:07 +00:00
R. Ryantm
c0777c3f47 postgresqlPackages.timescaledb-apache: 2.25.1 -> 2.25.2 2026-03-03 13:25:42 +00:00
R. Ryantm
6d5ca375bd postgresqlPackages.timescaledb-apache: 2.25.0 -> 2.25.1 2026-02-17 13:15:48 +00:00
R. Ryantm
4980f90f5b postgresqlPackages.timescaledb-apache: 2.24.0 -> 2.25.0 2026-01-29 13:44:12 +00:00
R. Ryantm
c6cdd4da37 postgresqlPackages.timescaledb-apache: 2.23.1 -> 2.24.0 2025-12-03 13:18:37 +00:00
R. Ryantm
0bff3524eb postgresqlPackages.timescaledb-apache: 2.23.0 -> 2.23.1 2025-11-13 19:15:16 +00:00
Wolfgang Walther
47a38d48a3 postgresqlPackages.timescaledb: 2.22.1 -> 2.23.0
Release Notes:
https://github.com/timescale/timescaledb/releases/tag/2.23.0
2025-10-30 19:59:29 +01:00
R. Ryantm
45d61b67c7 postgresqlPackages.timescaledb-apache: 2.22.0 -> 2.22.1 2025-09-30 23:36:09 +02:00
R. Ryantm
b5d3a07d59 postgresqlPackages.timescaledb-apache: 2.21.3 -> 2.22.0 2025-09-08 16:22:57 +02:00
R. Ryantm
b02f2218db postgresqlPackages.timescaledb: 2.21.2 -> 2.21.3 2025-08-14 09:19:27 +02:00
R. Ryantm
b373a3351f postgresqlPackages.timescaledb-apache: 2.21.1 -> 2.21.2 2025-08-10 17:05:46 +02:00
Diogo Correia
108733a2a2 postgresql18Packages: mark remaining extensions as broken
Those extensions don't support building with PostgreSQL 18, yet.

To make sure the broken status is updated on the next upgrade, they all
have version checks in the form of an evaluation warning, so that there
has be explicit action regarding its PG18 compatibility.
2025-08-09 00:05:22 +01:00
R. Ryantm
5db41209e3 postgresqlPackages.timescaledb-apache: 2.21.0 -> 2.21.1 2025-07-22 13:28:18 +00:00
R. Ryantm
47754b6920 postgresqlPackages.timescaledb-apache: 2.20.3 -> 2.21.0 2025-07-08 13:19:45 +00:00
Wolfgang Walther
6c455620b3 postgresqlPackages.timescaledb: fix passthru tests
timescaledb_toolkit never was a library to be preloaded anyway, it must
have found its way in there by accident. The extension is created via
CREATE EXTENSION, and that's enough for the test to pass.

The reason this fails is, because a recent commit changed the way the
timescaledb_toolkit.so library is created - it now carries a version
number, which makes PostgreSQL not able to find it.
2025-06-12 14:10:21 +02:00
R. Ryantm
694c438105 postgresqlPackages.timescaledb: 2.20.2 -> 2.20.3 2025-06-11 19:55:14 +00:00
R. Ryantm
b6286021a2 postgresqlPackages.timescaledb-apache: 2.20.1 -> 2.20.2 2025-06-07 22:58:08 +00:00
R. Ryantm
2ed3d93854 postgresqlPackages.timescaledb-apache: 2.20.0 -> 2.20.1 2025-05-27 22:16:42 +00:00
R. Ryantm
71ae3ddcb0 postgresqlPackages.timescaledb-apache: 2.19.3 -> 2.20.0 2025-05-16 20:08:34 +10:00
Wolfgang Walther
e1573ae30b postgresqlPackages: remove unused inputs
Thanks, deadnix.
2025-05-11 10:44:16 +02:00
Wolfgang Walther
1a2cd3683e postgresqlPackages: remove left-over nixosTests arguments 2025-04-24 10:17:17 +02:00
Wolfgang Walther
e06b22b254 postgresqlPackages.timescaledb: move test from VM to postgresqlTestExtension 2025-04-21 12:36:14 +02:00
R. Ryantm
8c739c788b postgresqlPackages.timescaledb-apache: 2.19.2 -> 2.19.3 2025-04-21 03:16:55 +00:00
Wolfgang Walther
052547291e postgresqlPackages: use finalAttrs pattern where possible 2025-04-12 21:10:55 +02:00
R. Ryantm
79f58ff6a2 postgresqlPackages.timescaledb-apache: 2.19.1 -> 2.19.2 2025-04-11 15:00:32 +00:00
R. Ryantm
e627a1bf2b postgresqlPackages.timescaledb-apache: 2.19.0 -> 2.19.1 2025-04-01 13:16:18 +00:00
Nikolay Korotkiy
7106b62394 postgresqlJitPackages.timescaledb: fix build 2025-03-20 00:43:45 +04:00
Nikolay Korotkiy
293866706b postgresqlPackages.timescaledb: 2.18.2 -> 2.19.0 2025-03-19 23:50:47 +04:00
Wolfgang Walther
72b8186ff7 postgresqlPackages: rename buildPostgresqlExtension to postgresqlBuildExtension
This is for consistency with postgresqlTestExtension and
postgresqlTestHook. Everything that is passed via postgresql's
generic.nix "packages scope" now is prefixed with "postgresql".
2025-03-18 18:17:24 +01:00
Wolfgang Walther
07fff4ea84 postgresqlPackages.timescaledb: modernize 2025-03-18 18:17:18 +01:00
R. Ryantm
427cde65c7 postgresqlPackages.timescaledb: 2.18.1 -> 2.18.2 2025-02-25 07:27:41 +00:00
R. Ryantm
85098a1e37 postgresqlPackages.timescaledb: 2.18.0 -> 2.18.1 2025-02-11 10:29:52 +00:00
R. Ryantm
30f5ee05cf postgresqlPackages.timescaledb-apache: 2.17.2 -> 2.18.0 2025-01-23 14:01:12 +00:00
Kirill Radzikhovskyy
993b24e1a1 postgresqlPackages.timescaledb: nixfmt 2024-11-20 17:23:20 +11:00