Commit Graph

73 Commits

Author SHA1 Message Date
Fredrik Fornwall b79a9cecfb postgresql: Update from 11.1 to 11.2 2019-02-16 00:35:00 +01:00
Leonid Pliushch 6a3865aa08 fix licenses where possible
Some packages have license set to "custom" and this
should be fixed.
2019-01-21 17:17:53 +02:00
Leonid Pliushch 46d333adba add licenses for more packages 2019-01-21 17:17:53 +02:00
Leonid Pliushch 45d9c72a35 postgresql: update to 11.1 2018-11-10 23:28:39 +01:00
Fredrik Fornwall 8c079e7dc0 postgresql: Update from 10.5 to 11.0 2018-10-18 20:18:49 +02:00
Fredrik Fornwall fd72a74c42 openssl: Update from 1.0.2 to 1.1.1 (#2775) 2018-09-11 22:43:19 +02:00
Fredrik Fornwall cce121f91b postgresql: Update from 10.4 to 10.5 2018-08-11 19:38:37 +02:00
Ronaldo Maia 250883d027 Compile postgres with --with-libxml 2018-06-26 03:39:11 +02:00
Fredrik Fornwall 29b0333b92 postgresql: Enable unaccent, uuid-ossp and pg_trgm
See #2559.
2018-06-21 02:12:41 +02:00
Fredrik Fornwall 05e07975bc postgresql: Update from 10.3 to 10.4 2018-05-13 02:30:31 +02:00
tomty89 4dcaf6681d postgresql: do not split postgresql-contrib (#2336)
Three reasons:
1. build-package.sh doesn't have the facility to do this:

$ tar -xf /sdcard/Download/postgresql-9.6_9.6.7-0+deb9u1.debian.tar.xz
$ cd debian/
$ grep extension postgresql-9.6.install postgresql-contrib-9.6.install
postgresql-9.6.install:usr/share/postgresql/*/extension/plpgsql*
postgresql-contrib-9.6.install:usr/share/postgresql/*/extension/*
$

while initdb requires extension/plpgsql*.

2. postgresql-contrib takes up only 492kB out of 17.3MB

$ pkg unins postgresql
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following package was automatically installed and is no longer required:
  libandroid-shmem
Use 'apt autoremove' to remove it.
The following packages will be REMOVED:
  postgresql postgresql-contrib
0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
After this operation, 17.3 MB disk space will be freed.
Do you want to continue? [Y/n] n
Abort.
$ pkg unins postgresql-contrib
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
  postgresql-contrib
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 492 kB disk space will be freed.
Do you want to continue? [Y/n] n
Abort.
$

3. Both Ubuntu and Debian has stopped splitting postgresql-contrib.
It is now only a virtual package provided by postgresql in the 10
branch.
2018-04-12 07:58:50 +02:00
Fredrik Fornwall 39c0251406 postgresql: Build the fuzzystrmatch extension 2018-04-07 01:33:38 +02:00
Fredrik Fornwall 64f6bcc072 postgresql: Update from 10.2 to 10.3 2018-03-03 20:52:16 +01:00
Fredrik Fornwall 19db34b956 postgresql: Update from 10.1 to 10.2 2018-02-12 15:17:00 +01:00
Fredrik Fornwall 76f2c90bf4 postgresql: Update from 10.0 to 10.1 2017-11-11 19:35:27 +01:00
Fredrik Fornwall 2333db7cb1 postgresql: Update from 9.6.5 to 10.0 2017-10-06 22:26:28 +02:00
Fredrik Fornwall 772c5054f1 postgresql: Update from 9.6.4 to 9.6.5 2017-09-02 00:09:07 +02:00
Fredrik Fornwall 311b58f209 postgresql: Update from 9.6.3 to 9.6.4 2017-08-11 13:31:01 +02:00
Fredrik Fornwall ec59c76579 postgresql: Update from 9.6.2 to 9.6.3 2017-05-13 20:55:30 +02:00
Fredrik Fornwall acecb62b14 postgresql: Use --without-readline in native build
This avoids requring libreadline-dev.
2017-03-27 05:40:48 +02:00
Fredrik Fornwall 53530ad847 php: Fix building pg extensions 2017-03-26 00:52:38 +01:00
Fredrik Fornwall 14c2d7e4da gdbm: Update from 1.12 to 1.13 2017-03-13 22:42:26 +01:00
Fredrik Fornwall 7fc9693f2d postgresql: Enable package 2017-03-08 18:37:31 +01:00