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)
-
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
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
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
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
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
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
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.