Commit Graph
100 Commits
Author SHA1 Message Date
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
Wolfgang WaltherandGitHub d91b2cae97 postgresqlPackages.pg_safeupdate: 1.6-unstable-2026-06-29 -> 1.7 (#542607) 2026-07-16 19:59:00 +00:00
Wolfgang WaltherandGitHub ae31556dd2 postgresqlPackages.pg_search: 0.24.1 -> 0.24.2 (#541365) 2026-07-14 06:53:48 +00:00
Wolfgang WaltherandGitHub fec3d4210d postgresqlPackages.pgvector: 0.8.4 -> 0.8.5 (#541708) 2026-07-14 06:53:06 +00:00
Wolfgang WaltherandGitHub 5f14fa3097 orioledb: 17.20 -> 18.1 (orioledb-postgres); beta16-pre-3 -> beta16 (orioledb) (#541173) 2026-07-12 20:45:38 +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
Wolfgang Walther 483003dbd1 orioledb: 17.20 -> 18.1 (orioledb-postgres)
Release Notes:
https://github.com/orioledb/postgres/releases/tag/patches18_1
https://github.com/orioledb/orioledb/releases/tag/beta16
2026-07-12 22:11:02 +02:00
Wolfgang WaltherandGitHub 66a721966c postgresqlPackages.pg-gvm: 22.6.17 -> 22.6.18 (#540551) 2026-07-11 07:51:04 +00:00
Wolfgang WaltherandGitHub e66339ff06 postgresqlPackages.{plperl,plpython3,plr}.withPackages: fix (#539717) 2026-07-10 06:12:34 +00:00
Wolfgang WaltherandGitHub 926959f6b4 postgresqlPackages.pg_net: 0.20.3 -> 0.20.5 (#540110) 2026-07-09 21:11:57 +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
Wolfgang WaltherandGitHub 6dfef5ed7f postgresqlPackages.vectorchord: disable avx512vnni support (#538998) 2026-07-06 21:15:21 +00:00
Wolfgang WaltherandGitHub bfb2bef7d9 orioledb: init at 17.20 (#513940) 2026-07-05 13:11:25 +00:00
Wolfgang Walther 97a8d84551 orioledb: init at 17.20 2026-07-05 14:45:54 +02: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
Wolfgang WaltherandGitHub 8c6381d366 postgresqlPackages.pgvector: 0.8.3 -> 0.8.4 (#538539) 2026-07-05 12:35:00 +00:00
Wolfgang WaltherandGitHub c31760cca8 Reapply "postgresql: fix overrides being forgotten on withPackages" (#536758) 2026-07-02 10:26:02 +00:00
Wolfgang WaltherandGitHub db78f2c7ba postgresqlPackages.timescaledb: 2.28.0 -> 2.28.2 (#537518) 2026-07-02 07:52:57 +00:00
Wolfgang WaltherandGitHub 91bdef0f47 postgresql19Packages.pg_safeupdate: fix build (#536747) 2026-06-30 19:37:39 +00:00
Wolfgang WaltherandGitHub 9f761eb2ce postgrest: 14.13 -> 14.14 (#537153) 2026-06-30 19:27:35 +00:00
Wolfgang Walther 1cafcf671b postgrest: 14.13 -> 14.14
Release Notes:
https://github.com/PostgREST/postgrest/releases/tag/v14.14
2026-06-30 21:14:53 +02: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
Wolfgang WaltherandGitHub 2df19ad688 pgcenter: 0.10.1 -> 0.11.0 (#536676) 2026-06-29 17:19:06 +00:00
Wolfgang WaltherandGitHub 0fd0577aaf postgresqlPackages.pg_roaringbitmap: 1.1.0 -> 1.2.0 (#536293) 2026-06-28 21:07:11 +00:00
Wolfgang WaltherandGitHub ba652f0b99 pgdog: 0.1.45 -> 0.1.46 (#536426) 2026-06-28 21:04:38 +00:00
Wolfgang WaltherandGitHub bed915b26f postgresqlPackages.{age,pg_hint_plan,pg_safeupdate,pgaudit}: clean up sources (#536045) 2026-06-27 13:58:25 +00: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
Wolfgang WaltherandGitHub badc32ddb2 postgresqlPackages.pgvector: 0.8.2 -> 0.8.3 (#535790) 2026-06-26 20:11:27 +00:00
Wolfgang WaltherandGitHub e73de5be04 postgresqlPackages.pg_search: 0.24.0 -> 0.24.1 (#535447) 2026-06-26 09:58:34 +00:00
Wolfgang WaltherandGitHub 4ff10c1db2 release-haskell: drop x86_64-darwin mention in comment (#535515) 2026-06-26 09:04:31 +00:00
Wolfgang WaltherandGitHub af77d3f3df maintainers/scripts/haskell/hydra-report: drop x86_64-darwin support (#535516) 2026-06-26 09:03:50 +00:00
Wolfgang WaltherandGitHub f01f96aeb7 libpg_query: 17-6.1.0 -> 18.0.0 (#473973) 2026-06-25 08:43:36 +00:00
Wolfgang WaltherandGitHub dfd57fd3b9 python3Packages.pgvector: use lib.meta.availableOn to only run tests when supported (#505685) 2026-06-25 08:37:03 +00:00
Wolfgang WaltherandGitHub b5e5061488 pgcenter: 0.9.2 -> 0.10.1 (#517982) 2026-06-25 08:33:52 +00:00
Wolfgang WaltherandGitHub 17b2526ec2 barman: 3.19.0 -> 3.19.1 (#526530) 2026-06-25 08:33:03 +00:00
Wolfgang WaltherandGitHub 68ba8f633b pg_activity: 3.6.1 -> 3.6.2 (#521594) 2026-06-25 08:17:32 +00:00
Wolfgang WaltherandGitHub 00c9082074 pgpool: 4.7.1 -> 4.7.2 (#528785) 2026-06-25 08:17:15 +00:00
Wolfgang WaltherandGitHub c72ae90d11 pgroll: 0.16.1 -> 0.16.2 (#522324) 2026-06-25 08:15:41 +00:00
Wolfgang WaltherandGitHub d2197a25ad postgresqlPackages.timescaledb: 2.27.2 -> 2.28.0 (#534464) 2026-06-25 08:10:52 +00:00
Wolfgang WaltherandGitHub 9dd052ea19 postgresqlPackages.vectorchord: rename upstream github owner & mark broken on pg19 (#535018) 2026-06-25 07:54:23 +00:00
Wolfgang WaltherandGitHub dcdce94f3a librewolf-unwrapped: 152.0.1-2 -> 152.0.2-1 (#535019) 2026-06-25 07:50:46 +00:00
Wolfgang WaltherandGitHub 60a3d867f7 postgresqlPackages.timescaledb_toolkit: 1.21.0 -> 1.23.0 (#533695) 2026-06-21 11:53:04 +00:00
Wolfgang WaltherandGitHub 33622481ca postgresqlPackages.pgsql-http: 1.7.0 -> 1.7.1 (#533729) 2026-06-20 22:01:05 +00:00
Wolfgang WaltherandGitHub 42b8b61086 postgresqlPackages.pg_squeeze: 1.9.2 -> 1.9.3 (#533385) 2026-06-20 21:59:48 +00:00
Wolfgang WaltherandGitHub ab0bd85686 postgresqlPackages.postgis: 3.6.3 -> 3.6.4 (#532892) 2026-06-20 06:26:08 +00:00
Wolfgang WaltherandGitHub e935f98f58 postgresqlPackages.jsonb_deep_sum: 0-unstable-2021-12-24 -> 0-unstable-2026-06-17 (#533283) 2026-06-19 21:03:06 +00:00
Wolfgang Walther 8a725b7621 postgresqlPackages.pg_squeeze: 1.9.2 -> 1.9.3
Release Notes:
https://github.com/cybertec-postgresql/pg_squeeze/releases/tag/REL1_9_3

Supports PG 19.
2026-06-19 20:49:58 +02:00
Wolfgang WaltherandGitHub bff9c6a230 librewolf-unwrapped: add wolfgangwalther as maintainer (#533346) 2026-06-19 17:57:56 +00:00
Wolfgang Walther bf957aff66 librewolf-unwrapped: add wolfgangwalther as maintainer 2026-06-19 18:36:01 +02:00
Wolfgang WaltherandGitHub 494f3bfe3c postgresqlPackages.pg_background: 2.0 -> 2.0.2 (#532595) 2026-06-17 21:23:25 +00:00
Wolfgang WaltherandGitHub 5c28fd033d haskell.packages.ghc912.glib: patch incompatibility with rts (#531655) 2026-06-14 16:34:44 +00:00
Wolfgang Walther 8260f81399 postgresql: remove pkgsStatic support
This breaks again and again - and upstream is not really going to
support it anyway. It never fully worked - and the important thing is to
be able to build `pkgsStatic.libpq` anyway, which works independently of
the server package.
2026-06-13 17:32:43 +02:00
Wolfgang Walther e5699f2308 postgresqlPackages.plv8: drop
`plv8` depends on the outdated NodeJS 20. Upstream waits for v8-cmake to
make a move (https://github.com/plv8/plv8/issues/610), but that project
has been inactive for a bit more than a year.

Even when allowing the insecure nodejs20, the package fails to build.
Insecure and broken - we might as well drop it.
2026-06-13 11:53:42 +02:00
Wolfgang Walther 976e9fbdc7 postgresql_19: init at 19beta1
Release Notes:
https://www.postgresql.org/about/news/postgresql-19-beta-1-released-3313/
2026-06-13 11:19:46 +02:00
Wolfgang WaltherandGitHub e96f6b180c postgresqlPackages.pgsodium: 3.1.9 -> 3.1.11 (#531220) 2026-06-13 07:39:52 +00:00
Wolfgang WaltherandGitHub 49f4c9c293 postgresqlPackages.pg_squeeze: 1.9.1 -> 1.9.2 (#530968) 2026-06-12 11:04:55 +00:00
Wolfgang WaltherandGitHub 3299d9d97a postgrest: 14.12 -> 14.13 (#530981) 2026-06-12 08:35:47 +00:00
Wolfgang WaltherandGitHub 42ff167529 postgresqlPackages.pg_search: 0.23.4 -> 0.24.0 (#529337) 2026-06-08 14:09:10 +00:00
Wolfgang WaltherandGitHub 9dc0880d08 postgresql: 17 -> 18 (#523786) 2026-06-08 14:08:49 +00:00
Wolfgang WaltherandGitHub 4367c7c4e0 postgresqlPackages.pg_background: 1.9.3 -> 2.0 (#529331) 2026-06-08 13:53:49 +00:00
Wolfgang WaltherandGitHub fdc9415c02 haskellPackages.qhs: fix dependency bounds and tests (#517630) 2026-06-07 10:27:44 +00:00
Wolfgang WaltherandGitHub cb2b6576d1 haskellPackages.hadolint: add back justStaticExecutables and fix Paths references on aarch64-darwin (#528142) 2026-06-07 10:14:44 +00:00
Wolfgang WaltherandGitHub 8261a02870 maintainers: remove shlok (#523732) 2026-06-04 14:26:51 +00:00
Wolfgang WaltherandGitHub c4d9e4b4ce postgresqlPackages.pg_textsearch: fix broken test (#527971) 2026-06-04 14:01:44 +00:00
Wolfgang WaltherandGitHub 2918f693a0 postgresqlPackages.pg_textsearch: 1.2.0 -> 1.3.0 (#526477) 2026-06-04 13:58:55 +00:00
Wolfgang WaltherandGitHub f0712d1576 haskellPackages.warp: skip tests on darwin due to sandbox (#526369) 2026-06-01 17:44:03 +00:00
Wolfgang Walther 057b9549f1 haskellPackages.warp: skip tests on darwin due to sandbox
Warp has been failing to build in the darwin sandbox for a long time,
because of some failing tests, even with local networking enabled. This
does not surface when using it from the cache, because hydra builds
without sandbox. But for development / nixpkgs-review, this is heavily
annoying. Disabling these two tests makes the build pass on the
community builder for me.
2026-05-31 15:40:37 +02:00
Wolfgang WaltherandGitHub 3c8b62d160 postgresqlPackages.pg_search: 0.23.0 -> 0.23.4 (#523189) 2026-05-30 08:43:14 +00:00
Wolfgang WaltherandGitHub 4cc2a9687b postgresqlPackages.plpgsql_check: 2.8.11 -> 2.9.0 (#524450) 2026-05-27 16:16:07 +00:00
Wolfgang Walther 9c5e58d079 postgresql: 17 -> 18
Now that 26.05 is branched off, we should bump PostgreSQL's default
version to v18.
2026-05-25 16:10:08 +02:00
Wolfgang Walther 6afef1c80a pgcopydb: propagate postgresql's buildInputs
Some of the build inputs required here are required because this links
against internals of PostgreSQL. The latter might be configured with
different dependencies on different platforms and such, so it's easier
to just depend on postgresql's build inputs.

This fixes the build with PostgreSQL 18, which added libnuma as a new
dependency.
2026-05-25 16:10:07 +02:00
Wolfgang Walther 6e3f57e4db pgcopydb: 0.17 -> 0.17-unstable-2026-05-21
Update to latest commit from main, where a build failure with PostgreSQL
18 was recently fixed.

The last release is from 2024, so it's time.
2026-05-25 16:06:32 +02:00
Wolfgang WaltherandGitHub 6d5b932f42 workflows/periodic-merge: update haskell-updates PR's base branch (#523160) 2026-05-25 08:01:19 +00:00
Wolfgang Walther 5439176950 workflows/periodic-merge: update haskell-updates PR's base branch
This gives us better UI in the PR by hiding the commits that are already
on the base branch (mostly staging) after the periodic merge. Without
this, the PR has 100s of commits listed after a few days.
2026-05-25 00:02:51 +02:00
Wolfgang Walther fe5cea9c90 workflows/periodic-merge: allow testing in forks
Manually dispatching in your fork should still trigger the workflow to
test.
2026-05-24 19:00:02 +02:00
Wolfgang WaltherandGitHub d5a75ff28d postgresqlPackages.pg_net: 0.20.2 -> 0.20.3 (#523364) 2026-05-24 16:47:45 +00:00
Wolfgang WaltherandGitHub b29bcec049 postgrest: 14.11 -> 14.12 (#523162) 2026-05-23 05:37:48 +00:00
Wolfgang Walther 9a763ad07b postgrest: 14.11 -> 14.12
Release Notes:
https://github.com/PostgREST/postgrest/releases/tag/v14.12
2026-05-22 23:57:07 +02:00
Wolfgang WaltherandGitHub f04d3629e8 postgresqlPackages.pg_duckdb: init at 1.1.1 (#520706) 2026-05-19 08:45:30 +00:00
Wolfgang WaltherandGitHub 42728142b1 postgresqlPackages.timescaledb: 2.27.0 -> 2.27.0-p0 (#521704) 2026-05-19 08:02:56 +00:00
Wolfgang WaltherandGitHub 38f377c33e botan3: 3.11.1 -> 3.12.0; haskellPackages.botan-low: 0.1.0.0 -> 0.2.0.1; haskellPackages.botan-bindings: 0.2.0.0 -> 0.3.0.0 (#518140) 2026-05-18 08:06:51 +00:00
Wolfgang WaltherandGitHub 5bc8b1007f treewide: fix typos in all markdown files (#521208) 2026-05-17 12:25:40 +00:00
Wolfgang WaltherandGitHub 9a2a13a6fa draco: move to by-name, minimize (#440070) 2026-05-15 17:27:59 +00:00
Wolfgang WaltherandGitHub 763b938559 postgresqlPackages.system_stats: 4.0 -> 4.1 (#520357) 2026-05-15 17:18:40 +00:00
Wolfgang WaltherandGitHub a44f2b384d ghc: fix build for < 9.10 on darwin (#517899) 2026-05-15 13:59:08 +00:00
Wolfgang WaltherandGitHub c2af23a929 postgresql: security patches of 2026-05-14 (#520239) 2026-05-15 09:06:44 +00:00
Wolfgang WaltherandGitHub c589df141b libpq: 18.2 -> 18.4 (#520349) 2026-05-15 07:50:19 +00:00
Wolfgang Walther c9b2117da5 libpq: 18.2 -> 18.4
Release Notes:
https://www.postgresql.org/about/news/postgresql-184-1710-1614-1518-and-1423-released-3297/

Security: CVE-2026-6477
2026-05-15 09:27:15 +02:00
Wolfgang WaltherandGitHub 37a442c136 postgresqlPackages.pg_textsearch: 1.1.0 -> 1.2.0 (#520265) 2026-05-15 07:23:31 +00:00
Wolfgang WaltherandGitHub 6a81b101b9 vscode-js-debug: 1.104.0 -> 1.117.0 (#450460) 2026-05-14 19:41:21 +00:00