Commit Graph

63 Commits

Author SHA1 Message Date
R. Ryantm
551a5bf48d postgresqlPackages.plpgsql_check: 2.10.3 -> 2.10.4 2026-08-06 12:21:53 +00:00
R. Ryantm
a630f747d5 postgresqlPackages.plpgsql_check: 2.10.1 -> 2.10.3 2026-07-28 07:00:21 +00:00
R. Ryantm
7c1b78cfbb postgresqlPackages.plpgsql_check: 2.9.3 -> 2.10.1 2026-07-19 02:08:33 +00:00
R. Ryantm
e3a1e3531c postgresqlPackages.plpgsql_check: 2.9.1 -> 2.9.3 2026-07-10 07:16:00 +00:00
R. Ryantm
14b0590158 postgresqlPackages.plpgsql_check: 2.9.0 -> 2.9.1 2026-06-04 22:45:07 +00:00
R. Ryantm
1077911378 postgresqlPackages.plpgsql_check: 2.8.11 -> 2.9.0 2026-05-26 13:22:56 +00:00
R. Ryantm
dea6f5719c postgresqlPackages.plpgsql_check: 2.8.9 -> 2.8.11 2026-02-23 09:38:49 +00:00
R. Ryantm
53c1086d69 postgresqlPackages.plpgsql_check: 2.8.8 -> 2.8.9 2026-02-16 02:04:45 +00:00
R. Ryantm
179616bc68 postgresqlPackages.plpgsql_check: 2.8.5 -> 2.8.8 2026-02-08 19:50:47 +00:00
R. Ryantm
5de532a4ab postgresqlPackages.plpgsql_check: 2.8.3 -> 2.8.5 2025-11-29 07:03:26 +00:00
R. Ryantm
28687f6e2b postgresqlPackages.plpgsql_check: 2.8.2 -> 2.8.3 2025-10-11 23:41:38 +00:00
R. Ryantm
7f45d9f957 postgresqlPackages.plpgsql_check: 2.8.1 -> 2.8.2 2025-08-04 14:31:46 +00:00
Wolfgang Walther
6c39351a7c postgresqlPackages.plpgsql_check: 2.7.15 -> 2.8.1 (#391954) 2025-07-04 07:56:10 +00:00
R. Ryantm
6faad7b27b postgresqlPackages.plpgsql_check: 2.7.15 -> 2.8.1 2025-07-04 09:47:12 +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
d3a7181b5e postgresqlPackages.plpgsql_check: modernize 2025-03-18 18:17:07 +01:00
R. Ryantm
928bdcfac2 postgresqlPackages.plpgsql_check: 2.7.13 -> 2.7.15 2025-02-11 08:22:34 +00:00
R. Ryantm
cc0b31cbce postgresqlPackages.plpgsql_check: 2.7.12 -> 2.7.13 2024-12-25 22:16:10 +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
12d32a5946 postgresqlPackages.plpgsql_check: 2.7.5 -> 2.7.12 2024-11-16 14:03:07 +01:00
Wolfgang Walther
e24121ec20 postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper 2024-10-29 09:55:20 +01:00
Wolfgang Walther
2b9fa464cf postgresqlPackages: refactor extension checks
The withPackages scope now provides a "postgresqlTestExtension" helper
which removes all the boilerplate for those kind of tests.

This was Mario Rodas' idea in #299756.
2024-09-21 14:16:12 +02:00
Mario Rodas
2becf6e837 maintainers: drop marsam 2024-04-24 04:20:00 +00:00
R. Ryantm
b7c2c96026 postgresql12JitPackages.plpgsql_check: 2.7.4 -> 2.7.5 2024-03-31 02:12:10 +00:00
R. Ryantm
dddd27dc94 postgresqlJitPackages.plpgsql_check: 2.7.3 -> 2.7.4 2024-03-15 13:32:48 +00:00
Wolfgang Walther
a1896739f6 postgresql.pkgs: remove broken conditions for legacy versions
PostgreSQL older than v12 is not in nixpkgs anymore, so marking those as
still broken in that case doesn't make sense anymore.
2024-03-09 09:44:07 +01:00
R. Ryantm
7cb461e876 postgresqlJitPackages.plpgsql_check: 2.7.2 -> 2.7.3 2024-02-27 11:47:06 +00:00
Mario Rodas
19b6433e2b postgresqlPackages.plpgsql_check: 2.7.1 -> 2.7.2
Diff: https://github.com/okbob/plpgsql_check/compare/v2.7.1...v2.7.2

Changelog: https://github.com/okbob/plpgsql_check/releases/tag/v2.7.2
2024-01-13 04:20:00 +00:00
Mario Rodas
72dcff1759 postgresqlPackages.plpgsql_check: 2.7.0 -> 2.7.1
Diff: https://github.com/okbob/plpgsql_check/compare/v2.7.0...v2.7.1

Changelog: https://github.com/okbob/plpgsql_check/releases/tag/v2.7.1
2023-12-24 04:20:00 +00:00
R. Ryantm
c15f418082 postgresql12JitPackages.plpgsql_check: 2.6.2 -> 2.7.0 2023-12-10 09:11:00 +00:00
Mario Rodas
75144f62b4 postgresql16Packages.plpgsql_check: 2.6.1 -> 2.6.2
Diff: https://github.com/okbob/plpgsql_check/compare/v2.6.1...v2.6.2

Changelog: https://github.com/okbob/plpgsql_check/releases/tag/v2.6.2
2023-11-25 04:20:00 +00:00
Mario Rodas
b34e235b65 postgresql16Packages.plpgsql_check: 2.6.0 -> 2.6.1
Diff: https://github.com/okbob/plpgsql_check/compare/v2.6.0...v2.6.1

Changelog: https://github.com/okbob/plpgsql_check/releases/tag/v2.6.1
2023-11-05 04:20:00 +00:00
R. Ryantm
842ad6b907 postgresql12JitPackages.plpgsql_check: 2.5.4 -> 2.6.0 2023-11-04 17:28:07 +00:00
Mario Rodas
f630a7b65a postgresqlPackages.plpgsql_check: 2.5.3 -> 2.5.4
Diff: https://github.com/okbob/plpgsql_check/compare/v2.5.3...v2.5.4

Changelog: https://github.com/okbob/plpgsql_check/releases/tag/v2.5.4
2023-10-25 04:20:00 +00:00
Mario Rodas
d8b0895554 postgresql16Packages.plpgsql_check: 2.5.1 -> 2.5.3
Diff: https://github.com/okbob/plpgsql_check/compare/v2.5.1...v2.5.3

Changelog: https://github.com/okbob/plpgsql_check/releases/tag/v2.5.3
2023-09-22 04:20:00 +00:00
Mario Rodas
b831da50f8 postgresqlPackages.plpgsql_check: 2.5.0 -> 2.5.1
Diff: https://github.com/okbob/plpgsql_check/compare/v2.5.0...v2.5.1

Changelog: https://github.com/okbob/plpgsql_check/releases/tag/v2.5.1
2023-09-22 04:20:00 +00:00
Mario Rodas
41edd75974 postgresqlPackages.plpgsql_check: 2.4.0 -> 2.5.0
Diff: https://github.com/okbob/plpgsql_check/compare/v2.4.0...v2.5.0

Changelog: https://github.com/okbob/plpgsql_check/releases/tag/v2.5.0
2023-09-12 04:20:00 +00:00
Mario Rodas
ce3b2a7683 postgresqlPackages.plpgsql_check: 2.3.4 -> 2.4.0
Diff: https://github.com/okbob/plpgsql_check/compare/v2.3.4...v2.4.0

Changelog: https://github.com/okbob/plpgsql_check/releases/tag/v2.4.0
2023-08-21 04:20:00 +00:00
Mario Rodas
2c69fe1567 postgresqlPackages.plpgsql_check: 2.3.3 -> 2.3.4
https://github.com/okbob/plpgsql_check/releases/tag/v2.3.4
2023-04-20 04:20:00 +00:00
Mario Rodas
81c6568482 postgresqlPackages.plpgsql_check: 2.3.0 -> 2.3.3
https://github.com/okbob/plpgsql_check/releases/tag/v2.3.3
2023-03-14 04:20:00 +00:00
Mario Rodas
0ac4b2825c postgresqlPackages.plpgsql_check: 2.2.6 -> 2.3.0
https://github.com/okbob/plpgsql_check/releases/tag/v2.3.0
2023-01-28 04:20:00 +00:00
Mario Rodas
c1c7ae2d6c postgresqlPackages.plpgsql_check: 2.2.5 -> 2.2.6 2023-01-03 04:20:00 +00:00
R. Ryantm
c8663bb893 postgresql11Packages.plpgsql_check: 2.2.4 -> 2.2.5 2022-12-19 01:19:02 +00:00
Mario Rodas
727fcd407e postgresqlPackages.plpgsql_check: 2.2.3 -> 2.2.4
https://github.com/okbob/plpgsql_check/releases/tag/v2.2.4
2022-11-23 04:20:00 +00:00
Mario Rodas
876ea29d50 postgresqlPackages.plpgsql_check: 2.2.2 -> 2.2.3
https://github.com/okbob/plpgsql_check/releases/tag/v2.2.3
2022-11-18 04:20:00 +00:00
Mario Rodas
97845bb252 postgresql15Packages.plpgsql_check: 2.2.1 -> 2.2.2
https://github.com/okbob/plpgsql_check/releases/tag/v2.2.2
2022-10-14 04:20:00 +00:00
R. Ryantm
3c4b51f390 postgresql11Packages.plpgsql_check: 2.1.9 -> 2.2.1 2022-09-23 01:57:26 +00:00
R. Ryantm
0cac2f536f postgresql11Packages.plpgsql_check: 2.1.8 -> 2.1.9 2022-09-06 02:30:52 +00:00
R. Ryantm
2b2970b350 postgresql11Packages.plpgsql_check: 2.1.5 -> 2.1.8 2022-08-01 06:40:24 +00:00