| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-09 | postgresql18Packages: mark remaining extensions as broken | Diogo 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-12 | postgresqlPackages: use finalAttrs pattern where possible | Wolfgang Walther | |
| 2025-03-18 | postgresqlPackages: rename buildPostgresqlExtension to postgresqlBuildExtension | Wolfgang 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-18 | postgresqlPackages.sqlite_fdw: modernize | Wolfgang Walther | |
| 2024-12-11 | postgresqlPackages.sqlite_fdw: 2.4.0 -> 2.5.0 | Wolfgang Walther | |
| Changelog: https://github.com/pgspider/sqlite_fdw/releases/tag/v2.5.0 | |||
| 2024-11-14 | postgresqlPackages.sqlite_fdw: init at 2.4.0 | apfelkuchen06 | |
