summaryrefslogtreecommitdiffstats
path: root/pkgs/servers/sql
AgeCommit message (Collapse)Author
5 dayscockroachdb: rename from cockroachdb-bin, set meta.sourceProvenanceSandro Jäckel
There is no longer a from source build package, so we can reduce the attr.
7 dayspostgis: Do not hardcode test suite path (#336889)Rebecca Turner
postgis: Fix test suite Fixes this failure: ``` Creating database 'postgis_reg-3.4'. sh: line 1: /tmp/pgis_reg/regress_log: Permission denied 2024-08-23 19:26:18.810 UTC [3295760] FATAL: database "postgis_reg-3.4" does not exist psql: error: FATAL: database "postgis_reg-3.4" does not exist Loading unpackaged components from /tmp/nix-build-postgis-3.4.2.drv-0/postgis-3.4.2/regress/00-regress-install/nix/store/kg8g82wxhar9iadxrd3pra3af174khpb-postgis-3.4.2/share/postgresql/contrib/postgis Loading PostGIS into 'postgis_reg-3.4' sh: line 1: /tmp/pgis_reg/regress_log: Permission denied failed (Error encountered loading /tmp/nix-build-postgis-3.4.2.drv-0/postgis-3.4.2/regress/00-regress-install/nix/store/kg8g82wxhar9iadxrd3pra3af174khpb-postgis-3.4.2/share/postgresql/contrib/postgis/postgis.sql: /tmp/pgis_reg/regress_log) make: *** [regress/runtest.mk:24: check-regress] Error 1 ```
7 dayscockroachdb-bin: Update licenses (#335770)Robert Scott
8 daysMerge pull request #336947 from bbigras/push-qxnutsskkyoqRobert Scott
postgresqlPackages.hypopg: 1.4.0 -> 1.4.1
8 daysdolt: 1.42.13 -> 1.42.14R. Ryantm
9 dayssqld: 0.17.2 -> 0.24.18David Flanagan
9 dayspostgresqlPackages.hypopg: 1.4.0 -> 1.4.1Bruno Bigras
11 daysMerge pull request #335528 from r-ryantm/auto-update/doltNick Cao
dolt: 1.42.10 -> 1.42.13
13 daysMerge pull request #335778 from ↵Nick Cao
neosimsim/cockroachdb-bin-remove-maintainer-neosimsim cockroachdb-bin: Remove maintainer neosimsim
2024-08-19cockroachdb-bin: remove neosimsim from meta.maintainersAlexander Ben Nasrallah
2024-08-19cockroach-bin: Update licensesAlexander Ben Nasrallah
Update licenses according to - https://www.cockroachlabs.com/docs/releases/#licenses and - https://github.com/cockroachdb/cockroach/blob/master/LICENSE
2024-08-18dolt: 1.42.10 -> 1.42.13R. Ryantm
2024-08-18treewide: passthru nixos test (#334491)Peder Bergebakken Sundt
2024-08-15postgresqlPackages.postgis: sha256 -> hashKirill Radzikhovskyy
2024-08-15postgresqlPackages.postgis: nixfmt-rfc-styleKirill Radzikhovskyy
2024-08-15postgresqlPackages.postgis: enable testsKirill Radzikhovskyy
2024-08-14Merge pull request #332445 from helsinki-systems/upd/galera0x4A6F
mariadb-galera: 26.4.19 -> 26.4.20
2024-08-14Merge master into staging-nextgithub-actions[bot]
2024-08-13Merge pull request #328697 from r-ryantm/auto-update/doltSebastián Mancilla
dolt: 1.41.3 -> 1.42.10
2024-08-12Merge master into staging-nextgithub-actions[bot]
2024-08-12rqlite: 8.26.8 -> 8.28.0R. Ryantm
2024-08-11dolt: 1.41.3 -> 1.42.10R. Ryantm
2024-08-10Merge #333461: postgres: security+bugfix updatesVladimír Čunát
...into staging-next https://www.postgresql.org/about/news/postgresql-164-158-1413-1316-1220-and-17-beta-3-released-2910/
2024-08-10Merge master into staging-nextgithub-actions[bot]
2024-08-09Merge pull request #330085 from joshheinrichs-shopify/fix-percona-server-scriptsLeona Maroni
percona: fix references to utilities in scripts
2024-08-09postgresql_16: 16.3 -> 16.4Sandro Jäckel
https://www.postgresql.org/support/security/CVE-2024-7348/ Fixes CVE-2024-7348
2024-08-09postgresql_15: 15.7 -> 15.8Sandro Jäckel
https://www.postgresql.org/support/security/CVE-2024-7348/ Fixes CVE-2024-7348
2024-08-09postgresql_14: 14.12 -> 14.13Sandro Jäckel
https://www.postgresql.org/support/security/CVE-2024-7348/ Fixes CVE-2024-7348
2024-08-09postgresql_13: 13.15 -> 13.16Sandro Jäckel
https://www.postgresql.org/support/security/CVE-2024-7348/ Fixes CVE-2024-7348
2024-08-09postgresql_12: 12.19 -> 12.20Sandro Jäckel
https://www.postgresql.org/support/security/CVE-2024-7348/ Fixes CVE-2024-7348
2024-08-09Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt
Conflicts: - pkgs/development/libraries/SDL2/default.nix
2024-08-08Merge pull request #311458 from TomaSajt/servers-toplevel-withPeder Bergebakken Sundt
Remove usage of top-level `with lib;` from `pkgs/servers`
2024-08-06Merge master into staging-nextgithub-actions[bot]
2024-08-06postgresqlPackages.timescaledb_toolkit: fix on macos (#332353)Matthew Bauer
* postgresqlPackages.timescaledb_toolkit: fix on macos It looks like the macOS linker doesn’t like that some of the symbols are undefined in the extension. They will be provided by the postgres binary, but macOS linker checks that all symbols are defined. Apparently, Linux allows these symbols to be undefined. The -undefined flag changes this behavior: > Specifies how undefined symbols are to be treated. Options are: > error, warning, suppress, or dynamic_lookup. The default is error. So, setting to dynamic_lookup makes the most sense here, and makes this package work on macOS. I tried to see if pgvecto-rs, which also uses buildPgrxExtension, would build. Unfortunately, it gave other errors. More information on the bug here: https://github.com/supabase/nix-postgres/issues/10 * Remove stdenv
2024-08-05mariadb-galera: 26.4.19 -> 26.4.20Simon Hauser
2024-08-05Merge branch 'staging-next' into stagingVladimír Čunát
There was a nontrivial conflict in pkgs/stdenv/linux/bootstrap-tools* (reorganizing code vs. modifying it) I hope I really got it right.
2024-08-04Merge pull request #332150 from r-ryantm/auto-update/pgbouncerPol Dellaiera
pgbouncer: 1.23.0 -> 1.23.1
2024-08-04pgbouncer: 1.23.0 -> 1.23.1R. Ryantm
2024-08-03Merge pull request #331989 from r-ryantm/auto-update/rqliteNick Cao
rqlite: 8.26.7 -> 8.26.8
2024-08-03Merge pull request #331608 from LeSuisse/mysql80-8.0.39Pol Dellaiera
mysql80: 8.0.38 -> 8.0.39
2024-08-03rqlite: 8.26.7 -> 8.26.8R. Ryantm
2024-08-01mysql80: 8.0.38 -> 8.0.39Thomas Gerbet
Changes: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-39.html
2024-08-01mssql_jdbc: 12.6.3 -> 12.8.0R. Ryantm
2024-07-31percona: fix references to utilities in scriptsJosh Heinrichs
I encountered errors when attempting to run Vitess which calls out to mysqld_safe[1]. Several utilities are needed in order for it to run e.g. grep, sed, env, ps, date, hostname, etc. Additionally, if ps, kill, and grep aren't available to scripts/CMakeLists.txt, mysqld_start can end up getting generated with syntax errors as FIND_PROC will be substituted into the script template as an empty string[2][3]. The presence of systemd in percona-server_innovation seems to prevent mysqld_multi from being built on Linux so it gets patched conditionally. This same patch could be applied to MySQL if desired. [1]: https://github.com/vitessio/vitess/blob/v20.0.1/go/vt/mysqlctl/mysqld.go#L363-L369 [2]: https://github.com/percona/percona-server/blob/79c1086e8272ea96f162b25121b58e1b01ff853b/scripts/CMakeLists.txt#L255 [3]: https://github.com/percona/percona-server/blob/79c1086e8272ea96f162b25121b58e1b01ff853b/scripts/mysqld_safe.sh#L869
2024-07-31Merge remote-tracking branch 'origin/staging-next' into stagingK900
2024-07-30Merge pull request #331020 from r-ryantm/auto-update/patroniAdam C. Stephens
patroni: 3.3.1 -> 3.3.2
2024-07-31postgresql: fix postgisKirill Radzikhovskyy
nixosTests.postgis is failing due to libxml2 update
2024-07-30patroni: 3.3.1 -> 3.3.2R. Ryantm
2024-07-29Merge pull request #324978 from ivan/unmaintain-twoAleksana
prisma-engines, postgresqlPackages.pg_embedding: remove myself from maintainers
2024-07-29treewide: remove unused with statements from maintainer listsJörg Thalheim
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!'