[COMMITTERS] pgsql: Document ways to avoid libpq WSACleanup() overhead on Windows.

2009-02-06 Thread Bruce Momjian
Log Message: --- Document ways to avoid libpq WSACleanup() overhead on Windows. Andrew Chernow Modified Files: -- pgsql/doc/src/sgml: libpq.sgml (r1.275 -> r1.276) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/libpq.sgml?r1=1.275&r2=1.276)

[COMMITTERS] pgsql: Fix typo in docs.

2009-02-06 Thread Bruce Momjian
Log Message: --- Fix typo in docs. Modified Files: -- pgsql/doc/src/sgml: libpq.sgml (r1.276 -> r1.277) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/libpq.sgml?r1=1.276&r2=1.277) -- Sent via pgsql-committers mailing list (pgsql-committers@

[COMMITTERS] pgsql: Clean up some loose ends from the column privileges patch: add

2009-02-06 Thread Tom Lane
Log Message: --- Clean up some loose ends from the column privileges patch: add has_column_privilege and has_any_column_privilege SQL functions; fix the information_schema views that are supposed to pay attention to column privileges; adjust pg_stats to show stats for any column you have se

[COMMITTERS] pgsql: Ooops, forgot to update COPY reference page to mention column

2009-02-06 Thread Tom Lane
Log Message: --- Ooops, forgot to update COPY reference page to mention column privileges. Modified Files: -- pgsql/doc/src/sgml/ref: copy.sgml (r1.84 -> r1.85) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/copy.sgml?r1=1.84&r2=1.85) --

[COMMITTERS] pgsql: Fix cost_mergejoin's failure to adjust for rescanning of

2009-02-06 Thread Tom Lane
Log Message: --- Fix cost_mergejoin's failure to adjust for rescanning of non-unique merge join keys when considering a semi or anti join. This requires estimating the selectivity of the merge qual as though it were a regular inner join condition. To allow caching both that and the real ou

[COMMITTERS] pgsql: Set column privileges to supported

2009-02-06 Thread Peter Eisentraut
Log Message: --- Set column privileges to supported Modified Files: -- pgsql/src/backend/catalog: sql_features.txt (r1.37 -> r1.38) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/sql_features.txt?r1=1.37&r2=1.38) -- Sent via pgsql-com

[COMMITTERS] libpqtypes - libpqtypes: libpqtypes-int.h needed to include Wspiapi.h on

2009-02-06 Thread User Achernow
Log Message: --- libpqtypes-int.h needed to include Wspiapi.h on windows. this made getaddrinfo available on windows 2000 and older versions Modified Files: -- libpqtypes: ChangeLog (r1.22 -> r1.23) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/