nixpkgs/pkgs/servers/sql/postgresql
Wolfgang Walther 26830a86ca 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.

(cherry picked from commit 5cf857ed82)
2026-07-02 10:32:33 +00:00
..
ext postgresqlPackages.timescaledb-apache: 2.27.0-p0 -> 2.27.1 2026-05-20 18:26:58 +00:00
patches
14.nix postgresql_14: 14.22 -> 14.23 2026-05-15 08:40:54 +02:00
15.nix postgresql_15: 15.17 -> 15.18 2026-05-15 09:12:00 +02:00
16.nix postgresql_16: 16.13 -> 16.14 2026-05-15 09:12:01 +02:00
17.nix postgresql_17: 17.9 -> 17.10 2026-05-15 09:12:02 +02:00
18.nix postgresql_18: 18.3 -> 18.4 2026-05-15 09:12:03 +02:00
default.nix postgresql: refactor attributes 2026-07-02 10:32:32 +00:00
ext.nix postgresqlPackages.pgvecto-rs: drop 2026-03-14 00:54:22 +00:00
generic.nix postgresql: return wrapper from withoutJIT passthru 2026-07-02 10:32:33 +00:00
libpq.nix libpq: 18.2 -> 18.4 2026-05-15 09:27:15 +02:00
pg_config.env.mk postgresql.withPackages.pg_config: fix paths 2025-06-24 10:01:07 +02:00
pg_config.nix postgresql.pg_config: make overrideable 2025-08-04 16:53:01 +02:00
pg_config.sh postgresql.pg_config: make overrideable 2025-08-04 16:53:01 +02:00
postgresqlBuildExtension.nix treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
postgresqlTestExtension.nix postgresqlTestExtension: use __structuredAttrs instead of passAsFile 2026-05-01 13:38:26 +02:00