summaryrefslogtreecommitdiff
path: root/pkgs/servers/sql/postgresql/ext/sqlite_fdw.nix
AgeCommit message (Collapse)Author
2025-08-09postgresql18Packages: mark remaining extensions as brokenDiogo Correia
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-04-12postgresqlPackages: use finalAttrs pattern where possibleWolfgang Walther
2025-03-18postgresqlPackages: rename buildPostgresqlExtension to postgresqlBuildExtensionWolfgang Walther
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-18postgresqlPackages.sqlite_fdw: modernizeWolfgang Walther
2024-12-11postgresqlPackages.sqlite_fdw: 2.4.0 -> 2.5.0Wolfgang Walther
Changelog: https://github.com/pgspider/sqlite_fdw/releases/tag/v2.5.0
2024-11-14postgresqlPackages.sqlite_fdw: init at 2.4.0apfelkuchen06