summaryrefslogtreecommitdiff
path: root/pkgs/servers/sql/postgresql/ext/pg_ivm.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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. Diogo Correia2025-08-091-1/+9
* postgresqlPackages.pg_ivm: 1.10 -> 1.11R. Ryantm2025-05-291-2/+2
* postgresqlPackages: remove unused inputs•••Thanks, deadnix. Wolfgang Walther2025-05-111-1/+0
* postgresqlPackages: use finalAttrs pattern where possibleWolfgang Walther2025-04-121-4/+4
* postgresqlPackages.pg_ivm: 1.9 -> 1.10R. Ryantm2025-03-211-2/+2
* 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". Wolfgang Walther2025-03-181-2/+2
* postgresqlPackages.pg_ivm: modernizeWolfgang Walther2025-03-181-9/+9
* treewide: format all inactive Nix files•••After final improvements to the official formatter implementation, this commit now performs the first treewide reformat of Nix files using it. This is part of the implementation of RFC 166. Only "inactive" files are reformatted, meaning only files that aren't being touched by any PR with activity in the past 2 months. This is to avoid conflicts for PRs that might soon be merged. Later we can do a full treewide reformat to get the rest, which should not cause as many conflicts. A CI check has already been running for some time to ensure that new and already-formatted files are formatted, so the files being reformatted here should also stay formatted. This commit was automatically created and can be verified using nix-build https://github.com/infinisil/treewide-nixpkgs-reformat-script/archive/a08b3a4d199c6124ac5b36a889d9099b4383463f.tar.gz \ --argstr baseRev b32a0943687d2a5094a6d92f25a4b6e16a76b5b7 result/bin/apply-formatting $NIXPKGS_PATH Silvan Mosberger2024-12-101-1/+7
* postgresqlPackages: replace custom installPhase with buildPostgresqlExtension...Wolfgang Walther2024-10-291-10/+2
* postgresqlPackages.pg_ivm: 1.8 -> 1.9•••Makes building with PostgreSQL 17 succeed. Changelog: https://github.com/sraoss/pg_ivm/releases/tag/v1.9 Wolfgang Walther2024-10-261-2/+2
* postgresqlJitPackages.pg_ivm: 1.7 -> 1.8R. Ryantm2024-03-021-2/+2
* postgresql16Packages.pg_ivm: 1.6 -> 1.7•••Diff: https://github.com/sraoss/pg_ivm/compare/v1.6...v1.7 Changelog: https://github.com/sraoss/pg_ivm/releases/tag/v1.7 Mario Rodas2023-09-221-3/+4
* postgresqlPackages.pg_ivm: 1.5.1 -> 1.6•••Diff: https://github.com/sraoss/pg_ivm/compare/v1.5.1...v1.6 Mario Rodas2023-09-101-2/+2
* postgresqlPackages.pg_ivm: 1.5 -> 1.5.1•••https://github.com/sraoss/pg_ivm/releases/tag/v1.5.1 Mario Rodas2023-03-031-2/+2
* postgresqlPackages.pg_ivm: 1.4 -> 1.5•••https://github.com/sraoss/pg_ivm/releases/tag/v1.5 Mario Rodas2023-02-171-2/+2
* postgresqlPackages.pg_ivm: 1.3 -> 1.4Ivan Kozik2022-12-181-2/+2
* postgresqlPackages.pg_ivm: 1.2 -> 1.3Ivan Kozik2022-10-051-2/+2
* postgresqlPackages.pg_ivm: init at 1.2Ivan Kozik2022-08-221-0/+30