R. Ryantm
1077911378
postgresqlPackages.plpgsql_check: 2.8.11 -> 2.9.0
2026-05-26 13:22:56 +00:00
R. Ryantm
a82f26a2cd
postgresqlPackages.pg_net: 0.20.2 -> 0.20.3
2026-05-23 13:42:50 +00:00
R. Ryantm
782815217a
postgresqlPackages.timescaledb-apache: 2.27.0-p0 -> 2.27.1
2026-05-20 18:26:58 +00:00
nixpkgs-ci[bot] and GitHub
42e06c8075
Merge master into staging-next
2026-05-19 13:06:20 +00:00
Wolfgang Walther and GitHub
f04d3629e8
postgresqlPackages.pg_duckdb: init at 1.1.1 ( #520706 )
2026-05-19 08:45:30 +00:00
R. Ryantm
976f01d0ad
postgresqlPackages.timescaledb: 2.27.0 -> 2.27.0-p0
2026-05-18 20:20:03 +00:00
Sergey Konotopov
56614748be
postgresqlPackages.pg_duckdb: init at 1.1.1
2026-05-18 15:42:46 +01:00
nixpkgs-ci[bot] and GitHub
647a92ce12
Merge master into staging-next
2026-05-15 18:33:54 +00:00
Wolfgang Walther and GitHub
763b938559
postgresqlPackages.system_stats: 4.0 -> 4.1 ( #520357 )
2026-05-15 17:18:40 +00:00
nixpkgs-ci[bot] and GitHub
744b127e11
Merge master into staging-next
2026-05-15 12:38:31 +00:00
Wolfgang Walther and GitHub
c2af23a929
postgresql: security patches of 2026-05-14 ( #520239 )
2026-05-15 09:06:44 +00:00
R. Ryantm
5f52592848
postgresqlPackages.system_stats: 4.0 -> 4.1
2026-05-15 08:11:50 +00:00
Wolfgang Walther
c9b2117da5
libpq: 18.2 -> 18.4
...
Release Notes:
https://www.postgresql.org/about/news/postgresql-184-1710-1614-1518-and-1423-released-3297/
Security: CVE-2026-6477
2026-05-15 09:27:15 +02:00
Bart Oostveen and Wolfgang Walther
a1450861df
postgresql_18: 18.3 -> 18.4
...
Release Notes:
https://www.postgresql.org/about/news/postgresql-184-1710-1614-1518-and-1423-released-3297/
2026-05-15 09:12:03 +02:00
Bart Oostveen and Wolfgang Walther
ff3a971a1b
postgresql_17: 17.9 -> 17.10
...
Release Notes:
https://www.postgresql.org/about/news/postgresql-184-1710-1614-1518-and-1423-released-3297/
2026-05-15 09:12:02 +02:00
Bart Oostveen and Wolfgang Walther
d16813a3c2
postgresql_16: 16.13 -> 16.14
...
Release Notes:
https://www.postgresql.org/about/news/postgresql-184-1710-1614-1518-and-1423-released-3297/
2026-05-15 09:12:01 +02:00
Bart Oostveen and Wolfgang Walther
fd6286751a
postgresql_15: 15.17 -> 15.18
...
Release Notes:
https://www.postgresql.org/about/news/postgresql-184-1710-1614-1518-and-1423-released-3297/
2026-05-15 09:12:00 +02:00
Bart Oostveen and Wolfgang Walther
c3bfff7d3c
postgresql_14: 14.22 -> 14.23
...
Release Notes:
https://www.postgresql.org/about/news/postgresql-184-1710-1614-1518-and-1423-released-3297/
2026-05-15 08:40:54 +02:00
R. Ryantm
748479d0e8
postgresqlPackages.pg_textsearch: 1.1.0 -> 1.2.0
2026-05-14 23:28:06 +00:00
Wolfgang Walther and GitHub
fe6753d608
libpq: support dontDisableStatic ( #519070 )
2026-05-13 21:16:43 +00:00
Wolfgang Walther and GitHub
90fbae3e41
postgresqlPackages.pg_graphql: 1.6.0 -> 1.6.1 ( #519433 )
2026-05-13 21:13:15 +00:00
R. Ryantm
0249c04370
postgresqlPackages.pg_graphql: 1.6.0 -> 1.6.1
2026-05-12 13:32:23 +00:00
R. Ryantm
280247007e
postgresqlPackages.timescaledb-apache: 2.26.4 -> 2.27.0
2026-05-12 13:28:51 +00:00
Jonathan King
4c9cd46a43
libpq: support dontDisableStatic
...
Bring libpq into line with `pkgs/servers/sql/postgresql/generic.nix`,
which already lets consumers retain the static archives alongside the
shared libraries by setting `dontDisableStatic = true`. libpq's
`postInstall` previously deleted every `.a` from `$dev/lib`
unconditionally on non-static builds; consumers that need both the
shared library and a native-ELF static archive had no in-tree way to
keep them.
The default behaviour is preserved: when `dontDisableStatic` is unset
or `false`, the `.a` files are still removed, and the resulting
`postInstall` string is identical to the previous one, so the
derivation hash for existing consumers does not change.
2026-05-11 17:01:23 +01:00
Wolfgang Walther and GitHub
98ec6a679f
postgresqlPackages.age: 1.6.0 -> 1.7.0 ( #516900 )
2026-05-05 15:52:27 +00:00
Daniel Beecham
c61954199e
postgresqlPackages.age: 1.6.0 -> 1.7.0
2026-05-05 17:34:49 +02:00
Daniel Beecham
45db73692b
postgresqlPackages.pg_textsearch: init at 1.1.0
2026-05-05 17:09:16 +02:00
R. Ryantm
3c5279afdb
postgresqlPackages.pg_graphql: 1.5.12 -> 1.6.0
2026-05-03 23:54:31 +00:00
Maximilian Bosch and GitHub
cea1cbed8d
postgresql: use structuredAttrs instead of passAsFile in tests ( #515386 )
2026-05-01 13:11:49 +00:00
Stefan Frijters
eeda6cc401
postgresqlPackages.pgtap: use __structuredAttrs instead of passAsFile
2026-05-01 13:38:45 +02:00
Stefan Frijters
3e0f110c52
postgresqlTestExtension: use __structuredAttrs instead of passAsFile
2026-05-01 13:38:26 +02:00
Peder Bergebakken Sundt and GitHub
588b42b878
various: update github owner names ( #514908 )
2026-05-01 00:32:37 +00:00
Sigmanificient
058e8a88d0
postgresqlPackages.pgmq: update GitHub owner name
2026-04-30 03:20:00 +02:00
Sigmanificient
580127e471
postgresqlPackages.pg_auto_failover: update GitHub owner name
2026-04-30 03:19:22 +02:00
R. Ryantm
67ab3249ab
postgresqlPackages.timescaledb-apache: 2.26.3 -> 2.26.4
2026-04-29 02:34:32 +00:00
R. Ryantm
2b18edad19
postgresqlPackages.pg_background: 1.9.2 -> 1.9.3
2026-04-25 21:34:17 +00:00
nixpkgs-ci[bot] and GitHub
f878aaf90f
Merge master into staging-next
2026-04-21 18:23:58 +00:00
R. Ryantm
42b7c6b49a
postgresqlPackages.pgmq: 1.11.0 -> 1.11.1
2026-04-21 11:55:19 +00:00
nixpkgs-ci[bot] and GitHub
dcaefd38ef
Merge master into staging-next
2026-04-21 00:32:14 +00:00
Diogo Correia
84ddd9dcab
postgresqlPackages.vectorchord: specify dual license
...
With compound licenses[1] recently merged, we can now properly represent
dual licensed packages without affecting its non-free status.
See https://github.com/NixOS/nixpkgs/pull/392710#discussion_r2010438719
[1]: https://github.com/NixOS/nixpkgs/pull/468378
2026-04-20 12:34:38 +01:00
Sarah Clark
d06e39933d
postgresqlPackages.pointcloud: fix darwin build by setting -std=gnu17
2026-04-19 16:30:08 -07:00
nixpkgs-ci[bot] and GitHub
01ca72d322
Merge master into staging-next
2026-04-18 18:13:38 +00:00
Maximilian Bosch and GitHub
09e87f8cf2
postgresqlPackages.apache_datasketches: fix build with gcc15; update ( #511077 )
2026-04-18 15:44:16 +00:00
Xiangyan Sun
51be85b9f9
postgresqlPackages.apache_datasketches: datasketches-cpp: 5.0.2 -> 5.2.0
2026-04-18 07:48:08 -07:00
Xiangyan Sun
b8bcc00431
postgresqlPackages.apache_datasketches: fix build with gcc15
2026-04-18 07:47:56 -07:00
nixpkgs-ci[bot] and GitHub
f360d3dce0
Merge master into staging-next
2026-04-18 12:12:51 +00:00
R. Ryantm
46dc938d4f
postgresqlPackages.postgis: 3.6.2 -> 3.6.3
2026-04-18 05:23:45 +00:00
nixpkgs-ci[bot] and GitHub
6dd3c7dbf7
Merge master into staging-next
2026-04-17 12:21:09 +00:00
R. Ryantm
7e5167c8e3
postgresqlPackages.pg_search: 0.22.6 -> 0.23.0
2026-04-17 06:51:28 +00:00
nixpkgs-ci[bot] and GitHub
b6a280bc95
Merge master into staging-next
2026-04-15 00:32:57 +00:00