Commit Graph

2448 Commits

Author SHA1 Message Date
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
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
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
Wolfgang Walther
42b8b61086 postgresqlPackages.pg_squeeze: 1.9.2 -> 1.9.3 (#533385) 2026-06-20 21:59:48 +00:00
R. Ryantm
a832c63403 postgresqlPackages.pgsql-http: 1.7.0 -> 1.7.1 2026-06-20 20:31:02 +00:00
K900
edf8f2c356 Merge remote-tracking branch 'origin/staging-next' into staging 2026-06-20 15:55:36 +03:00
Maximilian Bosch
5bba54b360 postgresql_*: set strictDeps for withPackages/JIT (#533324) 2026-06-20 11:54:34 +00:00
nixpkgs-ci[bot]
40211d0f32 Merge staging-next into staging 2026-06-20 07:22:22 +00:00
Wolfgang Walther
ab0bd85686 postgresqlPackages.postgis: 3.6.3 -> 3.6.4 (#532892) 2026-06-20 06:26:08 +00:00
nixpkgs-ci[bot]
d4efabaaf1 Merge staging-next into staging 2026-06-20 00:46:42 +00:00
Michael Daniels
f9fa41bfe9 postgresql_*: set strictDeps for withPackages/JIT
Context: https://github.com/NixOS/nixpkgs/pull/531301#issuecomment-4752253522
2026-06-19 17:21:51 -04:00
Wolfgang Walther
e935f98f58 postgresqlPackages.jsonb_deep_sum: 0-unstable-2021-12-24 -> 0-unstable-2026-06-17 (#533283) 2026-06-19 21:03:06 +00:00