Commit Graph

20 Commits

Author SHA1 Message Date
Wolfgang Walther
9b49cc5ca0 postgresql18Packages.pgaudit: init at 18.0
Release Notes:
https://github.com/pgaudit/pgaudit/releases/tag/18.0
2026-06-27 15:31:16 +02:00
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
a160bd4bfb postgresql13Packages.pgaudit: 1.5.2 -> 1.5.3
https://github.com/pgaudit/pgaudit/releases/tag/1.5.3
2025-07-07 14:31:49 +02:00
Wolfgang Walther
f2d2e1a1bf postgresql14Packages.pgaudit: 1.6.2 -> 1.6.3
https://github.com/pgaudit/pgaudit/releases/tag/1.6.3
2025-07-07 14:31:48 +02:00
Wolfgang Walther
13bb575a82 postgresql15Packages.pgaudit: 1.7.0 -> 1.7.1
https://github.com/pgaudit/pgaudit/releases/tag/1.7.1
2025-07-07 14:31:43 +02:00
Wolfgang Walther
8e9aa8119e postgresql16Packages.pgaudit: 16.0 -> 16.1
https://github.com/pgaudit/pgaudit/releases/tag/16.1
2025-07-07 14:31:38 +02:00
Wolfgang Walther
77a84b4109 postgresql17Packages.pgaudit: 17.0 -> 17.1
https://github.com/pgaudit/pgaudit/releases/tag/17.1
2025-07-07 14:31:33 +02:00
Wolfgang Walther
3ee9701f36 postgresql18Packages.pgaudit: add note about v18 support 2025-07-07 14:31:28 +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
5279e64bb9 postgresqlPackages.pgaudit: remove hash for v12
v12 had been removed from nixpkgs a while ago.
2025-03-18 18:17:00 +01:00
Wolfgang Walther
d271d2ac40 postgresqlPackages.pgaudit: modernize 2025-03-18 18:16:59 +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
994ba38473 postgresql16Packages.pgaudit: 1.7.0 -> 16.0
Diff: https://github.com/pgaudit/pgaudit/compare/1.7.0...16.0

Changelog: https://github.com/pgaudit/pgaudit/releases/tag/16.0
2023-09-22 04:20:00 +00:00
Dominic Steinitz
1aaf43022f postgresqlPackages.pgaudit: init at 1.7.0 2022-12-29 15:38:20 +00:00