summary refs log tree commit diff
path: root/pkgs/servers/sql
Commit message (Collapse)AuthorAge
* 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
| |
* | mysql: Move all versions into the same directoryEelco Dolstra2013-10-17
| |
* | mysql: Update to 5.5.34Eelco Dolstra2013-10-17
| | | | | | | | CVE-2013-3839
* | mysql: Remove ancient, unsupported versionsEelco Dolstra2013-10-17
| |
* | Add virtuoso 7Shea Levy2013-09-17
|/ | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* mysql-connector-java: Updated to 5.1.25Sander van der Burg2013-06-02
|
* mysql: Update to 5.1.69Eelco Dolstra2013-05-14
|
* mysql: Update to 5.5.31Eelco Dolstra2013-05-14
| | | | | | CVE-2013-1502, CVE-2013-1511, CVE-2013-1532, CVE-2013-1544, CVE-2013-2375, CVE-2013-2376, CVE-2013-2389, CVE-2013-2391, CVE-2013-2392, maybe others.
* Virtuoso: upgrade to 6.1.6Evgeny Egorochkin2013-04-30
|
* Remove the "proprietary" licenseEelco Dolstra2013-04-12
| | | | We already had "unfree".
* Set psqlSchema properly for postgres 9.2.xShea Levy2013-04-05
| | | | Signed-off-by: Shea Levy <shea@shealevy.com>
* postgresql-9.2.x: Build the worldShea Levy2013-04-05
| | | | | | This builds the man pages as well as contributed program like pg_upgrade Signed-off-by: Shea Levy <shea@shealevy.com>
* postgresql: Update to latest versionsEelco Dolstra2013-04-04
| | | | CVE-2013-1899, CVE-2013-1900, CVE-2013-1901.
* oracle-xe: Add new package, version 11.2.0.aszlig2013-03-07
| | | | | | | | | | | | | | This is the Oracle Database which they give out for free, therefore it's called Express Edition. Well, I pretty much packaged this in vain as I finally found out that i don't need that Oracle Database stuff at all. And my original purpose was to do SQL query/constraint testing. So before I'm going to throw this away (forever, oh no!), maybe someone else might have a use case for this. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* postgresql: Update to latest versionsEelco Dolstra2013-02-07
| | | | CVE-2013-0255
* postgresql: Add version 9.2Eelco Dolstra2012-12-19
|
* postgresql: Update to latest versionsEelco Dolstra2012-12-11
|