[COMMITTERS] snapshot - root: HTML version of the USAGE file

2006-06-30 Thread User Cunha17
Log Message: --- HTML version of the USAGE file Added Files: --- root: USAGE.html (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/snapshot/root/USAGE.html?rev=1.1&content-type=text/x-cvsweb-markup) USO.html (r1.1) (http://cvs.pgfoundry.org/

[COMMITTERS] pgsql: Fix memory leak introduced in the prior commit, detected by Tom

2006-06-30 Thread Alvaro Herrera
Log Message: --- Fix memory leak introduced in the prior commit, detected by Tom Lane. Tags: REL8_1_STABLE Modified Files: -- pgsql/src/bin/psql: common.c (r1.110.2.2 -> r1.110.2.3) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/common

[COMMITTERS] pgsql: Fix memory leak introduced in the prior commit, detected by Tom

2006-06-30 Thread Alvaro Herrera
Log Message: --- Fix memory leak introduced in the prior commit, detected by Tom Lane. Modified Files: -- pgsql/src/bin/psql: common.c (r1.120 -> r1.121) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/common.c.diff?r1=1.120&r2=1.121) --

[COMMITTERS] fulldisjunction - fd: Moved the calculations of whether to use an index

2006-06-30 Thread User Pgstudy
Log Message: --- Moved the calculations of whether to use an index scan to a seperate calculation instead of doing this while constructing the query. Also, moved allocation of strings and calculations of strings sizes to after the calculation. Also improved prediction of query size. Mod

Re: [COMMITTERS] pgsql: Fix use-after-free error reported by Neil Conway.

2006-06-30 Thread Tom Lane
[EMAIL PROTECTED] (Alvaro Herrera) writes: > Fix use-after-free error reported by Neil Conway. Seems not quite there yet --- don't you leak the svptres in the COMMAND_OK case? regards, tom lane ---(end of broadcast)--- TIP 4

[COMMITTERS] pgsql: Fix use-after-free error reported by Neil Conway.

2006-06-30 Thread Alvaro Herrera
Log Message: --- Fix use-after-free error reported by Neil Conway. Tags: REL8_1_STABLE Modified Files: -- pgsql/src/bin/psql: common.c (r1.110.2.1 -> r1.110.2.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/common.c.diff?r1=1.110.2.1

[COMMITTERS] pgsql: Fix use-after-free error reported by Neil Conway.

2006-06-30 Thread Alvaro Herrera
Log Message: --- Fix use-after-free error reported by Neil Conway. Modified Files: -- pgsql/src/bin/psql: common.c (r1.119 -> r1.120) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/common.c.diff?r1=1.119&r2=1.120) --

[COMMITTERS] pgsql: Update item for GUID: < * Add 128-bit Universally Unique

2006-06-30 Thread Bruce Momjian
Log Message: --- Update item for GUID: < * Add 128-bit Universally Unique Identifier (UUID) > * Add Globally/Universally Unique Identifier (GUID/UUID) Modified Files: -- pgsql/doc: TODO (r1.1909 -> r1.1910) (http://developer.postgresql.org/cvsweb.cgi/pgsql

[COMMITTERS] npgsql - Npgsql: 2006-06-30 Francisco Figueiredo Jr.

2006-06-30 Thread User Fxjr
Log Message: --- 2006-06-30 Francisco Figueiredo Jr. <[EMAIL PROTECTED]> * NpgsqlClosedState.cs: Fixed problem where exceptions thrown by async connection thread weren't begin propagated to main calling thread. See http://pgfoundry.org/forum/forum.php?thread_id=853&forum_id=51