[COMMITTERS] pgfouine - pgfouine: updated copyright

2006-01-26 Thread User Gsmet
Log Message: --- updated copyright Modified Files: -- pgfouine/include/listeners/error: NormalizedErrorsListener.class.php (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/listeners/error/NormalizedErrorsListener.class.p

[COMMITTERS] pgfouine - pgfouine: simplified continuation line detection should fix a

2006-01-26 Thread User Gsmet
Log Message: --- simplified continuation line detection should fix a formatting bug Modified Files: -- pgfouine/include/postgresql/parsers: PostgreSQLParser.class.php (r1.10 -> r1.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/po

[COMMITTERS] pgfouine - pgfouine: fixed a bug in LogStream which causes the end of a

2006-01-26 Thread User Gsmet
Log Message: --- fixed a bug in LogStream which causes the end of a query to be ignored after a blank continuation line Modified Files: -- pgfouine/include: LogStream.class.php (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/i

[COMMITTERS] psqlodbc - psqlodbc: fixes for 64-bit compilation (still missing one for

2006-01-26 Thread User Luf
Log Message: --- fixes for 64-bit compilation (still missing one for PGAPI_SetConnectOption) Modified Files: -- psqlodbc: odbcapi30.c (r1.34 -> r1.35) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/odbcapi30.c.diff?r1=1.34&r2=1.35) p

[COMMITTERS] psqlodbc - psqlodbc: update version info to upcoming 08.01.0108

2006-01-26 Thread User Luf
Log Message: --- update version info to upcoming 08.01.0108 Modified Files: -- psqlodbc: configure.ac (r1.43 -> r1.44) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/configure.ac.diff?r1=1.43&r2=1.44) psqlodbc.rc (r1.72 -> r1.73)

[COMMITTERS] psqlodbc - psqlodbc: add support for returning right SQLSTATE from

2006-01-26 Thread User Luf
Log Message: --- add support for returning right SQLSTATE from SQLGetDiagField and SQLGetDiagRec Modified Files: -- psqlodbc: connection.c (r1.133 -> r1.134) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/connection.c.diff?r1=1.133&r2=1.134)

[COMMITTERS] psqlodbc - psqlodbc: fixed variable length recognition in CC_mapping

2006-01-26 Thread User Luf
Log Message: --- fixed variable length recognition in CC_mapping Modified Files: -- psqlodbc: connection.c (r1.132 -> r1.133) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/connection.c.diff?r1=1.132&r2=1.133) ---(en

[COMMITTERS] psqlodbc - psqlodbc: fix for one forgotten text_as_longvarchar test

2006-01-26 Thread User Luf
Log Message: --- fix for one forgotten text_as_longvarchar test Modified Files: -- psqlodbc: connection.c (r1.131 -> r1.132) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/connection.c.diff?r1=1.131&r2=1.132) ---(end

[COMMITTERS] psqlodbc - psqlodbc: repair broken support for SQLSetPos

2006-01-26 Thread User Luf
Log Message: --- repair broken support for SQLSetPos Modified Files: -- psqlodbc: results.c (r1.86 -> r1.87) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/results.c.diff?r1=1.86&r2=1.87) ---(end of broadcast)---

[COMMITTERS] psqlodbc - psqlodbc: fixed ODBC driver failure when log output isn't

2006-01-26 Thread User Luf
Log Message: --- fixed ODBC driver failure when log output isn't writeable Modified Files: -- psqlodbc: misc.c (r1.45 -> r1.46) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/misc.c.diff?r1=1.45&r2=1.46) ---(end of b

[COMMITTERS] psqlodbc - psqlodbc: add support for START TRANSACTION command change

2006-01-26 Thread User Luf
Log Message: --- add support for START TRANSACTION command change recognize transaction only when libpq PQresultStatus returns PGRES_COMMAND_OK Modified Files: -- psqlodbc: connection.c (r1.130 -> r1.131) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlod

[COMMITTERS] psqlodbc - psqlodbc: correct autocommit off behaviour

2006-01-26 Thread User Luf
Log Message: --- correct autocommit off behaviour Modified Files: -- psqlodbc: connection.c (r1.129 -> r1.130) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/connection.c.diff?r1=1.129&r2=1.130) statement.c (r1.110 -> r1.111)

[COMMITTERS] psqlodbc - psqlodbc: remove obsolete (not used) protocol option

2006-01-26 Thread User Luf
Log Message: --- remove obsolete (not used) protocol option Modified Files: -- psqlodbc: connection.c (r1.128 -> r1.129) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/connection.c.diff?r1=1.128&r2=1.129) connection.h (r1.68 -> r1.69

[COMMITTERS] pgsql: Suppress signed-vs-unsigned-char warning.

2006-01-26 Thread Tom Lane
Log Message: --- Suppress signed-vs-unsigned-char warning. Modified Files: -- pgsql/src/backend/utils/adt: network.c (r1.61 -> r1.62) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/network.c.diff?r1=1.61&r2=1.62) --

[COMMITTERS] pgsql: Fix display of whole-row Var appearing at the top level of a

2006-01-26 Thread Tom Lane
Log Message: --- Fix display of whole-row Var appearing at the top level of a SELECT list. While we normally prefer the notation "foo.*" for a whole-row Var, that does not work at SELECT top level, because in that context the parser will assume that what is wanted is to expand the "*" into

[COMMITTERS] pgsql: Fix display of whole-row Var appearing at the top level of a

2006-01-26 Thread Tom Lane
Log Message: --- Fix display of whole-row Var appearing at the top level of a SELECT list. While we normally prefer the notation "foo.*" for a whole-row Var, that does not work at SELECT top level, because in that context the parser will assume that what is wanted is to expand the "*" into

[COMMITTERS] pgsql: Fix display of whole-row Var appearing at the top level of a

2006-01-26 Thread Tom Lane
Log Message: --- Fix display of whole-row Var appearing at the top level of a SELECT list. While we normally prefer the notation "foo.*" for a whole-row Var, that does not work at SELECT top level, because in that context the parser will assume that what is wanted is to expand the "*" into

[COMMITTERS] psqlodbc - psqlodbc: Correspondence disable-unicode option.

2006-01-26 Thread User H-saito
Log Message: --- Correspondence disable-unicode option. Tags: REL-07_03_ENHANCED Modified Files: -- psqlodbc: Makefile.am (r1.11.2.2 -> r1.11.2.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/Makefile.am.diff?r1=1.11.2.2&r2=1.11.2.3)

[COMMITTERS] psqlodbc - psqlodbc: Suppress a compiler warning.

2006-01-26 Thread User Hinoue
Log Message: --- Suppress a compiler warning. Tags: REL-07_03_ENHANCED Modified Files: -- psqlodbc: odbcapiw.c (r1.8.2.5 -> r1.8.2.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/odbcapiw.c.diff?r1=1.8.2.5&r2=1.8.2.6) --

[COMMITTERS] pgfouine - pgfouine: should fix the context line parsing I broke with

2006-01-26 Thread User Gsmet
Log Message: --- should fix the context line parsing I broke with the new parser Modified Files: -- pgfouine/include: QueryLogObject.class.php (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/QueryLogObject.class.php.dif

[COMMITTERS] pgfouine - pgfouine: in fact, it can happen if we use stored procs and

2006-01-26 Thread User Gsmet
Log Message: --- in fact, it can happen if we use stored procs and we use log_duration and log_statement instead of log_min_duration_statement Modified Files: -- pgfouine/include/postgresql/lines: PostgreSQLQueryStartLine.class.php (r1.7 -> r1.8) (http://c