postgresql: update to version 9.5.4 and major rework
authorDaniel Golle <redacted>
Fri, 23 Sep 2016 14:41:49 +0000 (16:41 +0200)
committerDaniel Golle <redacted>
Fri, 23 Sep 2016 18:03:05 +0000 (20:03 +0200)
commit63120640e68829419d41b782669ec049110957ac
treea530398e62b46e8308d78bae2aa1e71f8234b7dd
parent9622ec36dc020cc33bd2a73e6a508f40fa5dc68e
postgresql: update to version 9.5.4 and major rework

 * convert package build to use host-build for ecpg, pg_config and zic
 * introduce /lib/functions/postgresql.sh to be used by packages
   requiring a postgres database to exist as well as postgres' init
 * no longer require shadow-su, patch pg_ctl to setuid() ifself instead
 * auto-create database directory if there is enough free space
 * auto-create databases configured in UCI
 * remove some dead uci config options
 * grab maintainership

Signed-off-by: Daniel Golle <redacted>
libs/postgresql/Makefile
libs/postgresql/files/postgresql.config
libs/postgresql/files/postgresql.init
libs/postgresql/files/postgresql.sh [new file with mode: 0644]
libs/postgresql/patches/900-pg_ctl-setuid.patch [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT