summaryrefslogtreecommitdiff
path: root/pkgs/servers/sql/postgresql/ext/pgvector.nix
AgeCommit message (Collapse)Author
2026-02-27postgresqlPackages.pgvector: 0.8.1 -> 0.8.2R. Ryantm
2025-09-05postgresqlPackages.pgvector: 0.8.0 -> 0.8.1Wolfgang Walther
Release Notes: https://github.com/pgvector/pgvector/blob/master/CHANGELOG.md#081-2025-09-04 Now supports PostgreSQL 18.
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-05-11postgresqlPackages: remove unused inputsWolfgang Walther
Thanks, deadnix.
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.pgvector: modernizeWolfgang Walther
2024-12-10treewide: format all inactive Nix filesSilvan Mosberger
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
2024-11-16postgresqlPackages.pgvector: 0.6.2 -> 0.8.0Wolfgang Walther
2024-10-29postgresqlPackages: replace custom installPhase with ↵Wolfgang Walther
buildPostgresqlExtension helper
2024-04-24maintainers: drop marsamMario Rodas
2024-03-19postgresql12JitPackages.pgvector: 0.6.1 -> 0.6.2R. Ryantm
2024-03-05postgresql12JitPackages.pgvector: 0.6.0 -> 0.6.1R. Ryantm
2024-01-29postgresqlPackages.pgvector: 0.5.1 -> 0.6.0Mario Rodas
Diff: https://github.com/pgvector/pgvector/compare/v0.5.1...v0.6.0 Changelog: https://github.com/pgvector/pgvector/raw/v0.6.0/CHANGELOG.md
2023-10-11postgresqlPackages.pgvector: 0.5.0 -> 0.5.1Mario Rodas
Diff: https://github.com/pgvector/pgvector/compare/v0.5.0...v0.5.1 Changelog: https://github.com/pgvector/pgvector/raw/v0.5.1/CHANGELOG.md
2023-09-22postgresql16Packages.pgvector: fix build on darwinMario Rodas
2023-08-29postgresqlPackages.pgvector: 0.4.4 -> 0.5.0Mario Rodas
Diff: https://github.com/pgvector/pgvector/compare/v0.4.4...v0.5.0 Changelog: https://github.com/pgvector/pgvector/raw/v0.5.0/CHANGELOG.md
2023-06-13postgresqlPackages.pgvector: 0.4.3 -> 0.4.4Mario Rodas
Diff: https://github.com/pgvector/pgvector/compare/v0.4.3...v0.4.4 Changelog: https://github.com/pgvector/pgvector/raw/v0.4.4/CHANGELOG.md
2023-06-11postgresqlPackages.pgvector: 0.4.2 -> 0.4.3Mario Rodas
Diff: https://github.com/pgvector/pgvector/compare/v0.4.2...v0.4.3 Changelog: https://github.com/pgvector/pgvector/raw/v0.4.3/CHANGELOG.md
2023-05-13postgresqlPackages.pgvector: 0.4.1 -> 0.4.2Mario Rodas
Diff: https://github.com/pgvector/pgvector/compare/v0.4.1...v0.4.2 Changelog: https://github.com/pgvector/pgvector/raw/v0.4.2/CHANGELOG.md
2023-03-21postgresqlPackages.pgvector: 0.4.0 -> 0.4.1Mario Rodas
2023-01-27postgresqlPackages.pgvector: 0.3.2 -> 0.4.0Mario Rodas
2022-11-23postgresqlPackages.pgvector: 0.3.0 -> 0.3.2Mario Rodas
2022-10-22postgresqlPackages.pgvector: 0.2.7 -> 0.3.0Mario Rodas
2022-10-14postgresql15Packages.pgvector: fix build for PostgreSQL 15Mario Rodas
2022-08-12postgresqlPackages.pgvector: 0.2.6 -> 0.2.7Mario Rodas
2022-05-25postgresqlPackages.pgvector: 0.2.5 -> 0.2.6Mario Rodas
2022-02-12postgresqlPackages.pgvector: 0.2.2 -> 0.2.5Mario Rodas
2022-01-19postgresqlPackages.pgvector: 0.2.0 -> 0.2.2Mario Rodas
2021-10-04postgresqlPackages.pgvector: 0.1.8 -> 0.2.0Mario Rodas
2021-09-07postgresqlPackages.pgvector: 0.1.7 -> 0.1.8Mario Rodas
2021-06-18postgresqlPackages.pgvector: 0.1.6 -> 0.1.7Mario Rodas
2021-06-11postgresqlPackages.pgvector: 0.1.5 -> 0.1.6Mario Rodas
2021-05-26postgresqlPackages.pgvector: 0.1.4 -> 0.1.5Mario Rodas
2021-05-18postgresqlPackages.pgvector: 0.1.2 -> 0.1.4Mario Rodas
2021-04-30postgresqlPackages.pgvector: 0.1.0 -> 0.1.2Mario Rodas
2021-04-22postgresqlPackages.pgvector: init at 0.1.0Mario Rodas