Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | release: 0.9.1 | Pavel Raiskup | 2014-07-03 | 3 | -4/+44 | |
| | | | | Merge changes with ChangeLog & NEWS files. Bump version. | |||||
* | upgrade/initdb logs: diverge among service names | Pavel Raiskup | 2014-07-03 | 3 | -30/+26 | |
| | | | | | | Generate separate log file for each service. Also, don't configure with INITDB_LOG or UPGRADE_LOG but rather with POSTGRES_HOME. | |||||
* | postgresql-setup: expect '--port 5432' implictly | Pavel Raiskup | 2014-07-03 | 2 | -15/+30 | |
| | | | | | | | | .. only when '--unit=postgresql'. When user specifies --unit=postgresql@unitname, the --port is still required. Also, don't adjust the 'port = ' configuration in postgresql.conf when not necessary. | |||||
* | configure.ac: fix for PG_CTL_BIN & README_DIST | Pavel Raiskup | 2014-07-02 | 1 | -5/+3 | |
| | ||||||
* | postgresql.service.in: use %N, not %p | Pavel Raiskup | 2014-07-01 | 1 | -1/+1 | |
| | | | | | | | | The %N expands into postgresql@PATTERN when you run systemctl start postgresql@PATTERN.service. The %p expanded only to "postgresql". Also make the existance of this file optional by dash-prefixing. | |||||
* | configury: install postgresql@.service | Pavel Raiskup | 2014-07-01 | 1 | -0/+5 | |
| | | | | | | | | | .. as a hardlink to postgresql.service. This allows us to instantiate postgresql@PATTERN units which will be easily configurable in /etc/postgresql/postgresql@PATTERN conf file. We may install separate service file with '.include' statement but that does not seem to be necessary ATM. | |||||
* | postgresql-ctl: use detected PG_CTL_BIN | Pavel Raiskup | 2014-07-01 | 3 | -6/+32 | |
| | ||||||
* | postgresql-check-db-dir generated also | Pavel Raiskup | 2014-07-01 | 6 | -23/+56 | |
| | | | | | Also generate files using sed as is suggested by autoconf manual (and the autoconf project does so internally). | |||||
* | Makefile.am: more readable file generation | Pavel Raiskup | 2014-07-01 | 2 | -11/+13 | |
| | ||||||
* | generate also README.rpm-dist | Pavel Raiskup | 2014-07-01 | 3 | -3/+16 | |
| | ||||||
* | Generate postgresql.service and configuration file | Pavel Raiskup | 2014-07-01 | 7 | -67/+74 | |
| | ||||||
* | postgresql-ctl, DISTSUFF: introduce | Pavel Raiskup | 2014-07-01 | 6 | -9/+43 | |
| | | | | | | | | | | | | We need postgresql-ctl for to keep backward compatibility with clients setting "PGPORT" directly in service file. DISTSUFF variable (which is read by ./configure) may be used to generated namespaced binary names -- e.g. DISTSUFF=93 results in postgresql93-setup is generated instead of postgresql-setup. This commit also adjusts autotools build system to not generate scripts by ./configure, but rather by make. | |||||
* | docs: update option documentation and generate man | Pavel Raiskup | 2014-07-01 | 6 | -11/+50 | |
| | ||||||
* | postgresql-setup: code movement | Pavel Raiskup | 2014-07-01 | 1 | -224/+235 | |
| | | | | | | This commit just moves the function at the top of postgresqk.setup.in file. Sorry for breaking history a little, juse "git blame -C" for analysing. | |||||
* | THANKS: adjust Dietmar Kling | Pavel Raiskup | 2014-07-01 | 1 | -0/+1 | |
| | | | | See rhbz#1015431, good idea. | |||||
* | configury: make it non-foreign | Pavel Raiskup | 2014-07-01 | 7 | -1/+63 | |
| | | | | | This makes us to do some additional documentation, but it should not be so hard. | |||||
* | configury: prepare for autotools | Pavel Raiskup | 2014-07-01 | 4 | -23/+160 | |
| | ||||||
* | postgresql-setup: prepare for sysconfig | Pavel Raiskup | 2014-07-01 | 1 | -89/+299 | |
| | ||||||
* | Separate postgresql-setup from postgresql | Pavel Raiskup | 2014-07-01 | 0 | -0/+0 | |
| | | | | | From now on, postgresql-setup is developed separately from Fedora's PostgreSQL RPM package. | |||||
* | spec: move html documentation to postgresql-docs | Pavel Raiskup | 2014-06-25 | 1 | -2/+2 | |
| | | | | | Resolves: #1086420 Version: 9.3.4-8 | |||||
* | service: OOM handling set compatibly with 9.5+ | Pavel Raiskup | 2014-06-19 | 1 | -0/+4 | |
| | | | | | | | Thanks Tom. Resolves: #1110969 Version: 9.3.4-7 | |||||
* | 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 | |||||
* | rebase: upgrade to version 9.3.0 | Pavel Raiskup | 2013-09-10 | 2 | -13/+14 | |
| | | | | Version: 9.3.0-1 | |||||
* | README.rpm-dist: point user to install postgresql-server | Pavel Raiskup | 2013-06-20 | 1 | -1/+1 | |
| | | | | | Resolves: #969050 Version: 9.2.4-3 | |||||
* | 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 | |
| | ||||||
* | Update to PostgreSQL 9.2.0; add postgresql-plpython3 | Tom Lane | 2012-09-10 | 1 | -40/+53 | |
| | ||||||
* | Update to PostgreSQL 9.1.5 | Tom Lane | 2012-08-17 | 2 | -7/+30 | |
| | ||||||
* | Update service file per recent packaging guidelines changes. | Tom Lane | 2012-06-06 | 1 | -2/+2 | |
| | ||||||
* | Fix postgresql-setup to rely on systemd to parse the unit file | Tom Lane | 2012-03-17 | 2 | -18/+24 | |
| | ||||||
* | Fix postgresql-setup, re-add init script | Tom Lane | 2012-03-13 | 1 | -2/+6 | |
| | ||||||
* | Update to PostgreSQL 9.1.3 | Tom Lane | 2012-02-27 | 1 | -0/+16 | |
| | ||||||
* | Resurrect startup check for database presence. | Tom Lane | 2012-01-09 | 2 | -0/+58 | |
| | ||||||
* | Merge branch 'master' of ssh://pkgs.fedoraproject.org/postgresql | Honza Horák | 2011-11-08 | 0 | -0/+0 | |
| | ||||||
* | Update to PostgreSQL 9.1.0 | Tom Lane | 2011-09-12 | 1 | -9/+10 | |
| | ||||||
* | Convert to systemd startup support | Tom Lane | 2011-07-27 | 3 | -41/+284 | |
| | ||||||
* | Update my email address. | Devrim GÜNDÜZ | 2011-02-15 | 1 | -1/+1 | |
| | ||||||
* | Update to PostgreSQL 9.0.2 | Tom Lane | 2010-12-28 | 1 | -63/+64 | |
| | ||||||
* | Update to PostgreSQL 8.4.0. | Tom Lane | 2009-08-18 | 1 | -96/+73 | |
| | ||||||
* | Update to PostgreSQL 8.2.5 and pgtcl 1.6.0 | Tom Lane | 2007-09-20 | 1 | -1/+2 | |
| | ||||||
* | Split -pl subpackage into three new packages to reduce dependencies and | Tom Lane | 2007-01-13 | 1 | -22/+22 | |
| | | | | track upstream project's packaging. |