File postgresql-init.changes of Package postgresql-init
-------------------------------------------------------------------
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.