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
nixpkgs-ci[bot]
7d9f8fb0c1
Merge staging-next into staging
2025-10-02 15:59:43 +00:00
K900
f75ba3acbb
Merge remote-tracking branch 'origin/master' into staging-next
2025-10-02 17:11:25 +03:00
Diogo Correia
cd080abe76
postgresqlPackages.pg_tle: 1.5.1 -> 1.5.2
...
Unbreaks PG18 build.
2025-10-02 07:52:05 +01:00
nixpkgs-ci[bot]
d6ac0273cd
Merge staging-next into staging
2025-10-01 00:19:21 +00:00
nixpkgs-ci[bot]
b873fed1e5
Merge master into staging-next
2025-10-01 00:18:39 +00:00
kirillrdy
c21bed5ba3
postgresqlPackages.timescaledb-apache: 2.22.0 -> 2.22.1 ( #447486 )
2025-09-30 21:40:36 +00:00
R. Ryantm
45d61b67c7
postgresqlPackages.timescaledb-apache: 2.22.0 -> 2.22.1
2025-09-30 23:36:09 +02:00
K900
4999ae577c
Merge remote-tracking branch 'origin/master' into staging-next
2025-09-30 21:47:55 +03:00
R. Ryantm
57ebdbf53d
postgresqlPackages.omnigres: 0-unstable-2025-09-15 -> 0-unstable-2025-09-26
2025-09-27 18:20:37 +00:00
nixpkgs-ci[bot]
a827508462
Merge staging-next into staging
2025-09-26 19:57:27 +00:00
K900
63730dc4de
Merge remote-tracking branch 'origin/master' into staging-next
2025-09-26 22:55:30 +03:00
Augustin Trancart
46bbd93784
postgresqlPackages.postgis: 3.5.3 -> 3.6.0
2025-09-26 15:04:29 +02:00
nixpkgs-ci[bot]
2682411376
Merge staging-next into staging
2025-09-25 12:07:54 +00:00
nixpkgs-ci[bot]
2bc7207ed4
Merge master into staging-next
2025-09-25 12:07:10 +00:00
Leona Maroni
543d5d030f
{pg-dump-anon,postgresql.pkgs.anonymizer}: 1.3.2 -> 2.4.1 ( #445784 )
2025-09-25 08:26:43 +00:00
Wolfgang Walther
7d1f8f8492
libpq: 17.6 -> 18.0 ( #445761 )
2025-09-25 08:04:27 +00: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
Wolfgang Walther
9f20e3789b
postgresql_18: 18rc1 -> 18.0
2025-09-24 12:39:08 +02:00
Wolfgang Walther
dcb41fbcee
libpq: 17.6 -> 18.0
2025-09-24 12:30:43 +02:00
nixpkgs-ci[bot]
f08a85f704
Merge master into staging-next
2025-09-22 12:07:05 +00:00
R. Ryantm
a40a3f930b
postgresqlPackages.pg_squeeze: 1.9.0 -> 1.9.1
2025-09-22 07:41:38 +00:00
Wolfgang Walther
1043895c39
postgresql: pin LLVM 20
...
PostgreSQL is still broken with LLVM 21.
2025-09-21 16:44:46 +02: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 Walther
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
Wolfgang Walther
8c761f4926
postgresqlPackages.pgmq: 1.6.1 -> 1.7.0 ( #442122 )
2025-09-13 12:32:39 +00:00
R. Ryantm
3995c1531f
postgresqlPackages.pgmq: 1.6.1 -> 1.7.0
2025-09-11 17:40:09 +00:00
Wolfgang Walther
ed0efe5907
pkgsStatic.libpq: fix build
...
This has worked before - but only accidentally so. It worked once we
enabled `structuredAttrs`, but there was a bug in the stdenv adapter for
`pkgsStatic`, which made it ineffective when using `structuredAttrs`.
With the bug fixed, libpq was broken again. This time, we fix it by
entirely disabling the build of shared libraries in PG's Makefiles for
the static case. No shared libraries - no problem.
2025-09-10 16:07:21 +02:00
Vladimír Čunát
a713d31b56
Merge branch 'master' into staging-next
2025-09-08 20:46:02 +02:00
Wolfgang Walther
e06828c560
postgresqlPackages.timescaledb-apache: 2.21.3 -> 2.22.0 ( #439570 )
2025-09-08 14:28:06 +00:00
R. Ryantm
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
nixpkgs-ci[bot]
5c32d7788d
Merge master into staging-next
2025-09-06 12:05:56 +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
nixpkgs-ci[bot]
83ae2a18c8
Merge master into staging-next
2025-09-05 12:06:35 +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
nixpkgs-ci[bot]
63e18a8927
Merge master into staging-next
2025-09-04 18:05:10 +00: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
nixpkgs-ci[bot]
a5414f7a6d
Merge master into staging-next
2025-09-04 12:06:41 +00:00
Wolfgang Walther
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
ae56374068
postgresql_18: 18beta3 -> 18rc1
...
Release Notes for v18:
https://www.postgresql.org/docs/18/release-18.html
2025-09-04 10:15:15 +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
nixpkgs-ci[bot]
b4c4165f04
Merge master into staging-next
2025-09-02 18:04:47 +00: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