Sandro
30396b78db
Merge pull request #157261 from LeSuisse/mysql57-5.7.37
2022-01-30 01:04:23 +01:00
Thomas Gerbet
55561105fa
mysql57: 5.7.27 -> 5.7.37
...
Changes:
https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-37.html
https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-36.html
https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-35.html
https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-34.html
https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-33.html
https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-32.html
https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-31.html
https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-30.html
https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-29.html
https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-28.html
2022-01-29 11:04:47 +01:00
Nick Cao
fae7115d2e
mariadb: fix cross compilation
2022-01-24 08:40:25 +08:00
ajs124
65dfe147b7
nixos/tests/mariadb-galera: test multiple mariadb versions
...
merge both tests and completely refactor
2022-01-22 02:27:04 +01:00
ajs124
98c8295279
mariadb: support multiple versions
2022-01-22 02:27:04 +01:00
Mario Rodas
c3b6ef7ad5
postgresqlPackages.pgvector: 0.2.0 -> 0.2.2
2022-01-19 04:20:00 +00:00
Robert Schütz
d5cceedbd1
python,pythonPackages: make aliases
...
Since aliases are disallowed in nixpkgs, this makes usage of Python 2
which is EOL more explicit.
2022-01-16 18:39:59 +00:00
Nikolay Amiantov
5e8ff1b59d
Merge pull request #154007 from abbradar/v8
...
v8: 8.4.255 -> 9.6.180.21
2022-01-16 11:45:41 +03:00
Mario Rodas
f3a0ca4172
Merge pull request #153114 from r-ryantm/auto-update/plpgsql_check
...
postgresql11Packages.plpgsql_check: 2.0.6 -> 2.1.0
2022-01-15 11:05:20 -05:00
Nikolay Amiantov
2405472dd6
postgresqlPackages.plv8: add smoke test
...
This ensures that PLV8 doesn't crash.
2022-01-09 10:33:03 +03:00
Nikolay Amiantov
e1e4e1c2cb
postgresqlPackages.tds_fdw: 2.0.2 -> unstable-2021-12-14
...
Unmark as broken.
2022-01-09 09:44:30 +03:00
Nikolay Amiantov
a4c6e9e084
postgresqlPackages.plv8: 2.3.15 -> 3.0.0
...
Use v8 8.8.x.
2022-01-08 18:24:55 +03:00
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