about summary refs log tree commit diff
path: root/pkgs/servers/sql
Commit message (Collapse)AuthorAge
* patroni: 1.6.4 -> 1.6.5R. RyanTM2020-05-09
|
* Merge pull request #84136 from Izorkin/mariadb-galera-testJörg Thalheim2020-05-07
|\ | | | | nixos/tests: add check mariadb galera cluster
| * mariadb: add link to all mysql testsIzorkin2020-05-06
| |
| * nixos/tests: add check mariadb galera cluster with rsync-based SSTIzorkin2020-05-06
| |
* | Merge pull request #87092 from r-ryantm/auto-update/pg_partmanMario Rodas2020-05-07
|\ \ | | | | | | postgresql11Packages.pg_partman: 4.3.0 -> 4.3.1
| * | postgresql11Packages.pg_partman: 4.3.0 -> 4.3.1R. RyanTM2020-05-06
| | |
* | | pgbouncer: 1.12.0 -> 1.13.0R. RyanTM2020-05-06
| |/ |/|
* | Merge branch 'staging-next'Vladimír Čunát2020-05-06
|\ \ | | | | | | | | | | | | Status on Hydra for linuxes seems good enough: https://hydra.nixos.org/eval/1585703?filter=linux&compare=1585482&full=#tabs-now-fail
| * \ Merge master into staging-nextFrederik Rietdijk2020-05-05
| |\ \ | | |/ | |/|
| * | treewide: use $out instead of $bin with buildGoPackagezowoq2020-04-28
| | |
* | | postgresqlPackages.pg_auto_failover: 1.2 -> 1.3Mario Rodas2020-05-05
| |/ |/| | | | | Changelog: https://github.com/citusdata/pg_auto_failover/releases/tag/v1.3
* | dolt: 0.15.2 -> 0.16.3R. RyanTM2020-05-02
|/
* cockroachdb: use installShellFileszowoq2020-04-27
|
* postgresql: remove version from passthruOrivej Desh2020-04-23
| | | | | | | It is already available in the regular attrs. `passthru.version` prevents `overrideAttrs (attrs: { version = "x"; })` from taking effect.
* postgresqlPackages.timescaledb: 1.6.1 -> 1.7.0Mario Rodas2020-04-16
| | | | Changelog: https://github.com/timescale/timescaledb/releases/tag/1.7.0
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* Merge pull request #84087 from Izorkin/mariadb-tokudbFlorian Klink2020-04-02
|\ | | | | mariadb: update build configuration.
| * mariadb: fix deps buildIzorkin2020-04-02
| |
| * mariadb: add zstd compressionIzorkin2020-04-02
| |
| * mariadb: add option to build server without rocksdb storageIzorkin2020-04-02
| |
| * mariadb: add option to build server without tokudb storageIzorkin2020-04-02
| |
* | dolt: 0.15.0 -> 0.15.2R. RyanTM2020-04-02
|/
* Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"Jörg Thalheim2020-03-27
| | | | | | | This reverts commit 4e6bf03504c9e09f067cc6dee6b5aeec43a1405c, reversing changes made to afd997aab6e9b7a322198092c7828d6c560ac06f. Instead we propagate those frameworks from the compiler again
* dolt: fix build on darwinMario Rodas2020-03-21
|
* Merge pull request #82912 from marsam/update-postgresqlPackages.pg_auto_failoverMario Rodas2020-03-19
|\ | | | | postgresqlPackages.pg_auto_failover: 1.0.6 -> 1.2
| * postgresqlPackages.pg_auto_failover: 1.0.6 -> 1.2Mario Rodas2020-03-18
| |
* | postgresqlPackages.timescaledb: 1.6.0 -> 1.6.1Mario Rodas2020-03-18
|/ | | | Changelog: https://github.com/timescale/timescaledb/releases/tag/1.6.1
* Merge pull request #82536 from r-ryantm/auto-update/doltMario Rodas2020-03-15
|\ | | | | dolt: 0.12.0 -> 0.15.0
| * dolt: 0.12.0 -> 0.15.0R. RyanTM2020-03-14
| |
* | postgresqlPackages.repmgr: 4.4.0 -> 5.0.0zimbatm2020-03-15
| |
* | mariadb: remove withoutClientFlorian Klink2020-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When used as a global override, it breaks most of the options in the mysql module, such as ensureDatabases, ensureUsers, initialDatabases, initialScript. We could use `.client` there, but if the reasoning behind this was closure size reduction, we now end up with the same (or a bigger) runtime closure and more complexity. Apart from the options exposed by the mysql module, the client is also likely to be required for local backups or DBA tasks anyways. Instead of dealing with all the increased complexity of this for no arguable benefit, let's just remove the `withoutClient` argument. Storage space on mysql servers shouldn't be that much of an issue. Closes #82428.
* | monetdb: 11.35.9 -> 11.35.19R. RyanTM2020-03-14
|/
* postgresqlPackages.pgroonga: 2.2.2 -> 2.2.5Mario Rodas2020-03-12
|
* Merge staging-next into stagingFrederik Rietdijk2020-02-27
|\
| * Merge pull request #80768 from aanderse/mysql-dialogJörg Thalheim2020-02-25
| |\ | | | | | | mariadb: do not delete runtime plugins from package
| | * mariadb: do not delete runtime plugins from packageAaron Andersen2020-02-21
| | |
| * | Merge pull request #80696 from deshaw/contrib/patroniGraham Christensen2020-02-25
| |\ \ | | | | | | | | patroni: init at 1.6.4
| | * | patroni: init at 1.6.4Souvik Sen2020-02-25
| | |/
| * | postgresqlPackages.postgis: 3.0.0 -> 3.0.1Mario Rodas2020-02-24
| | | | | | | | | | | | Release notes: https://postgis.net/2020/02/20/postgis-3.0.1/
| * | mariadb: add needed packagesIzorkin2020-02-22
| | |
| * | mariadb: build server with NUMAIzorkin2020-02-22
| | |
| * | mariadb: 10.3.20 -> 10.3.22Izorkin2020-02-22
| |/
* | Merge pull request #80756 from B4dM4n/mariadb-pkgconfig-linkJörg Thalheim2020-02-25
|\ \ | | | | | | mariadb-connector-c: add mysqlclient.pc pkgconfig symlink
| * | mariadb-connector-c: add mysqlclient.pc pkgconfig symlinkFabian Möller2020-02-21
| | |
* | | mariadb-connector-c: 3.1.5 -> 3.1.7Izorkin2020-02-23
|/ /
* | Merge branch 'staging-next' into stagingworldofpeace2020-02-19
|\|
| * Merge pull request #80485 from marsam/update-postgresqlPackages.pg_auto_failoverLancelot SIX2020-02-19
| |\ | | | | | | postgresqlPackages.pg_auto_failover: 1.0.5 -> 1.0.6
| | * postgresqlPackages.pg_auto_failover: 1.0.5 -> 1.0.6Mario Rodas2020-02-18
| | |
| * | postgresqlPackages.cstore_fdw: 1.6.2 -> 1.7.0Mario Rodas2020-02-18
| |/
| * Merge #80328: postgresql: minor updates (security)Danylo Hlynskyi2020-02-18
| | | | | | | | | | | | Forward-picked from merge 036c524a2e in staging to master, as upstream claims it fixes CVE-2020-1720. https://www.postgresql.org/about/news/2011/