Commit Graph

63 Commits

Author SHA1 Message Date
quantenzitrone
d077a4dc0a xxhash: rename from xxHash
rename to lowercase to fit package naming conventions
2026-03-06 20:15:57 +01:00
Gaël James
702acfa0b5 treewide: git tags: remove unnecessary string interpolation 2026-01-15 18:27:43 +01:00
R. Ryantm
2e2939ae6c postgresqlPackages.pgroonga: 4.0.4 -> 4.0.5 2025-12-13 21:12:56 +00:00
R. Ryantm
abf7fd777c postgresqlPackages.pgroonga: 4.0.2 -> 4.0.4 2025-10-07 00:22:03 +00:00
Wolfgang Walther
a4e06d4a97 postgresqlPackages.pgroonga: 4.0.1 -> 4.0.2
Release Notes:
https://github.com/pgroonga/pgroonga/releases/tag/4.0.2

Fixes PostgreSQL 18 build.
2025-09-13 14:33:39 +02: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
Wolfgang Walther
e1573ae30b postgresqlPackages: remove unused inputs
Thanks, deadnix.
2025-05-11 10:44:16 +02:00
Wolfgang Walther
052547291e postgresqlPackages: use finalAttrs pattern where possible 2025-04-12 21:10:55 +02: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
f29a6d41a6 postgresqlPackages.pgroonga: modernize 2025-03-18 18:17:02 +01:00
R. Ryantm
e6489f6907 postgresqlPackages.pgroonga: 4.0.0 -> 4.0.1 2025-02-25 18:05:48 +00:00
R. Ryantm
837e57fab3 postgresqlPackages.pgroonga: 3.2.5 -> 4.0.0 2025-02-11 20:55:51 +00:00
R. Ryantm
3c07255d99 postgresqlPackages.pgroonga: 3.2.4 -> 3.2.5 2024-12-15 14:02:27 +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
1f44f94ad3 postgresqlPackages.pgroonga: 3.2.3 -> 3.2.4 2024-11-16 14:03:07 +01:00
Wolfgang Walther
68254e438c postgresqlPackages: enable update scripts by default
This enables update scripts via buildPostgresqlExtension. Extensions
must actively opt-out, if they don't support either the default
configuration or the unstable configuration.

To make the update script work, some extensions had to be changed to
pull their code from GitHub instead. Those with PostgreSQL-style version
tags (REL_X_Y) had to be changed to make src.rev the source of truth.
2024-11-16 13:09:35 +01:00
Wolfgang Walther
e24121ec20 postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper 2024-10-29 09:55:20 +01:00
Wolfgang Walther
d37563232d postgresqlPackages.pgroonga: 3.1.8 -> 3.2.3
Makes building with PostgreSQL 17 succeed.

Changelog:
https://github.com/pgroonga/pgroonga/releases
2024-10-26 15:15:22 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
R. Ryantm
0793cb1235 postgresql12JitPackages.pgroonga: 3.1.7 -> 3.1.8 2024-02-28 10:15:19 +00:00
R. Ryantm
39b9512fec postgresql12JitPackages.pgroonga: 3.1.6 -> 3.1.7 2024-02-17 19:18:43 +00:00
R. Ryantm
1eeef06673 postgresql12JitPackages.pgroonga: 3.1.5 -> 3.1.6 2024-01-12 04:54:32 +00:00
R. Ryantm
2b5ffc9263 postgresql12JitPackages.pgroonga: 3.0.8 -> 3.1.5 2023-11-29 10:02:39 +00:00
Mario Rodas
da5f6e21c6 postgresql16Packages.pgroonga: fix build on darwin 2023-09-22 04:20:00 +00:00
Nick Cao
c74fd7d1f8 postgresqlPackages.pgroonga: 3.0.7 -> 3.0.8, use msgpack-c
Diff: https://github.com/pgroonga/pgroonga/compare/3.0.7...3.0.8
Changelog: https://github.com/pgroonga/pgroonga/releases/tag/3.0.8
2023-06-26 22:31:59 +08:00
R. Ryantm
c890237f94 postgresql11JitPackages.pgroonga: 3.0.6 -> 3.0.7 2023-06-24 15:00:47 +00:00
R. Ryantm
1ef5dad4a3 postgresql11JitPackages.pgroonga: 3.0.5 -> 3.0.6 2023-06-13 03:32:31 +00:00
Mario Rodas
0faad578fe postgresqlPackages.pgroonga: add changelog to meta 2023-05-31 04:20:00 +00:00
Mario Rodas
dd099cedf1 postgresqlPackages.pgroonga: 3.0.3 -> 3.0.5
https://github.com/pgroonga/pgroonga/releases/tag/3.0.5
2023-05-31 04:20:00 +00:00
R. Ryantm
a873541b2f postgresql11JitPackages.pgroonga: 3.0.1 -> 3.0.3 2023-05-30 17:14:23 +00:00
Mario Rodas
bf12df5e19 Merge pull request #229032 from r-ryantm/auto-update/postgresql11JitPackages.pgroonga
postgresql11JitPackages.pgroonga: 2.4.2 -> 3.0.0
2023-04-30 06:34:11 -05:00
Ivan Kozik
5207dff2d8 postgresqlPackages.pgroonga: remove myself from maintainers 2023-04-30 02:41:23 +00:00
Mario Rodas
cfbd436e24 postgresqlPackages.pgroonga: 3.0.0 -> 3.0.1
https://github.com/pgroonga/pgroonga/releases/tag/3.0.1
2023-04-30 01:42:00 +00:00
R. Ryantm
40add03d25 postgresql11JitPackages.pgroonga: 2.4.2 -> 3.0.0 2023-04-30 01:41:23 +00:00
Ivan Kozik
58b20af68b postgresqlPackages.pgroonga: 2.4.0 -> 2.4.2 2022-12-18 13:33:42 +00:00
Mario Rodas
f3e5a86391 postgresqlPackages.pgroonga: 2.3.9 -> 2.4.0 2022-10-08 04:00:00 +00:00
Ivan Kozik
af9fb6eb3b postgresqlPackages.pgroonga: also install the pgroonga_database extension
This extension contains the pgoronga_database_remove() function, which
can be used to actually remove the pgrn* files, because `DROP INDEX`
on a pgroonga index does not actually delete the index data.

https://pgroonga.github.io/reference/modules/pgroonga-database.html

https://pgroonga.github.io/reference/functions/pgroonga-database-remove.html
2022-09-29 19:40:10 +00:00
R. Ryantm
307ac4259c postgresql11Packages.pgroonga: 2.3.8 -> 2.3.9 2022-09-23 02:02:00 +00:00
Mario Rodas
545b691e4e postgresqlPackages.pgroonga: 2.3.7 -> 2.3.8 2022-08-12 04:20:00 +00:00
Mario Rodas
c748802922 postgresqlPackages.pgroonga: 2.3.6 -> 2.3.7 2022-07-23 04:20:00 +00:00
R. Ryantm
ecc5b85464 postgresql11Packages.pgroonga: 2.3.5 -> 2.3.6 2022-03-24 22:53:12 +00:00
R. Ryantm
58760ac1a4 postgresql11Packages.pgroonga: 2.3.4 -> 2.3.5 2022-03-14 11:22:50 +00:00
Mario Rodas
ceec67c680 postgresqlPackages.pgroonga: 2.3.2 -> 2.3.4 2021-11-27 04:20:00 +00:00
Mario Rodas
e793481afd postgresqlPackages.pgroonga: 2.3.1 -> 2.3.2 2021-10-04 04:20:00 +00:00
Mario Rodas
5db3f2bd70 postgresqlPackages.pgroonga: 2.3.0 -> 2.3.1 2021-09-11 04:20:00 +00:00
Mario Rodas
4c85f2cfc3 postgresqlPackages.pgroonga: 2.2.9 -> 2.3.0 2021-05-26 04:20:00 +00:00
Mario Rodas
24c6999487 postgresqlPackages.pgroonga: 2.2.8 -> 2.2.9 2021-04-25 04:20:00 +00:00
R. RyanTM
21afdc1355 postgresql11Packages.pgroonga: 2.2.7 -> 2.2.8 2021-01-21 01:12:41 +00:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00