1397 Commits
Author SHA1 Message Date
Maximilian BoschandGitHub f842ea6032 postgresql13Packages.lantern: fix build with cmake4 (#455635) 2025-10-27 10:38:54 +00:00
Dee Anzorge 30151dae23 postgresqlPackages.rum: 1.3.14 -> 1.3.15
Changes: https://github.com/postgrespro/rum/releases/tag/1.3.15
2025-10-26 17:57:05 +01:00
Rafael Ieda ee94892bd8 postgresql13Packages.lantern: fix build with cmake4 2025-10-25 17:34:12 -03:00
R. Ryantm 24f41c6fad postgresqlPackages.pg_partman: 5.3.0 -> 5.3.1 2025-10-24 21:59:09 +00:00
R. Ryantm 89f2026b8e postgresqlPackages.pg_ivm: 1.12 -> 1.13 2025-10-22 14:04:36 +00:00
Wolfgang WaltherandGitHub 4cd7c037c2 postgresqlPackages.pg_uuidv7: 1.6.0 -> 1.7.0 (#452083) 2025-10-16 08:51:02 +00:00
Diogo Correia 722c7ede95 postgresqlPackages.vectorchord: 0.4.2 -> 0.5.3
Upstream has dropped jemalloc in favour of mimalloc.
2025-10-15 22:41:23 +01:00
R. Ryantm df7b2ee2c4 postgresqlPackages.pg_uuidv7: 1.6.0 -> 1.7.0 2025-10-14 22:02:45 +00:00
Wolfgang WaltherandGitHub c987efac10 postgresql{16,17}Packages.age: 1.5.0-rc0 -> 1.6.0-rc0 (#451417) 2025-10-13 10:30:43 +00:00
jopejoe1 01238f33ac postgresql{16,17}Packages.age: 1.5.0-rc0 -> 1.6.0-rc0 2025-10-13 09:40:54 +02:00
jopejoe1 4dc17c928d postgresqlPackages.age: fix evaling of meta
In cases where src was a throw, meta failed to eval fixing this by not referencing src in meta.
2025-10-13 09:40:53 +02:00
R. Ryantm 08fc37d4f4 postgresqlPackages.pg_partman: 5.2.4 -> 5.3.0 2025-10-12 21:20:18 +00:00
jopejoe1 e33e1eb73e postgresqlPackages.age: fix src tag 2025-10-12 19:47:59 +02:00
R. Ryantm 28687f6e2b postgresqlPackages.plpgsql_check: 2.8.2 -> 2.8.3 2025-10-11 23:41:38 +00:00
R. Ryantm 4b6965adbf postgresqlPackages.pgtap: 1.3.3 -> 1.3.4 2025-10-11 15:45:09 +00:00
Alexis Williams 0be31071a4 pgx_ulid 0.2.0 -> 0.2.1
Update pgx_ulid and add support for PostgreSQL 18.
2025-10-10 16:27:18 -07:00
Wolfgang WaltherandGitHub 7eb8a3cd79 postgresqlPackages.pg_graphql: init at 1.5.12-unstable-2025-09-01 (#449134) 2025-10-07 15:46:23 +00:00
Julien Moutinho a8fc17efe4 postgresqlPackages.pg_graphql: init at 1.5.12-unstable-2025-09-01 2025-10-07 17:37:08 +02:00
R. Ryantm abf7fd777c postgresqlPackages.pgroonga: 4.0.2 -> 4.0.4 2025-10-07 00:22:03 +00:00
Wolfgang Walther 91a8fee3aa treewide: remove redundant parentheses
Auto-fixed by nixf-diagnose.
2025-10-05 10:52:03 +02:00
NAHO c8d4dabc43 pkgs: remove optional builtins prefixes from prelude functions
Remove optional builtins prefixes from prelude functions by running:

    builtins=(
      abort
      baseNameOf
      break
      derivation
      derivationStrict
      dirOf
      false
      fetchGit
      fetchMercurial
      fetchTarball
      fetchTree
      fromTOML
      import
      isNull
      map
      null
      placeholder
      removeAttrs
      scopedImport
      throw
      toString
      true
    )

    fd \
      --type file \
      . \
      pkgs \
      --exec-batch sed --in-place --regexp-extended "
        s/\<builtins\.($(
          printf '%s\n' "${builtins[@]}" |
            paste --delimiter '|' --serial -
        ))\>/\1/g
      "

    nix fmt
2025-10-04 19:02:37 +02:00
Diogo Correia cd080abe76 postgresqlPackages.pg_tle: 1.5.1 -> 1.5.2
Unbreaks PG18 build.
2025-10-02 07:52:05 +01:00
kirillrdyandGitHub c21bed5ba3 postgresqlPackages.timescaledb-apache: 2.22.0 -> 2.22.1 (#447486) 2025-09-30 21:40:36 +00:00
R. RyantmandWolfgang Walther 45d61b67c7 postgresqlPackages.timescaledb-apache: 2.22.0 -> 2.22.1 2025-09-30 23:36:09 +02:00
R. Ryantm 57ebdbf53d postgresqlPackages.omnigres: 0-unstable-2025-09-15 -> 0-unstable-2025-09-26 2025-09-27 18:20:37 +00:00
Augustin Trancart 46bbd93784 postgresqlPackages.postgis: 3.5.3 -> 3.6.0 2025-09-26 15:04:29 +02:00
Wolfgang Walther 4182de0892 {pg-dump-anon,postgresql.pkgs.anonymizer}: 1.3.2 -> 2.4.1
Release Notes:
https://gitlab.com/dalibo/postgresql_anonymizer/-/blob/latest/CHANGELOG.md?ref_type=heads#20250919--241---minor-bug-fixes
2025-09-24 13:57:41 +02:00
R. Ryantm a40a3f930b postgresqlPackages.pg_squeeze: 1.9.0 -> 1.9.1 2025-09-22 07:41:38 +00:00
R. Ryantm fa3ff6a01a postgresqlPackages.pg_roaringbitmap: 0.5.4 -> 0.5.5 2025-09-20 05:39:31 +00:00
Wolfgang Walther 8814a115c1 postgresqlPackages.tds_fdw: 2.0.4 -> 2.0.5
Release Notes:
https://github.com/tds-fdw/tds_fdw/releases/tag/v2.0.5

Now supports PostgreSQL 18.
2025-09-18 10:03:26 +02:00
R. Ryantm 2dcb411f6b postgresqlPackages.omnigres: 0-unstable-2025-09-05 -> 0-unstable-2025-09-15 2025-09-16 17:06:29 +00:00
Wolfgang WaltherandGitHub 189e9275d4 postgresqlPackages.pgroonga: 4.0.1 -> 4.0.2 (#442607) 2025-09-15 13:11:03 +00:00
R. Ryantm 80d0c19413 postgresqlPackages.pg_csv: 1.0 -> 1.0.1 2025-09-14 11:21:22 +00:00
Wolfgang Walther a4e06d4a97 postgresqlPackages.pgroonga: 4.0.1 -> 4.0.2
Release Notes:
https://github.com/pgroonga/pgroonga/releases/tag/4.0.2

Fixes PostgreSQL 18 build.
2025-09-13 14:33:39 +02:00
R. Ryantm 3995c1531f postgresqlPackages.pgmq: 1.6.1 -> 1.7.0 2025-09-11 17:40:09 +00:00
Wolfgang WaltherandGitHub e06828c560 postgresqlPackages.timescaledb-apache: 2.21.3 -> 2.22.0 (#439570) 2025-09-08 14:28:06 +00:00
R. RyantmandWolfgang Walther b5d3a07d59 postgresqlPackages.timescaledb-apache: 2.21.3 -> 2.22.0 2025-09-08 16:22:57 +02:00
R. Ryantm c83177793e postgresqlPackages.pg_cron: 1.6.6 -> 1.6.7 2025-09-08 12:11:45 +00:00
R. Ryantm f40c2359b1 postgresqlPackages.omnigres: 0-unstable-2025-08-24 -> 0-unstable-2025-09-05 2025-09-05 17:35:20 +00:00
Wolfgang Walther bc5f7c59a7 postgresqlPackages.pgvector: 0.8.0 -> 0.8.1
Release Notes:
https://github.com/pgvector/pgvector/blob/master/CHANGELOG.md#081-2025-09-04

Now supports PostgreSQL 18.
2025-09-05 12:20:12 +02:00
Wolfgang Walther 29bbf3faa7 postgresqlPackages.pv_ivm: 1.11 -> 1.12
Release Notes:
https://github.com/sraoss/pg_ivm/releases/tag/v1.12

Adds support for PostgreSQL 18.
2025-09-04 17:28:15 +02:00
Wolfgang WaltherandGitHub e5ebe9be24 postgresql_18: 18beta3 -> 18rc1 (#440087) 2025-09-04 09:09:03 +00:00
Wolfgang Walther 01dde1fe6b postgresqlPackages: remove outdated broken conditions
"older than v13" is not important anymore, we don't package v12.
2025-09-04 10:57:45 +02:00
Wolfgang Walther 296f222cf8 postgresql18Packages.pg_hll: fix on darwin
Disabling the `missing-variable-declarations` warning only was part of
the solution, it didn't fix darwin builds. Applying upstream's patch
fixes it on all platforms. It will also warn us via build failure when
this isn't needed anymore. Win-win!
2025-09-04 10:48:14 +02:00
Wolfgang Walther 2fa114f972 postgresqlPackages.pg_cron: 1.6.5 -> 1.6.6
Release Notes:
https://github.com/citusdata/pg_cron/releases/tag/v1.6.6

Now supports PostgreSQL 18.
2025-09-04 10:09:15 +02:00
Wolfgang Walther 8f39a9831a postgresqlPackages.pg_bigm: 1.2-20240606 -> 1.2-20250903
Release Notes:
https://github.com/pgbigm/pg_bigm/releases/tag/v1.2-20250903
2025-09-02 18:37:15 +02:00
dishandGitHub 3ab9a6bb95 postgresqlPackages.pgddl: 0.29 -> 0.30 (#437860) 2025-09-01 14:33:49 -04:00
steve-chavez 73589bae95 postgresqlPackages.pg_csv: init at 1.0
[pg_csv](https://github.com/PostgREST/pg_csv) offers flexible CSV
processing, with some advantages over the `COPY..CSV` command.
2025-09-01 09:47:03 -05:00
R. Ryantm 27489d44ef postgresqlPackages.pg_net: 0.19.5 -> 0.19.7 2025-08-28 12:15:33 +00:00
R. Ryantm e1515b900b postgresqlPackages.pgddl: 0.29 -> 0.30 2025-08-28 09:45:05 +00:00