Mario Rodas
bfdbbeb452
postgresqlPackages.timescaledb: 1.4.2 -> 1.5.0
...
Changelog: https://github.com/timescale/timescaledb/releases/tag/1.5.0
2019-11-01 04:20:00 -05:00
Niklas Hambüchen
765c0e0619
Merge pull request #72019 from nh2/postgres-musl-test-failures
...
postgresql: Disable 2 failing tests on musl
2019-10-30 16:26:49 +01:00
Frederik Rietdijk
d9642e006f
mariadb-connector-c: make patch only for darwin to reduce rebuilds
2019-10-30 15:01:52 +01:00
Izorkin
638edb9528
mariadb-connector-c: fix crypt_libs
2019-10-30 15:00:43 +01:00
Niklas Hambüchen
09ffd72207
postgresql: Disable 2 failing tests on musl
2019-10-30 13:27:40 +01:00
Izorkin
527372f2ec
mariadb-connector-c: fix mysql_version.h search error
2019-10-25 12:40:53 +03:00
Frederik Rietdijk
612f0525b3
Merge staging-next into staging
2019-10-24 08:34:33 +02:00
R. RyanTM
a815dd730b
pgbouncer: 1.11.0 -> 1.12.0 ( #71746 )
...
* pgbouncer: 1.11.0 -> 1.12.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pgbouncer/versions
* pgbouncer: enable parallel builds
+ move pkgconfig to nativeBuildInputs
2019-10-23 16:52:58 +02:00
Mario Rodas
abcfee984e
Merge pull request #71478 from marsam/update-postgis
...
postgresqlPackages.postgis: 2.5.3 -> 3.0.0
2019-10-23 05:32:42 -05:00
Izorkin
ffae858195
mariadb-connector-c: 3.1.2 -> 3.1.4
2019-10-23 10:01:40 +03:00
Mario Rodas
5ee2a05049
postgresqlPackages.postgis: 2.5.3 -> 3.0.0
...
Release notes: https://postgis.net/2019/10/20/postgis-3.0.0/
2019-10-20 16:20:00 -05:00
Jan Tojnar
e2e3861d6b
Merge branch 'staging-next' into staging
2019-10-12 00:51:55 +02:00
Dmitry Kalinkin
1f9882cb29
Merge pull request #70841 from callahad/mariadb
...
mariadb: fix builds on darwin
2019-10-10 22:58:28 -04:00
Aaron Andersen
f878596559
Merge pull request #70010 from ajs124/fix/mariadb-connector-c-socket-path
...
mariadb-connector-c: fix socket path
2019-10-10 07:35:04 -04:00
Dan Callahan
b0b0bb7e0b
mariadb: fix darwin build
...
We want to disable `PLUGIN_AUTH_PAM` when building:
1. `mariadb` on macOS.
2. `mariadb-client` on any platform
Unfortunately, the interaction of these two commits
6c97b0486c
7e43b4d0ae
created a situation where we disable it *twice* when building on macOS.
Once in a darwin-specific `prePatch` script, and again in the `patches`
section for client builds.
This removes the redundant `prePatch` script and conditionally applies
the patch to `mariadb` server builds on darwin.
Fixes #70835
2019-10-09 21:56:59 +01:00
Mario Rodas
387020ecf8
postgresql_12: init at 12.0
...
Release notes: https://www.postgresql.org/docs/12/release-12.html
2019-10-07 20:03:32 -05:00
R. RyanTM
6479820d8c
postgresql11Packages.pg_repack: 1.4.4 -> 1.4.5
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pg_repack/versions
2019-10-07 16:03:01 -07:00
ajs124
532c3a6075
mariadb-connector-c: fix socket path
2019-09-29 13:03:05 +02:00
Ryan Mulligan
c71b1769af
Merge pull request #69682 from r-ryantm/auto-update/monetdb
...
monetdb: 11.33.3 -> 11.33.11
2019-09-28 08:28:30 -07:00
Mario Rodas
a4e1bf7f58
Merge pull request #69753 from r-ryantm/auto-update/pgbouncer
...
pgbouncer: 1.10.0 -> 1.11.0
2019-09-28 06:20:56 -05:00
R. RyanTM
e6439c7698
pgbouncer: 1.10.0 -> 1.11.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pgbouncer/versions
2019-09-27 19:56:05 -07:00
R. RyanTM
97b89a1728
monetdb: 11.33.3 -> 11.33.11
...
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
2019-09-27 11:17:39 -07:00
Vladimír Čunát
eab41878ac
Merge branch 'master' into staging-next
2019-09-24 08:14:34 +02:00
Matthew Bauer
067b4dbb93
mariadb: add patch for missing libcrypt on darwin
...
Really fixes #69034
2019-09-22 17:34:24 -04:00
Vladimír Čunát
22a216849b
Re-Revert "Merge branch 'staging-next'"
...
This reverts commit f8a8fc6c7c
.
2019-09-22 09:38:09 +02:00
Vladimír Čunát
f8a8fc6c7c
Revert "Merge branch 'staging-next'"
...
This reverts commit 41af38f372
, reversing
changes made to f0fec244ca
.
Let's delay this. We have some serious regressions.
2019-09-21 20:05:09 +02:00
Vladimír Čunát
41af38f372
Merge branch 'staging-next'
2019-09-21 13:14:09 +02:00
Matthew Bauer
7e43b4d0ae
mariadb: disable auth_pam plugin on darwin
...
Fixes #69034
This plugin doesn’t work right for us now, needs to be disabled. It
was added first in 10.3.18:
91fdb931fa (diff-7cea40646c6b8df9a67a3eac4eec9bc6)
2019-09-21 00:18:34 -04:00
Vladimír Čunát
fa4a3af5a7
Merge branch 'master' into staging-next
2019-09-16 19:24:52 +02:00
Yurii Izorkin
6c97b0486c
mariadb: 10.3.17 -> 10.3.18 ( #68541 )
...
* mariadb: fix library locate
* mariadb: 10.3.17 -> 10.3.18
2019-09-15 23:48:37 -04:00
Mario Rodas
801f8f7a01
Merge pull request #68650 from marsam/update-timescaledb
...
postgresqlPackages.timescaledb: 1.4.1 -> 1.4.2
2019-09-15 17:50:13 -05:00
Mario Rodas
15e238ba1d
Merge pull request #68654 from marsam/update-pg_auto_failover
...
postgresql11Packages.pg_auto_failover: 1.0.3 -> 1.0.4
2019-09-15 17:49:56 -05:00
Vladimír Čunát
b6c6e1f9e8
Merge branch 'master' into staging-next
2019-09-15 13:18:54 +02:00
Mario Rodas
b41d1ca5cb
Merge pull request #68652 from marsam/update-pgrouting
...
postgresqlPackages.pgrouting: 2.6.2 -> 2.6.3
2019-09-13 23:15:17 -05:00
Mario Rodas
29254b0bd7
postgresqlPackages.pgjwt: add platforms
2019-09-13 04:24:00 -05:00
Mario Rodas
1d3bfd35e2
postgresqlPackages.pgroonga: add platforms
2019-09-13 04:23:00 -05:00
Mario Rodas
8773f20845
postgresqlPackages.pgrouting: add platforms
2019-09-13 04:22:00 -05:00
Mario Rodas
11ba54d66d
postgresqlPackages.repmgr: add platforms
2019-09-13 04:21:00 -05:00
Mario Rodas
0398993a32
postgresqlPackages.timescaledb: 1.4.1 -> 1.4.2
...
Changelog: https://github.com/timescale/timescaledb/releases/tag/1.4.2
2019-09-13 04:20:00 -05:00
Mario Rodas
7c046d2b92
postgresql11Packages.pg_auto_failover: 1.0.3 -> 1.0.4
2019-09-13 04:20:00 -05:00
Mario Rodas
7fc606065c
postgresqlPackages.pgrouting: 2.6.2 -> 2.6.3
...
Changelog: https://github.com/pgRouting/pgrouting/releases/tag/v2.6.3
2019-09-13 04:20:00 -05:00
Mario Rodas
f0c6cd779a
postgresqlPackages.tsearch_extras: add platforms
2019-09-13 04:20:00 -05:00
Jan Tojnar
a441eaa7b1
Merge branch 'staging-next' into staging
2019-09-12 22:49:43 +02:00
zimbatm
4441befd43
repmgr: init at 4.4.0 ( #68444 )
2019-09-10 21:16:03 +02:00
Izorkin
edf389d92b
mariadb-connector-c: drop v2.3
2019-09-09 16:05:01 +03:00
Izorkin
50fbe46ae7
mariadb-galera: 25.3.26 -> 25.3.27
2019-09-09 15:55:34 +03:00
Izorkin
e2bd655822
mariadb-galera: move to external package
2019-09-09 15:55:34 +03:00
Izorkin
3def2b4b6a
mariadb-connector-c: init at 3.1.2
2019-09-09 15:55:34 +03:00
Izorkin
cfb909229d
mariadb-connector-c: move to external package
2019-09-09 15:55:34 +03:00
adisbladis
8e2fc57a80
postgresql_9_4: Remove package
...
It's only supported until February 13, 2020 which is during the 19.09 life cycle.
2019-09-07 15:31:27 +01:00
Frederik Rietdijk
66bc7fc1b3
Merge master into staging-next
2019-09-06 22:46:05 +02:00
Vlad Artamonov
0f52e11c40
cockroachdb: 1.19.1 -> 1.19.4
2019-09-06 21:53:29 +02:00
Vladimír Čunát
4aad2947f8
Merge branch 'master' into staging-next
2019-09-04 11:00:56 +02:00
Mario Rodas
1f82f636e2
Merge pull request #67909 from marsam/update-pg_cron
...
postgresqlPackages.pg_cron: 1.1.4 -> 1.2.0
2019-09-02 19:26:10 -05:00
Mario Rodas
15f38453c4
postgresqlPackages.pg_cron: 1.1.4 -> 1.2.0
...
changelog: https://github.com/citusdata/pg_cron/releases/tag/v1.2.0
2019-09-01 16:20:00 -05:00
Mario Rodas
f465a74943
postgresqlPackages.postgis: 2.5.2 -> 2.5.3
2019-09-01 16:20:00 -05:00
Frederik Rietdijk
ad1d58c622
Merge staging-next into staging
2019-08-31 10:04:20 +02:00
Frederik Rietdijk
fc74ba8291
Merge master into staging-next
2019-08-31 09:50:38 +02:00
Mario Rodas
964974bbb7
postgresqlPackages.plv8: add marsam as maintainer
2019-08-29 03:01:00 -05:00
Mario Rodas
f24c729196
postgresqlPackages.plv8: narrow platforms to x86_64-linux
...
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.
2019-08-29 03:00:00 -05:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
Mario Rodas
1f3aa24274
postgresqlPackages.plv8: 2.3.12 -> 2.3.13
...
Changes: https://github.com/plv8/plv8/compare/v2.3.12...v2.3.13
2019-08-27 22:57:05 -05:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
...
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
2019-08-24 08:55:37 +02:00
Robin Gloster
f4fc845e5b
Merge remote-tracking branch 'upstream/master' into openssl-1.1
2019-08-21 14:25:13 +02:00
Robin Gloster
4e60b0efae
treewide: update globin's maintained drvs
2019-08-20 19:36:05 +02:00
R. RyanTM
13d0171516
pgpool: 4.0.5 -> 4.0.6 ( #67020 )
...
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
2019-08-20 13:56:19 +03:00
Danylo Hlynskyi
2ca09a94be
Merge pull request #66657 from danbst/pgpackages-fixes
...
Postgresql plugins fixes
2019-08-18 17:30:56 +03:00
volth
c814d72b51
treewide: name -> pname
2019-08-17 10:54:38 +00:00
Frederik Rietdijk
fe9a3e3e63
Merge staging-next into staging
2019-08-17 09:39:23 +02:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Derek Kulinski
1c392dfcf0
pgbouncer: use c-ares for name resolution ( #66336 )
...
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.
2019-08-15 03:20:42 +03:00
danbst
bd1fc9f9be
postgresqlPackages: mark pg_auto_failover and pipelinedb broken for PG < 11
...
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)'
```
2019-08-15 02:27:29 +03:00
danbst
bd331e42f5
postgresql/tds_fdw: mark broken for PG >= 11
...
The release with fix is still in alpha
https://github.com/tds-fdw/tds_fdw/releases
2019-08-15 01:55:06 +03:00
danbst
954c0fd2fa
postgresqlPackages: fix build of several PG plugins and add postgresql11Packages
...
Leftovers from 80aadbec60
`postgresql11Packages` are added to be built by Hydra as mainline PG plugins.
2019-08-15 01:36:59 +03:00
Tim Otten
dae42566db
mysql80: init at 8.0.17 ( #65221 )
...
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).
2019-08-13 19:50:51 +00:00
Daniel Frank
bae6ce3b6c
postgresql: fix CVE-2019-10208, CVE-2019-10209 ( #66347 )
2019-08-09 14:30:33 +03:00
Derek Kulinski
b1d00b71b6
pgpool: 3.4.14 -> 4.0.5 ( #66224 )
...
Updated to PGPool-II 4.0.5 and modify the code to allow absolute path
for pool_passwd file.
2019-08-07 14:15:10 +03:00
Andreas Rammhold
955480e6bf
Merge pull request #65950 from aanderse/mysql-update
...
mysql57: 5.7.25 -> 5.7.27
2019-08-06 08:15:50 +00:00
Aaron Andersen
88770b01d5
mysql57: 5.7.25 -> 5.7.27
2019-08-04 10:41:03 -04:00
Jörg Thalheim
c740bbf1ba
mariadb: 10.3.15 -> 10.3.17 ( #63355 )
...
mariadb: 10.3.15 -> 10.3.17
2019-08-02 14:54:03 +01:00
Izorkin
21e891efd1
mariadb: fix build in Darwin
2019-08-02 13:31:13 +03:00
Mario Rodas
3b43d99e70
postgresqlPackages.pg_auto_failover: 1.0.2 -> 1.0.3
2019-08-02 04:20:00 -05:00
Vladimír Čunát
f3952fc50c
Merge #65460 : postgis: allow on Darwin
2019-08-03 16:47:58 +02:00
Vladimír Čunát
a89f245f3b
Merge branch 'master' into openssl-1.1
...
... to avoid the accidental gnupatch rebuild
2019-08-02 09:47:38 +02:00
Mario Rodas
8ebe63c246
postgresqlPackages.timescaledb: add marsam as maintainer
2019-08-02 00:49:52 -05:00
Mario Rodas
b5f09b347d
postgresqlPackages.timescaledb: 1.4.0 -> 1.4.1
2019-08-02 00:47:53 -05:00
Robin Gloster
30969073f0
Merge remote-tracking branch 'upstream/master' into openssl-1.1
2019-08-02 03:01:30 +02:00
Izorkin
12f95f7572
mariadb: remove c++11 narrowing error patch
2019-08-01 20:26:23 +03:00
Izorkin
ac90575382
mariadb: clean config
2019-08-01 20:26:21 +03:00
Izorkin
0692c615e5
mariadb: remove test binaries
2019-08-01 14:22:10 +03:00
Izorkin
0a4562277f
mariadb: fix config build mariadb client
2019-08-01 14:18:12 +03:00
Izorkin
c8488b913a
mariadb: add option to build server without client binary files
2019-08-01 14:15:55 +03:00
Izorkin
f0d88f05b6
mariadb: fix mariadb_config path
2019-08-01 14:08:45 +03:00
Izorkin
9d5e531dff
mariadb: 10.3.15 -> 10.3.17
2019-08-01 14:01:56 +03:00
Jörg Thalheim
304f267917
Merge pull request #64646 from aanderse/mytop
...
mariadb: fix mytop script
2019-08-01 11:29:03 +01:00
Aaron Andersen
ccb9ada402
mariadb: fix mytop script
2019-07-31 22:35:15 -04:00
Luke Worth
c1da476a88
postgis: match platform compatibility with postgres
2019-08-01 08:50:44 +10:00
Luke Worth
19011bad0c
postgis: add explanatory comment
2019-08-01 08:50:41 +10:00
Robin Gloster
2d6f0cb176
postgresql: build < 9.5 with openssl 1.0.2
2019-07-29 21:25:10 +02:00
Luke Worth
7f54b9a2c6
postgis: make libiconv dependent on darwin
2019-07-27 19:43:31 +10:00