Commit Graph

21 Commits

Author SHA1 Message Date
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
Wolfgang Walther
e1573ae30b postgresqlPackages: remove unused inputs
Thanks, deadnix.
2025-05-11 10:44:16 +02:00
Wolfgang Walther
6cc89cd16e postgresqlPackages.citus: move test from VM to postgresqlTestExtension 2025-04-21 12:35:57 +02:00
Wolfgang Walther
052547291e postgresqlPackages: use finalAttrs pattern where possible 2025-04-12 21:10:55 +02:00
R. Ryantm
ae7f1a7297 postgresqlPackages.citus: 13.0.2 -> 13.0.3 2025-03-21 12:12:31 +00:00
Wolfgang Walther
65cee89d7e postgresqlPackages.citus: fix build on darwin
The build on darwin was broken for v16 and v17 only. This was fixed
upstream a while ago, but somehow the fix has not been released, yet.
2025-03-18 18:17:30 +01:00
Wolfgang Walther
72b8186ff7 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".
2025-03-18 18:17:24 +01:00
Wolfgang Walther
07f318ab2d postgresqlPackages.citus: remove left-over broken condition 2025-03-18 18:16:31 +01:00
Wolfgang Walther
f403641247 postgresqlPackages.citus: modernize 2025-03-18 18:16:28 +01:00
Wolfgang Walther
52083ce938 postgresqlPackages.citus: 13.0.0 -> 13.0.2 2025-03-17 19:09:26 +01:00
R. Ryantm
fd574fbfc4 postgresqlPackages.citus: 12.1.6 -> 13.0.0 2025-01-29 02:45:06 +00:00
Silvan Mosberger
4f0dadbf38 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 a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Wolfgang Walther
0dbbc3c5f9 postgresqlPackages.citus: 12.1.2 -> 12.1.6 2024-11-16 13:09:36 +01:00
Wolfgang Walther
e24121ec20 postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper 2024-10-29 09:55:20 +01:00
Wolfgang Walther
203af243af postgresql17Packages: mark remaining extensions as broken
Those extensions don't support building with PostgreSQL 17, yet.

To make sure they will show up as build failures after the next package
upgrade, they all have version checks for their own package version
included.
2024-10-27 08:35:47 +01:00
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Mario Rodas
2becf6e837 maintainers: drop marsam 2024-04-24 04:20:00 +00:00
Philip Taron
269a99d6b8 postgresqlPackages.citus: fix typo: compatibilty to compatibility 2024-04-02 14:45:11 -07:00
Mario Rodas
1c39e0606d postgresqlPackages.citus: 12.1.1 -> 12.1.2
Diff: https://github.com/citusdata/citus/compare/v12.1.1...12.1.2

Changelog: https://github.com/citusdata/citus/blob/v12.1.2/CHANGELOG.md
2024-02-17 04:20:00 +00:00
Mario Rodas
4ae596f549 postgresqlPackages.citus: 12.1.0 -> 12.1.1
Diff: https://github.com/citusdata/citus/compare/v12.1.0...v12.1.1

Changelog: https://github.com/citusdata/citus/blob/v12.1.1/CHANGELOG.md
2024-01-29 04:20:00 +00:00
Mario Rodas
380ed64f0e postgresqlPackages.citus: init at 12.1.0 2024-01-22 04:20:00 +00:00