about summary refs log tree commit diff
path: root/pkgs/servers/sql
Commit message (Collapse)AuthorAge
* mariadb-connector-c: init at 3.1.2Izorkin2019-09-09
|
* mariadb-connector-c: move to external packageIzorkin2019-09-09
|
* postgresql_9_4: Remove packageadisbladis2019-09-07
| | | | It's only supported until February 13, 2020 which is during the 19.09 life cycle.
* Merge master into staging-nextFrederik Rietdijk2019-09-06
|\
| * cockroachdb: 1.19.1 -> 1.19.4Vlad Artamonov2019-09-06
| |
* | Merge branch 'master' into staging-nextVladimír Čunát2019-09-04
|\|
| * Merge pull request #67909 from marsam/update-pg_cronMario Rodas2019-09-02
| |\ | | | | | | postgresqlPackages.pg_cron: 1.1.4 -> 1.2.0
| | * postgresqlPackages.pg_cron: 1.1.4 -> 1.2.0Mario Rodas2019-09-01
| | | | | | | | | | | | changelog: https://github.com/citusdata/pg_cron/releases/tag/v1.2.0
| * | postgresqlPackages.postgis: 2.5.2 -> 2.5.3Mario Rodas2019-09-01
| |/
* | Merge staging-next into stagingFrederik Rietdijk2019-08-31
|\|
| * Merge master into staging-nextFrederik Rietdijk2019-08-31
| |\
| | * postgresqlPackages.plv8: add marsam as maintainerMario Rodas2019-08-29
| | |
| | * postgresqlPackages.plv8: narrow platforms to x86_64-linuxMario Rodas2019-08-29
| | | | | | | | | | | | | | | plv8 uses a custom version v8 version, which is reported to only build on x86_64-linux. The next major version plv8 should drop the custom v8.
| | * postgresqlPackages.plv8: 2.3.12 -> 2.3.13Mario Rodas2019-08-27
| | | | | | | | | | | | Changes: https://github.com/plv8/plv8/compare/v2.3.12...v2.3.13
* | | treewide: remove redundant recvolth2019-08-28
|/ /
* | Merge branch 'master' into staging-nextVladimír Čunát2019-08-24
|\| | | | | | | | | | | | | | | | | | | There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
| * Merge remote-tracking branch 'upstream/master' into openssl-1.1Robin Gloster2019-08-21
| |\
| | * treewide: update globin's maintained drvsRobin Gloster2019-08-20
| | |
| | * pgpool: 4.0.5 -> 4.0.6 (#67020)R. RyanTM2019-08-20
| | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pgpool-ii/versions
| | * Merge pull request #66657 from danbst/pgpackages-fixesDanylo Hlynskyi2019-08-18
| | |\ | | | | | | | | Postgresql plugins fixes
| | | * postgresqlPackages: mark pg_auto_failover and pipelinedb broken for PG < 11danbst2019-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Marking packages broken isn't as fatal as throwing an exception. In my usecase, I wanted to build all non-broken packages, that is: ``` nix-build -E 'with import ./.{}; with lib; flip filterAttrs postgresqlPackages (n: v: !v.meta.broken or false)' ```
| | | * postgresql/tds_fdw: mark broken for PG >= 11danbst2019-08-15
| | | | | | | | | | | | | | | | | | | | The release with fix is still in alpha https://github.com/tds-fdw/tds_fdw/releases
| | | * postgresqlPackages: fix build of several PG plugins and add ↵danbst2019-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `postgresql11Packages` Leftovers from https://github.com/NixOS/nixpkgs/commit/80aadbec604245071e73d5db57a282b830e6b2a9 `postgresql11Packages` are added to be built by Hydra as mainline PG plugins.
| * | | Merge branch 'master' into openssl-1.1Vladimír Čunát2019-08-02
| |\ \ \ | | | | | | | | | | | | | | | ... to avoid the accidental gnupatch rebuild
| * \ \ \ Merge remote-tracking branch 'upstream/master' into openssl-1.1Robin Gloster2019-08-02
| |\ \ \ \
| * | | | | postgresql: build < 9.5 with openssl 1.0.2Robin Gloster2019-07-29
| | | | | |
* | | | | | treewide: name -> pnamevolth2019-08-17
| | | | | |
* | | | | | Merge staging-next into stagingFrederik Rietdijk2019-08-17
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | pgbouncer: use c-ares for name resolution (#66336)Derek Kulinski2019-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to pgbouncer README.md file c-ares is the prefered way to resolve names for pgbouncer 1.10+: https://github.com/pgbouncer/pgbouncer/blob/master/README.md#dns-lookup-support The previous method (evdns) did not support EDNS0 and SOA lookups.
* | | | | | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* | | | / mysql80: init at 8.0.17 (#65221)Tim Otten2019-08-13
| |_|_|/ |/| | | | | | | | | | | MySQL 8.0 is a significant iteration after MySQL 5.7. This patch adds it as a parallel build alongside mysql57 (similar to mysql56 and mysql55 before).
* | | | postgresql: fix CVE-2019-10208, CVE-2019-10209 (#66347)Daniel Frank2019-08-09
| | | |
* | | | pgpool: 3.4.14 -> 4.0.5 (#66224)Derek Kulinski2019-08-07
| | | | | | | | | | | | | | | | Updated to PGPool-II 4.0.5 and modify the code to allow absolute path for pool_passwd file.
* | | | Merge pull request #65950 from aanderse/mysql-updateAndreas Rammhold2019-08-06
|\ \ \ \ | | | | | | | | | | mysql57: 5.7.25 -> 5.7.27
| * | | | mysql57: 5.7.25 -> 5.7.27Aaron Andersen2019-08-04
| | | | |
* | | | | postgresqlPackages.pg_auto_failover: 1.0.2 -> 1.0.3Mario Rodas2019-08-02
| | | | |
* | | | | Merge #65460: postgis: allow on DarwinVladimír Čunát2019-08-03
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | postgis: match platform compatibility with postgresLuke Worth2019-08-01
| | | | |
| * | | | postgis: add explanatory commentLuke Worth2019-08-01
| | | | |
| * | | | postgis: make libiconv dependent on darwinLuke Worth2019-07-27
| | | | |
| * | | | postgis: allow on DarwinLuke Worth2019-07-27
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To get PostGIS going on Darwin: 1. Add libiconv, as is often required. 2. Expand platforms to `platforms.all`. 3. Deal with PostGIS' quirky build system. PostGIS' configure.ac has the following gem: AC_MSG_RESULT([------------------------------------------------------------------------]) AC_MSG_RESULT([ WARNING: You have set the --prefix to '$prefix'. But we mostly ]) AC_MSG_RESULT([ ignore the --prefix. For your info, using the values determined from ]) AC_MSG_RESULT([ $PG_CONFIG we will be installing: ]) AC_MSG_RESULT([ * postgis shared library in $PGSQL_LIBDIR ]) AC_MSG_RESULT([ * postgis SQL files in $PGSQL_SHAREDIR/contrib/postgis-$POSTGIS_MAJOR_VERSION.$POSTGIS_MINOR_VERSION ]) AC_MSG_RESULT([ * postgis executables in $PGSQL_BINDIR ]) AC_MSG_RESULT([------------------------------------------------------------------------]) This is suggestive of some assumptions in the build system, which are revealed when building in Nix on Darwin: the build fails because the postgres binary cannot be found in the install prefix specified for postgis; vis. cc x -bundle_loader $POSTGIS_PREFIX/bin/postgres This bundle_loader parameter is only available on Darwin, and this problem doesn't appear to affect Linux systems. The solution presented here is to symlink the postgres binary where PostGIS expects it to be, and then remove it after the build completes.
* | | | mariadb: 10.3.15 -> 10.3.17 (#63355)Jörg Thalheim2019-08-02
|\ \ \ \ | |_|_|/ |/| | | mariadb: 10.3.15 -> 10.3.17
| * | | mariadb: fix build in DarwinIzorkin2019-08-02
| | | |
| * | | mariadb: remove c++11 narrowing error patchIzorkin2019-08-01
| | | |
| * | | mariadb: clean configIzorkin2019-08-01
| | | |
| * | | mariadb: remove test binariesIzorkin2019-08-01
| | | |
| * | | mariadb: fix config build mariadb clientIzorkin2019-08-01
| | | |
| * | | mariadb: add option to build server without client binary filesIzorkin2019-08-01
| | | |
| * | | mariadb: fix mariadb_config pathIzorkin2019-08-01
| | | |
| * | | mariadb: 10.3.15 -> 10.3.17Izorkin2019-08-01
| | |/ | |/|