Commit Graph

14 Commits

Author SHA1 Message Date
Wolfgang Walther
67a79abc45 postgresqlPackages.wal2json: fix update script and version 2025-08-08 09:51:07 +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
d14917c317 postgresqlPackages.wal2json: modernize 2025-03-18 18:17:21 +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
Maximilian Bosch
0644d3be87 Merge branch 'master' into staging-next 2024-11-10 18:34:57 +01:00
Wolfgang Walther
9035573855 nixosTests.postgresql: move all postgresql related nixosTests into one folder
This makes it possible to run all those tests at once by building
nixosTests.postgresql and allow a simple entry to ci/OWNERS for all
tests.
2024-11-09 18:24:52 +01:00
Wolfgang Walther
319d82d5c2 nixosTests.postgresql-wal2json: avoid manual imports
Same reasoning as commit before.
2024-11-09 18:24:51 +01:00
Wolfgang Walther
e24121ec20 postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper 2024-10-29 09:55:20 +01:00
Euan Kemp
4450044b7b postgresql15Packages.wal2json: 2.5 -> 2.6 2024-09-24 10:32:36 +09:00
Euan Kemp
554ec1c0f0 nixos/tests: add postgresql wal2json test
This test should ensure wal2json functions.
I'm planning to upgrade wal2json, so it seems nice to have a test here.

It passes on my machine.
2024-09-14 05:17:49 +00:00
Mario Rodas
ad99a539a4 postgresql16Packages.wal2json: fix build on darwin 2023-09-22 04:20:00 +00:00
Mario Rodas
d45bce3fe6 postgresql15Packages.wal2json: 2.4 -> 2.5
https://github.com/eulerto/wal2json/releases/tag/wal2json_2_5
2022-10-14 04:20:00 +00:00
Euan Kemp
4720f3ac73 postgresqlPackages.wal2json: init at 2.4 2022-05-17 22:47:12 +00:00