File postgresql-init.changes of Package postgresql-init.8410
-------------------------------------------------------------------
Thu Jun 14 10:15:11 UTC 2018 - max@suse.com
- Bump version to 10 to prepare for postgresql10
(fate#325659, bsc#1108308).
-------------------------------------------------------------------
Wed May 17 06:19:04 UTC 2017 - max@suse.com
- Bump version to 9.6 for compatibility with the latest
PostgreSQL package on SLE12.
-------------------------------------------------------------------
Thu Jun 9 09:38:09 UTC 2016 - max@suse.com
- Migrate to systemd (bsc#906900):
* Strip down the init script to the minimum that is needed for
being called from systemd.
* Add a unit file to call the former init script.
* Drop $DATADIR/postmaster.log and log to syslog instead.
-------------------------------------------------------------------
Mon Feb 15 10:11:02 UTC 2016 - max@suse.com
- Increase the default timeout for pg_ctl from 60 to 600 seconds
and make it configurable (bsc#966285).
-------------------------------------------------------------------
Tue Feb 2 10:40:21 UTC 2016 - max@suse.com
- Change the permissions and ownership of /var/run/postgresql to
match those of /tmp (the traditional location of PostgreSQL's
unix domain sockets and lock files), so that users other than
"postgres" are able to start teir own database instances.
-------------------------------------------------------------------
Mon Oct 12 11:31:13 UTC 2015 - max@suse.com
- Move systemd related stuff and user/group creation from
postgresqlXX-server to postgresql-init (bsc#950486).
-------------------------------------------------------------------
Thu Feb 12 16:09:27 UTC 2015 - mrueckert@suse.de
- do not own directories which are already owned by the filesystem
package
-------------------------------------------------------------------
Thu Feb 12 14:40:17 UTC 2015 - mrueckert@suse.de
- bump version so it can bue used with 9.4
-------------------------------------------------------------------
Wed Sep 3 01:48:48 CEST 2014 - ro@suse.de
- sanitize release line in specfile
-------------------------------------------------------------------
Thu Jul 31 09:31:10 UTC 2014 - meissner@suse.com
- no need to directly require SuSEfirewall2 for the service,
just also own the directory. (avoid massive rebuilds for SUSEfirewall2
changes).
-------------------------------------------------------------------
Wed Sep 11 12:27:48 UTC 2013 - max@suse.com
- Bump version number to 9.3 to be dependency compatible with the
latest PostgreSQL version.
-------------------------------------------------------------------
Wed Jul 17 09:57:34 UTC 2013 - max@suse.com
- "ident sameuser" was already gone in 8.4.
-------------------------------------------------------------------
Fri Oct 5 13:15:41 UTC 2012 - max@suse.com
- Fix path and naming of fierewall script for SLE10.
-------------------------------------------------------------------
Thu Oct 4 14:52:58 UTC 2012 - max@suse.com
- Bump version to 9.2 to be in sync with the postgresql package.
-------------------------------------------------------------------
Fri Sep 28 11:00:53 UTC 2012 - max@suse.com
- Run systemctl daemon_reload in %post and %postun
-------------------------------------------------------------------
Wed Sep 26 14:34:00 UTC 2012 - max@suse.com
- Write postmaster output to a log file, so that processes starting
PostgreSQL in a pipe don't hang (bnc#779927, bnc#780978).
-------------------------------------------------------------------
Wed Aug 29 11:14:18 UTC 2012 - max@suse.com
- Don't remove stale PID files and local sockets. PostgreSQL does
not need it anymore, and the way it was done sometimes caused
false removals (bnc#777797).
-------------------------------------------------------------------
Fri Aug 10 19:03:49 UTC 2012 - max@suse.com
- Let the init script always use the private dir for existing
databases, so that it doesn't fail when the active version
has no server package installed (bnc#775402).
- Make the init script more verbose when things go wrong because
of missing or non-matching server binaries.
- Let pg_ctl and the server process write to stdout again, so
that it is easier to find out what happened if start failed.
- Make sure the init package doesn't get installed together with
an old server package (bnc#775399).
- Add %stop_on_removal in case the init script gets uninstalled
before the server as RPM dependencies don't seem to be enough to
ensure this.
-------------------------------------------------------------------
Tue Aug 7 08:59:51 UTC 2012 - max@suse.com
- Don't install the firewall script in place of the sysconfig
template.
-------------------------------------------------------------------
Mon Aug 6 11:01:41 UTC 2012 - max@suse.com
- Package the sysconfig template under the right name, so that
%fillup_only picks it up (bnc#774616).
- Redirect early postmaster output to a logfile, so that it
doesn't cause logger to hang on startup (bnc#774617).
- Correct dependencies on insserv and fillup.
-------------------------------------------------------------------
Wed Aug 1 20:39:51 UTC 2012 - max@suse.com
- Update try-restart from /etc/init.d/skeleton
- Clarify output when using a different version than the active
alternative.
- Remove the silent flag from pg_ctl for start/stop and let it log
to syslog.
-------------------------------------------------------------------
Wed Jul 18 16:45:37 UTC 2012 - max@suse.com
- Initial packaging of init script, fillup template and firewall
service file into a separate package.