Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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. | |||||
* | Minor updates to sync README with the upstream (PGDG) RPM distribution. | Tom Lane | 2006-03-02 | 1 | -11/+11 | |
| | ||||||
* | Update to PostgreSQL 8.1.0, fix bugs 167040 and 170141. | Tom Lane | 2005-11-07 | 1 | -19/+19 | |
| | ||||||
* | Update to PostgreSQL 8.0. | Tom Lane | 2005-01-19 | 1 | -133/+114 | |
| | ||||||
* | auto-import changelog data from postgresql-7.4-5.src.rpm | cvsdist | 2004-09-09 | 1 | -4/+15 | |
| | | | | | | | | | | | | | | | | | Fri Dec 05 2003 David Jee <djee@redhat.com> 7.4-5 - Rebuild for Perl 5.8.2. Mon Dec 01 2003 David Jee <djee@redhat.com> 7.4-4 - Add PyGreSQL patch for deprecated column pg_type.typprtlen [Bug #111263] - Add headers patch which moves ecpg headers to /usr/include/ecpg [Bug #111195] Fri Nov 28 2003 David Jee <djee@redhat.com> 7.4-3 - uncomment buildrequires tcl-devel Fri Nov 28 2003 David Jee <djee@redhat.com> 7.4-2 - rebuild Mon Nov 24 2003 David Jee <djee@redhat.com> 7.4-1 - initial Red Hat build - move jars to /usr/share/java - fix rpm-multilib patch to use sysconfig | |||||
* | auto-import postgresql-7.3.2-3 from postgresql-7.3.2-3.src.rpm | cvsdist | 2004-09-09 | 1 | -175/+82 | |
| |