about summary refs log tree commit diff
path: root/pkgs/servers/sql
Commit message (Collapse)AuthorAge
* 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
|
* better syntax thanks to aszligAllen Short2012-12-07
|
* only depend on perl on OSXAllen Short2012-12-07
|
* fixes for mysql on OSX 10.8Allen Short2012-12-05
|
* Add psqlodbc for iodbcEelco Dolstra2012-10-09
|
* Bump MySQL java connector version to 5.1.22Sander van der Burg2012-10-09
|
* PostgreSQL updatesEelco Dolstra2012-10-04
|
* mysql55: Enable parallel building.aszlig2012-10-04
| | | | | | | | | | In order to extend the lifes of keyboards, monitors, mice and other hardware in range of impatient people, this should shorten build times a bit on multicore systems. And of course keeps blood pressure at low rates so cholerics may live longer. Whether the latter is good or bad is up to the readers choice and imagination. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* mysql55: Update to version 5.5.28.aszlig2012-10-04
| | | | | | | | | | The current build fails because the URL at inria.fr is no longer accessible. And 5.5.23 is quite old, so let's update it. With this update we also provide three URLs to fetchurl, just to make sure that we have enough sources, should one URL become inaccessible again. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* postgresql-jdbc: Update to 9.1-902Eelco Dolstra2012-08-27
|
* postgresql: Update to latest versionsEelco Dolstra2012-08-21
| | | | Fixes CVE-2012-3488, CVE-2012-3489.
* * PostgreSQL updates.Eelco Dolstra2012-06-05
| | | | svn path=/nixpkgs/trunk/; revision=34361
* mysql51: update location of mysql-5.1.54.tar.gzPeter Simons2012-04-29
| | | | | | Committed on behalf of Ilja Honkonen <ilja.honkonen@helsinki.fi>. svn path=/nixpkgs/trunk/; revision=33945