Wolfgang Walther
7d99c6e693
postgresqlPackages.{plperl,plpython3,plr}.withPackages: fix
...
This broke in #533324 - `postBuild` is a regular argument for
`buildEnv`, not part of `derivationArgs`.
2026-07-08 23:03:47 +02:00
R. Ryantm
741410bd79
postgresqlPackages.pg_ivm: 1.14 -> 1.15
2026-07-08 05:26:56 +00:00
Diogo Correia
1ed61918a9
postgresqlPackages.vectorchord: disable avx512vnni support
...
Due to a bug in LLVM 21, build fails on x86_64 with:
`rustc-LLVM ERROR: Cannot select: intrinsic %llvm.x86.avx512.vpdpbusd.512`.
This has been fixed in Rust's build of LLVM and LLVM 22 [1]
but this is not reflected in nixpkgs' packaging of rustc.
For this reason, we temporarily disable avx512vnni support until this is fixed in nixpkgs.
This might cause a performance penalty, but should not affect correctness.
See https://github.com/NixOS/nixpkgs/pull/537113#issuecomment-4846239887
[1]: 94e2c19f86
2026-07-06 17:19:23 +01:00
K900
9430bbde0c
Merge remote-tracking branch 'origin/master' into staging-next
2026-07-05 21:29:53 +03:00
Wolfgang Walther
4160692646
postgresql: flatten generic.nix
...
Removes all the indentation in generic.nix, which is possible because
we're not calling the generic function recursively anymore anyway.
2026-07-05 14:43:35 +02:00
Wolfgang Walther
16d53dfcf6
postgresql: move postgresqlWithPackages to separate file
...
Moves the function to a separate file and makes it callPackage-able. Now
that buildEnv also supports finalAttrs, the finalPackage construct can
also be rewritten that way.
This gives us clear separation of concern between the package builder in
generic.nix and wrapper.nix.
2026-07-05 14:41:40 +02:00
R. Ryantm
389d9db041
postgresqlPackages.pgvector: 0.8.3 -> 0.8.4
2026-07-04 23:33:48 +00:00
nixpkgs-ci[bot]
f56d9e08af
Merge master into staging-next
2026-07-02 12:40:31 +00:00
Wolfgang Walther
c31760cca8
Reapply "postgresql: fix overrides being forgotten on withPackages" ( #536758 )
2026-07-02 10:26:02 +00:00
nixpkgs-ci[bot]
38758d019a
Merge master into staging-next
2026-07-02 08:23:29 +00: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
nixpkgs-ci[bot]
c4c9ab3a7d
Merge master into staging-next
2026-07-01 00:47:18 +00:00
Wolfgang Walther
91bdef0f47
postgresql19Packages.pg_safeupdate: fix build ( #536747 )
2026-06-30 19:37:39 +00:00
nixpkgs-ci[bot]
9a4eaa6227
Merge master into staging-next
2026-06-30 12:42:31 +00:00
Wolfgang Walther
78f53ba770
postgresqlPackages.pg_textsearch: 1.3.0 -> 1.3.1 ( #536102 )
2026-06-30 08:27:48 +00:00
Wolfgang Walther
6fcd01ff0e
Reapply "postgresql: fix overrides being forgotten on withPackages"
...
This reverts commit 6681cb540e .
2026-06-29 20:31:23 +02:00
Wolfgang Walther
5cf857ed82
postgresql: return wrapper from withoutJIT passthru
...
Before this change, we would return:
- The postgresql derivation itself from `postgresql.withoutJIT`,
- A wrapper without any extensions at all, from
`postgresql_jit.withoutJIT`.
This changes makes it that every call to `.withJIT` and `.withoutJIT`
returns a wrapper and never the base derivation. More consistent and
easier to reason about.
2026-06-29 20:30:39 +02:00
Wolfgang Walther
a0b09dd7a1
postgresql: refactor attributes
...
There is no need to call the `withoutJIT` passthru explicitly here - the
default is without JIT anyway. This allows us to change the passthru to
work differently *without* affecting every `postgresql_xx` top-level
package.
2026-06-29 20:27:31 +02:00
Wolfgang Walther
e50159e0ff
postgresqlPackages.pg_safeupdate: 1.6 -> 1.6-unstable-2026-06-29
...
Fixes build with PG19.
2026-06-29 20:02:13 +02:00
nixpkgs-ci[bot]
45908f8f52
Merge master into staging-next
2026-06-29 00:46:48 +00:00
R. Ryantm
2d410b8a1b
postgresqlPackages.pg_roaringbitmap: 1.1.0 -> 1.2.0
2026-06-28 12:49:20 +00:00
R. Ryantm
d8a9ba31cf
postgresqlPackages.pg_textsearch: 1.3.0 -> 1.3.1
2026-06-27 19:11:52 +00:00
K900
caea65bc86
Merge remote-tracking branch 'origin/master' into staging-next
2026-06-27 17:13:58 +03:00
Wolfgang Walther
7ed292fb37
postgresqlPackages.pg_safeupdate: 1.5 -> 1.6
...
Release Notes:
https://github.com/eradman/pg-safeupdate/blob/1.6/NEWS
Building with PostgreSQL 19 beta 1 still fails, reported upstream at:
https://github.com/eradman/pg-safeupdate/issues/12
2026-06-27 15:37:41 +02:00
Wolfgang Walther
9b49cc5ca0
postgresql18Packages.pgaudit: init at 18.0
...
Release Notes:
https://github.com/pgaudit/pgaudit/releases/tag/18.0
2026-06-27 15:31:16 +02:00
Wolfgang Walther
a4ecf30715
postgresqlPackages.{age,pg_hint_plan,pg_safeupdate,pgaudit}: remove obsolete package versions for PG 13
...
PG 13 has been dropped from Nixpkgs for a while.
2026-06-27 15:26:49 +02:00
Martin Weinelt
9ade44f1d4
Merge remote-tracking branch 'origin/staging' into staging-next
...
Conflicts:
- pkgs/top-level/nixpkgs-basic-release-checks.nix
2026-06-27 01:13:12 +02:00
R. Ryantm
7d443ad536
postgresqlPackages.pgvector: 0.8.2 -> 0.8.3
2026-06-26 18:50:49 +00:00
nixpkgs-ci[bot]
ad02fbaf7f
Merge staging-next into staging
2026-06-26 12:45:49 +00:00
R. Ryantm
3b0d75a554
postgresqlPackages.pg_search: 0.24.0 -> 0.24.1
2026-06-26 00:35:11 +00:00
nixpkgs-ci[bot]
03357d8771
Merge staging-next into staging
2026-06-25 12:49:57 +00:00
Wolfgang Walther
d2197a25ad
postgresqlPackages.timescaledb: 2.27.2 -> 2.28.0 ( #534464 )
2026-06-25 08:10:52 +00:00
Diogo Correia
512bb2bdd0
postgresqlPackages.vectorchord: mark as broken on pg19
2026-06-24 17:00:35 +01:00
Diogo Correia
41c021f78b
postgresqlPackages.vectorchord: rename upstream github owner
...
The repository has been moved from tensorchord/VectorChord to
supervc-stack/VectorChord.
2026-06-24 16:53:58 +01:00
nixpkgs-ci[bot]
2d05f94a89
Merge staging-next into staging
2026-06-24 00:41:00 +00:00
Nick Cao
e4a0fdf096
postgresqlPackages.hypopg: 1.4.2 -> 1.4.3 ( #534197 )
2026-06-23 20:05:00 +00:00
nixpkgs-ci[bot]
546a6c9639
Merge staging-next into staging
2026-06-23 18:43:49 +00:00
Kirill Radzikhovskyy
a90080c1ad
postgresqlPackages.timescaledb: mark broken for postgresql 19
2026-06-23 20:07:35 +10:00
Simon Hauser
542c1f548c
mariadb_118: 11.8.5 -> 11.8.8
...
Changelog:
- https://mariadb.com/docs/release-notes/community-server/11.8/11.8.6
- https://mariadb.com/docs/release-notes/community-server/11.8/11.8.7
- https://mariadb.com/docs/release-notes/community-server/11.8/11.8.8
2026-06-23 08:35:24 +02:00
Simon Hauser
0fe0c7d6ad
mariadb_114: 11.4.9 -> 11.4.12
...
Changelog:
- https://mariadb.com/docs/release-notes/community-server/11.4/11.4.10
- https://mariadb.com/docs/release-notes/community-server/11.4/11.4.11
- https://mariadb.com/docs/release-notes/community-server/11.4/11.4.12
2026-06-23 08:35:23 +02:00
Simon Hauser
88ce9b04e9
mariadb_1011: 10.11.15 -> 10.11.18
...
Changelog:
- https://mariadb.com/docs/release-notes/community-server/10.11/10.11.16
- https://mariadb.com/docs/release-notes/community-server/10.11/10.11.17
- https://mariadb.com/docs/release-notes/community-server/10.11/10.11.18
2026-06-23 08:35:19 +02:00
R. Ryantm
c37f5434dd
postgresqlPackages.timescaledb: 2.27.2 -> 2.28.0
2026-06-23 04:13:41 +00:00
Simon Hauser
9ce3ec1b92
mariadb_106: 10.6.24 -> 10.6.27
...
Changelog:
- https://mariadb.com/docs/release-notes/community-server/10.6/10.6.25
- https://mariadb.com/docs/release-notes/community-server/10.6/10.6.26
- https://mariadb.com/docs/release-notes/community-server/10.6/10.6.27
2026-06-22 22:57:51 +02:00
R. Ryantm
55385d0bd9
postgresqlPackages.hypopg: 1.4.2 -> 1.4.3
2026-06-22 09:48:46 +00:00
nixpkgs-ci[bot]
523dac2b94
Merge staging-next into staging
2026-06-21 12:42:06 +00:00
Wolfgang Walther
60a3d867f7
postgresqlPackages.timescaledb_toolkit: 1.21.0 -> 1.23.0 ( #533695 )
2026-06-21 11:53:04 +00:00
isakgb
d7421fdde0
postgresqlPackages.timescaledb_toolkit: 1.21.0 -> 1.23.0
2026-06-21 13:20:33 +02:00
nixpkgs-ci[bot]
d94448ae90
Merge staging-next into staging
2026-06-21 00:51:18 +00:00
Wolfgang Walther
33622481ca
postgresqlPackages.pgsql-http: 1.7.0 -> 1.7.1 ( #533729 )
2026-06-20 22:01:05 +00:00