Commit Graph

1585 Commits

Author SHA1 Message Date
Petros Angelatos
ea634d99e8 materialize: 0.10.0 -> 0.15.0
Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
2022-01-07 10:35:55 +01:00
R. Ryantm
0d92b8ae4e postgresql11Packages.plpgsql_check: 2.0.6 -> 2.1.0 2022-01-01 22:20:04 +00:00
R. Ryantm
bfd6db1574 mysql80: 8.0.26 -> 8.0.27 2021-12-31 13:21:43 -08:00
R. Ryantm
741bca91e1 monetdb: 11.41.11 -> 11.41.13 2021-12-31 11:29:04 -08:00
Jan Tojnar
cbb630c26b
Merge pull request #150751 from jtojnar/plv8-3
postgresqlPackages.plv8: 2.3.15 → 3.0.0
2021-12-30 16:30:06 +01:00
Jan Tojnar
ec53e861f4 postgresqlPackages.plv8: 2.3.15 → 3.0.0
https://github.com/plv8/plv8/blob/v3.0.0/Changes
2021-12-27 12:05:02 +01:00
Mario Rodas
6978d8befa postgresqlPackages.postgis: 3.1.4 -> 3.2.0 2021-12-19 04:20:00 +00:00
cresh
5d5aa5c74d
squirrel-sql: Add jtds as a driver. (#147191)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-12-16 14:12:28 +01:00
Mario Rodas
507e9bde13
Merge pull request #149546 from r-ryantm/auto-update/plr
postgresql11Packages.plr: 8.4.4 -> 8.4.5
2021-12-11 16:57:58 -05:00
Mario Rodas
1dfc4c3edf
Merge pull request #149742 from marsam/update-timescaledb
postgresqlPackages.timescaledb: 2.5.0 -> 2.5.1
2021-12-10 06:52:19 -05:00
Jörg Thalheim
23b46d721f monetdb: remove monetdb_mtest.sh
this is just used for unittesting
2021-12-09 12:34:40 +01:00
R. Ryantm
54bc66f7fc monetdb: 11.39.13 -> 11.41.11 2021-12-09 09:57:48 +00:00
Jan Tojnar
d5c902b131 postgresqlPackages.plv8: install all files
Previously, the update complained due to missing migration files:

	db=# alter extension plv8 update to '2.3.15';
	ERROR:  extension "plv8" has no update path from version "2.3.13" to version "2.3.15"

Now it fails for a different reason:

	db=# alter extension plv8 update to '2.3.15';
	ERROR:  could not access file "$libdir/plv8-2.3.13": No such file or directory

Changing installation directory using DESTDIR is an ugly hack that might backfire
but PGXS does not currently seem to allow overriding the installation directory.
2021-12-09 00:12:21 +01:00
Mario Rodas
b83dbd6738
Merge pull request #149548 from r-ryantm/auto-update/plpgsql_check
postgresql11Packages.plpgsql_check: 2.0.5 -> 2.0.6
2021-12-08 03:32:37 -05:00
Mario Rodas
dc1b9f9827
Merge pull request #149540 from r-ryantm/auto-update/pgrouting
postgresql11Packages.pgrouting: 3.2.1 -> 3.3.0
2021-12-08 02:29:53 -05:00
R. Ryantm
1f8ee144f9 postgresql11Packages.plpgsql_check: 2.0.5 -> 2.0.6 2021-12-08 07:28:14 +00:00
R. Ryantm
476e201493 postgresql11Packages.plr: 8.4.4 -> 8.4.5 2021-12-08 07:22:12 +00:00
Mario Rodas
7a7ccf5f3e
Merge pull request #149491 from r-ryantm/auto-update/pgtap
postgresql11Packages.pgtap: 1.1.0 -> 1.2.0
2021-12-08 01:41:08 -05:00
R. Ryantm
0ef8a922bf postgresql11Packages.pgrouting: 3.2.1 -> 3.3.0 2021-12-08 06:36:01 +00:00
R. Ryantm
46a15c0838 postgresql11Packages.pg_partman: 4.5.1 -> 4.6.0 2021-12-08 04:32:38 +00:00
Mario Rodas
0bf7da2e18 postgresqlPackages.timescaledb: 2.5.0 -> 2.5.1
https://github.com/timescale/timescaledb/releases/tag/2.5.1
2021-12-08 04:20:00 +00:00
R. Ryantm
83e078ecb3 postgresql11Packages.pgtap: 1.1.0 -> 1.2.0 2021-12-08 00:24:28 +00:00
Maximilian Bosch
c959de5b30
Merge pull request #148360 from helsinki-systems/drop/pg96
postgresql_9_6: drop
2021-12-06 21:57:05 +01:00
Sergei Trofimovich
4752689cfb postgresqlPackages.pg_auto_failover: upstream fix for ncurses-6.3
Without the change the build fails as:

    watch.c:673:2: error: format not a string literal and no format arguments [-Werror=format-security]
      673 |  mvprintw(r, context->cols - strlen(help), help);
          |  ^~~~~~~~
2021-12-04 18:35:22 +00:00
Nick Cao
7941fcd361
postgresql: fix build on riscv 2021-12-03 22:43:48 +08:00
ajs124
757dd008b2 postgresql_9_6: drop 2021-12-03 01:14:29 +01:00
github-actions[bot]
3bebe2a3f2
Merge master into staging-next 2021-12-01 06:01:17 +00:00
Mario Rodas
3f03bdbceb
Merge pull request #147659 from marsam/update-pgroonga
postgresqlPackages.pgroonga: 2.3.2 -> 2.3.4
2021-12-01 00:25:26 -05:00
github-actions[bot]
941a6593c8
Merge master into staging-next 2021-11-30 00:01:51 +00:00
1000101
dbd39c4d41 pgbouncer: 1.16.0 -> 1.16.1 2021-11-29 18:57:46 +01:00
github-actions[bot]
2534e1384b
Merge master into staging-next 2021-11-28 06:01:05 +00:00
Sandro
1a36defba9
Merge pull request #147176 from petrosagg/materialize-0.10.0 2021-11-28 03:30:07 +01:00
Mario Rodas
ceec67c680 postgresqlPackages.pgroonga: 2.3.2 -> 2.3.4 2021-11-27 04:20:00 +00:00
github-actions[bot]
c39cd5f314
Merge master into staging-next 2021-11-26 00:01:38 +00:00
SCOTT-HAMILTON
b47648f6c8
mariadb-connector-c: fix static build (#147166) 2021-11-25 16:03:55 -05:00
Petros Angelatos
01a19ba42f materialize: 0.9.4 -> 0.10.0
Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
2021-11-25 12:59:16 +01:00
github-actions[bot]
588cccd6c5
Merge master into staging-next 2021-11-24 06:01:08 +00:00
Vika Shleina
ccb2baa615
mariadb: fix build on non-x86_64 linux
pmdk is only available on x86_64-linux, yet included in other platforms.

Things tested:
 - build on x86_64-linux is the same (substituted from binary cache)
 - build on aarch64-linux doesn't crash now with an "unsupported system"
2021-11-24 02:18:47 +03:00
Artturi
40d43349e6
Merge pull request #146442 from Artturin/mariaconnectormyconfig 2021-11-22 19:11:15 +02:00
Mario Rodas
17c6935153
Merge pull request #146464 from marsam/update-postgresql
postgresql: 9.6.23 -> 9.6.24, 10.18 -> 10.19, 11.13 -> 11.14, 12.8 -> 12.9, 13.4 -> 13.5, 14.0 -> 14.1
2021-11-20 16:48:25 -05:00
Izorkin
8aa3e1f42a
mariadb-galera: 26.4.9 -> 26.4.10 2021-11-19 20:58:04 +03:00
Izorkin
1fa2e5fdc9
mariadb: move patches to subfolder 2021-11-19 20:58:04 +03:00
Izorkin
595511e632
mariadb: cleanup build configuration 2021-11-19 20:58:01 +03:00
Izorkin
cff899a959
mariadb: add pmem support 2021-11-19 20:56:03 +03:00
Izorkin
be52b4640f
mariadb: move fix mytop to common stage 2021-11-19 20:54:12 +03:00
ajs124
937cf30e7e mariadb: replace libaio with liburing
was missed in a160dfbf35

see also https://jira.mariadb.org/browse/MDEV-24883
2021-11-19 16:10:34 +01:00
Janne Heß
b0be7372b6
Merge pull request #141656 from helsinki-systems/init/proxysql
proxysql: init at 2.3.2
2021-11-19 14:34:50 +01:00
Mario Rodas
85852b941d postgresql_14: 14.0 -> 14.1
https://www.postgresql.org/docs/release/14.1/
2021-11-18 04:20:00 +00:00
Mario Rodas
67abda7877 postgresql_13: 13.4 -> 13.5
https://www.postgresql.org/docs/release/13.5/
2021-11-18 04:20:00 +00:00
Mario Rodas
c046c5d6ff postgresql_12: 12.8 -> 12.9
https://www.postgresql.org/docs/release/12.9/
2021-11-18 04:20:00 +00:00
Mario Rodas
b701405be7 postgresql_11: 11.13 -> 11.14
https://www.postgresql.org/docs/release/11.14/
2021-11-18 04:20:00 +00:00
Mario Rodas
1d35ef9ee0 postgresql_10: 10.18 -> 10.19
https://www.postgresql.org/docs/release/10.19/
2021-11-18 04:20:00 +00:00
Mario Rodas
7f523aa88a postgresql_9_6: 9.6.23 -> 9.6.24
https://www.postgresql.org/docs/release/9.6.24/
2021-11-18 04:20:00 +00:00
Artturin
e148f5ff46 mariadb-connector-c: install my_config.h
https://github.com/bmwiedemann/openSUSE/blob/master/packages/m/mariadb-connector-c/mariadb-connector-c.spec#L152
https://github.com/NixOS/nixpkgs/issues/146340

arch, however, packages it in their mariadb-libs package which provides
connector-c so a nixpkgs mariadb maintainer may want to look into that
https://archlinux.org/packages/extra/x86_64/mariadb-libs/files/
2021-11-18 02:03:17 +02:00
Dmitry Kalinkin
86db5fef7b
mariadb: fix darwin build 2021-11-17 02:46:12 -05:00
Dmitry Kalinkin
6253ab088a
mariadb: revert to using fetchurl
Unlike the `fetchzip`, the `fetchurl` allows for tarballs to be backed
up to tarballs.nixos.org.
2021-11-17 02:43:44 -05:00
Felix Buehler
3be80d1619 mssql-jdbc: remove build.sh 2021-11-16 16:31:56 +01:00
Mario Rodas
574a1d605a postgresqlPackages.pg_auto_failover: 1.6.2 -> 1.6.3
https://github.com/citusdata/pg_auto_failover/releases/tag/v1.6.3
2021-11-14 04:20:00 +00:00
ajs124
09d3d7fe36 mariadb: 10.6.3 -> 10.6.5
https://mariadb.com/kb/en/mariadb-1064-release-notes/
https://mariadb.com/kb/en/mariadb-1065-release-notes/
2021-11-11 00:34:39 +01:00
ajs124
028d78ea58 proxysql: init at 2.3.2 2021-11-08 16:42:16 +01:00
Ivan Kozik
9e1e3f5365 postgresql: add myself to maintainers 2021-11-08 11:40:40 +00:00
Ivan Kozik
7a12cae1b1 postgresql_14: build with support for lz4 compression 2021-11-08 11:40:40 +00:00
Artturi
b26695be08
Merge pull request #143628 from r-ryantm/auto-update/dolt
dolt: 0.28.4 -> 0.32.1
2021-11-02 14:59:09 +02:00
R. RyanTM
f151bae7ab
postgresql11Packages.repmgr: 5.2.1 -> 5.3.0 (#143507) 2021-10-29 15:44:06 +02:00
R. Ryantm
a75ea6f539 dolt: 0.28.4 -> 0.32.1 2021-10-29 10:33:14 +00:00
Sandro
dc97e86313
Merge pull request #143394 from SuperSandro2000/SuperSandro2000-patch-1 2021-10-29 11:47:17 +02:00
Sandro
d9ebe400f8
postgresqlPackages.timescaledb: add comment why refs/tags is used 2021-10-28 16:33:51 +02:00
1000101
ab3097a237 postgresqlPackages.timescaledb: 2.4.2 -> 2.5.0 2021-10-28 14:09:31 +02:00
Mario Rodas
89f0d2bff6
Merge pull request #142632 from marsam/postgresqlPackages.plpgsql_check
postgresqlPackages.plpgsql_check: 2.0.2 -> 2.0.5
2021-10-23 08:54:15 -05:00
Ryan Burns
8d61c37c92
Merge pull request #142576 from 1000101/pgbouncer
pgbouncer: 1.15.0 -> 1.16.0
2021-10-22 22:13:59 -07:00
Mario Rodas
73acbabd32 postgresqlPackages.plpgsql_check: 2.0.2 -> 2.0.5 2021-10-22 22:26:36 -05:00
1000101
8940308c80 pgbouncer: 1.15.0 -> 1.16.0 2021-10-22 17:25:57 +02:00
Sergei Trofimovich
8d6de9c600 postgresql11Packages.age: use latest bison
The package builds successfully with bison-3.7.6 and 3.8.2.
2021-10-21 08:45:26 +01:00
Jan Tojnar
b9a68a4c39
Merge pull request #139259 from jtojnar/mariadb-config-broken-symlink
mariadb: remove broken symlink
2021-10-06 14:46:41 +02:00
Sandro
7cbed9e6bd
Merge pull request #140548 from marsam/update-pgvector 2021-10-05 20:44:49 +02:00
Sandro
86cde2b4ae
Merge pull request #140549 from marsam/update-pgroonga 2021-10-05 20:44:35 +02:00
Mario Rodas
a9b3548fb6 postgresqlPackages.pgvector: 0.1.8 -> 0.2.0 2021-10-04 04:20:00 +00:00
Mario Rodas
e793481afd postgresqlPackages.pgroonga: 2.3.1 -> 2.3.2 2021-10-04 04:20:00 +00:00
Mario Rodas
7b5f9efb58 postgresqlPackages.pg_repack: 1.4.6 -> 1.4.7 2021-10-04 04:20:00 +00:00
Mario Rodas
c7d8fae5c2
Merge pull request #140167 from marsam/update-postgresql-age
postgresql11Packages.age: 0.2.0 -> 0.6.0
2021-10-01 16:12:08 -05:00
Mario Rodas
a0d0c597ad
Merge pull request #140166 from marsam/update-pg_bigm
postgresqlPackages.pg_bigm: 1.2 -> 1.2-20200228
2021-10-01 15:37:53 -05:00
Mario Rodas
eba83b78ad
Merge pull request #140164 from marsam/update-pgrouting
postgresqlPackages.pgrouting: 3.1.3 -> 3.2.1
2021-10-01 15:35:17 -05:00
Mario Rodas
45c04e261c postgresql11Packages.age: 0.2.0 -> 0.6.0 2021-10-01 04:20:00 +00:00
Mario Rodas
b3da92cdd3 postgresqlPackages.pg_bigm: 1.2 -> 1.2-20200228 2021-10-01 04:20:00 +00:00
Mario Rodas
b8a216518c postgresqlPackages.pgrouting: 3.1.3 -> 3.2.1 2021-10-01 04:20:00 +00:00
Mario Rodas
10d7fe6d7f postgresqlPackages.plr: 8.4.1 -> 8.4.4 2021-10-01 04:20:00 +00:00
Mario Rodas
76b1e16c66 postgresql_14: beta3 -> 14.0
https://www.postgresql.org/docs/release/14.0/
2021-09-30 04:20:00 +00:00
Mario Rodas
d8a7d2262c postgresqlPackages.pg_cron: 1.3.1 -> 1.4.1 2021-09-30 04:20:00 +00:00
Mario Rodas
a404606098 postgresqlPackages.timescaledb: 2.4.1 -> 2.4.2
https://github.com/timescale/timescaledb/releases/tag/2.4.2
2021-09-29 11:11:36 -05:00
Mario Rodas
1702fa2a3b postgresqlPackages.plpgsql_check: 1.16.0 -> 2.0.2 2021-09-29 09:14:49 -05:00
Mario Rodas
6d6fb82798
Merge pull request #138093 from marsam/update-pgroonga
postgresqlPackages.pgroonga: 2.3.0 -> 2.3.1
2021-09-29 09:10:56 -05:00
Jan Tojnar
4d440e9089 mariadb: remove broken symlink
We are removing the file this links to so let’s remove the link as well.
2021-09-24 02:39:16 +02:00
github-actions[bot]
09a7436fcc
Merge master into staging-next 2021-09-22 18:01:01 +00:00
R. RyanTM
455c8b51a9 dolt: 0.27.4.2 -> 0.28.4 2021-09-22 05:08:29 +00:00
github-actions[bot]
fd3d37414d
Merge master into staging-next 2021-09-21 12:01:29 +00:00
Bobby Rong
59b9f0fc46
Merge pull request #135127 from r-ryantm/auto-update/dolt
dolt: 0.27.4 -> 0.27.4.2
2021-09-21 17:18:15 +08:00
Alyssa Ross
e2bb7997c4
Merge remote-tracking branch 'nixpkgs/master' into staging-next
Conflicts:
	nixos/doc/manual/release-notes/rl-2111.section.md
2021-09-19 17:08:00 +00:00
Petros Angelatos
fe296b79b4 materialize: 0.8.3 -> 0.9.4
Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
2021-09-18 22:52:37 +09:00
github-actions[bot]
2ad7b248e6
Merge staging-next into staging 2021-09-17 00:02:15 +00:00
Felix Buehler
af8ebcb776 postgresql11Packages.pg_ed25519: switch to fetchFromGitLab 2021-09-15 23:14:26 +02:00
github-actions[bot]
fef6f602e6
Merge staging-next into staging 2021-09-12 18:01:50 +00:00
github-actions[bot]
a13bf1828b
Merge master into staging-next 2021-09-12 18:01:21 +00:00
Daniël de Kok
6f2ce2a65e treewide: remove danieldk as maintainer from a set of packages
I currently do not have much time to work on nixpkgs. Remove
myself as a maintainer from a bunch of packages to avoid that
people are waiting on me for a review.
2021-09-12 14:42:12 +00:00
github-actions[bot]
7267016c66
Merge staging-next into staging 2021-09-12 12:01:42 +00:00
Vladimír Čunát
01ab36d875
mariadb.client: fixup build
I expect it got broken by mariadb update in PR #132916 (a160dfbf3).
2021-09-12 11:42:22 +02:00
github-actions[bot]
ff5297bcd3
Merge staging-next into staging 2021-09-11 12:01:45 +00:00
github-actions[bot]
4170ee273c
Merge master into staging-next 2021-09-11 12:01:12 +00:00
Sandro
27d16527b9
Merge pull request #137345 from marsam/update-postgresql-topn
postgresqlPackages.pg_topn: 2.3.1 -> 2.4.0
2021-09-11 13:28:45 +02:00
Mario Rodas
5db3f2bd70 postgresqlPackages.pgroonga: 2.3.0 -> 2.3.1 2021-09-11 04:20:00 +00:00
Mario Rodas
cf698bfe8b postgresqlPackages.pg_topn: 2.3.1 -> 2.4.0 2021-09-10 04:20:00 +00:00
Mario Rodas
16320ee8d5 postgresqlPackages.pg_hll: 2.15.1 -> 2.16 2021-09-10 04:20:00 +00:00
github-actions[bot]
57ea0f613d
Merge staging-next into staging 2021-09-09 18:01:41 +00:00
github-actions[bot]
dbebaeb8ba
Merge master into staging-next 2021-09-09 18:01:06 +00:00
Mario Rodas
68ed591187 postgresqlPackages.pg_auto_failover: 1.6.1 -> 1.6.2
https://github.com/citusdata/pg_auto_failover/releases/tag/v1.6.2
2021-09-09 04:20:00 +00:00
github-actions[bot]
350e236585
Merge staging-next into staging 2021-09-08 06:01:57 +00:00
github-actions[bot]
ad1de317ad
Merge master into staging-next 2021-09-08 06:01:19 +00:00
Mario Rodas
8b5762afa9 postgresqlPackages.pgvector: 0.1.7 -> 0.1.8 2021-09-07 18:00:00 -05:00
Luke Granger-Brown
9094826af8 Merge remote-tracking branch 'upstream/staging-next' into staging-fix 2021-09-07 16:23:11 +00:00
github-actions[bot]
b6f0eb9136
Merge master into staging-next 2021-09-06 18:00:57 +00:00
Mario Rodas
b7ff943c40 postgresqlPackages.postgis: 3.1.3 -> 3.1.4 2021-09-04 18:26:59 -05:00
Raphael Megzari
ed412c297c
Merge branch 'master' into staging-next 2021-09-03 10:36:17 +09:00
Petros Angelatos
5480cb98ec materialize: 0.8.1 -> 0.8.3
Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
2021-09-03 10:31:26 +09:00
Mario Rodas
90ebe5f6b9 postgresql_14: beta1 -> beta3 2021-09-01 04:20:00 +00:00
Mario Rodas
3290dd08a2 postgresql_13: 13.3 -> 13.4
https://www.postgresql.org/docs/release/13.4/
2021-09-01 04:20:00 +00:00
Mario Rodas
677b27c24e postgresql_12: 12.7 -> 12.8
https://www.postgresql.org/docs/release/12.8/
2021-09-01 04:20:00 +00:00
Mario Rodas
34418e4c2a postgresql_11: 11.12 -> 11.13
https://www.postgresql.org/docs/release/11.13/
2021-09-01 04:20:00 +00:00
Mario Rodas
4c5bf33b5d postgresql_10: 10.17 -> 10.18
https://www.postgresql.org/docs/release/10.18/
2021-09-01 04:20:00 +00:00
Mario Rodas
957a9bd035 postgresql_9_6: 9.6.22 -> 9.6.23
https://www.postgresql.org/docs/release/9.6.23/
2021-09-01 04:20:00 +00:00
github-actions[bot]
095df456c2
Merge staging-next into staging 2021-08-22 06:01:44 +00:00
Jan Tojnar
7a04c2ad68 Merge branch 'staging-next' into staging
- boost 171 removed on staging-next
- re-generated node-packages.nix

; Conflicts:
;	pkgs/development/java-modules/m2install.nix
;	pkgs/development/node-packages/node-packages.nix
;	pkgs/top-level/all-packages.nix
2021-08-22 01:13:41 +02:00
R. RyanTM
d4175e9380 dolt: 0.27.4 -> 0.27.4.2 2021-08-21 22:31:15 +00:00
Sebastián Mancilla
8f94a33b38 treewide: ensure pre/post phase hooks are strings
Some derivations use lib.optional or lib.optionals when setting pre/post
phase hooks. Ensure the proper lib.optionalString is used.
2021-08-20 19:08:42 -04:00
ajs124
9000cd88c6
Merge pull request #132916 from helsinki-systems/upd/mariadb
mariadb: 10.5.11 -> 10.6.3, mariadb-galera: 26.4.8 -> 26.4.9, libmysqlclient: 3.1.13 -> 3.2.3
2021-08-19 17:09:35 +02:00
Jason R. McNeil
5c452f15af mysql80: fix build on darwin
sw_vers is called during build since 8.0.26

- 83b87ae7f8

Fixes #132288
2021-08-19 00:43:04 -07:00
R. RyanTM
cfcd03d557 dolt: 0.27.3 -> 0.27.4 2021-08-17 03:37:29 +00:00
Sandro Jäckel
da05400905
dolt: format 2021-08-15 01:53:11 +02:00
Ilan Joselevich
184d0596e5 dolt: 0.27.2 -> 0.27.3 2021-08-14 08:26:31 +03:00
ajs124
9aad425904 libmysqlclient: init 3.2 and default to it
https://mariadb.com/kb/en/changes-and-improvements-in-mariadb-connector-c-32/
2021-08-12 13:22:39 +02:00
ajs124
5055c1e969 mariadb-galera: 26.4.8 -> 26.4.9 2021-08-12 13:22:36 +02:00
ajs124
a160dfbf35 mariadb: 10.5.11 -> 10.6.3
new minor release https://mariadb.com/kb/en/changes-improvements-in-mariadb-106/
2021-08-12 13:22:34 +02:00
R. RyanTM
a57ddffcab dolt: 0.24.1 -> 0.27.2 2021-08-08 10:13:50 +00:00
Mario Rodas
d675b17cdb postgresqlPackages.timescaledb: 2.3.1 -> 2.4.0
https://github.com/timescale/timescaledb/releases/tag/2.4.0
2021-08-04 19:28:21 -05:00
Sandro Jäckel
22239a1c26
mysql_jdbc: modernize, 5.1.46 -> 5.1.49 2021-08-02 21:44:02 +02:00
Sandro
7b055521ba
Merge pull request #131523 from Stunkymonkey/servers-pname-version 2021-07-29 12:48:18 +00:00
Martin Weinelt
c3c2ca1ba0 mysql80: 8.0.25 -> 8.0.26 2021-07-26 21:30:12 +02:00
Felix Buehler
a56d117bdb servers: replace name with pname&version 2021-07-26 20:15:46 +02:00
ajs124
88fc4c24b1 postgresql: fix build with clang on linux 2021-07-23 22:10:53 +02:00
Felix Buehler
060059939f sqlite-jdbc: remove phases 2021-07-22 22:25:05 +02:00
github-actions[bot]
dc802b2e19
Merge master into staging-next 2021-07-19 00:01:36 +00:00
Sandro
d5bd34ebf2
treewide: convert phases that contain ":" to dont* = true (#130500) 2021-07-18 23:42:48 +02:00
github-actions[bot]
c786eaf612
Merge master into staging-next 2021-07-09 18:01:06 +00:00
Ben Siraphob
3191d4f0af
Merge pull request #129661 from peperunas/master
mysql: 8.0.22 -> 8.0.25
2021-07-09 19:18:00 +07:00
github-actions[bot]
e15847d168
Merge master into staging-next 2021-07-08 18:01:04 +00:00
Dmitry Kalinkin
280e629ee0
Merge branch 'master' into staging-next 2021-07-08 04:38:15 -04:00
Mario Rodas
71666a2c92 postgresqlPackages.pg_auto_failover: 1.5.2 -> 1.6.1
https://github.com/citusdata/pg_auto_failover/releases/tag/v1.6.1
2021-07-08 04:20:00 +00:00
Giulio De Pasquale
f6d3da9061
mysql 8.0.22 -> 8.0.25 2021-07-07 16:45:12 +01:00
github-actions[bot]
75dab3d616
Merge master into staging-next 2021-07-07 12:01:21 +00:00
Mario Rodas
7bcc3f6190 postgresqlPackages.timescaledb: 2.3.0 -> 2.3.1
https://github.com/timescale/timescaledb/releases/tag/2.3.1
2021-07-07 04:20:00 +00:00
Kasper Gałkowski
cd7ca4552a mariadb: replace galera_new_cluster in postPatch instead of postInstall
This prevents build errors when building mariadb with systemd removed
from buildInputs, in which case the galera_new_cluster file isn't
copied to $out/bin.

Also fixes a small bug where the URL in the script became invalid
after replacing - now it correctly points to an article on the MariaDB
website.
2021-07-06 00:33:56 +02:00
github-actions[bot]
a28ba52cac
Merge staging-next into staging 2021-07-05 18:01:46 +00:00
Sandro
f5737fd1f3
Merge pull request #128638 from petrosagg/mz-0.8.1
materialize: 0.8.0 -> 0.8.1
2021-07-05 19:00:22 +02:00
Izorkin
f85b19387d
mariadb: libsodium is required to build mroonga storage 2021-07-04 22:51:17 +03:00
ajs124
2899da3adb
Merge pull request #127958 from helsinki-systems/upd/mariadb
mariadb: 10.5.10 -> 10.5.11,  mariadb-connector-c: 3.1.12 -> 3.1.13
2021-07-04 21:00:21 +02:00
github-actions[bot]
0957b61eaa
Merge staging-next into staging 2021-07-03 18:01:40 +00:00
Petros Angelatos
82dad6764a materialize: 0.8.0 -> 0.8.1
Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
2021-07-03 12:30:51 +02:00
Mario Rodas
ae852aa5ae postgresqlPackages.postgis: 3.1.2 -> 3.1.3 2021-07-02 04:20:00 +00:00
github-actions[bot]
b987968536
Merge staging-next into staging 2021-06-30 00:08:54 +00:00
Roman Volosatovs
f9326f6c4c
cockroachdb: remove myself as maintainer 2021-06-29 21:20:08 +02:00
Jörg Thalheim
b965dee623
Merge pull request #124188 from Mic92/postgresql
postgresql: enable pie
2021-06-28 07:25:57 +01:00
ajs124
c016be18c5 mariadb: 10.5.10 -> 10.5.11
https://mariadb.com/kb/en/mariadb-10511-release-notes/
2021-06-23 23:58:09 +02:00
ajs124
8cde2b8d37 mariadb-connector-c: 3.1.12 -> 3.1.13
https://mariadb.com/kb/en/mariadb-connector-c-3113-release-notes/
2021-06-23 23:57:42 +02:00
github-actions[bot]
b68a0d2f5e
Merge master into staging-next 2021-06-23 18:04:30 +00:00
Robert Schütz
b128806d99 pythonPackages.dns: move alias to python-aliases.nix 2021-06-23 11:48:22 +02:00
github-actions[bot]
a4a610bdee
Merge master into staging-next 2021-06-20 06:07:48 +00:00
Mario Rodas
8af39ed0ac postgresqlPackages.pgvector: 0.1.6 -> 0.1.7 2021-06-18 04:20:00 +00:00
github-actions[bot]
9309a23dd3
Merge staging-next into staging 2021-06-12 18:04:58 +00:00
Sandro
3b790e6e7d
Merge pull request #126637 from marsam/update-pgvector
postgresqlPackages.pgvector: 0.1.5 -> 0.1.6
2021-06-12 18:15:35 +02:00
github-actions[bot]
b9b43d5872
Merge staging-next into staging 2021-06-12 12:07:06 +00:00
Petros Angelatos
be976cdda9 materialize: 0.7.1 -> 0.8.0
Signed-off-by: Petros Angelatos <petrosagg@gmail.com>
2021-06-12 19:26:36 +09:00
Mario Rodas
5f706ec7ae postgresqlPackages.pgvector: 0.1.5 -> 0.1.6 2021-06-11 04:20:00 +00:00
github-actions[bot]
8e3729484b
Merge staging-next into staging 2021-06-09 06:09:58 +00:00
Martin Weinelt
062e1e595f postgresql_9_6: 9.6.21 -> 9.6.22
Fixes: CVE-2021-32027, CVE-2021-32028
2021-06-05 05:24:00 +02:00
Martin Weinelt
376197bc5e postgresql_10: 10.16 -> 10.17
Fixes: CVE-2021-32027, CVE-2021-32028
2021-06-05 05:24:00 +02:00
Martin Weinelt
daedf20fa6 postgresql_11: 11.11 -> 11.12
Fixes: CVE-2021-32027, CVE-2021-32028, CVE-2021-32029
2021-06-05 05:24:00 +02:00
Martin Weinelt
b786157de8 postgresql_12: 12.6 -> 12.7
Fixes: CVE-2021-32027, CVE-2021-32028, CVE-2021-32029
2021-06-05 05:24:00 +02:00
Martin Weinelt
3318a937ef postgresql_13: 13.2 -> 13.3
Fixes: CVE-2021-32027, CVE-2021-32028, CVE-2021-32029
2021-06-05 05:23:59 +02:00
Mario Rodas
285fa468b1 postgresql_14: init at beta1
https://www.postgresql.org/docs/14/release-14.html
2021-06-02 04:20:00 +00:00
Robert Scott
29b5264841 postgresqlPackages.pg_partman: 4.4.1 -> 4.5.1
addressing CVE-2021-33204
2021-05-31 00:29:06 +01:00
Mario Rodas
07f326fb5f postgresqlPackages.timescaledb: 2.2.1 -> 2.3.0
https://github.com/timescale/timescaledb/releases/tag/2.3.0
2021-05-26 04:20:00 +00:00
Mario Rodas
11e02bd01d
Merge pull request #124470 from marsam/update-smlar
postgresqlPackages.smlar: 2020-04-08 -> 2020-10-07
2021-05-26 06:36:40 -05:00
Mario Rodas
0783152139
Merge pull request #124469 from marsam/update-pgroonga
postgresqlPackages.pgroonga: 2.2.9 -> 2.3.0
2021-05-26 06:36:03 -05:00
Mario Rodas
0c814df8b5 postgresqlPackages.smlar: 2020-04-08 -> 2020-10-07 2021-05-26 04:20:00 +00:00
Mario Rodas
4c85f2cfc3 postgresqlPackages.pgroonga: 2.2.9 -> 2.3.0 2021-05-26 04:20:00 +00:00
Mario Rodas
66ca6d0b61 postgresqlPackages.pgvector: 0.1.4 -> 0.1.5 2021-05-26 04:20:00 +00:00
Chronos
890e8a8e33
postgresqlPackages.pg_rational: init at 0.0.2 (#124257) 2021-05-25 21:07:33 -05:00
Jörg Thalheim
f28679ed29 Update pkgs/servers/sql/postgresql/default.nix
Co-authored-by: Mario Rodas <marsam@users.noreply.github.com>
2021-05-24 06:04:28 +00:00
Jörg Thalheim
78a3c6aa8a postgresql: enable pie 2021-05-24 06:04:28 +00:00
Mario Rodas
1071aeb277 postgresqlPackages.postgis: 3.1.1 -> 3.1.2
https://postgis.net/2021/05/21/postgis-3.1.2/
2021-05-23 04:20:00 +00:00
Mario Rodas
0d8f0cc8d4 postgresqlPackages.pg_auto_failover: 1.5.1 -> 1.5.2
https://github.com/citusdata/pg_auto_failover/releases/tag/v1.5.2
2021-05-20 04:20:00 +00:00
Mario Rodas
dcd149353d postgresqlPackages.pgvector: 0.1.2 -> 0.1.4 2021-05-18 04:20:00 +00:00