diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -1,3 +1,34 @@ +2014-07-03 Pavel Raiskup <praiskup@redhat.com> + upgrade/initdb logs: diverge among service names + + Generate separate log file for each service. Also, don't + configure with INITDB_LOG or UPGRADE_LOG but rather with + POSTGRES_HOME. + +2014-07-03 Pavel Raiskup <praiskup@redhat.com> + postgresql-setup: expect '--port 5432' implictly + + .. 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. + +2014-07-01 Pavel Raiskup <praiskup@redhat.com> + README-rpm-dist, postgresql.service, postgresql-cehck-db-dir + + Those files are now also generated in postgresql-setup. + +2014-07-01 Pavel Raiskup <praiskup@redhat.com> + postgresql-ctl, DISTSUFF: introduce + + 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. + 2014-06-23 Pavel Raiskup <praiskup@redhat.com> docs: generate manual page |
