Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | configury: prepare for autotools | Pavel Raiskup | 2014-07-01 | 1 | -478/+0 |
| | |||||
* | postgresql-setup: prepare for sysconfig | Pavel Raiskup | 2014-07-01 | 1 | -89/+299 |
| | |||||
* | postgresql-setup: work even if $PATH is unset or empty | Pavel Raiskup | 2014-05-14 | 1 | -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: typos | Pavel Raiskup | 2014-01-23 | 1 | -6/+7 |
| | | | | Version: 9.3.2-7 | ||||
* | postgresql-setup: add PGSETUP_PGUPGRADE_OPTIONS | Pavel Raiskup | 2014-01-21 | 1 | -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 earlier | Pavel Raiskup | 2014-01-20 | 1 | -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 little | Pavel Raiskup | 2014-01-20 | 1 | -1/+35 |
| | | | | | | Also automatically generate manual page from the help output. Version: 9.3.2-4 | ||||
* | postgresql-setup: do not pretend 'sh' compatibility | Pavel Raiskup | 2014-01-13 | 1 | -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_OPTIONS | Pavel Raiskup | 2014-01-13 | 1 | -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 started | Pavel Raiskup | 2014-01-13 | 1 | -4/+0 |
| | | | | Version: 9.3.2-4 | ||||
* | postgresql-setup: lint | Pavel Raiskup | 2013-12-16 | 1 | -108/+97 |
| | | | | | | Rather use the --ignore-space-change when showing differences. Version: 9.3.2-2 | ||||
* | postgresql-setup: ignore misconfigure pg_hba.conf when upgrading | Jozef Mlich | 2013-12-16 | 1 | -1/+24 |
| | | | | | Resolves: #1040364 Version: 9.3.2-2 | ||||
* | postgresql-setup: fail earlier during bad $PGDATA dir creation | Pavel Raiskup | 2013-06-11 | 1 | -2/+2 |
| | | | | | Related: #972425 Version: 9.2.4-2 | ||||
* | Fix bugs 891531 and 891547 | Tom Lane | 2013-01-03 | 1 | -0/+1 |
| | |||||
* | Fix postgresql-setup to rely on systemd to parse the unit file | Tom Lane | 2012-03-17 | 1 | -15/+18 |
| | |||||
* | Fix postgresql-setup, re-add init script | Tom Lane | 2012-03-13 | 1 | -2/+6 |
| | |||||
* | Convert to systemd startup support | Tom Lane | 2011-07-27 | 1 | -0/+199 |