Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/postgresql: upgrade to 10.3 | Jakub Jirutka | 2018-03-02 | 1 | -2/+4 |
| | |||||
* | main/postgresql: upgrade to 10.2 | Jakub Jirutka | 2018-02-09 | 1 | -3/+6 |
| | |||||
* | main/postgresql: fix wrong license | Jakub Jirutka | 2017-12-30 | 1 | -2/+2 |
| | | | | | https://www.postgresql.org/about/licence/ https://spdx.org/licenses/PostgreSQL.html | ||||
* | main/postgresql: take maintainership | Jakub Jirutka | 2017-11-22 | 1 | -2/+2 |
| | | | | After agreement with ncopa. | ||||
* | main/postgresql: update secfixes | Jakub Jirutka | 2017-11-21 | 1 | -0/+3 |
| | |||||
* | main/*: fix homepage url and source from http:// to https:// | Jakub Jirutka | 2017-11-19 | 1 | -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.1 | Jakub Jirutka | 2017-11-10 | 1 | -3/+3 |
| | |||||
* | main/postgresql: rebuild against libressl-2.6 | Natanael Copa | 2017-11-09 | 1 | -1/+1 |
| | |||||
* | main/postgresql: upgrade to 10.0 | Jakub Jirutka | 2017-11-04 | 3 | -30/+137 |
| | |||||
* | main/postgresql: use system-provided tzdata | Jakub Jirutka | 2017-11-04 | 1 | -2/+3 |
| | |||||
* | main/postgresql: refactor abuild | Jakub Jirutka | 2017-11-04 | 1 | -41/+33 |
| | |||||
* | main/postgresql: run tests | Jakub Jirutka | 2017-09-05 | 1 | -0/+33 |
| | |||||
* | main/postgresql: build with -O2 instead of -Os | Jakub Jirutka | 2017-09-05 | 1 | -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.5 | Jakub Jirutka | 2017-09-05 | 1 | -4/+4 |
| | |||||
* | main/postgresql: remove explicit return | Jakub Jirutka | 2017-09-05 | 1 | -26/+25 |
| | |||||
* | main/postgresql: move client apps to -client subpackage | Natanael Copa | 2017-08-14 | 1 | -2/+20 |
| | | | | fixes #7682 | ||||
* | main/postgresql: security upgrade to 9.6.4 ↵ | Natanael Copa | 2017-08-14 | 1 | -2/+6 |
| | | | | | | (CVE-2017-7546,CVE-2017-7547,CVE-2017-7548) fixes #7660 | ||||
* | main/postgresql: add secinfo | Leonardo Arena | 2017-06-13 | 1 | -0/+6 |
| | |||||
* | main/postgresql: security upgrade to 9.6.3 (CVE-2017-7484, CVE-2017-7485) | Natanael Copa | 2017-06-01 | 1 | -3/+3 |
| | |||||
* | main/postgresql: fix plpython* depends | Jakub Jirutka | 2017-05-01 | 1 | -3/+3 |
| | | | | | python3 dependency for -plpython3 is not auto-discovered, for unknown reason. | ||||
* | main/postgresql: rebuild against libressl 2.5 | Natanael Copa | 2017-04-18 | 1 | -1/+1 |
| | |||||
* | main/postgresql: change default unix_socket_directories | Jakub Jirutka | 2017-04-15 | 2 | -0/+16 |
| | |||||
* | main/postgresql: move postmaster.log to /var/log by default confd | Jakub Jirutka | 2017-04-15 | 2 | -3/+7 |
| | |||||
* | main/postgresql: split data and configs | Jakub Jirutka | 2017-04-15 | 3 | -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 runscript | Jakub Jirutka | 2017-04-15 | 3 | -161/+209 |
| | | | | But keep it backward compatible with old confd. | ||||
* | main/postgresql: rebuild against new version of python3 | Łukasz Jendrysik | 2017-02-18 | 1 | -1/+1 |
| | |||||
* | main/postgresql: update to 9.6.2 | Jakub Jirutka | 2017-02-13 | 1 | -19/+3 |
| | |||||
* | main/postgresql: add script for creating pltcl_* tables | G.J.R. Timmer | 2017-02-07 | 2 | -4/+24 |
| | |||||
* | main/postgresql: move PL contrib extensions to subpackages | Jakub Jirutka | 2017-02-07 | 1 | -12/+56 |
| | |||||
* | main/postgresql: DRY moving files | Jakub Jirutka | 2017-02-07 | 1 | -23/+20 |
| | |||||
* | main/postgresql: build PL/Python for both Python versions | Jakub Jirutka | 2017-02-07 | 1 | -9/+42 |
| | |||||
* | main/postgresql: correctly fix problem with libperl.so | Jakub Jirutka | 2017-02-07 | 3 | -9/+27 |
| | |||||
* | main/postgresql: add support for PL/Perl, PL/Python and PL/Tcl | G.J.R. Timmer | 2017-02-07 | 2 | -3/+53 |
| | |||||
* | main/postgresql: disable rpath | Jakub Jirutka | 2016-12-13 | 1 | -0/+1 |
| | |||||
* | main/postgresql: move docs from -contrib to -doc | Jakub Jirutka | 2016-12-13 | 1 | -2/+6 |
| | |||||
* | main/postgresql: upgrade to 9.6.1 | Jakub Jirutka | 2016-12-13 | 1 | -5/+5 |
| | |||||
* | main/postgresql: improve abuild | Jakub Jirutka | 2016-12-13 | 1 | -19/+23 |
| | |||||
* | main/postgresql: rebuild against libressl | Natanael Copa | 2016-10-10 | 1 | -2/+2 |
| | |||||
* | main/postgresql: upgrade to 9.6.0 | Natanael Copa | 2016-10-03 | 2 | -8/+8 |
| | |||||
* | main/postgresql: upgrade to 9.5.4 | Natanael Copa | 2016-08-12 | 1 | -5/+5 |
| | |||||
* | main/postgresql: fix -dev package | Natanael Copa | 2016-05-31 | 1 | -1/+11 |
| | | | | we need pgxs, egcs and pg_config in -dev | ||||
* | main/postgresql: upgrade to 9.5.3 | Natanael Copa | 2016-05-26 | 1 | -5/+5 |
| | |||||
* | main/postgresql: reduce dependencies for -dev | Natanael Copa | 2016-05-26 | 1 | -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 support | Natanael Copa | 2016-05-26 | 1 | -4/+6 |
| | | | | fixes #5603 | ||||
* | main/postgresql: create homedir for postgres user | Natanael Copa | 2016-05-26 | 1 | -1/+5 |
| | | | | fixes #5024 | ||||
* | main/postresql: remove duplicate libxml2-dev | Natanael Copa | 2016-04-08 | 1 | -2/+1 |
| | | | | ref #5383 | ||||
* | main/postgresql: build with libxml support | Natanael Copa | 2016-04-08 | 1 | -2/+4 |
| | | | | fixes #5383 | ||||
* | main/postgresql: upgrade to 9.5.2 | Natanael Copa | 2016-04-05 | 1 | -4/+4 |
| | |||||
* | main/postgresql: upgrade to 9.5.1 | Natanael Copa | 2016-02-15 | 1 | -4/+4 |
| | |||||
* | main/postgresql version bump to 9.5.0 | Nathan Angelacos | 2016-01-08 | 3 | -20/+18 |
| |