[COMMITTERS] pginstaller - pginst: String tweaks

2008-03-14 Thread User Dpage
Log Message: --- String tweaks Modified Files: -- pginst/wxs: dialogs.wxs (r1.70 -> r1.71) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/dialogs.wxs.diff?r1=1.70&r2=1.71) -- Sent via pgsql-committers mailing list (pgsql-committers@po

[COMMITTERS] pginstaller - pginst: String tweaks

2008-03-14 Thread User Dpage
Log Message: --- String tweaks Tags: REL8_3_STABLE Modified Files: -- pginst/wxs: dialogs.wxs (r1.68.2.1 -> r1.68.2.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/dialogs.wxs.diff?r1=1.68.2.1&r2=1.68.2.2) -- Sent via pgsql-co

[COMMITTERS] pgsql: Fix vacuum so that autovacuum is really not cancelled when doing

2008-03-14 Thread Alvaro Herrera
Log Message: --- Fix vacuum so that autovacuum is really not cancelled when doing an emergency job (i.e. to prevent Xid wraparound problems.) Bug reported by ITAGAKI Takahiro in [EMAIL PROTECTED], though I didn't use his patch. Modified Files: -- pgsql/src/backend/commands

[COMMITTERS] pgsql: Fix vacuum so that autovacuum is really not cancelled when doing

2008-03-14 Thread Alvaro Herrera
Log Message: --- Fix vacuum so that autovacuum is really not cancelled when doing an emergency job (i.e. to prevent Xid wraparound problems.) Bug reported by ITAGAKI Takahiro in [EMAIL PROTECTED], though I didn't use his patch. Tags: REL8_3_STABLE Modified Files: --

[COMMITTERS] pgsql: Fix duplicate word, per Guillaume Lelarge.

2008-03-14 Thread Alvaro Herrera
Log Message: --- Fix duplicate word, per Guillaume Lelarge. Tags: REL8_3_STABLE Modified Files: -- pgsql/doc/src/sgml: install-win32.sgml (r1.45.2.1 -> r1.45.2.2) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/install-win32.sgml?r1=1.45.

[COMMITTERS] pgsql: Fix duplicate word, per Guillaume Lelarge.

2008-03-14 Thread Alvaro Herrera
Log Message: --- Fix duplicate word, per Guillaume Lelarge. Modified Files: -- pgsql/doc/src/sgml: install-win32.sgml (r1.46 -> r1.47) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/install-win32.sgml?r1=1.46&r2=1.47) -- Sent via pgsql-commi

[COMMITTERS] npgsql - Npgsql2: Inherit V2 tests from V3 tests to keep consistency

2008-03-14 Thread User Talliesin
Log Message: --- Inherit V2 tests from V3 tests to keep consistency between them. Modified Files: -- Npgsql2/testsuite/noninteractive/NUnit20: BaseClassTests.cs (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/testsuite/noninteract

[COMMITTERS] npgsql - Npgsql2:

2008-03-14 Thread User Talliesin
Log Message: --- Modified Files: -- Npgsql2/testsuite/noninteractive/NUnit20: DataAdapterTests.cs (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/testsuite/noninteractive/NUnit20/DataAdapterTests.cs.diff?r1=1.3&r2=1.4) Da

[COMMITTERS] pgsql: Fix inappropriately-timed memory context switch in

2008-03-14 Thread Tom Lane
Log Message: --- Fix inappropriately-timed memory context switch in autovacuum_do_vac_analyze. This accidentally failed to fail before 8.3, because the context we were switching back to was long-lived anyway; but it sure looks risky as can be now. Well spotted by Pavan Deolasee. Tags: ---

[COMMITTERS] pgsql: Fix inappropriately-timed memory context switch in

2008-03-14 Thread Tom Lane
Log Message: --- Fix inappropriately-timed memory context switch in autovacuum_do_vac_analyze. This accidentally failed to fail before 8.3, because the context we were switching back to was long-lived anyway; but it sure looks risky as can be now. Well spotted by Pavan Deolasee. Modified

[COMMITTERS] npgsql - Npgsql2: Data types supporting date ranges outside of those

2008-03-14 Thread User Talliesin
Log Message: --- Data types supporting date ranges outside of those supported by System.DateTime and the greater variety and detail provided by postgres' date and time datatypes. Moved Npgsql into the same file, as it is similar in some ways. Becaues these datatypes can clash with cases

[COMMITTERS] npgsql - Npgsql2: Fix construction of SqlGenerators

2008-03-14 Thread User Jbcooley
Log Message: --- Fix construction of SqlGenerators Modified Files: -- Npgsql2/src/Npgsql: NpgsqlServices.cs (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlServices.cs.diff?r1=1.3&r2=1.4) -- Sent via pgsql-commi

[COMMITTERS] npgsql - Npgsql2: Pass more tests by supporting more edm functions and

2008-03-14 Thread User Jbcooley
Log Message: --- Pass more tests by supporting more edm functions and better variable substitution Modified Files: -- Npgsql2/src/Npgsql/SqlGenerators: SqlBaseGenerator.cs (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsq