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