[COMMITTERS] pgsql: fix typo

2006-05-27 Thread Andrew Dunstan
Log Message: --- fix typo Modified Files: -- pgsql/src/test/regress/expected: triggers.out (r1.21 -> r1.22) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/triggers.out.diff?r1=1.21&r2=1.22) pgsql/src/test/regress/sql:

[COMMITTERS] pgsql: TG_table_name and TG_table_schema for plpgsql, plus docs and

2006-05-27 Thread Andrew Dunstan
Log Message: --- TG_table_name and TG_table_schema for plpgsql, plus docs and regression. Modified Files: -- pgsql/doc/src/sgml: plpgsql.sgml (r1.88 -> r1.89) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/plpgsql.sgml.diff?r1=1.88&r2=1.89)

[COMMITTERS] python - rc: Mark as version 0.2.

2006-05-27 Thread James William Pye
Log Message: --- Mark as version 0.2. Modified Files: -- rc: setup.py (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/rc/setup.py.diff?r1=1.3&r2=1.4) ---(end of broadcast)--- TIP 4: Have yo

[COMMITTERS] pgsql: Remove traces of otherwise unused RELKIND_SPECIAL symbol.

2006-05-27 Thread Alvaro Herrera
Log Message: --- Remove traces of otherwise unused RELKIND_SPECIAL symbol. Leave the psql bits in place though, so that it plays nicely with older servers. Per discussion. Modified Files: -- pgsql/doc/src/sgml: catalogs.sgml (r2.122 -> r2.123) (http://dev

[COMMITTERS] pgfouine - www: added local0.none

2006-05-27 Thread User Gsmet
Log Message: --- added local0.none Modified Files: -- www: tutorial.html (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/www/tutorial.html.diff?r1=1.6&r2=1.7) ---(end of broadcast)--- TIP

[COMMITTERS] pgfouine - pgfouine: fixed a bug when there is no query in the log file

2006-05-27 Thread User Gsmet
Log Message: --- fixed a bug when there is no query in the log file Modified Files: -- pgfouine/include/reporting/reports: OverallStatsReport.class.php (r1.15 -> r1.16) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/reports

[COMMITTERS] pgsql: TG_table_name and TG_table_schema for pl/tcl, plus regression

2006-05-27 Thread Andrew Dunstan
Log Message: --- TG_table_name and TG_table_schema for pl/tcl, plus regression test and docs. Modified Files: -- pgsql/doc/src/sgml: pltcl.sgml (r2.39 -> r2.40) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/pltcl.sgml.diff?r1=2.39&r2=2.40)

[COMMITTERS] pgsql: Revert ill-considered change to plpgsql: it should not rely on

2006-05-27 Thread Tom Lane
Log Message: --- Revert ill-considered change to plpgsql: it should not rely on the current setting of standard_conforming_strings to decide how to quote strings that will be used later. There is much more to do here but this particular change breaks the build on Windows, so fix it now. M

[COMMITTERS] bizgres - bizgres:

2006-05-27 Thread User Nwakefield
Log Message: --- Modified Files: -- bizgres/KETL: build.xml (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/build.xml.diff?r1=1.8&r2=1.9) ---(end of broadcast)--- TIP 6: expl

[COMMITTERS] bizgres - bizgres:

2006-05-27 Thread User Nwakefield
Log Message: --- Removed Files: - bizgres/KETL/src/com/kni/etl/util: FastLoadRecord.java (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/src/com/kni/etl/util/FastLoadRecord.java) ---(end of broadcast)-

[COMMITTERS] pgsql: Fix initdb to properly escape quotes and backslashes in the

2006-05-27 Thread Tom Lane
Log Message: --- Fix initdb to properly escape quotes and backslashes in the supplied superuser password, and also in the paths of the various files it issues SQL COPY commands for. Per bug #2424. Tags: REL8_1_STABLE Modified Files: -- pgsql/src/bin/initdb: i

[COMMITTERS] pgsql: Fix initdb to properly escape quotes and backslashes in the

2006-05-27 Thread Tom Lane
Log Message: --- Fix initdb to properly escape quotes and backslashes in the supplied superuser password, and also in the paths of the various files it issues SQL COPY commands for. Per bug #2424. Modified Files: -- pgsql/src/bin/initdb: initdb.c (r1.115 -> r1.116)

[COMMITTERS] pgsql: Re-introduce the yylex filter function formerly used to support

2006-05-27 Thread Tom Lane
Log Message: --- Re-introduce the yylex filter function formerly used to support UNION JOIN, which I removed in a recent fit of over-optimism that we wouldn't have any future use for it. Now it's needed to support disambiguating WITH CHECK OPTION from WITH TIME ZONE. As proof of concept,

[COMMITTERS] psqlodbc - psqlodbc: 1.Fix a crash on SQLDisconnect.

2006-05-27 Thread User Hinoue
Log Message: --- 1.Fix a crash on SQLDisconnect. 2.Fix a *close cursor* error in *disallow premature* mode. Modified Files: -- psqlodbc: connection.c (r1.137 -> r1.138) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/connection.c.diff?r1=1.13

[COMMITTERS] pgsql: Looks like the new plpython regression test fails on older

2006-05-27 Thread Andrew Dunstan
Log Message: --- Looks like the new plpython regression test fails on older pythons. See if this works. Modified Files: -- pgsql/src/pl/plpython/expected: plpython_function.out (r1.7 -> r1.8) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpyth