diff options
| author | Pavel Raiskup <praiskup@redhat.com> | 2014-07-03 14:37:34 +0200 |
|---|---|---|
| committer | Pavel Raiskup <praiskup@redhat.com> | 2014-07-03 14:37:34 +0200 |
| commit | 36f2f345dddc0c119fc9f1df7c51cacd84ae0fd7 (patch) | |
| tree | 5c845da5f564e95e637ffb3caf4da0d52dd42ac6 /ChangeLog | |
| parent | ae8bfd7109395216ebb802499084fe890038a78f (diff) | |
| download | postgresql-setup-36f2f345dddc0c119fc9f1df7c51cacd84ae0fd7.tar.gz postgresql-setup-36f2f345dddc0c119fc9f1df7c51cacd84ae0fd7.tar.xz postgresql-setup-36f2f345dddc0c119fc9f1df7c51cacd84ae0fd7.zip | |
release: 0.9.1
Merge changes with ChangeLog & NEWS files. Bump version.
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 |
