2420 Commits
Author SHA1 Message Date
Wolfgang WaltherandGitHub 1d6cffe216 postgresqlPackages.pgmq: 1.11.1 -> 1.12.0 (#543058) 2026-07-24 21:21:56 +00:00
R. Ryantm 50e5182343 postgresqlPackages.pg_search: 0.24.2 -> 0.24.3 2026-07-22 10:31:36 +00:00
R. Ryantm 7c1b78cfbb postgresqlPackages.plpgsql_check: 2.9.3 -> 2.10.1 2026-07-19 02:08:33 +00:00
R. Ryantm 4eb834661e postgresqlPackages.pgmq: 1.11.1 -> 1.12.0 2026-07-17 21:11:01 +00:00
Wolfgang WaltherandGitHub b5d95a3fd3 postgresqlPackages.pgsql-http: 1.7.1 -> 1.7.2 (#542715) 2026-07-17 17:54:51 +00:00
Wolfgang WaltherandGitHub acd153794d postgresqlPackages.timescaledb-apache: 2.28.2 -> 2.28.3 (#542582) 2026-07-17 06:17:55 +00:00
R. RyantmandKirill Radzikhovskyy 9a9e2dc9c5 postgresqlPackages.timescaledb-apache: 2.28.2 -> 2.28.3 2026-07-17 07:58:35 +10:00
R. Ryantm 06840591de postgresqlPackages.pgsql-http: 1.7.1 -> 1.7.2 2026-07-16 21:19:10 +00:00
R. RyantmandWolfgang Walther 4048e0a65a postgresqlPackages.pg_safeupdate: 1.6-unstable-2026-06-29 -> 1.7 2026-07-16 21:48:32 +02:00
Wolfgang WaltherandGitHub ae31556dd2 postgresqlPackages.pg_search: 0.24.1 -> 0.24.2 (#541365) 2026-07-14 06:53:48 +00:00
R. Ryantm 9b2567d84a postgresqlPackages.pgvector: 0.8.4 -> 0.8.5 2026-07-14 06:21:00 +00:00
R. Ryantm 0f8eabeb29 postgresqlPackages.pg_search: 0.24.1 -> 0.24.2 2026-07-13 08:13:16 +00:00
Wolfgang Walther 895db8b608 postgresql.withPackages: expose tests passthru
This allows running tests for example on `orioledb`, which is not only a
`postgresql` package, but wrapped with an extension.
2026-07-12 22:19:39 +02:00
R. Ryantm 2490815008 postgresqlPackages.pg-gvm: 22.6.17 -> 22.6.18 2026-07-11 00:13:45 +00:00
Maximilian BoschandGitHub 414c413e89 postgresqlPackages.plpgsql_check: 2.9.1 -> 2.9.3 (#540230) 2026-07-10 15:39:32 +00:00
R. Ryantm e3a1e3531c postgresqlPackages.plpgsql_check: 2.9.1 -> 2.9.3 2026-07-10 07:16:00 +00:00
Wolfgang WaltherandGitHub e66339ff06 postgresqlPackages.{plperl,plpython3,plr}.withPackages: fix (#539717) 2026-07-10 06:12:34 +00:00
Wolfgang Walther 7c4913d3da postgresqlPackages.pg_net: 0.20.3 -> 0.20.5
Fixes the build for PostgreSQL 19.

Release Notes:
https://github.com/supabase/pg_net/releases/tag/v0.20.5
2026-07-09 23:04:26 +02:00
Wolfgang WaltherandGitHub 9cc2f85233 postgresqlPackages.pg_ivm: 1.14 -> 1.15 (#539469) 2026-07-08 21:08:28 +00:00
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]: https://github.com/rust-lang/llvm-project/commit/94e2c19f86a699d7a19ff0f4130b696699189c8d
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]andGitHub f56d9e08af Merge master into staging-next 2026-07-02 12:40:31 +00:00
Wolfgang WaltherandGitHub c31760cca8 Reapply "postgresql: fix overrides being forgotten on withPackages" (#536758) 2026-07-02 10:26:02 +00:00
nixpkgs-ci[bot]andGitHub 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]andGitHub c4c9ab3a7d Merge master into staging-next 2026-07-01 00:47:18 +00:00
Wolfgang WaltherandGitHub 91bdef0f47 postgresql19Packages.pg_safeupdate: fix build (#536747) 2026-06-30 19:37:39 +00:00
nixpkgs-ci[bot]andGitHub 9a4eaa6227 Merge master into staging-next 2026-06-30 12:42:31 +00:00
Wolfgang WaltherandGitHub 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]andGitHub 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]andGitHub 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