[COMMITTERS] pgsql: Fix msvc build for localized versions of Visual C++

2010-10-17 Thread Magnus Hagander
Fix msvc build for localized versions of Visual C++ Look only at the non-localized part of the output from "vcbuild /?", which is used to determine the version of Visual Studio in use. Different languages seem to localize different amounts of the string, but we assume the part "Microsoft Visual C+

[COMMITTERS] pgsql: Fix msvc build for localized versions of Visual C++

2010-10-17 Thread Magnus Hagander
Fix msvc build for localized versions of Visual C++ Look only at the non-localized part of the output from "vcbuild /?", which is used to determine the version of Visual Studio in use. Different languages seem to localize different amounts of the string, but we assume the part "Microsoft Visual C+

[COMMITTERS] pgsql: Improve GIN indexscan cost estimation.

2010-10-17 Thread Tom Lane
Improve GIN indexscan cost estimation. The better estimate requires more statistics than we previously stored: in particular, counts of "entry" versus "data" pages within the index, as well as knowledge of the number of distinct key values. We collect this information during initial index build a

[COMMITTERS] pgsql: Fix a passel of inappropriately-named global functions in GIN.

2010-10-17 Thread Tom Lane
Fix a passel of inappropriately-named global functions in GIN. The GIN code has absolutely no business exporting GIN-specific functions with names as generic as compareItemPointers() or newScanKey(); that's just trouble waiting to happen. I got annoyed about this again just now and decided to fix

[COMMITTERS] pgbulkload - pgbulkload: Add common include file.

2010-10-17 Thread User Mhasegawa
Log Message: --- Add common include file. Added Files: --- pgbulkload/include: common.h (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbulkload/pgbulkload/include/common.h?rev=1.1&content-type=text/x-cvsweb-markup) -- Sent via pgsql-committers mailing

[COMMITTERS] npgsql - Npgsql2: Bug #1010650 - support metadata for indexes.

2010-10-17 Thread User Jbcooley
Log Message: --- Bug #1010650 - support metadata for indexes. Modified Files: -- Npgsql2/src/Npgsql: NpgsqlConnection.cs (r1.29 -> r1.30) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlConnection.cs?r1=1.29&r2=1.30) Npg

Re: [COMMITTERS] pgsql: Support host names in pg_hba.conf

2010-10-17 Thread Fujii Masao
On Sat, Oct 16, 2010 at 4:57 AM, Peter Eisentraut wrote: > Support host names in pg_hba.conf - @authcomment@ -# TYPE DATABASEUSERCIDR-ADDRESSMETHOD +# TYPE DATABASEUSERADDRESS METHOD @remove-line-for-nolo...@# "