Fabian Affolter
ca447081a8
patroni: 1.6.5 -> 2.0.1
2021-02-03 10:52:46 -08:00
Sandro
4760649e60
Merge pull request #91155 from qoelet/plr-init-8.4
...
plr: init at 8.4.1
2021-02-03 11:40:40 +01:00
Kenny Shen
87f04c6e54
plr: init at REL8_4_1
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-02-03 11:04:01 +08:00
Izorkin
0607ca0001
mariadb-galera: 26.4.5 -> 26.4.7
2021-02-01 17:50:03 +03:00
Mario Rodas
a34e53796c
Merge pull request #111379 from r-ryantm/auto-update/pgrouting
...
postgresql11Packages.pgrouting: 3.1.2 -> 3.1.3
2021-01-30 22:29:36 -05:00
Mario Rodas
2ed9e1e4ad
Merge pull request #111377 from r-ryantm/auto-update/plpgsql_check
...
postgresql11Packages.plpgsql_check: 1.15.1 -> 1.15.2
2021-01-30 22:06:05 -05:00
Mario Rodas
ada45d2a9b
postgresql11Packages.pgrouting: update license
2021-01-31 01:55:32 +00:00
R. RyanTM
38df477aa7
postgresql11Packages.pgrouting: 3.1.2 -> 3.1.3
2021-01-31 01:55:31 +00:00
R. RyanTM
999612636f
postgresql11Packages.plpgsql_check: 1.15.1 -> 1.15.2
2021-01-31 01:34:04 +00:00
Florian Engel
9e904c74d3
monetdb: 11.39.7 -> 11.39.11
2021-01-29 20:43:56 +01:00
Mario Rodas
2c10838cea
postgresqlPackages.timescaledb: 2.0.0 -> 2.0.1
...
https://github.com/timescale/timescaledb/releases/tag/2.0.1
2021-01-28 04:20:00 +00:00
Mario Rodas
20755fe00f
postgresqlPackages.postgis: 3.1.0 -> 3.1.1
...
https://postgis.net/2021/01/28/postgis-3.1.1/
2021-01-28 04:20:00 +00:00
R. RyanTM
ed6f291779
dolt: 0.22.11 -> 0.22.12
2021-01-29 00:30:18 +00:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
Ryan Mulligan
b51c9bfb89
Merge pull request #110263 from r-ryantm/auto-update/pg_partman
...
postgresql11Packages.pg_partman: 4.4.0 -> 4.4.1
2021-01-23 16:59:36 -08:00
Ryan Mulligan
35d893da49
Merge pull request #110252 from r-ryantm/auto-update/pgrouting
...
postgresql11Packages.pgrouting: 3.1.1 -> 3.1.2
2021-01-21 06:49:45 -08:00
R. RyanTM
628b9538a4
postgresql11Packages.pg_partman: 4.4.0 -> 4.4.1
2021-01-21 02:06:01 +00:00
R. RyanTM
21afdc1355
postgresql11Packages.pgroonga: 2.2.7 -> 2.2.8
2021-01-21 01:12:41 +00:00
R. RyanTM
d56049ea97
postgresql11Packages.pgrouting: 3.1.1 -> 3.1.2
2021-01-21 00:51:29 +00:00
Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
R. RyanTM
94bd2938d8
dolt: 0.22.6 -> 0.22.11
2021-01-18 14:47:25 +00:00
Ben Siraphob
872973d7d1
pkgs/servers: stdenv.lib -> lib
2021-01-15 14:24:03 +07:00
Izorkin
856a8b6ab5
mariadb: disable build S3 plugin on Darwin
2021-01-12 17:22:54 +03:00
Izorkin
91e580397e
mariadb: 10.4.15 -> 10.5.8
2021-01-12 17:22:54 +03:00
Izorkin
d688f790dd
mariadb: drop build server with tokudb storage
2021-01-12 17:22:47 +03:00
Benjamin Hipple
1e678a98d5
Merge pull request #109006 from totten/master-mysql-8022
...
mysql80: 8.0.17 -> 8.0.22
2021-01-11 21:51:01 -05:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Tim Otten
0f387ba184
mysql80: Fix additional libtool reference in 8.0.22
2021-01-10 23:51:29 -08:00
Tim Otten
1dc5b4612f
mysql80: 8.0.21 -> 8.0.22
2021-01-10 22:50:34 -08:00
Alyssa Ross
4d5d04a238
mysql80: 8.0.17 -> 8.0.21
...
Hopefully substituteInPlace will be less brittle than the patch.
2021-01-10 22:48:02 -08:00
github-actions[bot]
433c7b069c
Merge master into staging-next
2021-01-10 01:03:35 +00:00
Léo Gaspard
94793d3fab
postgresql: add passthru.tests ( #108449 )
2021-01-10 00:52:23 +01:00
github-actions[bot]
f89e74dbcc
Merge master into staging-next
2021-01-08 18:37:56 +00:00
Mario Rodas
40842049e8
Merge pull request #108784 from 1000101/tsdb
...
postgresqlPackages.timescaledb: 1.7.4 -> 2.0.0
2021-01-08 12:48:51 -05:00
1000101
ff1d77d788
postgresqlPackages.timescaledb: 1.7.4-> 2.0.0
2021-01-08 12:46:44 +01:00
github-actions[bot]
5c072a088d
Merge master into staging-next
2021-01-07 18:40:50 +00:00
Graham Christensen
b63aa4ccb2
Deshaw: create team and reassign limeytexan's maintainership ( #108678 )
...
* team: add deshaw
* maintainership: reassign limeytexan's packages to the deshaw team
2021-01-07 10:44:08 -05:00
Ben Siraphob
3ae5e6ce03
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03 18:37:40 +07:00
Ben Siraphob
b04fc593e7
treewide: cmake buildInputs to nativeBuildInputs, minor cleanups
2021-01-01 11:52:33 +07:00
Mario Rodas
0356399563
postgreslPackages.postgis: 3.0.3 -> 3.1.0
...
https://postgis.net/2020/12/18/postgis-3.1.0/
2020-12-18 04:20:00 +00:00
Mario Rodas
2ca80a9baa
postgresqlPackages.pg_hll: 2.15 -> 2.15.1
2020-12-08 04:20:00 -05:00
Sandro
128eb3f940
Merge pull request #106241 from ocharles/patch-1
...
Remove myself from maintainers sets
2020-12-07 18:34:26 +01:00
Ollie Charles
1675b11cd4
Remove myself from maintainers sets
...
Unfortunately I can't reliably commit time to nixpkgs, so I would like to remove myself from being a formal maintainer for these packages.
2020-12-07 14:30:37 +00:00
R. RyanTM
0306003afe
dolt: 0.22.5 -> 0.22.6
2020-12-07 14:27:40 +00:00
R. RyanTM
6f5dfaacd2
dolt: 0.22.1 -> 0.22.5
2020-12-04 09:42:55 +00:00
Mario Rodas
79b25549cf
postgresqlPackages.pg_auto_failover: 1.4.0 -> 1.4.1
...
https://github.com/citusdata/pg_auto_failover/releases/tag/v1.4.1
2020-12-03 04:20:00 +00:00
Frederik Rietdijk
9a63b3d3d6
Merge pull request #104781 from NixOS/staging-next
...
Staging next
2020-11-30 18:27:29 +01:00
Frederik Rietdijk
0d8491cb2b
Merge master into staging-next
2020-11-29 13:51:10 +01:00
R. RyanTM
ce6c6fa81f
pgbouncer: 1.14.0 -> 1.15.0
2020-11-29 08:38:11 +00:00
Frederik Rietdijk
b2a3891e12
Merge master into staging-next
2020-11-27 15:09:19 +01:00
Mario Rodas
e422ca4566
Merge pull request #105114 from marsam/update-postgresql-hll
...
postgresqlPackages.pg_hll: 2.14 -> 2.15
2020-11-27 08:47:03 -05:00
StigP
4e5342cce4
Merge pull request #104955 from r-ryantm/auto-update/dolt
...
dolt: 0.22.0 -> 0.22.1
2020-11-27 08:47:33 +01:00
Mario Rodas
587ef34841
postgresqlPackages.pg_hll: 2.14 -> 2.15
2020-11-26 04:20:00 +00:00
R. RyanTM
0d589439a6
dolt: 0.22.0 -> 0.22.1
2020-11-26 02:08:48 +00:00
Florian Engel
588cf72443
monetdb: 11.39.5 -> 11.39.7
2020-11-25 13:49:23 +01:00
Mario Rodas
d28f3cacde
postgresqlPackages.plpgsql_check: 1.13.1 -> 1.15.1
2020-11-25 04:20:00 +00:00
Guillaume Girol
ebe455a410
Merge pull request #103287 from happysalada/postgresql_add_debug
...
postgresql: add debug versions
2020-11-28 20:40:32 +00:00
Mario Rodas
736db6273b
postgresqlPackages.pg_topn: 2.3.0 -> 2.3.1
2020-11-27 04:20:00 +00:00
Jan Tojnar
6d99109b12
Merge branch 'staging-next' into staging
2020-11-24 05:44:44 +01:00
Sandro
15dc396ae5
Merge pull request #103862 from r-ryantm/auto-update/dolt
...
dolt: 0.21.4 -> 0.22.0
2020-11-23 23:51:20 +01:00
Frederik Rietdijk
587538d087
Merge staging-next into staging
2020-11-23 18:10:33 +01:00
Mario Rodas
0ee380ca93
Merge pull request #104546 from marsam/update-pgrouting
...
postgresqlPackages.pgrouting: 3.1.0 -> 3.1.1
2020-11-23 07:15:46 -05:00
Mario Rodas
0dd8d4d878
postgresqlPackages.pgrouting: 3.1.0 -> 3.1.1
...
https://github.com/pgRouting/pgrouting/releases/tag/v3.1.1
2020-11-21 04:20:00 +00:00
Mario Rodas
2a23c7cfd5
postgresqlPackages.postgis: add passthru.tests
2020-11-21 04:20:00 +00:00
Mario Rodas
45ab7143b0
postgresqlPackages.postgis: 3.0.2 -> 3.0.3
2020-11-21 04:20:00 +00:00
Frederik Rietdijk
cbb4e4733b
Merge staging-next into staging
2020-11-20 08:12:39 +01:00
R. RyanTM
48a3cdb957
postgresql11Packages.pgroonga: 2.2.6 -> 2.2.7
2020-11-19 21:44:56 +00:00
Mario Rodas
9e802844fc
postgresql_13: 13.0 -> 13.1
...
Release notes: https://www.postgresql.org/docs/13/release-13-1.html
2020-11-19 20:09:49 +01:00
Mario Rodas
93e356349c
postgresql_12: 12.4 -> 12.5
...
Release notes: https://www.postgresql.org/docs/12/release-12-5.html
2020-11-19 20:09:49 +01:00
Mario Rodas
13666eaf58
postgresql_11: 11.9 -> 11.10
...
Release notes: https://www.postgresql.org/docs/11/release-11-10.html
2020-11-19 20:09:49 +01:00
Mario Rodas
3bfbaf72fa
postgresql_10: 10.14 -> 10.15
...
Release notes: https://www.postgresql.org/docs/10/release-10-15.html
2020-11-19 20:09:49 +01:00
Mario Rodas
efa0efa10b
postgresql_9_6: 9.6.19 -> 9.6.20
...
Release notes: https://www.postgresql.org/docs/9.6/release-9-6-20.html
2020-11-19 20:09:49 +01:00
Mario Rodas
71d2840883
postgresql_9_5: 9.5.23 -> 9.5.24
...
Release notes: https://www.postgresql.org/docs/9.5/release-9-5-24.html
2020-11-19 20:09:49 +01:00
zowoq
87aa3671e8
cockroachdb: workaround trimpath build failure
2020-11-18 08:13:34 +10:00
Antonio Nuno Monteiro
c7b9b3dee5
cockroachdb: fix license information
2020-11-15 16:19:17 -08:00
R. RyanTM
f00a9fee3f
dolt: 0.21.4 -> 0.22.0
2020-11-15 03:21:09 +00:00
R. RyanTM
220f6933ef
cockroachdb: 20.1.7 -> 20.1.8
2020-11-12 17:28:52 +00:00
R. RyanTM
5012439804
dolt: 0.21.1 -> 0.21.4
2020-11-11 03:00:26 +00:00
happysalada
ef08d4cf0b
postgresql: use separateDebugInfo correctly
2020-11-11 09:11:01 +09:00
happysalada
4c5931efb8
postgresql: use separateDebugInfo
2020-11-10 20:43:09 +09:00
happysalada
2d9c6679d1
postgresql: add debug versions
2020-11-10 18:35:45 +09:00
Frederik Rietdijk
20f001c01e
Merge master into staging-next
2020-11-09 14:33:52 +01:00
Austin Butler
a361626b6e
patroni: fix tests
2020-11-06 09:42:17 -08:00
Frederik Rietdijk
9eb00b9a71
Merge staging-next into staging
2020-11-04 10:48:21 +01:00
Robert Hensing
83163b43e4
postgresql: Fix timetz test failure
...
A recent addition to the test suite turned out to be sensitive to
DST. The main code is ok. Patch only required to make test succeed.
See https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=4a071afbd056282746a5bc9362e87f579a56402d
2020-11-04 09:58:09 +01:00
Frederik Rietdijk
470f05cb5d
Merge staging-next into staging
2020-11-03 12:06:41 +01:00
Mario Rodas
91cde503fb
Merge pull request #101329 from r-ryantm/auto-update/cockroach
...
cockroachdb: 20.1.4 -> 20.1.7
2020-11-02 18:22:01 -05:00
R. RyanTM
7afb8feb40
dolt: 0.21.0 -> 0.21.1
2020-11-01 17:22:27 -08:00
Andreas Rammhold
db0fe5c3eb
Merge branch master into staging to fix eval error
...
This fixes the eval error of the small (and "big"?) NixOS test set that
was fixed in 1088f05
& eba8f542
.
2020-10-28 03:03:27 +01:00
Ivan Kozik
5074b8e473
postgresqlPackages.periods: 1.1 -> 1.2
2020-10-27 21:07:29 +00:00
Ben Siraphob
db74029e3e
treewide: remove package names from prefix of descriptions
2020-10-27 09:15:07 -07:00
Aaron Andersen
7298f524e5
Merge pull request #100413 from helsinki-systems/fix/mariadb-perl
...
pkgs/mariadb: Fix when running without aliases
2020-10-27 08:23:56 -04:00
Vladimír Čunát
336bc8283b
Re-Revert "Merge #101508 : libraw: 0.20.0 -> 0.20.2"
...
This reverts commit c778945806
.
I believe this is exactly what brings the staging branch into
the right shape after the last merge from master (through staging-next);
otherwise part of staging changes would be lost
(due to being already reachable from master but reverted).
2020-10-26 08:19:17 +01:00
Vladimír Čunát
c778945806
Revert "Merge #101508 : libraw: 0.20.0 -> 0.20.2"
...
I'm sorry; I didn't notice it contained staging commits.
This reverts commit 17f5305b6c
, reversing
changes made to a8a018ddc0
.
2020-10-25 09:41:51 +01:00
Vladimír Čunát
17f5305b6c
Merge #101508 : libraw: 0.20.0 -> 0.20.2
2020-10-25 09:28:53 +01:00
Michael Weiss
3bde36537c
monetdb: 11.37.11 -> 11.39.5 ( #101362 )
2020-10-23 20:30:17 +02:00
Stig Palmquist
2929f5edb9
mariadb: 10.4.14 -> 10.4.15
...
Fixes CVE-2020-15180
2020-10-23 12:24:20 +02:00
R. RyanTM
67630ea1fb
cockroachdb: 20.1.4 -> 20.1.7
2020-10-22 07:22:32 +00:00
Andrew Childs
722d02a720
treewide: move fixDarwinDylibNames to nativeBuildInputs
...
This hook runs at build time and depends on executing
install_name_tool from binutils.
2020-10-21 13:26:53 +09:00
Mario Rodas
61a0a50116
Merge pull request #100914 from r-ryantm/auto-update/dolt
...
dolt: 0.19.0 -> 0.21.0
2020-10-18 08:27:23 -05:00