about summary refs log tree commit diff
path: root/pkgs/servers/sql
Commit message (Collapse)AuthorAge
* cockroachdb: 2.1.3 -> 2.1.5Austin Seipp2019-02-22
| | | | | | Closes #56192. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* postgresql: fix regression in NixOS after update to 11.2 (#56146)Danylo Hlynskyi2019-02-21
| | | | | | | | | | | | ryantm bot updates `psqlSchema` alongside with version: https://github.com/NixOS/nixpkgs/pull/50646, https://github.com/NixOS/nixpkgs/pull/55860 but `psqlSchema` is used to generate `stateDir`. It shouldn't be updated. Ideally it should be equal to postgresql major version for pg versions, but we already have deployments in /var/lib/postgresql/11.1. Strange why nobody complained when it was changed from 11.0 -> 11.1. I propose do correct naming for PG12+, but status quo for current versions. Fixes https://github.com/NixOS/nixpkgs/issues/56134
* postgresql: Don't move libs unnecessarily out of $lib.Shea Levy2019-02-18
| | | | In particular, when static linking pkgconfig expects libpq.a in $lib
* postgresql_11: 11.1 -> 11.2R. RyanTM2019-02-15
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/postgresql/versions
* mysql57: 5.7.24 -> 5.7.25R. RyanTM2019-02-03
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/mysql/versions
* postgresql: No need to refer to `super`John Ericson2019-02-02
| | | | | self.callPackage works fine for now. If/when that changes, we have a repo-wide thing to deal with so no reason to do anything now.
* pg_topn: 2.2.0 -> 2.2.2Mario Rodas2019-01-30
|
* monetdb: 11.31.11 -> 11.31.13R. RyanTM2019-01-27
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/monetdb/versions
* Merge pull request #54619 from Mic92/remove-wkenningtonJörg Thalheim2019-01-26
|\ | | | | treewide: remove wkennington as maintainer
| * treewide: remove wkennington as maintainerJörg Thalheim2019-01-26
| | | | | | | | | | | | He prefers to contribute to his own nixpkgs fork triton. Since he is still marked as maintainer in many packages this leaves the wrong impression he still maintains those.
* | postgresql: cleanup postgis (#54396)Danylo Hlynskyi2019-01-26
| | | | | | | | | | | | | | | | | | | | postgis: cleanup Another part of https://github.com/NixOS/nixpkgs/pull/38698, though I did cleanup even more. Moving docs to separate output should save another 30MB. I did pin poppler to 0.61 just to be sure GDAL doesn't break again next time poppler changes internal APIs.
* | postgresql: reorganize package and its extensions (#54319)Danylo Hlynskyi2019-01-26
|/ | | | | | * postgresql: reorganize package and it's extensions Extracts some useful parts of https://github.com/NixOS/nixpkgs/pull/38698, in particular, it's vision that postgresql plugins should be namespaced.
* nixpkgs: reorganize the postgresql extensionsAustin Seipp2019-01-19
| | | | | | | | | | | | | | | | This is a backwards compatible change; it mostly puts all the extensions for postgresql in a common directory to keep them isolated. It also moves a few things that /were not/ extensions out into other parts of the filesystem namespace; namely the postgresql_jdbc and psqlodbc libraries were moved under development/java-modules and development/libraries, respectively. Because these libraries use the libpq postgresql client drivers, they're less sensitive to underlying version changes anyway (since the protocol is relatively stable). No attributes were renamed or harmed in the creation of this patch. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* nixpkgs: move postgresql patches into a common directoryAustin Seipp2019-01-19
| | | | | | | This simply makes it easier to browse the PostgreSQL package directory. More to come. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* pgroonga: 2.1.6 -> 2.1.7R. RyanTM2019-01-13
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pgroonga/versions
* postgresql_9_3: dropLancelot SIX2018-12-31
| | | | | | | | | Postgresql 9.3 reached end of life on november 11, 2018 (see https://www.postgresql.org/about/news/1905/) (Rebase of #52052. Closes #52052.) Signed-off-by: Austin Seipp <aseipp@pobox.com>
* cockroachdb: 2.1.1 -> 2.1.3Austin Seipp2018-12-28
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* postgresql: branch 9.3 is not maintained anymoreFranz Pletz2018-12-17
| | | | See https://www.postgresql.org/support/versioning/.
* mysql55: broken on aarch64Izorkin2018-12-12
|
* mysql55: 5.5.60 -> 5.5.62Izorkin2018-12-12
|
* Merge pull request #51719 from marsam/postgresql-build-icu-supportAlexey Shmalko2018-12-10
|\ | | | | postgresql: Build with icu support
| * postgresql: Build with icu supportMario Rodas2018-12-08
| |
* | Merge remote-tracking branch 'upstream/master' into stagingJan Tojnar2018-11-30
|\|
| * Merge master into staging-nextFrederik Rietdijk2018-11-30
| |\
| | * cockroachdb: 2.0.0 -> 2.1.1, aarch64 supportAustin Seipp2018-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also splits the .bin output to have a separate .man attribute: previously it contained both. This also adds provisional support for aarch64-linux, which seems to build easily. (Full testing will ideally come via NixOS tests later) Signed-off-by: Austin Seipp <aseipp@pobox.com>
* | | Merge staging-next into stagingFrederik Rietdijk2018-11-29
|\| |
| * | Merge master into staging-nextFrederik Rietdijk2018-11-29
| |\|
| | * postgresql: disable parallel building on DarwinAlyssa Ross2018-11-27
| | | | | | | | | | | | | | | | | | There have been multiple reports of this failing. Fixes https://github.com/NixOS/nixpkgs/issues/51093.
| | * postgresql: conditionalize systemd (on darwin)Domen Kožar2018-11-27
| | |
| | * postgresql: Enable systemd integration for 9.6+Domen Kožar2018-11-27
| | | | | | | | | | | | | | | | | | | | | This allows, finally, proper detection when postgresql is ready to accept connections. Until now, it was possible that services depending on postgresql would fail in a race condition trying to connect to postgresql.
| | * postgresql_11: 11.0 -> 11.1R. RyanTM2018-11-26
| | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/postgresql/versions
* | | postgresql: Remove static libs using host platform extensionJack Kelly2018-11-28
|/ /
* | Merge staging-next into stagingFrederik Rietdijk2018-11-18
|\|
| * Merge master into staging-nextFrederik Rietdijk2018-11-18
| |\
| | * monetdb: 11.29.7 -> 11.31.11Michael Weiss2018-11-16
| | |
| | * virtuoso-opensource: add licenseMarkus Kowalewski2018-11-15
| | |
| | * pgtap: add licenseMarkus Kowalewski2018-11-15
| | |
| | * mysql: add licensesMarkus Kowalewski2018-11-15
| | |
| * | treewide: use scons setup hookMatthew Bauer2018-11-13
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lots of packages can use it. Here is the list: - jackmix - klick - mixx - nova-filters - rhvoice - giv - mypaint - swift-im - bombono - mapnik - serf - nuitka - pyexiv2 - godot - hammer - toluapp - btanks - dxx-rebirth - endless-sky - globulation - the-powder-toy - fceux - gpsd - mongodb - rippled - mariadb - lprof
* | postgresql_11: 11.0 -> 11.1Lancelot SIX2018-11-09
| | | | | | | | | | See https://www.postgresql.org/about/news/1905/ for release information. Fixes CVE-2018-16850
* | postgresql_10: 10.5 -> 10.6Lancelot SIX2018-11-09
| | | | | | | | | | See https://www.postgresql.org/about/news/1905/ for release information. Fixes CVE-2018-16850
* | postgresql_9_6: 9.6.10 -> 9.6.11Lancelot SIX2018-11-09
| | | | | | | | | | See https://www.postgresql.org/about/news/1905/ for release information. Fixes CVE-2018-16850
* | postgresql_9_5: 9.5.14 -> 9.5.15Lancelot SIX2018-11-09
| | | | | | | | | | See https://www.postgresql.org/about/news/1905/ for release information. Fixes CVE-2018-16850
* | postgresql_9_4: 9.4.19 -> 9.4.20Lancelot SIX2018-11-09
| | | | | | | | | | See https://www.postgresql.org/about/news/1905/ for release information. Fixes CVE-2018-16850
* | postgresql_9_3: 9.3.24 -> 9.3.25Lancelot SIX2018-11-09
|/ | | | | See https://www.postgresql.org/about/news/1905/ for release information. Fixes CVE-2018-16850
* plv8: unbreak build, bump to version 2.3.8Austin Seipp2018-11-04
| | | | | | | | | | | | | ee58a5b30d6e60407b44fbb02ddade6c20fd8763 broke the plv8 build because it upgraded the v8_6_x expression everywhere to the 6.9 branch, which came with API changes. Notably, it seems plv8 only supports up-to v8 6.4.x at this time. This keeps a copy of the plv8_6_x expression inside the same directory as the other v8 versions (so patches, etc are easy to apply), but it is not exposed to the top-level of all-packages.nix. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* timescaledb: fix license (Apache 2.0, not PostgreSQL)Austin Seipp2018-11-04
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* tsearch_extras: 0.3 -> 0.4Austin Seipp2018-11-03
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* pg_topn: 2.0.2 -> 2.2.0Austin Seipp2018-11-03
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* timescaledb: 0.11.0 -> 1.0.0Austin Seipp2018-11-03
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>