Re: [COMMITTERS] pgsql: The source code changed, so the expected file changed too.

2007-05-28 Thread Michael Meskes
On Sun, May 27, 2007 at 11:52:27AM -0400, Tom Lane wrote: > [EMAIL PROTECTED] (Michael Meskes) writes: > > The source code changed, so the expected file changed too. > > Seems like we're not there yet --- about half the buildfarm is still > failing on expected-vs-actual differences in this file.

[COMMITTERS] pgsql: Applied patch send by Joachim Wieland to fix INTEGER_DATETIMES

2007-05-28 Thread Michael Meskes
Log Message: --- Applied patch send by Joachim Wieland to fix INTEGER_DATETIMES under MSVC. Modified Files: -- pgsql/src/interfaces/ecpg/include: pgtypes_interval.h (r1.13 -> r1.14) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/inclu

[COMMITTERS] pgsnmpd - pgsnmpd: Change the other instance of a defaulted vendor name

2007-05-28 Thread User Eggyknap
Log Message: --- Change the other instance of a defaulted vendor name to PostgreSQL Global Development Group Modified Files: -- pgsnmpd: pgsnmpd.sql (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsnmpd.sql.diff?r1=1.4&r2=1.5)

[COMMITTERS] pgsnmpd - pgsnmpd: Beginnings of pgsnmpd_regress.pl, a regression test

2007-05-28 Thread User Eggyknap
Log Message: --- Beginnings of pgsnmpd_regress.pl, a regression test Added Files: --- pgsnmpd: pgsnmpd_regress.pl (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/pgsnmpd_regress.pl?rev=1.1&content-type=text/x-cvsweb-markup)

[COMMITTERS] pgfouine - pgfouine: applied [#1003645] Avoid PHP Notice for undefined

2007-05-28 Thread User Gsmet
Log Message: --- applied [#1003645] Avoid PHP Notice for undefined $line error by Russell Smith Tags: BRANCH_1_0 Modified Files: -- pgfouine/include/postgresql/parsers: PostgreSQLParser.class.php (r1.21 -> r1.21.2.1) (http://cvs.pgfoundry.org/cgi-bin/

[COMMITTERS] pginstaller - pginst: Updates for the lastest build of pl/java, courtesy

2007-05-28 Thread User Dpage
Log Message: --- Updates for the lastest build of pl/java, courtesy of Kris Jurka Modified Files: -- pginst/wxi: guid.lst (r1.38 -> r1.39) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxi/guid.lst.diff?r1=1.38&r2=1.39) wxi.proj (r

[COMMITTERS] pgsql: Tweak the code in a couple of places to try to deliver more

2007-05-28 Thread Tom Lane
Log Message: --- Tweak the code in a couple of places to try to deliver more user-friendly error messages when a single COPY line is too long for us to handle. Per example from Johann Spies. Modified Files: -- pgsql/src/backend/lib: stringinfo.c (r1.45 -> r1.46)

[COMMITTERS] snapshot - root: Inclusao de links para a pagina pessoal

2007-05-28 Thread User Cunha17
Log Message: --- Inclusao de links para a pagina pessoal Modified Files: -- root: USAGE.html (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/snapshot/root/USAGE.html.diff?r1=1.7&r2=1.8) USO.html (r1.8 -> r1.9) (http://cvs.pgfoun

[COMMITTERS] pgsnmpd - pgsnmpd: Fix typo, initialization

2007-05-28 Thread User Eggyknap
Log Message: --- Fix typo, initialization Modified Files: -- pgsnmpd/RDBMS-MIB_src/rdbmsSrvTable: rdbmsSrvTable_data_access.c (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/RDBMS-MIB_src/rdbmsSrvTable/rdbmsSrvTable_data_access.c

[COMMITTERS] pgsnmpd - pgsnmpd: Update TODO

2007-05-28 Thread User Eggyknap
Log Message: --- Update TODO Modified Files: -- pgsnmpd: TODO.txt (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnmpd/pgsnmpd/TODO.txt.diff?r1=1.9&r2=1.10) ---(end of broadcast)--- TIP 3: Hav

[COMMITTERS] pgsnmpd - pgsnmpd: Regression test now creates database, starts pgsnmpd,

2007-05-28 Thread User Eggyknap
Log Message: --- Regression test now creates database, starts pgsnmpd, finds the new db's OID via SNMP, and then dies because Perl's SNMP module is weird. Modified Files: -- pgsnmpd: pgsnmpd_regress.pl (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvswe

[COMMITTERS] pgsql: Add: > > * Fix self-referential UPDATEs seeing inconsistent row

2007-05-28 Thread Bruce Momjian
Log Message: --- Add: > > * Fix self-referential UPDATEs seeing inconsistent row versions in > read-committed mode > > http://archives.postgresql.org/pgsql-hackers/2007-05/msg00507.php Modified Files: -- pgsql/doc: TODO (r1.2189 -> r1.2190) (http://d

[COMMITTERS] pgsql: Update wording: < * Fix self-referential UPDATEs seeing

2007-05-28 Thread Bruce Momjian
Log Message: --- Update wording: < * Fix self-referential UPDATEs seeing inconsistent row versions in > * Fix self-referential UPDATEs that see inconsistent row versions in Modified Files: -- pgsql/doc: TODO (r1.2190 -> r1.2191) (http://developer.postgresq

[COMMITTERS] pgsql: Stop a few regression tests from needlessly disabling GEQO.

2007-05-28 Thread Neil Conway
Log Message: --- Stop a few regression tests from needlessly disabling GEQO. This was necessary in 1997, when geqo_threshold did not exist, but it is no longer needed. Modified Files: -- pgsql/src/test/regress/expected: geometry.out (r1.25 -> r1.26) (http:/

[COMMITTERS] pgsql: mmgr README tweak: "either" is no longer correct.

2007-05-28 Thread Neil Conway
Log Message: --- mmgr README tweak: "either" is no longer correct. The previous wording compared PortalContext with QueryContext, but the latter no longer exists. Modified Files: -- pgsql/src/backend/utils/mmgr: README (r1.10 -> r1.11) (http://developer.pos

[COMMITTERS] pgsql: Fix a bug in input processing for the "interval" type.

2007-05-28 Thread Neil Conway
Log Message: --- Fix a bug in input processing for the "interval" type. Previously, "microsecond" and "millisecond" units were not considered valid input by themselves, which caused inputs like "1 millisecond" to be rejected erroneously. Update the docs, add regression tests, and backport

[COMMITTERS] pgsql: Fix a bug in input processing for the "interval" type.

2007-05-28 Thread Neil Conway
Log Message: --- Fix a bug in input processing for the "interval" type. Previously, "microsecond" and "millisecond" units were not considered valid input by themselves, which caused inputs like "1 millisecond" to be rejected erroneously. Update the docs, add regression tests, and backport

[COMMITTERS] pgsql: Fix a bug in input processing for the "interval" type.

2007-05-28 Thread Neil Conway
Log Message: --- Fix a bug in input processing for the "interval" type. Previously, "microsecond" and "millisecond" units were not considered valid input by themselves, which caused inputs like "1 millisecond" to be rejected erroneously. Update the docs, add regression tests, and backport