[COMMITTERS] pgsql: Eliminate some no-longer-needed workarounds for palloc's old

2006-04-20 Thread Tom Lane
Log Message: --- Eliminate some no-longer-needed workarounds for palloc's old behavior of rejecting palloc(0). Also, tweak like_selectivity() to avoid assuming the presented pattern is nonempty; although that assumption is valid, it doesn't really help much, and the new coding is more corr

[COMMITTERS] oledb - oledb: Add Victor Snezhko to the list of authors

2006-04-20 Thread User Shachar
Log Message: --- Add Victor Snezhko to the list of authors Modified Files: -- oledb: AUTHORS (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/oledb/oledb/AUTHORS.diff?r1=1.4&r2=1.5) ---(end of broadcast)--

[COMMITTERS] oledb - oledb: Revert incorrectly reporting some data type widths

2006-04-20 Thread User Shachar
Log Message: --- Revert incorrectly reporting some data type widths (Victor Snezhko) Modified Files: -- oledb: PgCommand.cpp (r1.24 -> r1.25) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/oledb/oledb/PgCommand.cpp.diff?r1=1.24&r2=1.25) PgCommand.h (r

[COMMITTERS] oledb - oledb: Revert incorrectly reporting some data type widths

2006-04-20 Thread User Shachar
Log Message: --- Revert incorrectly reporting some data type widths (Victor Snezhko) Modified Files: -- oledb: TypeInfo.h (r1.19 -> r1.20) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/oledb/oledb/TypeInfo.h.diff?r1=1.19&r2=1.20) ---

[COMMITTERS] pgsql: Add "retry another address" log message on statistics collector

2006-04-20 Thread Bruce Momjian
Log Message: --- Add "retry another address" log message on statistics collector socket failure, to reduce confusion in the log file. Modified Files: -- pgsql/src/backend/postmaster: pgstat.c (r1.122 -> r1.123) (http://developer.postgresql.org/cvsweb.cgi/pg

[COMMITTERS] oledb - oledb: Treat non-wide error messages as UTF-8.

2006-04-20 Thread User Shachar
Log Message: --- Treat non-wide error messages as UTF-8. Reported by Victor Snezhko Modified Files: -- oledb: ErrorLookupService.cpp (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/oledb/oledb/ErrorLookupService.cpp.diff?r1=1.3&r2=1.4) E