[COMMITTERS] pgsql: Fix misspelled error message.

2005-08-28 Thread Tom Lane
Log Message: --- Fix misspelled error message. Modified Files: -- pgsql/src/interfaces/ecpg/preproc: ecpg.c (r1.91 -> r1.92) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/preproc/ecpg.c.diff?r1=1.91&r2=1.92)

[COMMITTERS] pgsql: Allow Win32 libpq will use it's minimal pthread implementation,

2005-08-28 Thread Bruce Momjian
Log Message: --- Allow Win32 libpq will use it's minimal pthread implementation, and ecpg will use pthreadGC2. Dave Page Modified Files: -- pgsql: configure (r1.452 -> r1.453) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.452&r2=1.4

[COMMITTERS] pgsql: Sigh, looks like you need '.set mips2' before you can access MIPS

2005-08-28 Thread Tom Lane
Log Message: --- Sigh, looks like you need '.set mips2' before you can access MIPS SYNC instruction. Modified Files: -- pgsql/src/include/storage: s_lock.h (r1.139 -> r1.140) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/storage/s_lock.h.dif

[COMMITTERS] pgsql: Sigh, looks like you need '.set mips2' before you can access MIPS

2005-08-28 Thread Tom Lane
Log Message: --- Sigh, looks like you need '.set mips2' before you can access MIPS SYNC instruction. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/include/storage: s_lock.h (r1.133.4.4 -> r1.133.4.5) (http://developer.postgresql.org/cvsweb.cgi/pgsq

[COMMITTERS] pgsql: Tweak nodeBitmapAnd to stop evaluating sub-plan scans if it finds

2005-08-28 Thread Tom Lane
Log Message: --- Tweak nodeBitmapAnd to stop evaluating sub-plan scans if it finds it's got an empty bitmap after any step; the remaining subplans can no longer affect the result. Per a suggestion from Ilia Kantor. Modified Files: -- pgsql/src/backend/executor: nod

[COMMITTERS] pgsql: Fix initdb quoting for Win32 paths in final examples, per Dave

2005-08-28 Thread Bruce Momjian
Log Message: --- Fix initdb quoting for Win32 paths in final examples, per Dave Page. Modified Files: -- pgsql/src/bin/initdb: initdb.c (r1.97 -> r1.98) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/initdb.c.diff?r1=1.97&r2=1.98) ---

[COMMITTERS] pgsql: Update pthread_self() on Win32 to return DWORD.

2005-08-28 Thread Bruce Momjian
Log Message: --- Update pthread_self() on Win32 to return DWORD. Modified Files: -- pgsql/src/interfaces/libpq: pthread-win32.c (r1.9 -> r1.10) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/pthread-win32.c.diff?r1=1.9&r2=1.10)

[COMMITTERS] pgsql: Add: > * Add function to return the thread safety status of

2005-08-28 Thread Bruce Momjian
Log Message: --- Add: > * Add function to return the thread safety status of libpq and ecpg Modified Files: -- pgsql/doc: TODO (r1.1643 -> r1.1644) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1643&r2=1.1644) pgsql/doc/src/FAQ:

[COMMITTERS] pgsql: Use GetCurrentThreadId, per Magnus.

2005-08-28 Thread Bruce Momjian
Log Message: --- Use GetCurrentThreadId, per Magnus. Modified Files: -- pgsql/src/interfaces/libpq: pthread-win32.c (r1.8 -> r1.9) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/pthread-win32.c.diff?r1=1.8&r2=1.9) --

[COMMITTERS] pgsql: Add a SYNC instruction to the S_UNLOCK sequence for MIPS.

2005-08-28 Thread Tom Lane
Log Message: --- Add a SYNC instruction to the S_UNLOCK sequence for MIPS. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/include/storage: s_lock.h (r1.133.4.3 -> r1.133.4.4) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/storage/s_lo

[COMMITTERS] pgsql: Add a SYNC instruction to the S_UNLOCK sequence for MIPS.

2005-08-28 Thread Tom Lane
Log Message: --- Add a SYNC instruction to the S_UNLOCK sequence for MIPS. Modified Files: -- pgsql/src/include/storage: s_lock.h (r1.138 -> r1.139) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/storage/s_lock.h.diff?r1=1.138&r2=1.139)

[COMMITTERS] pgsql: Add comment about pthread_self() cast.

2005-08-28 Thread Bruce Momjian
Log Message: --- Add comment about pthread_self() cast. Modified Files: -- pgsql/src/interfaces/libpq: fe-secure.c (r1.70 -> r1.71) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-secure.c.diff?r1=1.70&r2=1.71) ---

[COMMITTERS] pgsql: dumpUserConfig failed (in a pretty harmless way, but failed

2005-08-28 Thread Tom Lane
Log Message: --- dumpUserConfig failed (in a pretty harmless way, but failed nonetheless) to cope with a group name when dumping from a pre-8.1 installation. Per report from Stefan Kaltenbrunner. Modified Files: -- pgsql/src/bin/pg_dump: pg_dumpall.c (r1.66 -> r1.67