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
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
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
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
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)
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)
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
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
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)---
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
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
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)
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
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)
--
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
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
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
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)
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)
--
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
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
21 matches
Mail list logo