[COMMITTERS] npgsql - Npgsql2: 2006-06-11 Josh Cooley <[EMAIL PROTECTED]>

2006-06-11 Thread User Jbcooley
Log Message: --- 2006-06-11 Josh Cooley <[EMAIL PROTECTED]> * Fixed NpgsqlCommandBuilder.cs to always qualify table names with the schema name so that the command builder can be used with tables in other schemas. Modified Files: -- Npgsql2/src/Npgsql: Npgsql

[COMMITTERS] npgsql - Npgsql: 2006-06-11 Josh Cooley <[EMAIL PROTECTED]>

2006-06-11 Thread User Jbcooley
Log Message: --- 2006-06-11 Josh Cooley <[EMAIL PROTECTED]> * Fixed NpgsqlCommandBuilder.cs to always qualify table names with the schema name so that the command builder can be used with tables in other schemas. Modified Files: -- Npgsql/src/Npgsql: NpgsqlC

[COMMITTERS] pgsql: Minor code cleanup: make the WIN32 case less gratuitously

2006-06-11 Thread Tom Lane
Log Message: --- Minor code cleanup: make the WIN32 case less gratuitously different from the other platform-specific cases in ps_status. Modified Files: -- pgsql/src/backend/utils/misc: ps_status.c (r1.29 -> r1.30) (http://developer.postgresql.org/cvsweb.c

[COMMITTERS] pgsql: Code review for psql multiline history patch(es).

2006-06-11 Thread Tom Lane
Log Message: --- Code review for psql multiline history patch(es). Fix memory leak, failure to enter commands in history if canceled by control-C, other infelicities. Modified Files: -- pgsql/src/bin/psql: command.c (r1.169 -> r1.170) (http://developer.pos

[COMMITTERS] pgfouine - pgfouine: NOTICEs for a query are now displayed improved

2006-06-11 Thread User Gsmet
Log Message: --- NOTICEs for a query are now displayed improved normalized queries formatting Modified Files: -- pgfouine/include/reporting: ReportAggregator.class.php (r1.14 -> r1.15) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/r

[COMMITTERS] fulldisjunction - fd: Moved the (tableID:rowID) pairs to the first

2006-06-11 Thread User Pgstudy
Log Message: --- Moved the (tableID:rowID) pairs to the first attribute of the tuple set for faster access. Modified Files: -- fd: algstructs.c (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/algstructs.c.diff?r1=1.7&r2=1.8)

[COMMITTERS] pgfouine - pgfouine: improved the -report option analysis

2006-06-11 Thread User Gsmet
Log Message: --- improved the -report option analysis Modified Files: -- pgfouine: pgfouine.php (r1.43 -> r1.44) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/pgfouine.php.diff?r1=1.43&r2=1.44) ChangeLog (r1.38 -> r1.39) (h

[COMMITTERS] pgfouine - pgfouine: fixed a problem with NOTICE/STATEMENT couple on DDL

2006-06-11 Thread User Gsmet
Log Message: --- fixed a problem with NOTICE/STATEMENT couple on DDL Modified Files: -- pgfouine/include/postgresql/lines: PostgreSQLStatementLine.class.php (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/postgresql/lin

[COMMITTERS] pgbuildfarm - client-code: make template config force_every 336 ( = 2

2006-06-11 Thread User Andrewd
Log Message: --- make template config force_every 336 ( = 2 weeks) instead of undef. Modified Files: -- client-code: build-farm.conf (r1.18 -> r1.19) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code/build-farm.conf.diff?r1=1.18&r2=1.19)

[COMMITTERS] pgsql: Fix Assert failure when a fastpath function call is attempted

2006-06-11 Thread Tom Lane
Log Message: --- Fix Assert failure when a fastpath function call is attempted inside an already-aborted transaction block. GetSnapshotData throws an Assert if not in a valid transaction; hence we mustn't attempt to set a snapshot for the function until after checking for aborted transacti

[COMMITTERS] pgsql: Fix Assert failure when a fastpath function call is attempted

2006-06-11 Thread Tom Lane
Log Message: --- Fix Assert failure when a fastpath function call is attempted inside an already-aborted transaction block. GetSnapshotData throws an Assert if not in a valid transaction; hence we mustn't attempt to set a snapshot for the function until after checking for aborted transacti

[COMMITTERS] pgsql: Fix Assert failure when a fastpath function call is attempted

2006-06-11 Thread Tom Lane
Log Message: --- Fix Assert failure when a fastpath function call is attempted inside an already-aborted transaction block. GetSnapshotData throws an Assert if not in a valid transaction; hence we mustn't attempt to set a snapshot for the function until after checking for aborted transacti