summaryrefslogtreecommitdiffstats
path: root/database/postgresql/HISTORY
diff options
context:
space:
mode:
Diffstat (limited to 'database/postgresql/HISTORY')
-rw-r--r--database/postgresql/HISTORY92
1 files changed, 91 insertions, 1 deletions
diff --git a/database/postgresql/HISTORY b/database/postgresql/HISTORY
index 4d0c641dde..9811e3cda0 100644
--- a/database/postgresql/HISTORY
+++ b/database/postgresql/HISTORY
@@ -1,3 +1,94 @@
+2009-09-08 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 8.4.1
+
+2009-08-24 Treeve Jelbert <treeve@sourcemage.org>
+ * BUILD,INSTALL: fix
+
+2009-08-22 Vlad Glagolev <stealth@sourcemage.org>
+ * BUILD: properly build extensions
+ * INSTALL: properly install extensions; don't install default log file
+
+2009-08-04 Remko van der Vossen <wich@sourcemage.org>
+ * CONFIGURE: updated wiki link
+ * DEPENDS: added zlib optional depends
+
+2009-07-26 Elisamuel Resto <ryuji@sourcemage.org>
+ * BUILD: filter -ffast-math from CFLAGS (Bug #15319)
+
+2009-07-19 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: Updated to 8.4.0
+ * BUILD: specify --with-system-tzdata; add missing &&
+
+2009-03-17 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 8.3.7, SECURITY_PATCH+=1
+
+2009-03-03 Vlad Glagolev <stealth@sourcemage.org>
+ * init.d/postgresql{,.conf}: pg_ctl doesn't support syslog logging
+
+2009-02-06 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 8.3.6
+
+2008-11-03 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 8.3.5; use primary mirror
+
+2008-09-22 Arjan Bouter <abouter@sourcemage.org>
+ * CONFIGURE: removed && to allow postgres to install for the 1st time
+
+2008-09-20 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 8.3.4; fixed long description wrap; quoting
+ paths
+ * CONFIGURE: added missing `&&'
+
+2008-07-17 Remko van der Vossen <wich@sourcemage.org>
+ * CONFIGURE: Warn the user they need to have a dump of their database
+ system when upgrading (downgrading) and query the user whether they
+ want to continue casting.
+ * CONFIGURE: Update: only query when changing major version.
+ * INSTALL, FINAL: Moved messages to FINAL so that they will appear after
+ staging the install into the system, otherwise the messages just get
+ lost in the stream of text scrolling by when staged install is
+ enabled. Changed the messages to refer to the HOWTO on the wiki.
+
+2008-07-16 Remko van der Vossen <wich@sourcemage.org>
+ * init.d/postgresql: Added a reload option
+
+2008-07-15 Remko van der Vossen <wich@sourcemage.org>
+ * DEPENDS: Improved some of the descriptions
+
+2008-07-01 David Kowis <dkowis@shlrm.org>
+ * CONFIGURE: DELETED!
+ * INSTALL: removed installing of folder. I removed it because it doesn't fail
+ installing without creating any database directory. It's not the spell
+ author's fault if you don't know how to set up postgresql. I added some
+ messages to help remind people as to what they need to do. That should
+ be a good compromise.
+ * FINAL: removed, as I covered that in the messages in INSTALL.
+
+2008-06-19 Vlad Glagolev <stealth@sourcemage.org>
+ * PREPARE, TRIGGERS, init.d/postgresql.conf: cleaned up
+ * DEPENDS: added optional deps: readline, libxml2 (with libxslt), cleaned up
+ * BUILD: moved creation of account here, added xml2 installation, made
+ openssl support _really_ optional, default_build ftw, no -ffast-math
+ anymore, no `--with-syslog' anymore, removed useless flags, left useful
+ * PRE_BUILD: removed useless stuff, added correct patching if selected
+ * DETAILS: added GATHER_DOCS, removed DOCS="", use $SPELL, moved
+ pgcluster patch info there, updated pgcluster patch to the latest version,
+ fixed short comment, removed useless var
+ * INSTALL: removed useless spaces, message vars, replaced mkdir with
+ more proper install, don't chmod -R 0700 if there's already an
+ existing db, use default_install, added xml2 installation, made openssl
+ support _really_ optional, added notes about generating the keys
+ * FINAL: use correct messages instead of plain echo, fixed the paths
+ * CONFIGURE: added selection for database location
+ * PREPARE: added warning about PGCluster patch
+ * init.d/postgresql: restart() is useless, it's done automatically,
+ fixed `su' lines (taken from OpenBSD examples), removed useless
+ options (regarding to `pg_ctl --help')
+
+2008-06-12 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 8.3.3
+ * init.d/postgresql: updated
+
2008-03-21 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: Updated to 8.3.1
@@ -284,4 +375,3 @@
* added "make install-all-headers" line to BUILD script,
in order to install server side development headers, ie:
postgresql.h
-