11 Commits
Author SHA1 Message Date
Leona Maroni d54a686bba treewide: Take over maintainership from the flyingcircus team
The flyingcircus team was dissolved as it's an external team.
We (osnyx and me) take over maintainersip as persons.
2026-01-12 15:48:18 +01:00
Wolfgang Walther 0a5456c067 teams/flyingcircus: drop 2026-01-10 21:57:59 +01:00
Diogo Correia 30e982f4f5 postgresqlPackages.pgvectorscale: 0.7.0 -> 0.9.0 2025-11-05 01:25:24 +00:00
Diogo Correia 108733a2a2 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.
2025-08-09 00:05:22 +01:00
TomaSajtandNiklas Korz 398b16e16c treewide: remove useFetchCargoVendor usages 2025-07-26 11:39:35 +02:00
Wolfgang Walther 8ea2c88439 buildPgrxExtension: require pinning cargo-pgrx
Each extension always depends on a specific cargo-pgrx version, so make
pinning a requirement.
2025-07-07 10:03:22 +02:00
Diogo Correia 40c358076c postgresqlPackages.{pgvectorscale,pgx_ulid}: pin cargo-pgrx 0.12.6 2025-06-26 18:40:36 +01:00
Fernando Rodrigues 05580f4b44 treewide: switch instances of lib.teams.*.members to the new meta.teams attribute
Follow-up to #394797.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2025-04-25 22:20:17 -03:00
Wolfgang Walther 8d2b8de0a1 postgresqlPackages: add "asserts" option to postgresqlTestExtension 2025-04-21 12:34:43 +02:00
Diogo Correia b50641edc8 postgresqlPackages: use finalAttrs pattern on cargo-pgrx extensions 2025-04-13 12:53:02 +01:00
Maximilian Bosch 8aedff852a postgresqlPackages.pgvectorscale: init at 0.7.0
Closes #345457

Can be installed with

    {
      services.postgresql.extensions = ps: [
        ps.pgvector
        ps.pgvectorscale
      ];
    }
2025-03-27 12:49:59 +01:00