Commit Graph

6 Commits

Author SHA1 Message Date
Diogo Correia
108733a2a2 postgresql18Packages: mark remaining extensions as broken
Those extensions don't support building with PostgreSQL 18, yet.

To make sure the broken status is updated on the next upgrade, they all
have version checks in the form of an evaluation warning, so that there
has be explicit action regarding its PG18 compatibility.
2025-08-09 00:05:22 +01:00
Wolfgang Walther
052547291e postgresqlPackages: use finalAttrs pattern where possible 2025-04-12 21:10:55 +02:00
Wolfgang Walther
72b8186ff7 postgresqlPackages: rename buildPostgresqlExtension to postgresqlBuildExtension
This is for consistency with postgresqlTestExtension and
postgresqlTestHook. Everything that is passed via postgresql's
generic.nix "packages scope" now is prefixed with "postgresql".
2025-03-18 18:17:24 +01:00
Wolfgang Walther
7cf6a75432 postgresqlPackages.sqlite_fdw: modernize 2025-03-18 18:17:15 +01:00
Wolfgang Walther
47b88fb0eb postgresqlPackages.sqlite_fdw: 2.4.0 -> 2.5.0
Changelog:
https://github.com/pgspider/sqlite_fdw/releases/tag/v2.5.0
2024-12-11 21:36:12 +01:00
apfelkuchen06
0d9b64a98c postgresqlPackages.sqlite_fdw: init at 2.4.0 2024-11-14 21:02:42 +01:00