Log Message:
---
BUG#1000415 -- Temporary fix, will discuss a more comprehensive work around for
next release.
Modified Files:
--
wikipgedia/maintenance/postgresql:
tables.sql (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/wikipedia/wikipgedia
Log Message:
---
reporting (not complete and only text atm)
Added Files:
---
pgfouine/include/reporting:
ReportAggregator.class.php (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/ReportAggregator.class.php?rev=1.1&conten
Update of /cvsroot/pgfouine/pgfouine/include/reporting
In directory pgfoundry.org:/tmp/cvs-serv62543/include/reporting
Log Message:
Directory /cvsroot/pgfouine/pgfouine/include/reporting added to the repository
---(end of broadcast)---
TIP 3: Have
Update of /cvsroot/pgfouine/pgfouine/include/reporting/reports
In directory pgfoundry.org:/tmp/cvs-serv62543/include/reporting/reports
Log Message:
Directory /cvsroot/pgfouine/pgfouine/include/reporting/reports added to the
repository
---(end of broadcast)---
Log Message:
---
fixed an error when we want only one query
Modified Files:
--
pgfouine/include:
SlowestQueryList.class.php (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/SlowestQueryList.class.php.diff?r1=1.3&r2=1.4)
Log Message:
---
added normalized queries listener
Modified Files:
--
pgfouine/include/listeners:
listeners.lib.php (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/listeners/listeners.lib.php.diff?r1=1.3&r2=1.4)
--
Log Message:
---
added normalized queries listener
Modified Files:
--
pgfouine/include/listeners/query:
SlowestQueriesListener.class.php (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/listeners/query/SlowestQueriesList
Log Message:
---
2005-11-13 Francisco Figueiredo Jr. <[EMAIL PROTECTED]>
* Npgsql.build: [gborg 1450] Fixed resource missing.
Modified Files:
--
Npgsql/src/Npgsql:
Npgsql.build (r1.19 -> r1.20)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql
Log Message:
---
improved error support
Modified Files:
--
pgfouine/include:
ErrorQuery.class.php (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/ErrorQuery.class.php.diff?r1=1.4&r2=1.5)
pgfouine/include/postgresql/
Log Message:
---
Force the second argument of SUBSTRING(foo FOR bar) to be int4, to avoid
surprising results when it's some other numeric type. This doesn't solve
the generic problem of surprising implicit casts to text, but it's a
low-impact way of making sure this particular case behaves
Log Message:
---
Force the second argument of SUBSTRING(foo FOR bar) to be int4, to avoid
surprising results when it's some other numeric type. This doesn't solve
the generic problem of surprising implicit casts to text, but it's a
low-impact way of making sure this particular case behaves
Log Message:
---
Force the second argument of SUBSTRING(foo FOR bar) to be int4, to avoid
surprising results when it's some other numeric type. This doesn't solve
the generic problem of surprising implicit casts to text, but it's a
low-impact way of making sure this particular case behaves
Log Message:
---
base error listeners
Modified Files:
--
pgfouine/include/listeners:
listeners.lib.php (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/listeners/listeners.lib.php.diff?r1=1.2&r2=1.3)
Added Files:
--
Log Message:
---
for COPY error, we have a context for the error so we have to catch it
Modified Files:
--
pgfouine/include:
ErrorQuery.class.php (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/ErrorQuery.class.php.diff
Log Message:
---
it's the same array so it's better to keep the same name
Modified Files:
--
pgfouine/include/postgresql/lines:
PostgreSQLStatementLine.class.php (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresq
Log Message:
---
for COPY error, we have a context for the error so we have to catch it
Modified Files:
--
pgfouine/include/postgresql/lines:
PostgreSQLContextLine.class.php (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/inclu
Log Message:
---
no need to stderr error if common LOG lines
Modified Files:
--
pgfouine/include/postgresql/parsers:
PostgreSQLParser.class.php (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/parsers/PostgreS
query_gist.c: In function `sizebitvec':
query_gist.c:203: warning: control reaches end of non-void function
Looking at the code, gcc is right to complain --- if this is working for
you it's only accidental. I don't much care for the hard-wired
assumption about the size of TPQTGist either ...
Log Message:
---
fatal error--
fixed tests
Modified Files:
--
pgfouine/include:
Query.class.php (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/Query.class.php.diff?r1=1.4&r2=1.5)
pgfouine/tests:
TestLogStre
Log Message:
---
added a check on command number (we now add unrecognized line as continuation
line as PostgreSQL cuts long lines)
Modified Files:
--
pgfouine/include/postgresql/lines:
PostgreSQLContinuationLine.class.php (r1.1 -> r1.2)
(http://cvs.pgfound
Log Message:
---
ignored queries are automatically ignored, we don't need to filter them
default host, port, user and db set to '' instead of 'Unknown' (less memory
used)
Modified Files:
--
pgfouine/include:
LogStream.class.php (r1.2 -> r1.3)
(http://cvs.p
Log Message:
---
improved stderr output by adding line number
Modified Files:
--
pgfouine/include:
GenericLogReader.class.php (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/GenericLogReader.class.php.diff?r1=1.4&r2=1.5
Log Message:
---
sterr for empty text now needs to have DEBUG>1
Modified Files:
--
pgfouine/include:
ErrorQuery.class.php (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/ErrorQuery.class.php.diff?r1=1.2&r2=1.3)
---
Log Message:
---
cleant normalization
Modified Files:
--
pgfouine/include:
Query.class.php (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/Query.class.php.diff?r1=1.3&r2=1.4)
---(end of broadcas
Log Message:
---
fixed error messages
Modified Files:
--
pgfouine/include/postgresql/lines:
PostgreSQLContextLine.class.php (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/lines/PostgreSQLContextLine.class.ph
Log Message:
---
we now try to add unrecognized line as continuation line as PostgreSQL cuts
long lines in logs
Modified Files:
--
pgfouine/include/postgresql/parsers:
PostgreSQLParser.class.php (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/p
Log Message:
---
added command number support in Query to check continuation line
stderr for empty text now needs DEBUG > 1
removed unused normalized stuff
Modified Files:
--
pgfouine/include:
Query.class.php (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin
Log Message:
---
added command number support in Query to check continuation line
Modified Files:
--
pgfouine/include/postgresql/lines:
PostgreSQLQueryStartLine.class.php (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/
Log Message:
---
sterr for empty text now needs to have DEBUG>1
Modified Files:
--
pgfouine/include/postgresql/lines:
PostgreSQLLogLine.class.php (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/lines/PostgreS
Log Message:
---
stderr now works
debug is in stderr too
Modified Files:
--
pgfouine/include/lib:
common.lib.php (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/lib/common.lib.php.diff?r1=1.2&r2=1.3)
--
Update of /cvsroot/pgfouine/pgfouine/rpm-specific
In directory pgfoundry.org:/tmp/cvs-serv59051/rpm-specific
Log Message:
Directory /cvsroot/pgfouine/pgfouine/rpm-specific added to the repository
---(end of broadcast)---
TIP 3: Have you checked our
Log Message:
---
listeners work
Modified Files:
--
pgfouine/include/listeners/query:
QueryListener.class.php (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/listeners/query/QueryListener.class.php.diff?r1=1.1&r2=1.2)
32 matches
Mail list logo