[COMMITTERS] press - pr: Updated the RO.

2004-12-12 Thread User Am
Log Message: --- Updated the RO. translation. This *is* the last version. Modified Files: -- pr/releases/8.0/ro: press_page (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.0/ro/press_page.diff?r1=1.6&r2=1.7) release (

[COMMITTERS] pgsql: Update FAQ.

2004-12-12 Thread Bruce Momjian
Log Message: --- Update FAQ. Euler Taveira de Oliveira Modified Files: -- pgsql/doc: FAQ_brazilian (r1.4 -> r1.5) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_brazilian.diff?r1=1.4&r2=1.5) pgsql/doc/src/FAQ: FAQ_brazilian.html (r1.

[COMMITTERS] pgsql: Avoid generating excess (and illegal) parentheses around an

2004-12-12 Thread Tom Lane
Log Message: --- Avoid generating excess (and illegal) parentheses around an aliased JOIN in prettyprint mode. Andreas Pflug Tags: REL7_4_STABLE Modified Files: -- pgsql/src/backend/utils/adt: ruleutils.c (r1.157.2.2 -> r1.157.2.3) (http://developer.

[COMMITTERS] pgsql: Avoid generating excess (and illegal) parentheses around an

2004-12-12 Thread Tom Lane
Log Message: --- Avoid generating excess (and illegal) parentheses around an aliased JOIN in prettyprint mode. Andreas Pflug Modified Files: -- pgsql/src/backend/utils/adt: ruleutils.c (r1.186 -> r1.187) (http://developer.postgresql.org/cvsweb.cgi/pgsql/sr

Re: [COMMITTERS] pgsql: PREPARE and EXPLAIN need to copy the source query just like we

2004-12-12 Thread Tom Lane
Sean Chittenden <[EMAIL PROTECTED]> writes: >> PREPARE and EXPLAIN need to copy the source query just like we recently >> had to do in DECLARE CURSOR. AFAICS these are all the places affected. >> PREPARE case per example from Michael Fuhr, EXPLAIN case located by >> grepping for planner calls ...

[COMMITTERS] pgsql: Back-patch copyOject fix for EXPLAIN/PREPARE.

2004-12-12 Thread Tom Lane
Log Message: --- Back-patch copyOject fix for EXPLAIN/PREPARE. Tags: REL7_4_STABLE Modified Files: -- pgsql/src/backend/commands: explain.c (r1.117 -> r1.117.2.1) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/explain.c.diff?r1

Re: [COMMITTERS] pgsql: PREPARE and EXPLAIN need to copy the source query just like we

2004-12-12 Thread Sean Chittenden
PREPARE and EXPLAIN need to copy the source query just like we recently had to do in DECLARE CURSOR. AFAICS these are all the places affected. PREPARE case per example from Michael Fuhr, EXPLAIN case located by grepping for planner calls ... Does this mean that cache lookup failures (most notably

Re: [COMMITTERS] pgsql: Instead of supposing (wrongly, in the

2004-12-12 Thread Neil Conway
On Sun, 2004-12-12 at 18:11 +1100, Neil Conway wrote: > Attached is a patch adding regression tests for this change. Applied. -Neil ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

[COMMITTERS] pginstaller - web: Remove Q.

2004-12-12 Thread User Dpage
Log Message: --- Remove Q. on reloading config now there is a shortcut to do it. Modified Files: -- web: FAQ_windows.html (r1.13 -> r1.14) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/web/FAQ_windows.html.diff?r1=1.13&r2=1.14) -

[COMMITTERS] pgsql: Add regression tests for the fix committed by Tom for casting

2004-12-12 Thread Neil Conway
Log Message: --- Add regression tests for the fix committed by Tom for casting between the row types of parent/child tables. Modified Files: -- pgsql/src/test/regress/expected: inherit.out (r1.18 -> r1.19) (http://developer.postgresql.org/cvsweb.cgi/pgsql/s

[COMMITTERS] pginstaller - pginst: Add a shortcut to reload the database config.

2004-12-12 Thread User Dpage
Log Message: --- Add a shortcut to reload the database config. Modified Files: -- pginst/wxs: pginst.wxs (r1.101 -> r1.102) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.101&r2=1.102) ---(e

[COMMITTERS] pginstaller - web: Add FAQs on HUPing the server and Unicode support.

2004-12-12 Thread User Dpage
Log Message: --- Add FAQs on HUPing the server and Unicode support. Modified Files: -- web: FAQ_windows.html (r1.12 -> r1.13) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/web/FAQ_windows.html.diff?r1=1.12&r2=1.13) ---(en

[COMMITTERS] press - pr: About 95% ready

2004-12-12 Thread User K0cka
Log Message: --- About 95% ready Added Files: --- pr/releases/8.0/hu: press_page (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.0/hu/press_page?rev=1.1&content-type=text/x-cvsweb-markup) ---(end of broadcast)---

[COMMITTERS] press - pr: New Directory

2004-12-12 Thread User K0cka
Update of /cvsroot/press/pr/releases/8.0/hu In directory pgfoundry.org:/tmp/cvs-serv89560/releases/8.0/hu Log Message: Directory /cvsroot/press/pr/releases/8.0/hu added to the repository ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaste

[COMMITTERS] pgsql: PREPARE and EXPLAIN need to copy the source query just like we

2004-12-12 Thread Tom Lane
Log Message: --- PREPARE and EXPLAIN need to copy the source query just like we recently had to do in DECLARE CURSOR. AFAICS these are all the places affected. PREPARE case per example from Michael Fuhr, EXPLAIN case located by grepping for planner calls ... Modified Files: --

[COMMITTERS] pgsql: Translation updates

2004-12-12 Thread Peter Eisentraut
Log Message: --- Translation updates Modified Files: -- pgsql/src/backend/po: de.po (r1.16 -> r1.17) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/po/de.po.diff?r1=1.16&r2=1.17) pgsql/src/bin/initdb/po: de.po (r1.5 -> r1.6)

[COMMITTERS] pgsql: Add missing newlines at end of error messages.

2004-12-12 Thread Peter Eisentraut
Log Message: --- Add missing newlines at end of error messages. Modified Files: -- pgsql/src/bin/scripts: common.c (r1.13 -> r1.14) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/scripts/common.c.diff?r1=1.13&r2=1.14) pgsql/src/bin/scripts/po

[COMMITTERS] press - pr: Final small improvements

2004-12-12 Thread User Nickg
Log Message: --- Final small improvements Modified Files: -- pr/releases/8.0/ru: press_page (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.0/ru/press_page.diff?r1=1.3&r2=1.4) ---(end of broadcast)--

[COMMITTERS] pgsql: Fix problems with certain shells (e.g., FreeBSD, Cygwin) clearing

2004-12-12 Thread Peter Eisentraut
Log Message: --- Fix problems with certain shells (e.g., FreeBSD, Cygwin) clearing the exit status in multiline traps. Modified Files: -- pgsql/src/test/regress: pg_regress.sh (r1.50 -> r1.51) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regre