[COMMITTERS] pginstaller - pginst: Update chinese translation.

2009-02-15 Thread User Mha
Log Message: --- Update chinese translation. Quan Zongliang Tags: REL8_3_STABLE Modified Files: -- pginst/lang: zh_cn.xml (r1.3.2.3 -> r1.3.2.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/zh_cn.xml.diff?r1=1.3.2.3&r2=1.3.2.4

[COMMITTERS] pginstaller - pginst: Update chinese translation.

2009-02-15 Thread User Mha
Log Message: --- Update chinese translation. Quan Zongliang Modified Files: -- pginst/lang: zh_cn.xml (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/zh_cn.xml.diff?r1=1.6&r2=1.7) -- Sent via pgsql-committers mailing l

[COMMITTERS] pgsql: Loop calling CallNamedPipe() several times in case it fails,

2009-02-15 Thread Magnus Hagander
Log Message: --- Loop calling CallNamedPipe() several times in case it fails, since it can be transient failures, causing kill() to not properly send signals. Original patch from Steve Marshall, modified by me. Modified Files: -- pgsql/src/port: kill.c (r1.11 -> r1

[COMMITTERS] pgsql: Loop calling CallNamedPipe() several times in case it fails,

2009-02-15 Thread Magnus Hagander
Log Message: --- Loop calling CallNamedPipe() several times in case it fails, since it can be transient failures, causing kill() to not properly send signals. Original patch from Steve Marshall, modified by me. Tags: REL8_2_STABLE Modified Files: -- pgsql/src/port:

[COMMITTERS] pgsql: Loop calling CallNamedPipe() several times in case it fails,

2009-02-15 Thread Magnus Hagander
Log Message: --- Loop calling CallNamedPipe() several times in case it fails, since it can be transient failures, causing kill() to not properly send signals. Original patch from Steve Marshall, modified by me. Tags: REL8_3_STABLE Modified Files: -- pgsql/src/port:

[COMMITTERS] pgsql: Minor wordsmithing.

2009-02-15 Thread Tom Lane
Log Message: --- Minor wordsmithing. Modified Files: -- pgsql/doc/src/sgml: config.sgml (r1.207 -> r1.208) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml?r1=1.207&r2=1.208) -- Sent via pgsql-committers mailing list (pgsql-committ

[COMMITTERS] pgsql: Teach the planner to treat a partial unique index as proving a

2009-02-15 Thread Tom Lane
Log Message: --- Teach the planner to treat a partial unique index as proving a variable is unique for a particular query, if the index predicate is satisfied. This requires a bit of reordering of operations so that we check the predicates before doing any selectivity estimates, but should