[COMMITTERS] pgsql: Add comment about cvs branch numbers.

2007-10-05 Thread Bruce Momjian
Log Message: --- Add comment about cvs branch numbers. Modified Files: -- pgsql/src/tools: pgcvslog (r1.37 -> r1.38) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/pgcvslog?r1=1.37&r2=1.38) ---(end of broadcast)

[COMMITTERS] pgsql: Fix plperl and pltcl to include the name of the current function

2007-10-05 Thread Tom Lane
Log Message: --- Fix plperl and pltcl to include the name of the current function when passing on errors from the language interpreter. (plpython seems fairly OK about this already.) Per gripe from Robert Kleemann. Modified Files: -- pgsql/src/pl/plperl: plperl.c

[COMMITTERS] pgsql: Add pgcvslog '-d' capability to allow stripping of commit

2007-10-05 Thread Bruce Momjian
Log Message: --- Add pgcvslog '-d' capability to allow stripping of commit messages that have back branch activity. This will be useful for creating release notes for major releases. Modified Files: -- pgsql/src/tools: pgcvslog (r1.36 -> r1.37) (http://dev

[COMMITTERS] pgtreelib - pgtreelib:

2007-10-05 Thread User Kostas
Log Message: --- Modified Files: -- pgtreelib/src: make_demo_data.sh (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtreelib/pgtreelib/src/make_demo_data.sh.diff?r1=1.1&r2=1.2) ---(end of broadcast)---

[COMMITTERS] pgtreelib - pgtreelib:

2007-10-05 Thread User Kostas
Log Message: --- Modified Files: -- pgtreelib/src/main: util.psql (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtreelib/pgtreelib/src/main/util.psql.diff?r1=1.1&r2=1.2) ---(end of broadcast)-

[COMMITTERS] pginstaller - pginst: Include the MSVC++ 8.0 runtimes using the

2007-10-05 Thread User Dpage
Log Message: --- Include the MSVC++ 8.0 runtimes using the Microsoft merge modules to ensure they get installed in a shared location and can be found by all other modules. Modified Files: -- pginst: paths.projinc.in (r1.4 -> r1.5) (http://cvs.pgfoundry.org

[COMMITTERS] pginstaller - pginst: Update for beta 1

2007-10-05 Thread User Dpage
Log Message: --- Update for beta 1 Modified Files: -- pginst: settings.projinc (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/settings.projinc.diff?r1=1.7&r2=1.8) ---(end of broadcast)

[COMMITTERS] dbi-link - dbi-link: * Mention examples/ in README.txt * Clarify which

2007-10-05 Thread David Fetter
Log Message: --- * Mention examples/ in README.txt * Clarify which version of FreeTDS works best. * Make MS-SQL example a little more applicable. Modified Files: -- dbi-link: README.Sybase_MSSQL (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/db

[COMMITTERS] dbi-link - dbi-link: Fixed bug in dbi_link.grant_user_role.

2007-10-05 Thread David Fetter
Log Message: --- Fixed bug in dbi_link.grant_user_role. String concatenation is important here. Modified Files: -- dbi-link: dbi_link.sql (r1.16 -> r1.17) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbi-link/dbi-link/dbi_link.sql.diff?r1=1.16&r2=1.17) --