about summary refs log tree commit diff
path: root/pkgs/servers/sql
Commit message (Collapse)AuthorAge
* postgresql: remove 9.4betaXj-keck2015-01-07
| | | | final version 9.4.0 added per commit: 73839ca
* postgresql: add version 9.4.0j-keck2015-01-07
|
* Change occurrences of gcc to the more general ccJohn Wiegley2014-12-26
| | | | | This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
* Added mirrors for MySQL.vi2014-12-17
|
* mariadb: 10.0.14 -> 10.0.15Domen Kožar2014-12-09
|
* *: fix builds by disregarding warning from new glibcVladimír Čunát2014-11-28
| | | | | | | | Also, in case of collectd, the -lgcc_s shouldn't be needed anymore, as the library is in ${glibc}/lib/ now, which is practically always on RPATH. In case of seyren it was some stdenv change uncovering the mistake of putting src into buildInputs.
* mysql_jdbc: update from 5.1.31 to 5.1.32, potentially fixes CVE-2012-0075, ↵Rob Vermaas2014-11-18
| | | | CVE-2012-0087, CVE-2012-0101, CVE-2012-0102, CVE-2012-0112, CVE-2012-0113, CVE-2012-0114, CVE-2012-0115, CVE-2012-0116, CVE-2012-0118, CVE-2012-0119, CVE-2012-0120, CVE-2012-0484, CVE-2012-0485, CVE-2012-0490, CVE-2012-0492, CVE-2012-0540, CVE-2012-0553, CVE-2012-0572, CVE-2012-0574, CVE-2012-0583, CVE-2012-0882, CVE-2012-1688, CVE-2012-1689, CVE-2012-1690, CVE-2012-1696, CVE-2012-1697, CVE-2012-1702, CVE-2012-1703, CVE-2012-1705, CVE-2012-1734, CVE-2012-2102, CVE-2012-2749, CVE-2012-3150, CVE-2012-3158, CVE-2012-3160, CVE-2012-3163, CVE-2012-3166, CVE-2012-3167, CVE-2012-3173, CVE-2012-3177, CVE-2012-3180, CVE-2012-3197, CVE-2012-5060, CVE-2013-0375, CVE-2013-0383, CVE-2013-0384, CVE-2013-0385, CVE-2013-0389, CVE-2013-1492, CVE-2013-1506, CVE-2013-1521, CVE-2013-1548, CVE-2013-1552, CVE-2013-1555, CVE-2013-2378, CVE-2013-2389, CVE-2013-2391, CVE-2013-2392, CVE-2013-3802, CVE-2013-3804, CVE-2013-3808, CVE-2013-5908, CVE-2014-0386, CVE-2014-0393, CVE-2014-0401, CVE-2014-0402, CVE-2014-0412, CVE-2014-0437
* pgpool: Add derivationWilliam A. Kennington III2014-11-15
|
* mysql55: update from 5.5.39 to 5.5.40, potentially fixes CVE-2014-6464, ↵Rob Vermaas2014-11-04
| | | | CVE-2014-6469, CVE-2014-6491, CVE-2014-6494, CVE-2014-6496, CVE-2014-6500, CVE-2014-6507, CVE-2014-6555, CVE-2014-6559
* mysql: use another download url, cdn.mysql.com is slow after 30%Luca Bruno2014-11-02
|
* postgresql 9.4beta3, but keep beta2 around because they are not compatibleAristid Breitkreuz2014-10-31
|
* Merge pull request #4603 from exlevan/masterAristid Breitkreuz2014-10-23
|\ | | | | mysql: make cleaner directory layout for 5.5.*
| * mysql: make cleaner directory layout for 5.5.*Alexey Levan2014-10-20
| |
* | use rpmextract in some packagesNikolay Amiantov2014-10-20
|/
* mariadb: 10.0.13 -> 10.0.14Austin Seipp2014-10-09
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* postgresql84: update from 8.4.21 to 8.4.22Aristid Breitkreuz2014-10-07
|
* mysql: update from 5.1.72 to 5.1.73, potentially fixes CVE-2013-5908, ↵Nixpkgs Monitor2014-09-06
| | | | CVE-2014-0401, CVE-2014-0412, CVE-2014-0437
* mysql55: update from 5.5.37 to 5.5.39, potentially fixes CVE-2014-2494, ↵Nixpkgs Monitor2014-09-06
| | | | CVE-2014-4207, CVE-2014-4258, CVE-2014-4260
* fix license for postgresql packagesAristid Breitkreuz2014-09-04
|
* add postgresql 9.4beta2Aristid Breitkreuz2014-09-04
|
* mariadb: Patch to compile on OS X.Patrick Mahoney2014-08-30
| | | | | | | | | | | | | | | | | | * perl is required at build time on darwin. Copied from the mysql/5.5.x.nix * CMake on darwin creates shared libraries with relative 'install_name' paths which are made absolute by fixDarwinDylibNames. See http://answers.opencv.org/question/4134/cmake-install_name_tool-absolute-path-for-library/ * The asm patch was needed to compile on darwin, though I do not understand what is going on. Error before the patch: [ 15%] Building C object mysys/CMakeFiles/mysys.dir/my_context.c.o .../nix-build-mariadb-10.0.13.drv-1/mariadb-10.0.13/mysys/my_context.c:207:Unknown pseudo-op: .cfi_escape .../nix-build-mariadb-10.0.13.drv-1/mariadb-10.0.13/mysys/my_context.c:207:Rest of line ignored. 1st junk character valued 48 (0). make[2]: *** [mysys/CMakeFiles/mysys.dir/my_context.c.o] Error 1
* mariadb: 10.0.11 -> 10.0.13Austin Seipp2014-08-20
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* virtuoso7: disable i686-linux, as it's unsupportedVladimír Čunát2014-08-14
|
* postgresql: Update to 9.0.18, 9.1.14, 9.2.9, 9.3.5Eelco Dolstra2014-07-30
|
* add ps to path for buildJoel Taylor2014-07-24
|
* mariadb: switch to a working download URLVladimír Čunát2014-06-22
|
* mysql-connector-java: Bump to version 5.1.31Sander van der Burg2014-06-09
|
* mariadb: 10.0.10 -> 10.0.11Austin Seipp2014-06-05
| | | | | | | Also, enable the TokuDB plugin, as it now builds (there were some bugs in the non-GA release that prevented that). Signed-off-by: Austin Seipp <aseipp@pobox.com>
* postgresql: Update to latest versionsEelco Dolstra2014-05-01
|
* postgresql93: fix darwin buildsJaka Hudoklin2014-04-10
| | | | ossp-uuid does not build on darwin
* mariadb: BumpShea Levy2014-04-02
|
* mysql upgrade to 5.5.37Vladimir Kirillov2014-03-28
|
* Merge branch 'postgresql93-ossp-uuid-clean' of ↵Shea Levy2014-03-14
|\ | | | | | | | | | | | | | | | | git://github.com/basvandijk/nixpkgs Configure postgresql-9.3 with support for the ossp-uuid module Conflicts: pkgs/servers/sql/postgresql/9.3.x.nix
| * Configure postgresql-9.3 with support for the ossp-uuid moduleBas van Dijk2014-01-29
| |
* | psql: Use less as the default pagerShea Levy2014-03-04
| | | | | | | | | | | | less is more common and better than more Fixes #1681
* | Merge mysql55 module into mysqlShea Levy2014-02-26
| | | | | | | | | | This also removes the default for services.mysql.package, as this should not generally be updated automatically if we change the mysql attribute
* | Add mariadbShea Levy2014-02-24
| |
* | postgresql: Build all versions on Hydra (Linux)Oliver Charles2014-02-23
| | | | | | | | | | | | | | Additionally, add @ocharles to the list of maintainers. I am only building these on Linux environments in Hydra for now, as that's the only environment I can be a maintainer for.
* | postgresql: Update to latest releasesOliver Charles2014-02-22
|/
* postgresql: Add version 9.3Bas van Dijk2014-01-20
|
* postgresql-jdbc: Fix buildEelco Dolstra2014-01-03
|
* postgresql-jdbc: Update to 9.3-1100Eelco Dolstra2014-01-03
|
* postgresql: Update to 8.4.19, 9.0.15, 9.1.11, 9.2.6Eelco Dolstra2014-01-03
| | | | | | This is a critical update fixing several data corruption issues: http://www.postgresql.org/about/news/1492/
* postgresql-8.3: RemoveEelco Dolstra2014-01-03
| | | | The 8.3 branch is no longer maintained so it shouldn't be used.
* Revert "virtuoso: update from 6.1.6 to 6.1.7"Evgeny Egorochkin2013-12-12
| | | | | | Upstream KDE advises against 6.1.7 for now This reverts commit 7c19a2213fe578a73994455bff650eaf7c0a4d3b.
* virtuoso: update from 6.1.6 to 6.1.7Nixpkgs Monitor2013-12-04
|
* Merge pull request #686 from ocharles/postgres92Michael Raskin2013-11-07
|\ | | | | Disable exec symlink resolution for PostgreSQL 9.2
| * Disable exec symlink resolution for PostgreSQL 9.2Oliver Charles2013-06-27
| | | | | | | | | | | | | | | | | | | | | | | | When building PostgreSQL with plugins under NixOS, NixOS will create a postgresql-and-plugins directory which symlinks PostgreSQL and all the plugins into a single directory. Unfortunately, the plugins will not actually be usable by PostgreSQL because it will still try and locate them in the original PostgreSQL share directory, not postgresql-and-plugins. In this commit, I have patched resolve_symlinks to always return success, which matches the behavior if HAVE_READLINK is false (so presumably invalid paths are never passed to this function).
* | postgresql: Update to latest versionsEelco Dolstra2013-10-17
| |
* | mysql: Update to 5.1.72Eelco Dolstra2013-10-17
| |