[COMMITTERS] pginstaller - pginst: Update French translation, from Guillaume Lelarge,

2007-05-22 Thread User Mha
Log Message: --- Update French translation, from Guillaume Lelarge, Modified Files: -- pginst/lang: fr.xml (r1.23 -> r1.24) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/fr.xml.diff?r1=1.23&r2=1.24) ---(end of

[COMMITTERS] pgsql: Repair planner bug introduced in 8.2 by ability to rearrange

2007-05-22 Thread Tom Lane
Log Message: --- Repair planner bug introduced in 8.2 by ability to rearrange outer joins: in cases where a sub-SELECT inserts a WHERE clause between two outer joins, that clause may prevent us from re-ordering the two outer joins. The code was considering only the joins' own ON-conditions

[COMMITTERS] pgsql: Repair planner bug introduced in 8.2 by ability to rearrange

2007-05-22 Thread Tom Lane
Log Message: --- Repair planner bug introduced in 8.2 by ability to rearrange outer joins: in cases where a sub-SELECT inserts a WHERE clause between two outer joins, that clause may prevent us from re-ordering the two outer joins. The code was considering only the joins' own ON-conditions

Re: [COMMITTERS] pgsql: Teach tuplestore.c to throw away data before the "mark" point

2007-05-22 Thread Gregory Stark
"Tom Lane" <[EMAIL PROTECTED]> writes: > Log Message: > --- > Teach tuplestore.c to throw away data before the "mark" point when the caller > is using mark/restore but not rewind or backward-scan capability. >... > Greg Stark, with some kibitzing from Tom Lane. Fwiw most of this code -

[COMMITTERS] pgsql: Remove unsupported -u option from pg_standby example usage.

2007-05-22 Thread Alvaro Herrera
Log Message: --- Remove unsupported -u option from pg_standby example usage. >From Pavel Stehule. Modified Files: -- pgsql/contrib/pg_standby: pg_standby.c (r1.3 -> r1.4) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_standby/pg_standby.c.diff

[COMMITTERS] pginstaller - pginst: Update to support individual .chm files for

2007-05-22 Thread User Dpage
Log Message: --- Update to support individual .chm files for PostgreSQL, pgAdmin and Slony, now that pgAdmin doesn't ship them all together. Modified Files: -- pginst/wxs: pginst.wxs (r1.201 -> r1.202) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstall