Commit Graph
33 Commits
Author SHA1 Message Date
Konstantin Alekseev 73c7f50dc1 postgresqlPackages.timescaledb: fix darwin build 2021-05-17 13:58:13 -07:00
Mario Rodas dd6c95440e postgresqlPackages.timescaledb: 2.2.0 -> 2.2.1
https://github.com/timescale/timescaledb/releases/tag/2.2.1
2021-05-06 04:20:00 +00:00
Mario Rodas f076e44d44 postgresqlPackages.timescaledb: 2.1.1 -> 2.2.0
https://github.com/timescale/timescaledb/releases/tag/2.2.0
2021-04-14 04:20:00 +00:00
Mario Rodas 99f959f064 postgresqlPackages.timescaledb: 2.1.0 -> 2.1.1
https://github.com/timescale/timescaledb/releases/tag/2.1.1
2021-03-30 04:20:00 +00:00
Mario Rodas 6a26626f7f postgresqlPackages.timescaledb: 2.0.2 -> 2.1.0
https://github.com/timescale/timescaledb/releases/tag/2.1.0
2021-02-23 04:20:00 +00:00
R. RyanTM c83289c7d4 postgresql11Packages.timescaledb: 2.0.1 -> 2.0.2 2021-02-23 11:27:47 +00: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
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 234c6e8a89 postgresqlPackages.timescaledb: 1.7.3 -> 1.7.4 2020-09-08 08:40:00 -05: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 70d5bfb126 postgresql11Packages.timescaledb: 1.7.1 -> 1.7.2 2020-07-08 17:12:26 +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 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 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 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 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 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 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
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
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
Mario Rodas bc20384b82 postgresqlPackages.timescaledb: 1.3.2 -> 1.4.0 2019-07-19 20:53:42 -05:00
Danylo Hlynskyi 475f1ebd98 Merge branch 'master' into postgresql-plugins-bin 2019-07-16 11:32:52 +03:00
Erlend Hamberg 80aadbec60 Install postgresql extensions under $out/share/postgresql
This fixes extensions after #62271 moved files from `$out/share` to
`$out/share/postgresql`.
2019-07-01 16:24:44 +02:00
Mario Rodas 333de5d0ff postgresqlPackages.timescaledb: 1.3.1 -> 1.3.2 2019-06-24 18:33:35 -05:00
Mario Rodas 6063569f0a timescaledb: disable telemetry 2019-06-14 16:20:00 -05:00
Mario Rodas 4c4afb3cb9 postgresqlPackages.timescaledb: 1.3.0 -> 1.3.1 2019-06-10 17:52:35 -07:00
Mario Rodas 5a9983a76e postgresqlPackages.timescaledb: 1.2.2 -> 1.3.0 2019-05-07 00:02:25 -05:00
Bas van Dijk 517c52ec2e postgresql: always create the $out/bin directory
This is needed because some PostgreSQL plugins don't have a bin
directory. If only these plugins are listed in cfg.extraPlugins buildEnv
will turn $out/bin into a symbolic link to ${pg}/bin. Lateron we try to
rm $out/bin/{pg_config,postgres,pg_ctl} which will then fail because
$out/bin will be read-only.
2019-05-04 14:11:52 -05:00
Mario Rodas 42b75c6c38 timescaledb: 1.0.0 -> 1.2.2 2019-03-25 16:20:00 -05:00
Austin Seipp 8cbe6b9ce4 nixpkgs: reorganize the postgresql extensions
This is a backwards compatible change; it mostly puts all the extensions
for postgresql in a common directory to keep them isolated.

It also moves a few things that /were not/ extensions out into other parts of
the filesystem namespace; namely the postgresql_jdbc and psqlodbc libraries
were moved under development/java-modules and development/libraries,
respectively. Because these libraries use the libpq postgresql client drivers,
they're less sensitive to underlying version changes anyway (since the protocol
is relatively stable).

No attributes were renamed or harmed in the creation of this patch.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-19 17:33:32 -06:00