[COMMITTERS] bizgres - bizgres: Allow set role to change the resource queue to that

2006-09-08 Thread User Markir
Log Message: --- Allow set role to change the resource queue to that of the new role. Statements opened or executing under the old queue continue to operate as if the role change did not happen. Modified Files: -- bizgres/postgresql/src/backend/utils/init: miscinit.

[COMMITTERS] skytools - skytools: got some junk

2006-09-08 Thread User Mkz
Log Message: --- got some junk Removed Files: - skytools/tests/scripts/log: skypeout_cdrq_datamine_test.log (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/skytools/skytools/tests/scripts/log/skypeout_cdrq_datamine_test.log) ---(end of

[COMMITTERS] pgsql: More logic from complex/test* moved to their own testcases.

2006-09-08 Thread Michael Meskes
Log Message: --- More logic from complex/test* moved to their own testcases. Modified Files: -- pgsql/src/interfaces/ecpg/test/expected: preproc-define.c (r1.1 -> r1.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/expected/prep

[COMMITTERS] pgbuildfarm - client-code: run ECPG tests last, so they don't block

2006-09-08 Thread User Andrewd
Log Message: --- run ECPG tests last, so they don't block others. Modified Files: -- client-code: run_build.pl (r1.68 -> r1.69) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code/run_build.pl.diff?r1=1.68&r2=1.69) ---

[COMMITTERS] pgsql: Replaced complex tests with small ones.

2006-09-08 Thread Michael Meskes
Log Message: --- Replaced complex tests with small ones. Modified Files: -- pgsql/src/interfaces/ecpg/preproc: preproc.y (r1.337 -> r1.338) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/preproc.y.diff?r1=1.337&r2=1.338) p

[COMMITTERS] npgsql - Npgsql: 2006-09-08 Francisco Figueiredo Jr.

2006-09-08 Thread User Fxjr
Log Message: --- 2006-09-08 Francisco Figueiredo Jr. <[EMAIL PROTECTED]> * NpgsqlConnectorPool.cs, NpgsqlCommand.cs, NpgsqlState.cs, NpgsqlConnection.cs: Added initial connection problems handling in connection pool code. Thanks Chris Morgan (cmorgan at

[COMMITTERS] pgsql: Not all C compilers understand the "//" comment in this test

2006-09-08 Thread Michael Meskes
Log Message: --- Not all C compilers understand the "//" comment in this test case, so I removed it. Modified Files: -- pgsql/src/interfaces/ecpg/test/expected: preproc-comment.c (r1.1 -> r1.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfac

[COMMITTERS] pgsql: Tweak the behavior of log_duration as proposed by Guillaume Smet:

2006-09-08 Thread Tom Lane
Log Message: --- Tweak the behavior of log_duration as proposed by Guillaume Smet: rather than being equivalent to setting log_min_duration_statement to zero, this option now forces logging of all query durations, but doesn't force logging of query text. Also, add duration logging coverage

[COMMITTERS] pgaccess - pgaccess: make tab imports with wizard a little easier

2006-09-08 Thread User Cmaj
Log Message: --- make tab imports with wizard a little easier Modified Files: -- pgaccess/lib: importexport.tcl (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgaccess/pgaccess/lib/importexport.tcl.diff?r1=1.1.1.1&r2=1.2) -

[COMMITTERS] pgsql: Put back plan-time check for trying to apply SELECT FOR

2006-09-08 Thread Tom Lane
Log Message: --- Put back plan-time check for trying to apply SELECT FOR UPDATE/SHARE to a relation on the nullable side of an outer join. I had removed this during the outer join planning rewrite a few months ago ... I think I intended to put it somewhere else, but forgot ... Modified Fi

[COMMITTERS] pgsql: Fix pg_dump for recent change removing separate RULE privilege.

2006-09-08 Thread Tom Lane
Log Message: --- Fix pg_dump for recent change removing separate RULE privilege. I had thought this code could be left alone, but I was wrong: as-is it's failing to recognize when to use ALL for table privileges in 8.2. Modified Files: -- pgsql/src/bin/pg_dump: dump

[COMMITTERS] xlogviewer - xlogdump: make bug corrected and readme added

2006-09-08 Thread User Diogob
Log Message: --- make bug corrected and readme added Modified Files: -- xlogdump: Makefile (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/xlogviewer/xlogdump/Makefile.diff?r1=1.2&r2=1.3) xlogdump (r1.11 -> r1.12) (http://cvs.pg

[COMMITTERS] pgsql: Revise OpenLDAP configuration and linking to work on more

2006-09-08 Thread Tom Lane
Log Message: --- Revise OpenLDAP configuration and linking to work on more platforms than before. Albe Laurenz (but editorialized heavily by me, so if it doesn't work it's my fault). Modified Files: -- pgsql: configure (r1.503 -> r1.504) (http://developer.

[COMMITTERS] pgsql: New Directory

2006-09-08 Thread Tom Lane
Update of /cvsroot/pgsql/contrib/isn In directory postgresql.org:/var/tmp/cvs-serv45423/isn Log Message: Directory /cvsroot/pgsql/contrib/isn added to the repository ---(end of broadcast)--- TIP 5: don't forget to increase your free space map setti

[COMMITTERS] pgsql: Add contrib/isn module for ISBN/ISSN/EAN13/etc product numbers,

2006-09-08 Thread Tom Lane
Log Message: --- Add contrib/isn module for ISBN/ISSN/EAN13/etc product numbers, and remove the old isbn_issn module which is about to be obsoleted by EAN13. contrib/isn is by Germán Méndez Bravo. Our thanks to Garrett A. Wollman for having written the original isbn_issn module. Modified