summary refs log tree commit diff
path: root/pkgs/servers/sql
Commit message (Collapse)AuthorAge
* 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
* Darwin: Add `mig', `lipo', etc. to `stdenvNative'.Ludovic Courtès2012-04-23
| | | | | | Consequently, remove `darwinLipoUtility', `darwinArchUtility', etc. svn path=/nixpkgs/trunk/; revision=33893
* Update mysql 5.5 to 5.5.23 and fix no longer responding URL.Karn Kallio2012-04-21
| | | | svn path=/nixpkgs/trunk/; revision=33872
* virtuoso-6.1.5Yury G. Kudryashov2012-03-26
| | | | svn path=/nixpkgs/trunk/; revision=33426
* svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-03-01
|\ | | | | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=32713
| * * Latest PostgreSQL releases.Eelco Dolstra2012-02-28
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32684
* | svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-02-23
|\| | | | | | | | | | | | | Not merged r32497 (tree conflict, glibc GNU Hurd update). Ludovic, could you please look at this? svn path=/nixpkgs/branches/stdenv-updates/; revision=32520
| * * PostgreSQL 9.1: install the manpages.Eelco Dolstra2012-02-22
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32476
| * * Added PostgreSQL 9.1.2. Updated PostgreSQL to 8.3.17 and 8.4.10.Eelco Dolstra2012-02-22
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32475
* | svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-02-10
|\| | | | | | | | | | | There were a few merge conflicts due to ensureDir->mkdir -p migration svn path=/nixpkgs/branches/stdenv-updates/; revision=32174
| * * Updated Postgres to 9.0.6 (contributed by Bryce L Nordgren).Eelco Dolstra2012-02-07
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32134
* | svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-02-06
|\| | | | | | | | | | | | | | | | | | | | | | | Merge conflicts: * unzip (almost trivial) * dvswitch (trivial) * gmp (copied result of `git merge`) The last item introduced gmp-5.0.3, thus full rebuild. +ensureDir->mkdir -p in TeX packages was catched by git but not svn. svn path=/nixpkgs/branches/stdenv-updates/; revision=32091
| * Enable IPv6 by defaultSander van der Burg2012-02-03
| | | | | | | | svn path=/nixpkgs/trunk/; revision=32011
* | svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-01-26
|\| | | | | | | | | | | Conflicts: cups, all-packages.nix (gcc45_debug) svn path=/nixpkgs/branches/stdenv-updates/; revision=31863
| * mysql55: Get building on darwinShea Levy2012-01-26
| | | | | | | | svn path=/nixpkgs/trunk/; revision=31842