Commit Graph

2448 Commits

Author SHA1 Message Date
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
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
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
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]
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]
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]
01ca72d322 Merge master into staging-next 2026-04-18 18:13:38 +00:00
Maximilian Bosch
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]
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]
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]
b6a280bc95 Merge master into staging-next 2026-04-15 00:32:57 +00:00
R. Ryantm
64cf6caf09 postgresqlPackages.timescaledb: 2.26.2 -> 2.26.3 2026-04-14 20:17:07 +00:00
nixpkgs-ci[bot]
f7f934dadf Merge master into staging-next 2026-04-14 06:38:19 +00:00
Maximilian Bosch
4ed2dff2b5 postgresql: reduce duplicated postgresqlWithPackages (#509714) 2026-04-14 01:35:38 +00:00
nixpkgs-ci[bot]
a72eb26222 Merge master into staging-next 2026-04-14 00:32:41 +00:00
Michael Schneider
b7cae3429d postgresql: reduce duplicated postgresqlWithPackages 2026-04-13 21:16:59 +01:00
Michael Schneider
c95ef668a5 postgresql: cleanup unused imports 2026-04-13 21:07:01 +01:00
nixpkgs-ci[bot]
1528db5c46 Merge master into staging-next 2026-04-12 18:13:29 +00:00
Wolfgang Walther
aafe33804c postgresqlPackages.system_stats: 3.2.1 -> 4.0 (#508965) 2026-04-12 15:24:34 +00:00
Wolfgang Walther
8f240b0594 postgresqlPackages.system_stats: fix meta.changelog
It looks like this file was never actually a thing, somebody probably
copied this over from somewhere else...
2026-04-12 17:19:12 +02:00
R. Ryantm
4afdaea00c postgresqlPackages.system_stats: 3.2.1 -> 4.0 2026-04-11 13:03:41 +00:00
nixpkgs-ci[bot]
ed5803a2ab Merge master into staging-next 2026-04-11 12:11:38 +00:00
R. Ryantm
8d18ed88df postgresqlPackages.timescaledb-apache: 2.26.1 -> 2.26.2 2026-04-10 22:16:43 +00:00
nixpkgs-ci[bot]
53e0446865 Merge master into staging-next 2026-04-10 12:18:01 +00:00
Wolfgang Walther
8e08908a4a postgresqlPackages.pg_search: 0.22.5 -> 0.22.6 (#508284) 2026-04-10 07:21:39 +00:00
nixpkgs-ci[bot]
433e853a47 Merge master into staging-next 2026-04-10 00:26:54 +00:00
R. Ryantm
374881e13a postgresqlPackages.pg_background: 1.9.1 -> 1.9.2 2026-04-09 10:26:17 +00:00
R. Ryantm
8a5d879080 postgresqlPackages.pg_search: 0.22.5 -> 0.22.6 2026-04-09 10:20:39 +00:00
nixpkgs-ci[bot]
0591c59c5a Merge master into staging-next 2026-04-07 12:20:24 +00:00
Wolfgang Walther
c06b690331 postgresqlPackages.pg_search: 0.22.4 -> 0.22.5 (#506313) 2026-04-07 11:05:06 +00:00
nixpkgs-ci[bot]
055696d9bd Merge staging-next into staging 2026-04-06 18:20:20 +00:00
R. Ryantm
5577fa87ab postgresqlPackages.pg_ivm: 1.13 -> 1.14 2026-04-04 21:45:56 +00:00
Luc Perkins
1a919d9525 postgresqlPackages.pg_search: 0.22.4 -> 0.22.5 2026-04-03 13:58:12 -03:00