Commit Graph

17 Commits

Author SHA1 Message Date
Justin Bedo
2f5857b93e postgresqlPackages.plr: 8.4.8 -> 8.4.8.6 2026-06-01 21:28:58 +10:00
Wolfgang Walther
adaab0a3f9 postgresqlPackages.plr: 8.4.7 -> 8.4.8
Changelog:
https://github.com/postgres-plr/plr/blob/master/changelog.md#848---2025-05-17
2025-08-08 09:52:27 +02:00
Wolfgang Walther
65049d4556 postgresqlPackages.plr: fix update script and version 2025-08-08 09:51:06 +02:00
Wolfgang Walther
e1573ae30b postgresqlPackages: remove unused inputs
Thanks, deadnix.
2025-05-11 10:44:16 +02:00
Wolfgang Walther
08883bbf9c postgresqlPackages.plr: add withPackages helper
This allows passing packages to PL/R without rebuilding anything.
2025-03-21 18:19:43 +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
e3960931e4 postgresqlPackages.plr: modernize 2025-03-18 18:17:07 +01: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
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
b6d191bbc2 postgresqlPackages.plr: 8.4.6 -> 8.4.7
Makes building with PostgreSQL 17 succeed.

Changelog:
https://github.com/postgres-plr/plr/blob/master/changelog.md#846---2023-08-01
2024-10-26 15:15:22 +02:00
Wolfgang Walther
f27f203f5a postgresqlPackages: use makeFlags USE_PGXS=1 consistently 2024-09-23 20:05:36 +02:00
Mario Rodas
89da03b52a postgresql16Packages.plr: fix build on darwin 2023-09-22 04:20:00 +00:00
R. Ryantm
624607b3a5 postgresql11JitPackages.plr: 8.4.5 -> 8.4.6 2023-08-15 05:08:12 +00:00
R. Ryantm
476e201493 postgresql11Packages.plr: 8.4.4 -> 8.4.5 2021-12-08 07:22:12 +00:00
Mario Rodas
10d7fe6d7f postgresqlPackages.plr: 8.4.1 -> 8.4.4 2021-10-01 04:20:00 +00:00
Kenny Shen
87f04c6e54 plr: init at REL8_4_1
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-02-03 11:04:01 +08:00