Log Message:
---
Fix typo in docs
Modified Files:
--
pgpool:
README (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool/README.diff?r1=1.8&r2=1.9)
README.euc_jp (r1.7 -> r1.8)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.c
Log Message:
---
merged 0.2 branch into head
Modified Files:
--
pgfouine:
pgfouine.spec (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/pgfouine.spec.diff?r1=1.3&r2=1.4)
ChangeLog (r1.11 -> r1.12)
(http://cvs.p
Log Message:
---
it is now possible to generate several reports with only one parse
Modified Files:
--
pgfouine/include/reporting:
ReportAggregator.class.php (r1.11 -> r1.12)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfouine/pgfouine/include/reporting/R
Log Message:
---
Update comment about outer joins in description of geqo_threshold.
Modified Files:
--
pgsql/doc/src/sgml:
config.sgml (r1.42 -> r1.43)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml.diff?r1=1.42&r2=1.43)
---
Log Message:
---
Documentation tweak: add spaces around the brackets in the description
of the CREATE CONVERSION syntax, for consistency with the other SQL
reference pages.
Modified Files:
--
pgsql/doc/src/sgml/ref:
create_conversion.sgml (r1.16 -> r1.17)
(
Log Message:
---
Brace cleanup.
Modified Files:
--
pgsql/src/bin/pg_dump:
dumputils.c (r1.23 -> r1.24)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/dumputils.c.diff?r1=1.23&r2=1.24)
---(end of broadcast)
Log Message:
---
Done:
> * -Add sleep() function, remove from regress.c
Modified Files:
--
pgsql/doc:
TODO (r1.1748 -> r1.1749)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1748&r2=1.1749)
pgsql/doc/src/FAQ:
TODO.html (r
Log Message:
---
Create a standard function pg_sleep() to sleep for a specified amount of time.
Replace the former ad-hoc implementation used in the regression tests.
Joachim Wieland
Modified Files:
--
pgsql/doc/src/sgml:
func.sgml (r1.301 -> r1.302)
(http:
Log Message:
---
Cosmetic code cleanup: fix a bunch of places that used "return (expr);"
rather than "return expr;" -- the latter style is used in most of the
tree. I kept the parentheses when they were necessary or useful because
the return expression was complex.
Modified Files: