| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 3 days | postgresqlPackages.timescaledb-apache: 2.27.0-p0 -> 2.27.1 | R. Ryantm | |
| 4 days | Merge master into staging-next | nixpkgs-ci[bot] | |
| 4 days | postgresqlPackages.pg_duckdb: init at 1.1.1 (#520706) | Wolfgang Walther | |
| 5 days | postgresqlPackages.timescaledb: 2.27.0 -> 2.27.0-p0 | R. Ryantm | |
| 5 days | postgresqlPackages.pg_duckdb: init at 1.1.1 | Sergey Konotopov | |
| 8 days | Merge master into staging-next | nixpkgs-ci[bot] | |
| 8 days | postgresqlPackages.system_stats: 4.0 -> 4.1 (#520357) | Wolfgang Walther | |
| 8 days | Merge master into staging-next | nixpkgs-ci[bot] | |
| 8 days | postgresql: security patches of 2026-05-14 (#520239) | Wolfgang Walther | |
| 8 days | postgresqlPackages.system_stats: 4.0 -> 4.1 | R. Ryantm | |
| 8 days | libpq: 18.2 -> 18.4 | Wolfgang Walther | |
| Release Notes: https://www.postgresql.org/about/news/postgresql-184-1710-1614-1518-and-1423-released-3297/ Security: CVE-2026-6477 | |||
| 8 days | postgresql_18: 18.3 -> 18.4 | Bart Oostveen | |
| Release Notes: https://www.postgresql.org/about/news/postgresql-184-1710-1614-1518-and-1423-released-3297/ | |||
| 8 days | postgresql_17: 17.9 -> 17.10 | Bart Oostveen | |
| Release Notes: https://www.postgresql.org/about/news/postgresql-184-1710-1614-1518-and-1423-released-3297/ | |||
| 8 days | postgresql_16: 16.13 -> 16.14 | Bart Oostveen | |
| Release Notes: https://www.postgresql.org/about/news/postgresql-184-1710-1614-1518-and-1423-released-3297/ | |||
| 8 days | postgresql_15: 15.17 -> 15.18 | Bart Oostveen | |
| Release Notes: https://www.postgresql.org/about/news/postgresql-184-1710-1614-1518-and-1423-released-3297/ | |||
| 8 days | postgresql_14: 14.22 -> 14.23 | Bart Oostveen | |
| Release Notes: https://www.postgresql.org/about/news/postgresql-184-1710-1614-1518-and-1423-released-3297/ | |||
| 8 days | postgresqlPackages.pg_textsearch: 1.1.0 -> 1.2.0 | R. Ryantm | |
| 9 days | libpq: support dontDisableStatic (#519070) | Wolfgang Walther | |
| 10 days | postgresqlPackages.pg_graphql: 1.6.0 -> 1.6.1 (#519433) | Wolfgang Walther | |
| 11 days | postgresqlPackages.pg_graphql: 1.6.0 -> 1.6.1 | R. Ryantm | |
| 11 days | postgresqlPackages.timescaledb-apache: 2.26.4 -> 2.27.0 | R. Ryantm | |
| 12 days | libpq: support dontDisableStatic | Jonathan 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-05 | postgresqlPackages.age: 1.6.0 -> 1.7.0 (#516900) | Wolfgang Walther | |
| 2026-05-05 | postgresqlPackages.age: 1.6.0 -> 1.7.0 | Daniel Beecham | |
| 2026-05-05 | postgresqlPackages.pg_textsearch: init at 1.1.0 | Daniel Beecham | |
| 2026-05-03 | postgresqlPackages.pg_graphql: 1.5.12 -> 1.6.0 | R. Ryantm | |
| 2026-05-01 | postgresql: use structuredAttrs instead of passAsFile in tests (#515386) | Maximilian Bosch | |
| 2026-05-01 | postgresqlPackages.pgtap: use __structuredAttrs instead of passAsFile | Stefan Frijters | |
| 2026-05-01 | postgresqlTestExtension: use __structuredAttrs instead of passAsFile | Stefan Frijters | |
| 2026-05-01 | various: update github owner names (#514908) | Peder Bergebakken Sundt | |
| 2026-04-30 | postgresqlPackages.pgmq: update GitHub owner name | Sigmanificient | |
| 2026-04-30 | postgresqlPackages.pg_auto_failover: update GitHub owner name | Sigmanificient | |
| 2026-04-29 | postgresqlPackages.timescaledb-apache: 2.26.3 -> 2.26.4 | R. Ryantm | |
| 2026-04-25 | postgresqlPackages.pg_background: 1.9.2 -> 1.9.3 | R. Ryantm | |
| 2026-04-21 | Merge master into staging-next | nixpkgs-ci[bot] | |
| 2026-04-21 | postgresqlPackages.pgmq: 1.11.0 -> 1.11.1 | R. Ryantm | |
| 2026-04-21 | Merge master into staging-next | nixpkgs-ci[bot] | |
| 2026-04-20 | postgresqlPackages.vectorchord: specify dual license | Diogo 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-19 | postgresqlPackages.pointcloud: fix darwin build by setting `-std=gnu17` | Sarah Clark | |
| 2026-04-18 | Merge master into staging-next | nixpkgs-ci[bot] | |
| 2026-04-18 | postgresqlPackages.apache_datasketches: fix build with gcc15; update (#511077) | Maximilian Bosch | |
| 2026-04-18 | postgresqlPackages.apache_datasketches: datasketches-cpp: 5.0.2 -> 5.2.0 | Xiangyan Sun | |
| 2026-04-18 | postgresqlPackages.apache_datasketches: fix build with gcc15 | Xiangyan Sun | |
| 2026-04-18 | Merge master into staging-next | nixpkgs-ci[bot] | |
| 2026-04-18 | postgresqlPackages.postgis: 3.6.2 -> 3.6.3 | R. Ryantm | |
| 2026-04-17 | Merge master into staging-next | nixpkgs-ci[bot] | |
| 2026-04-17 | postgresqlPackages.pg_search: 0.22.6 -> 0.23.0 | R. Ryantm | |
| 2026-04-15 | Merge master into staging-next | nixpkgs-ci[bot] | |
| 2026-04-14 | postgresqlPackages.timescaledb: 2.26.2 -> 2.26.3 | R. Ryantm | |
| 2026-04-14 | Merge master into staging-next | nixpkgs-ci[bot] | |
