[COMMITTERS] pginstaller - pginst: Add new pgAdmin hints

2005-10-07 Thread User Dpage
Log Message: --- Add new pgAdmin hints Modified Files: -- pginst/wxs: pginst.wxs (r1.143 -> r1.144) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.143&r2=1.144) ---(end of broadcast)

[COMMITTERS] pginstaller - pginst: Tweak version

2005-10-07 Thread User Dpage
Log Message: --- Tweak version Modified Files: -- pginst: Makefile.config (r1.38 -> r1.39) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/Makefile.config.diff?r1=1.38&r2=1.39) ---(end of broadcast)--

[COMMITTERS] psqlodbc - psqlodbc: Add OpenSSL and MIT Kerberos acknowledgements

2005-10-07 Thread User Dpage
Log Message: --- Add OpenSSL and MIT Kerberos acknowledgements Modified Files: -- psqlodbc/docs: index.html (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/docs/index.html.diff?r1=1.3&r2=1.4) ---(end of

[COMMITTERS] pginstaller - pginst: Because the string used in the encoding combo is

2005-10-07 Thread User Dpage
Log Message: --- Because the string used in the encoding combo is what's passed to initdb, we really shouldn't use "UNICODE (UTF-8)" :-p Modified Files: -- pginst/ca: locale.c (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/c

[COMMITTERS] psqlodbc - psqlodbc: Add Kerberos support.

2005-10-07 Thread User Dpage
Log Message: --- Add Kerberos support. Update paths to use libpq from PostgreSQL 8.1 by default. Modified Files: -- psqlodbc/installer: psqlodbcm.wxs (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/installer/psqlodbcm.wxs.diff?

[COMMITTERS] pgsql: Update: < * Consider compressing indexes by storing key prefix

2005-10-07 Thread Bruce Momjian
Log Message: --- Update: < * Consider compressing indexes by storing key prefix values shared by > * Consider compressing indexes by storing key values duplicated in 735a736,737 > > This is difficult because it requires datatype-specific knowledge. Modified Files: -- pg

[COMMITTERS] pgsql: Remove an unused typedef.

2005-10-07 Thread Alvaro Herrera
Log Message: --- Remove an unused typedef. Modified Files: -- pgsql/src/include/access: relscan.h (r1.39 -> r1.40) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/access/relscan.h.diff?r1=1.39&r2=1.40) pgsql/src/tools/pgindent: pgi

[COMMITTERS] pgsql: (Apologies for fat-fingering cvs commit command...) Should have

2005-10-07 Thread Tom Lane
Log Message: --- (Apologies for fat-fingering cvs commit command...) Should have read: Remove unportable use of tfind/tsearch in favor of bsearch. Fix up random number generator to use random() not rand() and to actually honor its min/max arguments properly. That wasn't so important befo

[COMMITTERS] pgsql: gni

2005-10-07 Thread Tom Lane
Log Message: --- gni Modified Files: -- pgsql/contrib/pgbench: pgbench.c (r1.40 -> r1.41) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgbench/pgbench.c.diff?r1=1.40&r2=1.41) ---(end of broadcast)--

Re: [COMMITTERS] pgsql: Remove an unused typedef.

2005-10-07 Thread Tom Lane
[EMAIL PROTECTED] (Alvaro Herrera) writes: > Log Message: > --- > Remove an unused typedef. > Modified Files: > -- > pgsql/src/include/access: > relscan.h (r1.39 -> r1.40) > > (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/access/relscan.h.di

[COMMITTERS] pgsql: Recognize ERROR_SHARING_VIOLATION (translate to EACCES), increase

2005-10-07 Thread Tom Lane
Log Message: --- Recognize ERROR_SHARING_VIOLATION (translate to EACCES), increase log level for unrecognized win32 error codes to LOG, and make messages conform to style guide. Per old suggestion from Qingqing Zhou, which seems to have gotten lost in the shuffle. Modified Files:

[COMMITTERS] bizgres - bizgres: Removed.

2005-10-07 Thread User Llonergan
Log Message: --- Removed. Removed Files: - bizgres/demo: clicksExample.tar (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/demo/clicksExample.tar) ---(end of broadcast)--- TIP 2: Don't 'kill -9'

[COMMITTERS] pgsql: Marginal performance improvement in aclmask(): don't bother with

2005-10-07 Thread Tom Lane
Log Message: --- Marginal performance improvement in aclmask(): don't bother with testing ownership if the caller isn't interested in any GOPTION bits (which is the common case). It did not matter in 8.0 where the ownership test was just a trivial equality test, but it matters now. Modifi

[COMMITTERS] pgsql: Allocate a few extra LWLocks for possible use by add-on modules.

2005-10-07 Thread Tom Lane
Log Message: --- Allocate a few extra LWLocks for possible use by add-on modules. Per request from Marc Munro. Modified Files: -- pgsql/src/backend/storage/lmgr: lwlock.c (r1.30 -> r1.31) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage

[COMMITTERS] pgsql: Add spaces around operator.

2005-10-07 Thread Bruce Momjian
Log Message: --- Add spaces around operator. Modified Files: -- pgsql/src/include/utils: timestamp.h (r1.54 -> r1.55) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/timestamp.h.diff?r1=1.54&r2=1.55) ---(end of b

[COMMITTERS] press - pr: Corrections, additions per Simon Riggs and Dave Page

2005-10-07 Thread User Aglio
Log Message: --- Corrections, additions per Simon Riggs and Dave Page Modified Files: -- pr/releases/8.1/en: presskit.xhtml (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.1/en/presskit.xhtml.diff?r1=1.2&r2=1.3)

[COMMITTERS] pgsql: Minor parentheses cleanup.

2005-10-07 Thread Bruce Momjian
Log Message: --- Minor parentheses cleanup. Modified Files: -- pgsql/src/interfaces/ecpg/pgtypeslib: interval.c (r1.27 -> r1.28) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/pgtypeslib/interval.c.diff?r1=1.27&r2=1.28) -

[COMMITTERS] pgsql: Fix LWLockAssign() so that it can safely be executed after

2005-10-07 Thread Tom Lane
Log Message: --- Fix LWLockAssign() so that it can safely be executed after postmaster initialization. Add spinlocking, fix EXEC_BACKEND unsafeness. Modified Files: -- pgsql/src/backend/storage/ipc: shmem.c (r1.85 -> r1.86) (http://developer.postgresql.org

[COMMITTERS] press - pr: Extended the "licensing" paragraph to be more pointed.

2005-10-07 Thread User Aglio
Log Message: --- Extended the "licensing" paragraph to be more pointed. Modified Files: -- pr/releases/8.1/en: presskit.xhtml (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.1/en/presskit.xhtml.diff?r1=1.3&r2=1.4) --

Re: [COMMITTERS] pgsql: Recognize ERROR_SHARING_VIOLATION (translate to EACCES),

2005-10-07 Thread Qingqing Zhou
"Tom Lane" <[EMAIL PROTECTED]> wrote > Recognize ERROR_SHARING_VIOLATION (translate to EACCES), increase log > level for unrecognized win32 error codes to LOG, and make messages > conform to style guide. This patch does not really work. This is because when mdread()/mdwrite() fails, it does *not*

Re: [COMMITTERS] pgsql: Recognize ERROR_SHARING_VIOLATION (translate to EACCES), increase

2005-10-07 Thread Qingqing Zhou
"Tom Lane" <[EMAIL PROTECTED]> wrote > Recognize ERROR_SHARING_VIOLATION (translate to EACCES), increase log > level for unrecognized win32 error codes to LOG, and make messages > conform to style guide. This patch does not really work. This is because when mdread()/mdwrite() fails, it does *not*

[COMMITTERS] pgsql: Add spacing around operators.

2005-10-07 Thread Bruce Momjian
Log Message: --- Add spacing around operators. Modified Files: -- pgsql/src/interfaces/ecpg/pgtypeslib: dt.h (r1.30 -> r1.31) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/pgtypeslib/dt.h.diff?r1=1.30&r2=1.31) --

Re: [COMMITTERS] pgsql: Recognize ERROR_SHARING_VIOLATION (translate to EACCES),

2005-10-07 Thread Tom Lane
Qingqing Zhou <[EMAIL PROTECTED]> writes: > "Tom Lane" <[EMAIL PROTECTED]> wrote >> Recognize ERROR_SHARING_VIOLATION (translate to EACCES), increase log >> level for unrecognized win32 error codes to LOG, and make messages >> conform to style guide. > This patch does not really work. This is beca