Commit Graph

21 Commits

Author SHA1 Message Date
Wolfgang Walther
a4ecf30715 postgresqlPackages.{age,pg_hint_plan,pg_safeupdate,pgaudit}: remove obsolete package versions for PG 13
PG 13 has been dropped from Nixpkgs for a while.
2026-06-27 15:26:49 +02:00
Wolfgang Walther
ed5eed65d7 postgresql18Packages.pg_hint_plan: init at 1.8.0
Release Notes:
https://github.com/ossc-db/pg_hint_plan/releases/tag/REL18_1_8_0
2025-08-19 10:18:06 +02:00
Wolfgang Walther
a42a6f46f5 postgresql17Packages.pg_hint_plan: 1.7.0 -> 1.7.1
Release Notes:
https://github.com/ossc-db/pg_hint_plan/releases/tag/REL17_1_7_1
2025-08-19 10:17:35 +02:00
Wolfgang Walther
ddab8865d7 postgresql16Packages.pg_hint_plan: 1.6.0 -> 1.6.2
Release Notes:
https://github.com/ossc-db/pg_hint_plan/releases/tag/REL16_1_6_1
https://github.com/ossc-db/pg_hint_plan/releases/tag/REL16_1_6_2
2025-08-19 10:17:03 +02:00
Wolfgang Walther
958f1f6152 postgresql15Packages.pg_hint_plan: 1.5.1 -> 1.5.3
Release Notes:
https://github.com/ossc-db/pg_hint_plan/releases/tag/REL15_1_5_2
https://github.com/ossc-db/pg_hint_plan/releases/tag/REL15_1_5_3
2025-08-19 10:16:11 +02:00
Wolfgang Walther
ab77613cf7 postgresql14Packages.pg_hint_plan: 1.4.2 -> 1.4.4
Release Notes:
https://github.com/ossc-db/pg_hint_plan/releases/tag/REL14_1_4_3
https://github.com/ossc-db/pg_hint_plan/releases/tag/REL14_1_4_4
2025-08-19 10:15:30 +02:00
Wolfgang Walther
b7a910792a postgresql13Packages.pg_hint_plan: 1.3.9 -> 1.3.11
Release Notes:
https://github.com/ossc-db/pg_hint_plan/releases/tag/REL13_1_3_10
https://github.com/ossc-db/pg_hint_plan/releases/tag/REL13_1_3_11
2025-08-19 10:14:35 +02:00
Wolfgang Walther
53c381fdf3 postgresql18Packages.pg_hint_plan: add note about upstream ticket 2025-07-07 14:31:23 +02:00
Wolfgang Walther
1a78867a15 postgresql18Packages.{pg_hint_plan,pg_safeupdate,pgaudit}: mark broken
No source specification for v18 available, yet, so they should be marked
broken instead of throwing random errors and breaking the
maintainer/update script.
2025-07-07 14:31:13 +02:00
Wolfgang Walther
e1573ae30b postgresqlPackages: remove unused inputs
Thanks, deadnix.
2025-05-11 10:44:16 +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
1201a67931 postgresqlPackages.pg_hint_plan: remove hash for v12
v12 had been removed from nixpkgs a while ago.
2025-03-18 18:16:47 +01:00
Wolfgang Walther
db0b636cff postgresqlPackages.pg_hint_plan: modernize 2025-03-18 18:16:46 +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
4cc4534295 postgresql_17: init at 17.0 2024-10-26 15:15:24 +02:00
Maximilian Bosch
6d82eb7753 postgresqlPackages: remove compat with postgresql_11 2023-10-30 14:26:44 +01:00
Mario Rodas
47a896f3c7 postgresql16Packages.pg_hint_plan: fix build on darwin 2023-09-22 04:20:00 +00:00
Mario Rodas
15e72c0adc postgresqlPackages.pg_hint_plan: support more PostgreSQL versions 2023-10-03 04:20:00 +00:00
1000101
fdbfdc443c postgresqlPackages.pg_hint_plan: init at 14-1.4.0 2022-06-11 00:44:25 +02:00