[COMMITTERS] veil - veil: Minor documentation fixes.

2006-07-04 Thread User Bloodnok
Log Message: --- Minor documentation fixes. Configure fixes. Fix for bug in veil_perform_reset where the veil_init call is working on the wrong (old rather than new) context. Additional regression tests to check for this bug. Version changed to 0.9.1 Alpha Modified Files: ---

[COMMITTERS] npgsql - Npgsql2: 2006-07-04 Josh Cooley <[EMAIL PROTECTED]>

2006-07-04 Thread User Jbcooley
Log Message: --- 2006-07-04 Josh Cooley <[EMAIL PROTECTED]> * Fixed possible memory leak when multiple command builders attached to a single NpgsqlDataAdapter. * Fixed DataRow state problem where an insert fails. The command builder no longer accepts the changes (but the Npgsql

[COMMITTERS] npgsql - Npgsql: 2006-07-04 Josh Cooley <[EMAIL PROTECTED]>

2006-07-04 Thread User Jbcooley
Log Message: --- 2006-07-04 Josh Cooley <[EMAIL PROTECTED]> * Fixed possible memory leak when multiple command builders attached to a single NpgsqlDataAdapter. * Fixed DataRow state problem where an insert fails. The command builder no longer accepts the changes (but the Npgsql

[COMMITTERS] pgsql: Documentation fixes for FILLFACTOR patch.

2006-07-04 Thread Tom Lane
Log Message: --- Documentation fixes for FILLFACTOR patch. Minor other editorialization. Modified Files: -- pgsql/doc/src/sgml/ref: alter_index.sgml (r1.9 -> r1.10) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/alter_index.sgml.diff?r1

[COMMITTERS] pgsql: Modify: < o -Add PQescapeIdentifier() > o Add

2006-07-04 Thread Bruce Momjian
Log Message: --- Modify: < o -Add PQescapeIdentifier() > o Add PQescapeIdentifierConn() Modified Files: -- pgsql/doc: TODO (r1.1912 -> r1.1913) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1912&r2=1.1913) pgsql/doc/s

[COMMITTERS] pgsql: Remove libpq's PQescapeIdentifier(), not safe from injection

2006-07-04 Thread Bruce Momjian
Log Message: --- Remove libpq's PQescapeIdentifier(), not safe from injection attacks. Modified Files: -- pgsql/doc/src/sgml: libpq.sgml (r1.212 -> r1.213) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/libpq.sgml.diff?r1=1.212&r2=1.213)