Commit Graph

4033 Commits

Author SHA1 Message Date
R. Ryantm
49ec00ec7f postgresqlPackages.pg_net: 0.16.0 -> 0.18.0 2025-07-06 09:59:03 +02:00
nixpkgs-ci[bot]
61be326d8b Merge master into staging-next 2025-07-05 18:05:00 +00:00
Wolfgang Walther
aa0388067d postgresql_18: init at 18beta1 (#411958) 2025-07-05 14:08:39 +00:00
Wolfgang Walther
04b04dee40 postgresqlPackages.vectorchord: init at 0.4.2 (#392710) 2025-07-05 12:24:38 +00:00
Kamil Monicz
ec2006affb postgresql_18: support curl/numa/uring 2025-07-05 11:52:42 +02:00
Kamil Monicz
6cdfc25ae4 postgresql_18: init at 18beta1 2025-07-05 11:52:42 +02:00
nixpkgs-ci[bot]
fa737a17ea Merge staging-next into staging 2025-07-04 12:08:16 +00:00
Wolfgang Walther
55dc7f4585 postgresqlPackages.omnigres: 0-unstable-2025-06-03 -> 0-unstable-2025-06-27 (#422122) 2025-07-04 11:59:58 +00:00
Wolfgang Walther
6c39351a7c postgresqlPackages.plpgsql_check: 2.7.15 -> 2.8.1 (#391954) 2025-07-04 07:56:10 +00:00
R. Ryantm
6faad7b27b postgresqlPackages.plpgsql_check: 2.7.15 -> 2.8.1 2025-07-04 09:47:12 +02:00
R. Ryantm
53b89aca2b postgresqlPackages.omnigres: 0-unstable-2025-06-03 -> 0-unstable-2025-06-27 2025-07-03 15:17:39 +00:00
Diogo Correia
ab82f5a511 postgresqlPackages.vectorchord: init at 0.4.2 2025-07-02 13:36:52 +01:00
Wolfgang Walther
f307abef1e postgresql.withPackages.pg_config: fix paths (#419486) 2025-06-27 14:38:44 +00:00
Diogo Correia
40c358076c postgresqlPackages.{pgvectorscale,pgx_ulid}: pin cargo-pgrx 0.12.6 2025-06-26 18:40:36 +01:00
R. Ryantm
a580f7e5f0 postgresqlPackages.pg_net: 0.15.1 -> 0.16.0 2025-06-26 10:41:58 +00:00
R. Ryantm
82dbe793af postgresqlPackages.h3-pg: 4.2.2 -> 4.2.3 2025-06-24 20:54:11 +00:00
Wolfgang Walther
9a146d1244 postgresql.withPackages.pg_config: fix paths
Previously, pg_config would report the paths of the underlying
postgresql derivation and not the paths of the buildEnv that
postgresql.withPackages creates.

That's a problem when users of pg_config use it to find PostgreSQL's
sharedir, in which they'd like to find the extensions added via
withPackages. Those are only linked into the created buildEnv, but not
available in the postgresql derivation.

By providing our own nix-support/pg_config.env file, we can swap out
those paths. We also do the same for the -man output, because this
output is linked into buildEnv as well. Other paths, which are not
available in the buildEnv environment, will still link to the original
postgresql derivation. Win-win!
2025-06-24 10:01:07 +02:00
Luke Granger-Brown
a013d9258c nixos/nipap: init 2025-06-23 21:52:32 +01:00
Luke Granger-Brown
5a0374e20e postgresqlPackages.ip4r: init at 2.4.2 2025-06-23 00:12:13 +01:00
R. Ryantm
89a0c1c8ac mssql_jdbc: 12.10.0 -> 12.10.1 2025-06-18 13:25:37 +00:00
Wolfgang Walther
11f6110344 mariadb: fix client/server passthru with overrideAttrs
Any attribute concatenation onto the result of mkDerivation will break
overrideability.

In this case, `(mariadb.overrideAttrs { }).client` will complain,
because `client` is not available, anymore.

This commit fixes that. `.server` will be what you expect after the
override, while `.client` will just expose the un-overriden client as
before. Making the `overrideAttrs` also affect the client in a sensible
well is unfortunately not easily done. At all.
2025-06-17 17:15:26 +02:00
Simon Hauser
795db5146d mariadb_118: init at 11.8.2
Changelog: https://mariadb.com/kb/en/what-is-mariadb-118/
2025-06-12 18:29:23 +02: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
Wolfgang Walther
eb29e816c5 postgresqlPackages.timescaledb: 2.20.2 -> 2.20.3 (#415941) 2025-06-12 10:21:23 +00:00
R. Ryantm
694c438105 postgresqlPackages.timescaledb: 2.20.2 -> 2.20.3 2025-06-11 19:55:14 +00:00
WilliButz
356d4fc91c treewide: remove myself from maintainers
This removes maintainer entries which haven't reflected reality for a
while, mostly due to a change in focus towards other topics.
2025-06-11 17:39:42 +02:00
syvb
4183008322 postgresqlPackages.timescaledb_toolkit: run post-install script 2025-06-09 20:22:58 -04:00
Wolfgang Walther
435b64d298 postgresqlPackages.omnigres: 0-unstable-2025-05-16 -> 0-unstable-2025-06-03 (#414586) 2025-06-09 13:14:59 +00:00
Marcos Benevides
d6b530cc9c postgresqlPackages.omnigres: 0-unstable-2025-05-16 -> 0-unstable-2025-06-03
---------

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-06-09 08:59:50 -04:00
R. Ryantm
b6286021a2 postgresqlPackages.timescaledb-apache: 2.20.1 -> 2.20.2 2025-06-07 22:58:08 +00:00
R. Ryantm
8308f5ed6a postgresqlPackages.pg_net: 0.14.0 -> 0.15.1 2025-06-07 15:57:10 +00:00
Maximilian Bosch
b2abe88872 Merge: percona-server: 8.4.4-4 -> 8.4.5-5 (#413561) 2025-06-05 16:57:38 +02:00
Vladimír Čunát
e71704a72c mariadb: 10.6.22, 10.11.13, 11.4.7 (#410051) 2025-06-04 14:16:18 +02:00
R. Ryantm
412521436a percona-server: 8.4.4-4 -> 8.4.5-5 2025-06-03 11:21:43 +00:00
Morgan Jones
882a768134 postgresql: configurable blocksize (#411966) 2025-05-30 09:55:29 -07:00
Kamil Monicz
6ca1ec94f5 postgresql: configurable blocksize 2025-05-29 13:52:21 +02:00
Wolfgang Walther
a33fccb2e5 postgresqlPackages.pg_ivm: 1.10 -> 1.11 (#411945) 2025-05-29 11:04:45 +00:00
Vladimír Čunát
73e0a9827b percona-server_8_0: fix compiling on darwin (#401322) 2025-05-29 08:58:42 +02:00
R. Ryantm
ae47547b26 postgresqlPackages.pg_ivm: 1.10 -> 1.11 2025-05-29 01:46:41 +00:00
R. Ryantm
2ed3d93854 postgresqlPackages.timescaledb-apache: 2.20.0 -> 2.20.1 2025-05-27 22:16:42 +00:00
Simon Hauser
77e4c5a0fa mariadb: 10.6.22, 10.11.13, 11.4.7 2025-05-23 08:09:08 +02:00
Leona Maroni
85c96a8e90 percona-server_8_0: 8.0.41-32 -> 8.0.42-33 (#409211) 2025-05-21 23:17:38 +02:00
R. Ryantm
2bb53e99dd percona-server_8_0: 8.0.41-32 -> 8.0.42-33 2025-05-20 22:04:31 +00:00
Marcos Benevides
c4381dafbc omnigres: init at 0-unstable-2025-05-16
---------

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
Co-authored-by: Yurii Rashkovskii <yrashk@gmail.com>
2025-05-20 07:19:12 -04:00
Wolfgang Walther
867c07c1b6 postgresqlPackages.pg_tle: 1.5.0 -> 1.5.1 (#407257) 2025-05-16 20:26:12 +00:00
R. Ryantm
71ae3ddcb0 postgresqlPackages.timescaledb-apache: 2.19.3 -> 2.20.0 2025-05-16 20:08:34 +10:00
R. Ryantm
6b52d2e642 postgresqlPackages.pg_tle: 1.5.0 -> 1.5.1 2025-05-15 06:07:48 +00:00
nixpkgs-ci[bot]
24f25d9d29 Merge master into staging-next 2025-05-11 18:05:07 +00:00
Nikolay Korotkiy
55116ee2c8 postgresqlPackages.pgrouting: 3.7.3 → 3.8.0 2025-05-11 17:07:12 +04:00
nixpkgs-ci[bot]
9af3319f5f Merge master into staging-next 2025-05-11 12:06:00 +00:00