
Up to [pgFoundry] / autodoc / autodoc
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.30 / (download) - annotate - [select for diffs], Thu Jan 5 15:30:33 2012 UTC (4 months, 1 week ago) by rbt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.29: +2 -2
lines
Diff to previous 1.29 (unified)
Mark 1.41 release
Revision 1.29 / (download) - annotate - [select for diffs], Sun Jan 24 20:01:07 2010 UTC (2 years, 3 months ago) by rbt
Branch: MAIN
Changes since 1.28: +2 -2
lines
Diff to previous 1.28 (unified)
Apply a fix to the function signatures that was reversing argument names. Patch created by Jyrki Muukkonen and submitted via Peter Eisentraut
Revision 1.28 / (download) - annotate - [select for diffs], Sat Jun 13 11:06:55 2009 UTC (2 years, 11 months ago) by rbt
Branch: MAIN
Changes since 1.27: +2 -2
lines
Diff to previous 1.27 (unified)
Correct the synopsis (Peter Eisentraut)
Revision 1.27 / (download) - annotate - [select for diffs], Fri May 1 02:13:59 2009 UTC (3 years ago) by rbt
Branch: MAIN
Changes since 1.26: +2 -2
lines
Diff to previous 1.26 (unified)
Tag for 1.40
Revision 1.26 / (download) - annotate - [select for diffs], Sun Apr 26 17:01:57 2009 UTC (3 years ago) by rbt
Branch: MAIN
Changes since 1.25: +1 -4
lines
Diff to previous 1.25 (unified)
Don't need relhasindexes, relhasrules, or relhastriggers since older DBs have been dropped. This also makes up 8.4 compatible without additional changes required.
Revision 1.25 / (download) - annotate - [select for diffs], Fri Apr 24 04:43:32 2009 UTC (3 years ago) by rbt
Branch: MAIN
Changes since 1.24: +2 -2
lines
Diff to previous 1.24 (unified)
Improve wording for --table help (Jamie Nicholson)
Revision 1.24 / (download) - annotate - [select for diffs], Fri Apr 24 04:41:53 2009 UTC (3 years ago) by rbt
Branch: MAIN
Changes since 1.23: +37 -15
lines
Diff to previous 1.23 (unified)
Add -m <regex> to only output structures or functions matching a specific regex (Simon Michael) Tidy code along the way.
Revision 1.23 / (download) - annotate - [select for diffs], Fri Apr 24 04:21:40 2009 UTC (3 years ago) by rbt
Branch: MAIN
Changes since 1.22: +47 -94
lines
Diff to previous 1.22 (unified)
Remove support for PostgreSQL versions earlier than 8.0. Do a better job of named function parameters.
Revision 1.22 / (download) - annotate - [select for diffs], Fri Apr 24 04:04:27 2009 UTC (3 years ago) by rbt
Branch: MAIN
Changes since 1.21: +4 -9
lines
Diff to previous 1.21 (unified)
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.
Revision 1.21 / (download) - annotate - [select for diffs], Wed Mar 12 19:00:56 2008 UTC (4 years, 2 months ago) by rbt
Branch: MAIN
Changes since 1.20: +12 -9
lines
Diff to previous 1.20 (unified)
Clean up formatting.
Revision 1.20 / (download) - annotate - [select for diffs], Wed Mar 12 19:00:31 2008 UTC (4 years, 2 months ago) by rbt
Branch: MAIN
Changes since 1.19: +7 -2
lines
Diff to previous 1.19 (unified)
Do not output all functions in the database if a specific table list was requested. Good chance it isn't functions the user is after.
Revision 1.19 / (download) - annotate - [select for diffs], Wed Mar 12 18:55:11 2008 UTC (4 years, 2 months ago) by rbt
Branch: MAIN
Changes since 1.18: +3 -3
lines
Diff to previous 1.18 (unified)
Keep foreign key defaults (0) when referencing a table which does not exist in our output.
Revision 1.18 / (download) - annotate - [select for diffs], Wed Mar 12 18:50:19 2008 UTC (4 years, 2 months ago) by rbt
Branch: MAIN
Changes since 1.17: +27 -6
lines
Diff to previous 1.17 (unified)
Leonardo Cezar patches: One of them to fix a odd behavior when we had views in schema to schema to extract some reporter. Previously we got an error on trying to get statistcs from a view, since views hasn't stats. The other one to choose which table(s) we want to collect information with --table=foo,bar,x ... option. Although it's functional we still get warning when dealing with table FKs that weren't selected together; among others gotchas ;-). Unfortunately I didn't find any mailing lists or forum to treat this issue neither at pgfoundry nor autodoc's website. -- FKeys still unfixed. Statistics portion cleaned up by me. Virtually no testing of input for comma separated values but oh well. Will follow with a fix to all the "gotchas"
Revision 1.17 / (download) - annotate - [select for diffs], Wed Mar 12 18:24:12 2008 UTC (4 years, 2 months ago) by rbt
Branch: MAIN
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (unified)
Tag for 1.31 release. After additional testing to ensure Foriegn Keys work again this is what will go out.
Revision 1.16 / (download) - annotate - [select for diffs], Wed Mar 12 18:21:52 2008 UTC (4 years, 2 months ago) by rbt
Branch: MAIN
Changes since 1.15: +55 -54
lines
Diff to previous 1.15 (unified)
New versions of DBD::Pg like to return an array reference instead of the special text string that PostgreSQL returns. This might take care of the issue, although only partially tested (FreeBSD ports doesn't have the newer version yet as it breaks a number of applications).
Revision 1.15 / (download) - annotate - [select for diffs], Tue Jan 2 13:53:19 2007 UTC (5 years, 4 months ago) by rbt
Branch: MAIN
Changes since 1.14: +26 -2
lines
Diff to previous 1.14 (unified)
Toshio Kuratomi wrote a patch to allow a password to be provided via prompt.
Revision 1.14 / (download) - annotate - [select for diffs], Tue May 16 19:01:27 2006 UTC (6 years ago) by rbt
Branch: MAIN
Changes since 1.13: +4 -1
lines
Diff to previous 1.13 (unified)
Assume the strings are in UTF8 instead of in ASCII. This expands on the number of characters that we can work with. While not perfect, it is an improvement. Submitted by: Dirk Jagdmann
Revision 1.13 / (download) - annotate - [select for diffs], Fri Mar 17 22:32:30 2006 UTC (6 years, 2 months ago) by rbt
Branch: MAIN
Changes since 1.12: +5 -3
lines
Diff to previous 1.12 (unified)
Do not prepare() the statistics query if it is not going to be used. Prepare() and finish() on an empty string causes DBD::Pg to complain about the finish().
Revision 1.12 / (download) - annotate - [select for diffs], Mon Feb 13 01:15:55 2006 UTC (6 years, 3 months ago) by rbt
Branch: MAIN
Changes since 1.11: +372 -605
lines
Diff to previous 1.11 (unified)
Add in very simple inheritance documentation. Templates other than HTML need to be updated. Remove support for PostgreSQL 7.1 and 7.2. Continues to support 7.3 and later.
Revision 1.11 / (download) - annotate - [select for diffs], Sun May 1 05:13:38 2005 UTC (7 years ago) by rbt
Branch: MAIN
Changes since 1.10: +3 -4
lines
Diff to previous 1.10 (unified)
Finish() the GetVersion sql statement. Set the FK Group number back to being a number instead of the schema name. Accidentally converted earlier while removing the $group variable.
Revision 1.10 / (download) - annotate - [select for diffs], Mon Apr 18 23:53:52 2005 UTC (7 years ago) by rbt
Branch: MAIN
Changes since 1.9: +19 -2
lines
Diff to previous 1.9 (unified)
Fix GraphViz foreign key links (they were missing).
Revision 1.9 / (download) - annotate - [select for diffs], Sun Feb 27 19:39:15 2005 UTC (7 years, 2 months ago) by rbt
Branch: MAIN
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (unified)
Bump copyright date.
Revision 1.8 / (download) - annotate - [select for diffs], Sun Feb 27 19:38:12 2005 UTC (7 years, 2 months ago) by rbt
Branch: MAIN
Changes since 1.7: +1503 -1261
lines
Diff to previous 1.7 (unified)
Do a little bit of cleaning on this old and crufty code.
Revision 1.7 / (download) - annotate - [select for diffs], Sun Feb 27 18:08:06 2005 UTC (7 years, 2 months ago) by rbt
Branch: MAIN
Changes since 1.6: +47 -4
lines
Diff to previous 1.6 (unified)
Include argument names as provided by Jacob Smullyan. Clean up handling of argument types from a schema not in the current path. This means getting rid of the schema prefix added by format_type so when can add our own when appropriate.
Revision 1.6 / (download) - annotate - [select for diffs], Wed Oct 13 13:46:34 2004 UTC (7 years, 7 months ago) by rbt
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (unified)
Push out 1.24
Revision 1.5 / (download) - annotate - [select for diffs], Tue Oct 12 13:33:46 2004 UTC (7 years, 7 months ago) by rbt
Branch: MAIN
Changes since 1.4: +3 -1
lines
Diff to previous 1.4 (unified)
Strip out quotes in the comparison area.
Revision 1.4 / (download) - annotate - [select for diffs], Tue Jun 29 16:40:40 2004 UTC (7 years, 10 months ago) by rbt
Branch: MAIN
Changes since 1.3: +6 -1
lines
Diff to previous 1.3 (unified)
From: Bort, Paul Subject: RE: Patch for Dia templates for Postgresql_AutoDoc Date: Tue, 22 Jun 2004 15:23:24 -0400 I've used the same method of shortening as the constraint you mentioned, but I made it a new entry (table_comment_dia) in the hash rather than mangle the existing one. I tried to follow the existing naming conventions and coding style. I picked a total of 45 characters because that seems to be about the right size on my screen. In testing I also found a bug in Dia that causes a crash if a comment is too long, but that seems to be in the 100+ character range, so I'm not worried about 45. Here are the patches for postgresql_autodoc.pl, dia.tmpl, and zigzag.dia.tmpl.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Jun 3 01:46:28 2004 UTC (7 years, 11 months ago) by rbt
Branch: MAIN
CVS Tags: RELENG_1_23_RELEASE
Changes since 1.2: +3 -3
lines
Diff to previous 1.2 (unified)
1.23 Release
Revision 1.2 / (download) - annotate - [select for diffs], Tue Jun 1 15:22:56 2004 UTC (7 years, 11 months ago) by rbt
Branch: MAIN
Changes since 1.1: +13 -3
lines
Diff to previous 1.1 (unified)
Handle the inability to connect to the database (print real error message). Use pg_get_constraintdef() for 7.4 and newer databases. PostgreSQL does the formatting all by itself now.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed May 12 16:00:36 2004 UTC (8 years ago) by rbt
Branch: start
CVS Tags: begin
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (unified)
Migrate code from sourceforge into pgfoundry
Revision 1.1 / (download) - annotate - [select for diffs], Wed May 12 16:00:36 2004 UTC (8 years ago) by rbt
Branch: MAIN
Initial revision