Commit Graph

26 Commits

Author SHA1 Message Date
Wolfgang Walther
7c4913d3da postgresqlPackages.pg_net: 0.20.3 -> 0.20.5
Fixes the build for PostgreSQL 19.

Release Notes:
https://github.com/supabase/pg_net/releases/tag/v0.20.5
2026-07-09 23:04:26 +02:00
R. Ryantm
a82f26a2cd postgresqlPackages.pg_net: 0.20.2 -> 0.20.3 2026-05-23 13:42:50 +00:00
R. Ryantm
c1f7c3233e postgresqlPackages.pg_net: 0.19.7 -> 0.20.2 2025-11-15 09:27:51 +01:00
R. Ryantm
27489d44ef postgresqlPackages.pg_net: 0.19.5 -> 0.19.7 2025-08-28 12:15:33 +00:00
R. Ryantm
d23fa320a4 postgresqlPackages.pg_net: 0.19.4 -> 0.19.5 2025-08-10 14:48:04 +00:00
R. Ryantm
d242203a66 postgresqlPackages.pg_net: 0.19.3 -> 0.19.4 2025-08-01 11:06:43 +00:00
R. Ryantm
0b0fd79f9b postgresqlPackages.pg_net: 0.19.1 -> 0.19.3 2025-07-23 23:51:05 +00:00
R. Ryantm
71aabd6680 postgresqlPackages.pg_net: 0.18.0 -> 0.19.1 2025-07-15 13:25:47 +02:00
Maximilian Bosch
101c6df67b postgresqlPackages.pg_net: remove general -Wno-error
I wondered if this is strictly needed and it turns out that except from
the postgresql_18 version failing with

    pg_net> src/worker.c:20:14: error: no previous extern declaration for non-static variable 'worker_state' [-Werror,-Wmissing-variable-declarations]
    pg_net>    20 | WorkerState *worker_state = NULL;
    pg_net>       |              ^
    pg_net> src/worker.c:20:1: note: declare 'static' if the variable is not intended to be used outside of this translation unit
    pg_net>    20 | WorkerState *worker_state = NULL;
    pg_net>       | ^
    pg_net> 1 error generated.
    pg_net> make: *** [<builtin>: src/worker.o] Error 1

the package builds without it.
2025-07-06 10:13:24 +02:00
R. Ryantm
49ec00ec7f postgresqlPackages.pg_net: 0.16.0 -> 0.18.0 2025-07-06 09:59:03 +02:00
R. Ryantm
a580f7e5f0 postgresqlPackages.pg_net: 0.15.1 -> 0.16.0 2025-06-26 10:41:58 +00:00
R. Ryantm
8308f5ed6a postgresqlPackages.pg_net: 0.14.0 -> 0.15.1 2025-06-07 15:57:10 +00:00
Wolfgang Walther
e1573ae30b postgresqlPackages: remove unused inputs
Thanks, deadnix.
2025-05-11 10:44:16 +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
df033d0eef postgresqlPackages.pg_net: modernize 2025-03-18 18:16:50 +01:00
R. Ryantm
338322d15e postgresqlPackages.pg_net: 0.13.0 -> 0.14.0 2024-12-14 21:56:57 +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
a65bd1adef postgresqlPackages.pg_net: 0.8.0 -> 0.13.0 2024-11-16 14:03:06 +01:00
Wolfgang Walther
e24121ec20 postgresqlPackages: replace custom installPhase with buildPostgresqlExtension helper 2024-10-29 09:55:20 +01: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
Mario Rodas
3bb3711ded postgresqlPackages.pg_net: fix build with gcc 2024-02-24 08:00:00 +00:00
R. Ryantm
7ad32769f4 postgresql15JitPackages.pg_net: 0.7.3 -> 0.8.0 2024-02-24 07:59:34 +00:00
Mario Rodas
aa7811a8f5 postgresql11Packages.pg_partman: mark as broken 2023-09-22 04:20:00 +00:00
Mario Rodas
59d851384d postgresql16Packages.pg_net: 0.7.2 -> 0.7.3
Diff: https://github.com/supabase/pg_net/compare/refs/tags/v0.7.2...v0.7.3

Changelog: https://github.com/supabase/pg_net/releases/tag/v0.7.3
2023-09-22 04:20:00 +00:00
Austin Seipp
a262231cca postgresqlPackages.pg_net: init at 0.7.2
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2023-08-13 20:27:43 -05:00