summaryrefslogtreecommitdiffstats
path: root/postgresql-setup
Commit message (Collapse)AuthorAgeFilesLines
* configury: prepare for autotoolsPavel Raiskup2014-07-011-478/+0
|
* postgresql-setup: prepare for sysconfigPavel Raiskup2014-07-011-89/+299
|
* postgresql-setup: work even if $PATH is unset or emptyPavel Raiskup2014-05-141-1/+3
| | | | | | | | | .. by setting $PATH to default value. Also check for command existence by 'command' built-in instead of checking for file existence. Version: 9.3.4-2 Resolves: #1097317
* postgresql-setup: typosPavel Raiskup2014-01-231-6/+7
| | | | Version: 9.3.2-7
* postgresql-setup: add PGSETUP_PGUPGRADE_OPTIONSPavel Raiskup2014-01-211-7/+13
| | | | | | | | This allows user to use something like PGSETUP_PGUPGRADE_OPTIONS="-o '-B 5MB'" to work-around badly set kernel.shmax value. Version: 9.3.2-6
* postgresql-setup: handle --version option earlierPavel Raiskup2014-01-201-5/+13
| | | | | | | | | This generated the manual page badly before as the output of --version option depended on system's postgresql.service (not available at a build time). So handle options rather at the beginning of the script. Version: 9.3.2-5
* docu: document postgresql-setup in --help a littlePavel Raiskup2014-01-201-1/+35
| | | | | | Also automatically generate manual page from the help output. Version: 9.3.2-4
* 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