[COMMITTERS] pgsql: Fix another const-decoration mismatch, per Magnus.

2006-04-09 Thread Tom Lane
Log Message: --- Fix another const-decoration mismatch, per Magnus. Modified Files: -- pgsql/src/include/commands: schemacmds.h (r1.13 -> r1.14) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/commands/schemacmds.h.diff?r1=1.13&r2=1.14) -

[COMMITTERS] pgsql: Add comment for why we recompile pgport C files.

2006-04-09 Thread Bruce Momjian
Log Message: --- Add comment for why we recompile pgport C files. # Need to recomple any libpgport object files because we need these # object files to use the same compile flags as libpq. If we used # the object files from libpgport, this would not be true on all # platforms. Modified F

[COMMITTERS] pgsql: Add: < * Experiment with multi-threaded backend [thread] > *

2006-04-09 Thread Bruce Momjian
Log Message: --- Add: < * Experiment with multi-threaded backend [thread] > * Experiment with multi-threaded backend for backend creation [thread] 1003a1004,1008 > > * Experiment with multi-threaded backend better resource utilization > > This would allow a single query to make use of

[COMMITTERS] pgsql: Suppress a couple of minor compiler warnings, per Magnus.

2006-04-09 Thread Tom Lane
Log Message: --- Suppress a couple of minor compiler warnings, per Magnus. Modified Files: -- pgsql/src/backend/port/win32: sema.c (r1.12 -> r1.13) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/port/win32/sema.c.diff?r1=1.12&r2=1.13) pgs

[COMMITTERS] pgsql: Revert my best_inner_indexscan patch of yesterday, which turns

2006-04-09 Thread Tom Lane
Log Message: --- Revert my best_inner_indexscan patch of yesterday, which turns out to have had a bad side-effect: it stopped finding plans that involved BitmapAnd combinations of indexscans using both join and non-join conditions. Instead, make choose_bitmap_and more aggressive about dete

[COMMITTERS] pgsql: Revert my best_inner_indexscan patch of yesterday, which turns

2006-04-09 Thread Tom Lane
Log Message: --- Revert my best_inner_indexscan patch of yesterday, which turns out to have had a bad side-effect: it stopped finding plans that involved BitmapAnd combinations of indexscans using both join and non-join conditions. Instead, make choose_bitmap_and more aggressive about dete

[COMMITTERS] pgbuildfarm - client-code: Do CVS status check in chunks to avoid

2006-04-09 Thread User Andrewd
Log Message: --- Do CVS status check in chunks to avoid shells protesting about long command lines - problem found on Cygwin. Modified Files: -- client-code: run_build.pl (r1.57 -> r1.58) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code

[COMMITTERS] oledb - oledb: Fix compilation errors and warnings on VS 2002

2006-04-09 Thread User Shachar
Log Message: --- Fix compilation errors and warnings on VS 2002 Modified Files: -- oledb: PgCommand.cpp (r1.23 -> r1.24) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/oledb/oledb/PgCommand.cpp.diff?r1=1.23&r2=1.24) PgDBSchemaRowsetImpl.h (r1.5 -> r1.