summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2014-07-03 14:37:34 +0200
committerPavel Raiskup <praiskup@redhat.com>2014-07-03 14:37:34 +0200
commit36f2f345dddc0c119fc9f1df7c51cacd84ae0fd7 (patch)
tree5c845da5f564e95e637ffb3caf4da0d52dd42ac6 /ChangeLog
parentae8bfd7109395216ebb802499084fe890038a78f (diff)
downloadpostgresql-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--ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7402cd5..51f0964 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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