From: rbt Date: Fri, 1 May 2009 02:09:37 +0000 (+0000) Subject: Release notes for 1.40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f792fe5aa286fd09e61a652ddbdd3c3d7b039d2c;p=postgresql-autodoc Release notes for 1.40 --- diff --git a/ChangeLog b/ChangeLog index c508d1e..4b4febe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,56 @@ +2009-04-26 13:01 rbt + + * postgresql_autodoc.pl: Don't need relhasindexes, relhasrules, or + relhastriggers since older DBs have been dropped. This also makes + up 8.4 compatible without additional changes required. + +2009-04-24 00:43 rbt + + * postgresql_autodoc.pl: Improve wording for --table help (Jamie + Nicholson) + +2009-04-24 00:41 rbt + + * postgresql_autodoc.pl: Add -m to only output structures + or functions matching a specific regex (Simon Michael) + + Tidy code along the way. + +2009-04-24 00:21 rbt + + * postgresql_autodoc.pl: Remove support for PostgreSQL versions + earlier than 8.0. + + Do a better job of named function parameters. + +2009-04-24 00:04 rbt + + * postgresql_autodoc.pl: Minor fixes for named functions for newer + DBD::Pg's. A long time ago DBD::Pg changed from returning an + array string to returning an actual array for PostgreSQL arrays. + Autodoc did not take this into account. + +2009-04-23 23:46 rbt + + * Makefile, config.mk.in, configure.ac: Dramatically simplify + installation process (Thanks Simon Bertrang). + + Complex installation checks have never been required so drop it + and replace with simple make functionality. + + Targetting to a different installation prefix is done by setting + the PREFIX variable: + + make PREFIX=/some/new/home install + +2009-04-23 23:39 rbt + + * config.mk.in: Use datarootdir instead of datadir + +2008-03-16 19:30 rbt + + * ChangeLog: 1.31 actual + 2008-03-12 15:00 rbt * postgresql_autodoc.pl: Clean up formatting.