[COMMITTERS] pgfouine - pgfouine: changed source URL to a fixed one

2006-09-16 Thread User Gsmet
Log Message: --- changed source URL to a fixed one Modified Files: -- pgfouine: pgfouine.spec (r1.16 -> r1.17) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/pgfouine.spec.diff?r1=1.16&r2=1.17) ---(end of broadcast)-

[COMMITTERS] npgsql - Npgsql: NpgsqlDataReader.RecordsAffected bug

2006-09-16 Thread User Jbcooley
Log Message: --- NpgsqlDataReader.RecordsAffected bug Modified Files: -- Npgsql: RELEASENOTES.txt (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql/RELEASENOTES.txt.diff?r1=1.1&r2=1.2) ---(end of broadcast)--

[COMMITTERS] pgfouine - pgfouine: updated version to release a dev version

2006-09-16 Thread User Gsmet
Log Message: --- updated version to release a dev version Modified Files: -- pgfouine: version.php (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/version.php.diff?r1=1.3&r2=1.4) pgfouine.spec (r1.15 -> r1.16)

[COMMITTERS] npgsql - Npgsql: 2006-09-16 Josh Cooley <[EMAIL PROTECTED]>

2006-09-16 Thread User Jbcooley
Log Message: --- 2006-09-16 Josh Cooley <[EMAIL PROTECTED]> * NpgsqlDataReader.cs: Changed the behavior of RecordsAffected to match that of SqlDataReader and ODBCDataReader. Modified Files: -- Npgsql/src/Npgsql: NpgsqlDataReader.cs (r1.50 -> r1.51)

[COMMITTERS] pgfouine - pgfouine: merged 0.7 branch into HEAD

2006-09-16 Thread User Gsmet
Log Message: --- merged 0.7 branch into HEAD Modified Files: -- pgfouine: pgfouine.spec (r1.14 -> r1.15) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/pgfouine.spec.diff?r1=1.14&r2=1.15) ChangeLog (r1.60 -> r1.61) (http://c

[COMMITTERS] pgfouine - pgfouine: added duration in history report

2006-09-16 Thread User Gsmet
Log Message: --- added duration in history report Modified Files: -- pgfouine/include/reporting/reports: QueriesHistoryReport.class.php (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/reports/QueriesHistoryRep

[COMMITTERS] pgfouine - pgfouine: resynced prepared statements support with current

2006-09-16 Thread User Gsmet
Log Message: --- resynced prepared statements support with current CVS tip Modified Files: -- pgfouine/include/postgresql/lines: PostgreSQLPreparedStatementExecuteWithDurationLine.class.php (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfoui

[COMMITTERS] pgsql: Update TODO for short header versions: < o Reorder physical

2006-09-16 Thread Bruce Momjian
Log Message: --- Update TODO for short header versions: < o Reorder physical storage order to reduce padding? < < This involves having the user-specified order of columns < be different from the physical order. SELECT * would < need to reorder the physical

[COMMITTERS] pgsql: Rename the recently-added pg_timezonenames view to

2006-09-16 Thread Tom Lane
Log Message: --- Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs, and create a new view pg_timezone_names that provides information about the zones known in the 'zic' database. Magnus Hagander, with some additional work by Tom Lane. Modified Files: --

Re: [COMMITTERS] pgsql: sslinfo contrib module - information

2006-09-16 Thread Bruce Momjian
Another email wrap test through majordomo, please ignore. -- Bruce Momjian [EMAIL PROTECTED] EnterpriseDBhttp://www.enterprisedb.com + If your life is a hard drive, Christ can be your backup. + ---(end of broadcast)--- TIP 6: explain a

[COMMITTERS] dbmirror - dbmirror: Updated documentation (email address, pgfoundry

2006-09-16 Thread User Ssinger
Log Message: --- Updated documentation (email address, pgfoundry site) Modified Files: -- dbmirror: DBMirror.pl (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/dbmirror/dbmirror/DBMirror.pl.diff?r1=1.1.1.1&r2=1.2) README.dbmirror (r1

[COMMITTERS] pgsql: Update timezone data files to release 2006k of the zic database.

2006-09-16 Thread Tom Lane
Log Message: --- Update timezone data files to release 2006k of the zic database. Modified Files: -- pgsql/src/timezone/data: africa (r1.2 -> r1.3) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/data/africa.diff?r1=1.2&r2=1.3) antarc

[COMMITTERS] pgsql: Rename xml_valid() to xml_is_well_formed(), but provide a

2006-09-16 Thread Tom Lane
Log Message: --- Rename xml_valid() to xml_is_well_formed(), but provide a temporary alias with the old name for backwards compatibility. Per discussion, the old name is actively wrong because validity and well-formedness have different meanings in XML. Modified Files: --

[COMMITTERS] pgsql: Define errcode as __msvc_errcode not __vc_errcode for MSVC

2006-09-16 Thread Tom Lane
Log Message: --- Define errcode as __msvc_errcode not __vc_errcode for MSVC builds, per Magnus. Modified Files: -- pgsql/src/include/port: win32.h (r1.58 -> r1.59) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/port/win32.h.diff?r1=1.58&r2=1.

[COMMITTERS] pgsql: Fix some more uses of str[n]casecmp that should be

2006-09-16 Thread Tom Lane
Log Message: --- Fix some more uses of str[n]casecmp that should be pg_str[n]casecmp. Modified Files: -- pgsql/contrib/pgbench: pgbench.c (r1.54 -> r1.55) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgbench/pgbench.c.diff?r1=1.54&r2=1.55) ---