summaryrefslogtreecommitdiff
path: root/pkgs/servers/sql
AgeCommit message (Collapse)Author
3 dayspostgresqlPackages.timescaledb-apache: 2.27.0-p0 -> 2.27.1R. Ryantm
4 daysMerge master into staging-nextnixpkgs-ci[bot]
4 dayspostgresqlPackages.pg_duckdb: init at 1.1.1 (#520706)Wolfgang Walther
5 dayspostgresqlPackages.timescaledb: 2.27.0 -> 2.27.0-p0R. Ryantm
5 dayspostgresqlPackages.pg_duckdb: init at 1.1.1Sergey Konotopov
8 daysMerge master into staging-nextnixpkgs-ci[bot]
8 dayspostgresqlPackages.system_stats: 4.0 -> 4.1 (#520357)Wolfgang Walther
8 daysMerge master into staging-nextnixpkgs-ci[bot]
8 dayspostgresql: security patches of 2026-05-14 (#520239)Wolfgang Walther
8 dayspostgresqlPackages.system_stats: 4.0 -> 4.1R. Ryantm
8 dayslibpq: 18.2 -> 18.4Wolfgang Walther
Release Notes: https://www.postgresql.org/about/news/postgresql-184-1710-1614-1518-and-1423-released-3297/ Security: CVE-2026-6477
8 dayspostgresql_18: 18.3 -> 18.4Bart Oostveen
Release Notes: https://www.postgresql.org/about/news/postgresql-184-1710-1614-1518-and-1423-released-3297/
8 dayspostgresql_17: 17.9 -> 17.10Bart Oostveen
Release Notes: https://www.postgresql.org/about/news/postgresql-184-1710-1614-1518-and-1423-released-3297/
8 dayspostgresql_16: 16.13 -> 16.14Bart Oostveen
Release Notes: https://www.postgresql.org/about/news/postgresql-184-1710-1614-1518-and-1423-released-3297/
8 dayspostgresql_15: 15.17 -> 15.18Bart Oostveen
Release Notes: https://www.postgresql.org/about/news/postgresql-184-1710-1614-1518-and-1423-released-3297/
8 dayspostgresql_14: 14.22 -> 14.23Bart Oostveen
Release Notes: https://www.postgresql.org/about/news/postgresql-184-1710-1614-1518-and-1423-released-3297/
9 dayspostgresqlPackages.pg_textsearch: 1.1.0 -> 1.2.0R. Ryantm
10 dayslibpq: support dontDisableStatic (#519070)Wolfgang Walther
10 dayspostgresqlPackages.pg_graphql: 1.6.0 -> 1.6.1 (#519433)Wolfgang Walther
11 dayspostgresqlPackages.pg_graphql: 1.6.0 -> 1.6.1R. Ryantm
11 dayspostgresqlPackages.timescaledb-apache: 2.26.4 -> 2.27.0R. Ryantm
12 dayslibpq: support dontDisableStaticJonathan King
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-05postgresqlPackages.age: 1.6.0 -> 1.7.0 (#516900)Wolfgang Walther
2026-05-05postgresqlPackages.age: 1.6.0 -> 1.7.0Daniel Beecham
2026-05-05postgresqlPackages.pg_textsearch: init at 1.1.0Daniel Beecham
2026-05-03postgresqlPackages.pg_graphql: 1.5.12 -> 1.6.0R. Ryantm
2026-05-01postgresql: use structuredAttrs instead of passAsFile in tests (#515386)Maximilian Bosch
2026-05-01postgresqlPackages.pgtap: use __structuredAttrs instead of passAsFileStefan Frijters
2026-05-01postgresqlTestExtension: use __structuredAttrs instead of passAsFileStefan Frijters
2026-05-01various: update github owner names (#514908)Peder Bergebakken Sundt
2026-04-30postgresqlPackages.pgmq: update GitHub owner nameSigmanificient
2026-04-30postgresqlPackages.pg_auto_failover: update GitHub owner nameSigmanificient
2026-04-29postgresqlPackages.timescaledb-apache: 2.26.3 -> 2.26.4R. Ryantm
2026-04-25postgresqlPackages.pg_background: 1.9.2 -> 1.9.3R. Ryantm
2026-04-22Merge master into staging-nextnixpkgs-ci[bot]
2026-04-21mssql_jdbc: 13.2.1 -> 13.4.0 (#500329)Peder Bergebakken Sundt
2026-04-21Merge master into staging-nextnixpkgs-ci[bot]
2026-04-21postgresqlPackages.pgmq: 1.11.0 -> 1.11.1R. Ryantm
2026-04-21Merge master into staging-nextnixpkgs-ci[bot]
2026-04-20postgresqlPackages.vectorchord: specify dual license (#511722)Wolfgang Walther
2026-04-20Merge master into staging-nextnixpkgs-ci[bot]
2026-04-20percona-server_8_0: drop as it's EOL soonLeona Maroni
It reaches it's EOL before the NixOS 26.05 release, so drop as release preperation.
2026-04-20postgresqlPackages.vectorchord: specify dual licenseDiogo Correia
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-19postgresqlPackages.pointcloud: fix darwin build by setting `-std=gnu17`Sarah Clark
2026-04-18Merge master into staging-nextnixpkgs-ci[bot]
2026-04-18postgresqlPackages.apache_datasketches: fix build with gcc15; update (#511077)Maximilian Bosch
2026-04-18postgresqlPackages.apache_datasketches: datasketches-cpp: 5.0.2 -> 5.2.0Xiangyan Sun
2026-04-18postgresqlPackages.apache_datasketches: fix build with gcc15Xiangyan Sun
2026-04-18Merge master into staging-nextnixpkgs-ci[bot]
2026-04-18postgresqlPackages.postgis: 3.6.2 -> 3.6.3R. Ryantm