aboutsummaryrefslogtreecommitdiffstats
path: root/main/postgresql
Commit message (Collapse)AuthorAgeFilesLines
* main/postgresql: upgrade to 10.2Jakub Jirutka2018-02-091-3/+6
|
* main/postgresql: fix wrong licenseJakub Jirutka2017-12-301-2/+2
| | | | | https://www.postgresql.org/about/licence/ https://spdx.org/licenses/PostgreSQL.html
* main/postgresql: take maintainershipJakub Jirutka2017-11-221-2/+2
| | | | After agreement with ncopa.
* main/postgresql: update secfixesJakub Jirutka2017-11-211-0/+3
|
* main/*: fix homepage url and source from http:// to https://Jakub Jirutka2017-11-191-1/+1
| | | | | | | Most of these updates is based on data from https://repology.org/, detection based on permanent redirect from http:// to https://. $source urls are updated when they contain $url as substring.
* main/postgresql: upgrade to 10.1Jakub Jirutka2017-11-101-3/+3
|
* main/postgresql: rebuild against libressl-2.6Natanael Copa2017-11-091-1/+1
|
* main/postgresql: upgrade to 10.0Jakub Jirutka2017-11-043-30/+137
|
* main/postgresql: use system-provided tzdataJakub Jirutka2017-11-041-2/+3
|
* main/postgresql: refactor abuildJakub Jirutka2017-11-041-41/+33
|
* main/postgresql: run testsJakub Jirutka2017-09-051-0/+33
|
* main/postgresql: build with -O2 instead of -OsJakub Jirutka2017-09-051-2/+6
| | | | | It should increase performance a bit for only 3% increase of the package size (computed on sum of (sub)packages).
* main/postgresql: upgrade to 9.6.5Jakub Jirutka2017-09-051-4/+4
|
* main/postgresql: remove explicit returnJakub Jirutka2017-09-051-26/+25
|
* main/postgresql: move client apps to -client subpackageNatanael Copa2017-08-141-2/+20
| | | | fixes #7682
* main/postgresql: security upgrade to 9.6.4 ↵Natanael Copa2017-08-141-2/+6
| | | | | | (CVE-2017-7546,CVE-2017-7547,CVE-2017-7548) fixes #7660
* main/postgresql: add secinfoLeonardo Arena2017-06-131-0/+6
|
* main/postgresql: security upgrade to 9.6.3 (CVE-2017-7484, CVE-2017-7485)Natanael Copa2017-06-011-3/+3
|
* main/postgresql: fix plpython* dependsJakub Jirutka2017-05-011-3/+3
| | | | | python3 dependency for -plpython3 is not auto-discovered, for unknown reason.
* main/postgresql: rebuild against libressl 2.5Natanael Copa2017-04-181-1/+1
|
* main/postgresql: change default unix_socket_directoriesJakub Jirutka2017-04-152-0/+16
|
* main/postgresql: move postmaster.log to /var/log by default confdJakub Jirutka2017-04-152-3/+7
|
* main/postgresql: split data and configsJakub Jirutka2017-04-153-24/+42
| | | | | | | | | Configuration files belong to /etc, not /var/lib/. This change is inspired by Gentoo package. This change will NOT affect existing users, until they update their /etc/conf.d/postgresql config to the new format without changing conf_dir.
* main/postgresql: rewrite runscriptJakub Jirutka2017-04-153-161/+209
| | | | But keep it backward compatible with old confd.
* main/postgresql: rebuild against new version of python3Łukasz Jendrysik2017-02-181-1/+1
|
* main/postgresql: update to 9.6.2Jakub Jirutka2017-02-131-19/+3
|
* main/postgresql: add script for creating pltcl_* tablesG.J.R. Timmer2017-02-072-4/+24
|
* main/postgresql: move PL contrib extensions to subpackagesJakub Jirutka2017-02-071-12/+56
|
* main/postgresql: DRY moving filesJakub Jirutka2017-02-071-23/+20
|
* main/postgresql: build PL/Python for both Python versionsJakub Jirutka2017-02-071-9/+42
|
* main/postgresql: correctly fix problem with libperl.soJakub Jirutka2017-02-073-9/+27
|
* main/postgresql: add support for PL/Perl, PL/Python and PL/TclG.J.R. Timmer2017-02-072-3/+53
|
* main/postgresql: disable rpathJakub Jirutka2016-12-131-0/+1
|
* main/postgresql: move docs from -contrib to -docJakub Jirutka2016-12-131-2/+6
|
* main/postgresql: upgrade to 9.6.1Jakub Jirutka2016-12-131-5/+5
|
* main/postgresql: improve abuildJakub Jirutka2016-12-131-19/+23
|
* main/postgresql: rebuild against libresslNatanael Copa2016-10-101-2/+2
|
* main/postgresql: upgrade to 9.6.0Natanael Copa2016-10-032-8/+8
|
* main/postgresql: upgrade to 9.5.4Natanael Copa2016-08-121-5/+5
|
* main/postgresql: fix -dev packageNatanael Copa2016-05-311-1/+11
| | | | we need pgxs, egcs and pg_config in -dev
* main/postgresql: upgrade to 9.5.3Natanael Copa2016-05-261-5/+5
|
* main/postgresql: reduce dependencies for -devNatanael Copa2016-05-261-3/+8
| | | | | | | packages needing postgresql-dev will normally only need the libpq client libs. We avoid pull in the entire server package by splitting out -libs. fixes #3642
* main/postgesql: add ldap supportNatanael Copa2016-05-261-4/+6
| | | | fixes #5603
* main/postgresql: create homedir for postgres userNatanael Copa2016-05-261-1/+5
| | | | fixes #5024
* main/postresql: remove duplicate libxml2-devNatanael Copa2016-04-081-2/+1
| | | | ref #5383
* main/postgresql: build with libxml supportNatanael Copa2016-04-081-2/+4
| | | | fixes #5383
* main/postgresql: upgrade to 9.5.2Natanael Copa2016-04-051-4/+4
|
* main/postgresql: upgrade to 9.5.1Natanael Copa2016-02-151-4/+4
|
* main/postgresql version bump to 9.5.0Nathan Angelacos2016-01-083-20/+18
|
* main/postgresql: add support for ossp-uuid extensionNathan Angelacos2015-11-071-2/+3
| | | | | Compile against util-linux-dev, so that ossp-uuid is compiled fixes #4832