summaryrefslogtreecommitdiff
path: root/pkgs/servers/sql/postgresql/ext/vectorchord
AgeCommit message (Collapse)Author
2026-04-20postgresqlPackages.vectorchord: specify dual licenseDiogo Correia
With compound licenses[1] recently merged, we can now properly represent dual licensed packages without affecting its non-free status. See https://github.com/NixOS/nixpkgs/pull/392710#discussion_r2010438719 [1]: https://github.com/NixOS/nixpkgs/pull/468378
2026-03-12postgresqlPackages.vectorchord: 1.1.0 -> 1.1.1Diogo Correia
2026-02-27postgresqlPackages.vectorchord: 1.0.0 -> 1.1.0R. Ryantm
2025-11-23postgresqlPackages.vectorchord: 0.5.3 -> 1.0.0Diogo Correia
2025-10-15postgresqlPackages.vectorchord: 0.4.2 -> 0.5.3Diogo Correia
Upstream has dropped jemalloc in favour of mimalloc.
2025-10-05treewide: remove redundant parenthesesWolfgang Walther
Auto-fixed by nixf-diagnose.
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-07-26treewide: remove useFetchCargoVendor usagesTomaSajt
2025-07-16vectorchord: update for rust 1.88.0nikolaiser
2025-07-07buildPgrxExtension: require pinning cargo-pgrxWolfgang Walther
Each extension always depends on a specific cargo-pgrx version, so make pinning a requirement.
2025-07-02postgresqlPackages.vectorchord: init at 0.4.2Diogo Correia