[COMMITTERS] pgsql: fix thinko in placement of TimeValStruct typedef in Windows case,

2006-12-18 Thread Andrew Dunstan
Log Message: --- fix thinko in placement of TimeValStruct typedef in Windows case, as reported by Magnus. Modified Files: -- pgsql/src/bin/psql: common.h (r1.52 -> r1.53) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/common.h.diff?r1=1.52&

[COMMITTERS] psqlodbc - psqlodbc: 1.

2006-12-18 Thread User Hinoue
Log Message: --- 1. Correct the command/responce sequence of Function Call used for large object handling. 2. Add support for NaN and (-)Infinity float values. Modified Files: -- psqlodbc: connection.c (r1.154 -> r1.155) (http://cvs.pgfoundry.org/cgi-bin

[COMMITTERS] pgsql: Set pg_am.amstrategies to zero for index AMs that don't have

2006-12-18 Thread Tom Lane
Log Message: --- Set pg_am.amstrategies to zero for index AMs that don't have fixed operator strategy numbers, ie, GiST and GIN. This is almost cosmetic enough to not need a catversion bump, but since the opr_sanity regression test has to change in sync with the catalog entry, I figured I'

[COMMITTERS] pgsql: Interpret a dbName param to PQsetdbLogin as a conninfo string if

2006-12-18 Thread Andrew Dunstan
Log Message: --- Interpret a dbName param to PQsetdbLogin as a conninfo string if it contains an = sign. Tom Lane and Andrew Dunstan. Modified Files: -- pgsql/doc/src/sgml: libpq.sgml (r1.220 -> r1.221) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc