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/
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
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)
--
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
[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
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
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)
--
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
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