Commit Graph

210 Commits

Author SHA1 Message Date
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
Ben Siraphob
872973d7d1 pkgs/servers: stdenv.lib -> lib 2021-01-15 14:24:03 +07: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
1000101
ff1d77d788 postgresqlPackages.timescaledb: 1.7.4-> 2.0.0 2021-01-08 12:46:44 +01: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
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
Mario Rodas
d28f3cacde postgresqlPackages.plpgsql_check: 1.13.1 -> 1.15.1 2020-11-25 04:20:00 +00:00
Mario Rodas
736db6273b postgresqlPackages.pg_topn: 2.3.0 -> 2.3.1 2020-11-27 04:20:00 +00:00
Mario Rodas
587ef34841 postgresqlPackages.pg_hll: 2.14 -> 2.15 2020-11-26 04:20:00 +00: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
R. RyanTM
48a3cdb957 postgresql11Packages.pgroonga: 2.2.6 -> 2.2.7 2020-11-19 21:44:56 +00: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
Mario Rodas
4468ccc32e postgresqlPackages.pg_cron: 1.2.0 -> 1.3.0
https://github.com/citusdata/pg_cron/releases/tag/v1.3.0
2020-10-06 18:00:00 -05:00
Mario Rodas
b01133858d postgresqlPackages.pg_repack: 1.4.5 -> 1.4.6 2020-10-01 04:20:00 +00:00
Mario Rodas
90911d7834 postgresqlPackages.tds_fdw: 2.0.1 -> 2.0.2
https://github.com/tds-fdw/tds_fdw/releases/tag/v2.0.2
2020-09-27 04:20:00 +00:00
Mario Rodas
8e4616ce89 postgresqlPackages.pg_auto_failover: 1.3 -> 1.4.0
https://github.com/citusdata/pg_auto_failover/releases/tag/v1.4.0
2020-09-23 06:42:00 -05:00
Mario Rodas
234c6e8a89 postgresqlPackages.timescaledb: 1.7.3 -> 1.7.4 2020-09-08 08:40:00 -05:00
Daniël de Kok
09d1aa9622
Merge pull request #96025 from danieldk/age-0.2.0
postgresqlPackages.age: init at 0.2.0
2020-09-01 08:53:40 +02:00
Mario Rodas
8f9cbeeae7
postgresqlPackages.timescaledb: 1.7.2 -> 1.7.3
https://github.com/timescale/timescaledb/releases/tag/1.7.3
2020-08-27 18:35:47 -05:00
R. RyanTM
8c86aafbfe postgresql11Packages.pgrouting: 3.0.2 -> 3.1.0 2020-08-27 05:03:35 +00:00
Daniël de Kok
58ba6ca2fe postgresqlPackages.age: init at 0.2.0
Apache AGE is an extension of PostgreSQL that provides an
implementation of the openCypher query language.
2020-08-22 20:16:30 +02:00
Mario Rodas
2021a4b870
postgresqlPackages.plpgsql_check: init at 1.13.1 2020-08-17 04:20:00 -05:00
Mario Rodas
725c154369
Merge pull request #95548 from marsam/update-postgresqlPackages.plv8
postgresqlPackages.plv8: 2.3.14 -> 2.3.15
2020-08-16 20:12:23 -05:00
Mario Rodas
8404fd0aff
postgresqlPackages.postgis: 3.0.1 -> 3.0.2 2020-08-15 16:20:00 -05:00
Mario Rodas
e54722a041
Merge pull request #94832 from r-ryantm/auto-update/pgrouting
postgresql11Packages.pgrouting: 3.0.1 -> 3.0.2
2020-08-06 22:04:36 -05:00
R. RyanTM
846baaa1cd postgresql11Packages.pgrouting: 3.0.1 -> 3.0.2 2020-08-07 01:28:10 +00:00
Mario Rodas
504ec2573e
postgresqlPackages.smlar: init at 2020-04-08 2020-07-28 00:00:00 -05:00
Mario Rodas
ff9b35f4bc
postgresqlPackages.plv8: 2.3.14 -> 2.3.15 2020-07-15 00:00:00 +00:00
Ryan Mulligan
fb3fd9762f
Merge pull request #92826 from r-ryantm/auto-update/pgrouting
postgresql11Packages.pgrouting: 3.0.0 -> 3.0.1
2020-07-10 11:48:36 -07:00
R. RyanTM
1441467015 postgresql11Packages.pgrouting: 3.0.0 -> 3.0.1 2020-07-10 05:59:20 +00:00
Mario Rodas
86f70c06d8
Merge pull request #92731 from r-ryantm/auto-update/timescaledb
postgresql11Packages.timescaledb: 1.7.1 -> 1.7.2
2020-07-08 18:50:05 -05:00
R. RyanTM
70d5bfb126 postgresql11Packages.timescaledb: 1.7.1 -> 1.7.2 2020-07-08 17:12:26 +00:00
Mario Rodas
d2afe945d8
Merge pull request #92394 from r-ryantm/auto-update/pgroonga
postgresql11Packages.pgroonga: 2.2.5 -> 2.2.6
2020-07-06 07:56:04 -05:00
R. RyanTM
a659d69a82 postgresql11Packages.pgroonga: 2.2.5 -> 2.2.6 2020-07-06 03:03:39 +00:00
OmnipotentEntity
14ee9eba43
postgresqlPackages.repmgr 5.0.0 -> 5.1.0 (#92362) 2020-07-05 20:25:24 +00:00
Renzo Carbonara
b4e428ecd0 pg_ed25519: init at 0.2
PostgreSQL extension for signing and verifying ed25519 signatures.
2020-06-16 10:17:42 -05:00
Daiderd Jordan
b7ddbd52bd
treewide: replace SRI hashes 2020-06-01 15:24:19 +02:00
Mario Rodas
c167ec8159
Merge pull request #88654 from r-ryantm/auto-update/pgrouting
postgresql11Packages.pgrouting: 2.6.3 -> 3.0.0
2020-05-23 08:51:41 -05:00
Mario Rodas
6fcae88f9a
postgresqlPackages.pgrouting: remove unneeded dependencies
These dependencies were removed in https://github.com/pgRouting/pgrouting/pull/1188
2020-05-23 04:20:00 -05:00
R. RyanTM
3623ea3ff6 postgresql11Packages.pg_partman: 4.3.1 -> 4.4.0 2020-05-23 05:33:24 +00:00
R. RyanTM
6aefe6c171 postgresql11Packages.pgrouting: 2.6.3 -> 3.0.0 2020-05-23 05:03:07 +00:00
Mario Rodas
3859ef98f7 postgresqlPackages.timescaledb: 1.7.0 -> 1.7.1
Changelog: https://github.com/timescale/timescaledb/releases/tag/1.7.1
2020-05-18 18:06:40 -07:00
Mario Rodas
897c450cc5
Merge pull request #87092 from r-ryantm/auto-update/pg_partman
postgresql11Packages.pg_partman: 4.3.0 -> 4.3.1
2020-05-07 06:46:46 -05:00
R. RyanTM
75503db6f3 postgresql11Packages.pg_partman: 4.3.0 -> 4.3.1 2020-05-06 12:54:01 +00:00
Mario Rodas
53dd3921cd
postgresqlPackages.pg_auto_failover: 1.2 -> 1.3
Changelog: https://github.com/citusdata/pg_auto_failover/releases/tag/v1.3
2020-05-05 04:20:00 -05:00
Mario Rodas
35eac7e51e
postgresqlPackages.timescaledb: 1.6.1 -> 1.7.0
Changelog: https://github.com/timescale/timescaledb/releases/tag/1.7.0
2020-04-16 04:20:00 -05:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Mario Rodas
38bd987bbf
Merge pull request #82912 from marsam/update-postgresqlPackages.pg_auto_failover
postgresqlPackages.pg_auto_failover: 1.0.6 -> 1.2
2020-03-19 19:00:26 -05:00
Mario Rodas
bb1e2b83c0
postgresqlPackages.timescaledb: 1.6.0 -> 1.6.1
Changelog: https://github.com/timescale/timescaledb/releases/tag/1.6.1
2020-03-18 21:21:21 -05:00
Mario Rodas
44f3de77d9
postgresqlPackages.pg_auto_failover: 1.0.6 -> 1.2 2020-03-18 04:20:00 -05:00
zimbatm
3951e718b8
postgresqlPackages.repmgr: 4.4.0 -> 5.0.0 2020-03-15 22:07:10 +01:00
Mario Rodas
f6914a589e
postgresqlPackages.pgroonga: 2.2.2 -> 2.2.5 2020-03-12 04:20:00 -05:00
Mario Rodas
53a5d6918a
postgresqlPackages.postgis: 3.0.0 -> 3.0.1
Release notes: https://postgis.net/2020/02/20/postgis-3.0.1/
2020-02-24 04:20:00 -05:00
Lancelot SIX
24013ab951
Merge pull request #80485 from marsam/update-postgresqlPackages.pg_auto_failover
postgresqlPackages.pg_auto_failover: 1.0.5 -> 1.0.6
2020-02-19 19:50:38 +01:00
Mario Rodas
e86619f273
postgresqlPackages.pg_auto_failover: 1.0.5 -> 1.0.6 2020-02-18 04:20:00 -05:00
Mario Rodas
2bbe49f4c2
postgresqlPackages.cstore_fdw: 1.6.2 -> 1.7.0 2020-02-18 04:20:00 -05:00
Ivan Kozik
0be376a8e2
postgresqlPackages.periods: init at 1.1 (#79255) 2020-02-14 18:43:31 +02:00
R. RyanTM
82e7ef2c16 postgresql11Packages.pg_partman: 4.2.2 -> 4.3.0 2020-02-09 03:15:19 -06:00
Mario Rodas
0e76e3bb48
postgresqlPackages.timescaledb: 1.5.1 -> 1.6.0
Changelog: https://github.com/timescale/timescaledb/releases/tag/1.6.0
2020-01-15 18:18:18 -05:00
Mario Rodas
85b74dd7a5
postgresqlPackages.plv8: 2.3.13 -> 2.3.14 2020-01-09 21:21:21 -05:00
Mario Rodas
a4d2e5edf9
postgresqlPackages.tds_fdw: 1.0.8 -> 2.0.1
Changelog: https://github.com/tds-fdw/tds_fdw/releases/tag/v2.0.1
2019-12-03 19:19:19 -05:00
Mario Rodas
fe0eb2a9a7
postgresqlPackages.pgtap: 1.0.0 -> 1.1.0 2019-11-25 18:00:00 -05:00
Mario Rodas
87efa3c032
Merge pull request #73605 from marsam/update-timescaledb
postgresqlPackages.timescaledb: 1.5.0 -> 1.5.1
2019-11-19 05:33:58 -05:00
Mario Rodas
9177df65e7
Merge pull request #73604 from marsam/update-pg_auto_failover
postgresqlPackages.pg_auto_failover: 1.0.4 -> 1.0.5
2019-11-18 21:41:45 -05:00
Mario Rodas
7a7908e63f
Merge pull request #73601 from marsam/update-pg_hll
postgresqlPackages.pg_hll: 2.12 -> 2.14
2019-11-18 21:41:15 -05:00
Mario Rodas
6f28e9b2d7
postgresqlPackages.timescaledb: 1.5.0 -> 1.5.1
Changelog: https://github.com/timescale/timescaledb/releases/tag/1.5.1
2019-11-17 22:22:22 -05:00
Mario Rodas
33a9a0f0f6
postgresqlPackages.pg_auto_failover: 1.0.4 -> 1.0.5 2019-11-17 22:22:22 -05:00
Mario Rodas
e3da798939
postgresqlPackages.pg_hll: 2.12 -> 2.14 2019-11-17 22:22:22 -05:00
Mario Rodas
ab692f467b
postgresqlPackages.pgroonga: 2.2.1 -> 2.2.2 2019-11-17 22:22:22 -05:00
R. RyanTM
fcb5d7ebf8 postgresql11Packages.pg_partman: 4.1.0 -> 4.2.2
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_partman/versions

 (#71747)
2019-11-14 00:09:43 +01:00
Mario Rodas
02fb0b9b2a
Merge pull request #72441 from marsam/update-pg_topn
postgresqlPackages.pg_topn: 2.2.2 -> 2.3.0
2019-11-04 22:00:03 -05:00
Mario Rodas
0b65eaafe2
postgresqlPackages.pg_topn: 2.2.2 -> 2.3.0 2019-11-01 04:20:00 -05:00
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
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
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
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
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
zimbatm
4441befd43
repmgr: init at 4.4.0 (#68444) 2019-09-10 21:16:03 +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