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
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
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
"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 -
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
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