github-actions[bot]
8531fec3b9
Merge staging-next into staging
2024-11-17 18:04:29 +00:00
Maximilian Bosch
a0a51776ed
Merge: postgresqlPackages.sqlite_fdw: init at 2.4.0 ( #350353 )
2024-11-17 14:52:22 +01:00
Maximilian Bosch
f370530f87
Merge: postgresql.pkgs.pg_embedding: remove ( #356526 )
2024-11-17 13:40:26 +01:00
github-actions[bot]
86f9d57ca7
Merge staging-next into staging
2024-11-17 00:16:47 +00:00
Maximilian Bosch
97a911e8fb
Merge: nixos/postgresql: extension based hardening relaxation ( #355010 )
2024-11-16 22:29:36 +01:00
Maximilian Bosch
7239af0a72
postgresql.pkgs.pg_embedding: remove
...
As discussed in #351306 , this is scheduled for removal after 24.11
branchoff.
2024-11-16 21:20:25 +01:00
Martin Weinelt
d370af0785
nixos/postgresql: create infrastructure for relaxing systemd hardening
...
By matching on the package names of the plugins passed into the package
we can relax the systemd unit hardening as needed.
2024-11-16 17:29:34 +01:00
Wolfgang Walther
a7daa5426b
postgresqlPackages.repmgr: 5.4.1 -> 5.5.0
2024-11-16 14:03:07 +01:00
Wolfgang Walther
12d32a5946
postgresqlPackages.plpgsql_check: 2.7.5 -> 2.7.12
2024-11-16 14:03:07 +01:00
Wolfgang Walther
1e8e3d000f
postgresqlPackages.pgvector: 0.6.2 -> 0.8.0
2024-11-16 14:03:07 +01:00
Wolfgang Walther
2b9fc77f89
postgresqlPackages.pgsql-http: 1.6.0 -> 1.6.1
2024-11-16 14:03:07 +01:00
Wolfgang Walther
34bcb530b1
postgresqlPackages.pgrouting: 3.6.3 -> 3.7.0
2024-11-16 14:03:07 +01:00
Wolfgang Walther
1f44f94ad3
postgresqlPackages.pgroonga: 3.2.3 -> 3.2.4
2024-11-16 14:03:07 +01:00
Wolfgang Walther
b0187db369
postgresqlPackages.pgmq: 1.4.4 -> 1.4.5
2024-11-16 14:03:06 +01:00
Wolfgang Walther
796e44d168
postgresqlPackages.pg_uuidv7: 1.5.0 -> 1.6.0
2024-11-16 14:03:06 +01:00
Wolfgang Walther
e7b11ef572
postgresqlPackages.pg_repack: 1.5.0 -> 1.5.1
2024-11-16 14:03:06 +01:00
Wolfgang Walther
a65bd1adef
postgresqlPackages.pg_net: 0.8.0 -> 0.13.0
2024-11-16 14:03:06 +01:00
Wolfgang Walther
448763cd4b
postgresqlPackages.pg_bigm: 1.2-20200228 -> 1.2-20240606
2024-11-16 14:03:06 +01:00
Wolfgang Walther
7c19e85065
postgresqlPackages.periods: 1.2.2 -> 1.2.3
2024-11-16 14:03:06 +01:00
Wolfgang Walther
e87aa28b9c
postgresqlPackages.lantern: 0.4.1 -> 0.5.0
2024-11-16 14:03:06 +01:00
Wolfgang Walther
53b1df6254
postgresqlPackages.h3-pg: 4.1.3 -> 4.1.4
2024-11-16 14:03:05 +01:00
Wolfgang Walther
0dbbc3c5f9
postgresqlPackages.citus: 12.1.2 -> 12.1.6
2024-11-16 13:09:36 +01:00
Wolfgang Walther
68254e438c
postgresqlPackages: enable update scripts by default
...
This enables update scripts via buildPostgresqlExtension. Extensions
must actively opt-out, if they don't support either the default
configuration or the unstable configuration.
To make the update script work, some extensions had to be changed to
pull their code from GitHub instead. Those with PostgreSQL-style version
tags (REL_X_Y) had to be changed to make src.rev the source of truth.
2024-11-16 13:09:35 +01:00
github-actions[bot]
26e917bf9c
Merge staging-next into staging
2024-11-15 12:06:36 +00:00
Maximilian Bosch
0b3eef7441
postgresql_12: remove
...
This will be EOL at the end of November, so there's little reason to
keep it in 24.11[1]. As discussed, we'd like to keep it for as long as
possible to make sure there's a state in nixpkgs that has the latest
minor of postgresql_12 available with the most recent CVEs fixed for
people who cannot upgrade[2].
This aspect has been made explicit in the manual now for the next .11
release.
During the discussions it has been brought up that if people just do
`services.postgresql.enable = true;` and let the code decide the
postgresql version based on `system.stateVersion`, there's a chance that
such EOL dates will be missed. To make this harder, a warning will now
be raised when using the stateVersion-condition and the oldest still
available major is selected.
Additionally regrouped the postgresql things in the release notes to
make sure these are all shown consecutively. Otherwise it's a little
hard to keep track of all the changes made to postgresql in 24.11.
[1] https://endoflife.date/postgresql
[2] https://github.com/NixOS/nixpkgs/pull/353158#issuecomment-2453056692
2024-11-15 09:17:06 +01:00
Wolfgang Walther
797b544bda
postgresql_16: 16.4 -> 16.5
...
Release Notes:
https://www.postgresql.org/about/news/postgresql-171-165-159-1414-1317-and-1221-released-2955/
2024-11-15 09:02:19 +01:00
github-actions[bot]
3f47e370d6
Merge staging-next into staging
2024-11-15 00:15:44 +00:00
apfelkuchen06
0d9b64a98c
postgresqlPackages.sqlite_fdw: init at 2.4.0
2024-11-14 21:02:42 +01:00
Wolfgang Walther
8e48064d55
postgresql_17: 17.0 -> 17.1
...
Release Notes:
https://www.postgresql.org/about/news/postgresql-171-165-159-1414-1317-and-1221-released-2955/
2024-11-14 20:04:11 +01:00
Wolfgang Walther
9dc6733018
postgresql_15: 15.8 -> 15.9
...
Release Notes:
https://www.postgresql.org/about/news/postgresql-171-165-159-1414-1317-and-1221-released-2955/
2024-11-14 19:26:41 +01:00
Wolfgang Walther
cf1f7e7201
postgresql_14: 14.13 -> 14.14
...
Release Notes:
https://www.postgresql.org/about/news/postgresql-171-165-159-1414-1317-and-1221-released-2955/
2024-11-14 19:23:47 +01:00
Wolfgang Walther
b1a05d9399
postgresql_13: 13.16 -> 13.17
...
Release Notes:
https://www.postgresql.org/about/news/postgresql-171-165-159-1414-1317-and-1221-released-2955/
2024-11-14 19:20:16 +01:00
Wolfgang Walther
fbae27508f
postgresql_12: 12.20 -> 12.21
...
Release Notes:
https://www.postgresql.org/about/news/postgresql-171-165-159-1414-1317-and-1221-released-2955/
2024-11-14 19:10:04 +01:00
github-actions[bot]
feee132c4d
Merge staging-next into staging
2024-11-14 18:05:29 +00:00
Nick Cao
57ffa0833c
postgresqlPackages.lantern: update license ( #355841 )
2024-11-14 08:44:04 -05:00
zowoq
dfedbb6088
postgresqlPackages.lantern: update license
...
license was changed to agpl3 in the 0.4.0 release
7ed99eb2b8
2024-11-14 17:29:45 +10:00
github-actions[bot]
dca0223667
Merge staging-next into staging
2024-11-10 18:04:23 +00:00
Maximilian Bosch
0644d3be87
Merge branch 'master' into staging-next
2024-11-10 18:34:57 +01:00
github-actions[bot]
a382145e6b
Merge staging-next into staging
2024-11-10 00:15:47 +00:00
K900
7ebe9739ff
Merge remote-tracking branch 'origin/master' into staging-next
2024-11-09 23:12:56 +03:00
Wolfgang Walther
9035573855
nixosTests.postgresql: move all postgresql related nixosTests into one folder
...
This makes it possible to run all those tests at once by building
nixosTests.postgresql and allow a simple entry to ci/OWNERS for all
tests.
2024-11-09 18:24:52 +01:00
Wolfgang Walther
db2d6a00ab
postgresqlPackages.anonymizer: make passthru.tests work with correct package
...
Same reasoning as commit before.
2024-11-09 18:24:52 +01:00
Wolfgang Walther
23c19a255f
postgresqlPackages.timescaledb: make passthru.tests work with correct package
...
Same reasoning as commit before.
2024-11-09 18:24:52 +01:00
Wolfgang Walther
6d7da20a90
postgresqlPackages.tsja: make passthru.tests work with correct package
...
Same reasoning as commit before.
2024-11-09 18:24:52 +01:00
Wolfgang Walther
a5c41ae80a
postgresqlPackages.pgvecto-rs: make passthru.tests work with correct package
...
Same reasoning as commit before.
2024-11-09 18:24:51 +01:00
Wolfgang Walther
0af934adf7
postgresqlPackages.pgjwt: make passthru.tests work with correct package
...
Same reasoning as commit before.
2024-11-09 18:24:51 +01:00
Wolfgang Walther
ecffab1fda
postgresqlPackages.postgis: move nixosTests.postgis into package
...
Same reasoning as commit before.
2024-11-09 18:24:51 +01:00
Wolfgang Walther
aded718a98
postgresqlPackages.apache_datasketches: move nixosTests.apache_datasketches into package
...
There is no need to fire up a whole VM just to run a two line test of
creating the extension. We can use postgresqlTestExtension for that.
This has the advantage that it runs with postgresqlTestHook, so without
a VM, making it more portable.
2024-11-09 18:24:51 +01:00
Wolfgang Walther
139c546676
postgresql: add passthru.tests.postgresql-tls-client-cert
...
Same reasoning as commit before.
2024-11-09 18:24:51 +01:00
Wolfgang Walther
f6c2de9262
postgresql: add passthru.tests.postgresql
...
Restructuring the nixosTests.postgresql test a little bit to allow
calling it with the specific versioned package from generic.nix.
2024-11-09 18:24:51 +01:00