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)
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@
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
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)
--
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
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
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/