[COMMITTERS] pgsql: Make an editorial pass over the newly SGML-ified contrib

2007-12-09 Thread Tom Lane
Log Message: --- Make an editorial pass over the newly SGML-ified contrib documentation. Fix lots of bad markup, bad English, bad explanations. Second round of commits. pgcrypto and pgstandby still to go... Modified Files: -- pgsql/doc/src/sgml: intagg.sgml (r1.2

Re: [COMMITTERS] pgsql: The E.

2007-12-09 Thread Gregory Stark
"Tom Lane" <[EMAIL PROTECTED]> writes: > Simon Riggs <[EMAIL PROTECTED]> writes: >> Don't want to shoot your Albatross, but those lines were written by >> Coleridge. Must give the appropriate credits :-) > > Doh ... of course ... but why does Project Gutenberg have it filed > under Wordsworth? > >

[COMMITTERS] pgsql: Change the "distributed checkpoint" release note item to Greg

2007-12-09 Thread Alvaro Herrera
Log Message: --- Change the "distributed checkpoint" release note item to Greg Smith's proposed wording. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.564 -> r1.565) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.

[COMMITTERS] pgsql: Update Brazilian FAQ.

2007-12-09 Thread Bruce Momjian
Log Message: --- Update Brazilian FAQ. Euler Taveira de Oliveira Modified Files: -- pgsql/doc: FAQ_brazilian (r1.10 -> r1.11) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_brazilian?r1=1.10&r2=1.11) pgsql/doc/src/FAQ: FAQ_brazilian.

[COMMITTERS] pgsql: FAQ wording and markup fix.

2007-12-09 Thread Bruce Momjian
Log Message: --- FAQ wording and markup fix. Euler Taveira de Oliveira Modified Files: -- pgsql/doc: FAQ (r1.446 -> r1.447) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ?r1=1.446&r2=1.447) pgsql/doc/src/FAQ: FAQ.html (r1.402 -> r1.4

[COMMITTERS] pgsql: Fix attribution for Rime of the Ancient Mariner (obviously it's

2007-12-09 Thread Tom Lane
Log Message: --- Fix attribution for Rime of the Ancient Mariner (obviously it's been too long since freshman English :-() Modified Files: -- pgsql/src/test/regress/expected: tsearch.out (r1.11 -> r1.12) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src

Re: [COMMITTERS] pgsql: The E.

2007-12-09 Thread Tom Lane
Simon Riggs <[EMAIL PROTECTED]> writes: > Don't want to shoot your Albatross, but those lines were written by > Coleridge. Must give the appropriate credits :-) Doh ... of course ... but why does Project Gutenberg have it filed under Wordsworth? http://www.gutenberg.org/etext/8905 Anyway, you ar

Re: [COMMITTERS] pgsql: The E.

2007-12-09 Thread Simon Riggs
On Sun, 2007-12-09 at 21:01 +, Tom Lane wrote: > Log Message: > --- > The E. J. Pratt verse used as a tsearch test case is unfortunately still > under copyright in the US and many other places. Substitute a little > something from a poet who's more safely dead. Per gripe from Bjorn Mu

[COMMITTERS] pgloader - pgloader: debian packaging: fixes for lintian warnings

2007-12-09 Thread User Dim
Log Message: --- debian packaging: fixes for lintian warnings Modified Files: -- pgloader/debian: control (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgloader/pgloader/debian/control.diff?r1=1.5&r2=1.6) dirs (r1.4 -> r1.5) (

[COMMITTERS] pgsql: The E.

2007-12-09 Thread Tom Lane
Log Message: --- The E. J. Pratt verse used as a tsearch test case is unfortunately still under copyright in the US and many other places. Substitute a little something from a poet who's more safely dead. Per gripe from Bjorn Munch. Modified Files: -- pgsql/src/test/regre

[COMMITTERS] pgsql: Fix bogus prompt for password in -u case.

2007-12-09 Thread Tom Lane
Log Message: --- Fix bogus prompt for password in -u case. Per gripe from Robert Treat. Modified Files: -- pgsql/src/bin/psql: startup.c (r1.142 -> r1.143) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/startup.c?r1=1.142&r2=1.143) ---

[COMMITTERS] pgsql: Fix up the PQconnectionUsedPassword mess: create a separate

2007-12-09 Thread Tom Lane
Log Message: --- Fix up the PQconnectionUsedPassword mess: create a separate PQconnectionNeedsPassword function that tells the right thing for whether to prompt for a password, and improve PQconnectionUsedPassword so that it checks whether the password used by the connection was actually su