summaryrefslogtreecommitdiffstats
path: root/postgresql-setup
Commit message (Collapse)AuthorAgeFilesLines
* postgresql-setup: do not pretend 'sh' compatibilityPavel Raiskup2014-01-131-1/+1
| | | | | | | At least the way the script is prepared for translation is adopted from bash. Version: 9.3.2-4
* postgresql-setup: add $PGSETUP_INITDB_OPTIONSPavel Raiskup2014-01-131-2/+4
| | | | | | | | | Users may now specify by this variable parameters passed to initdb run. See `man initdb(1)`. This may help if user gets stacked with bug #1007802. Related: #1007802 Version: 9.3.2-4
* postgresql-setup: do not stop server when it can't be startedPavel Raiskup2014-01-131-4/+0
| | | | Version: 9.3.2-4
* postgresql-setup: lintPavel Raiskup2013-12-161-108/+97
| | | | | | Rather use the --ignore-space-change when showing differences. Version: 9.3.2-2
* postgresql-setup: ignore misconfigure pg_hba.conf when upgradingJozef Mlich2013-12-161-1/+24
| | | | | Resolves: #1040364 Version: 9.3.2-2
* postgresql-setup: fail earlier during bad $PGDATA dir creationPavel Raiskup2013-06-111-2/+2
| | | | | Related: #972425 Version: 9.2.4-2
* Fix bugs 891531 and 891547Tom Lane2013-01-031-0/+1
|
* Fix postgresql-setup to rely on systemd to parse the unit fileTom Lane2012-03-171-15/+18
|
* Fix postgresql-setup, re-add init scriptTom Lane2012-03-131-2/+6
|
* Convert to systemd startup supportTom Lane2011-07-271-0/+199