[COMMITTERS] pgsql: Fix psql so \r is separate in the history, rather than at the

2006-06-03 Thread Bruce Momjian
Log Message: --- Fix psql so \r is separate in the history, rather than at the end of the query. Modified Files: -- pgsql/src/bin/psql: mainloop.c (r1.74 -> r1.75) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/mainloop.c.diff?r1=1.74&r2=1.

[COMMITTERS] pgsql: Update: < * %Remove behavior of postmaster -o > * %Make

2006-06-03 Thread Bruce Momjian
Log Message: --- Update: < * %Remove behavior of postmaster -o > * %Make postmater and postgres options distinct so the postmaster -o > option is no longer needed Modified Files: -- pgsql/doc: TODO (r1.1832 -> r1.1833) (http://developer.postgresql.org/cv

[COMMITTERS] pgsql: Update: < o Allow COPY to output from views > o Allow COPY to

2006-06-03 Thread Bruce Momjian
Log Message: --- Update: < o Allow COPY to output from views > o Allow COPY to output from SELECT 570c570 < Another idea would be to allow actual SELECT statements in a COPY. > COPY should also be able to output views. Modified Files: -- pgsql/d

Re: [COMMITTERS] pgsql: Fix calculation of plan node extParams to account for the

2006-06-03 Thread Jackie Leng
Yes, finalize_plan really has a bms_intersect, but it's used to compute "plan->extParam": /* Now we have all the paramids */ if (!bms_is_subset(context.paramids, valid_params)) elog(ERROR, "plan should not reference subplan's variable"); plan->extParam = bms_intersect(context.paramids, oute

[COMMITTERS] pgsql: Update GUI FAQ.

2006-06-03 Thread Bruce Momjian
Log Message: --- Update GUI FAQ. Robert Treat Modified Files: -- pgsql/doc: FAQ (r1.390 -> r1.391) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ.diff?r1=1.390&r2=1.391) pgsql/doc/src/FAQ: FAQ.html (r1.346 -> r1.347) (http:/

[COMMITTERS] fulldisjunction - fd: Added BSD name to README

2006-06-03 Thread User Pgstudy
Log Message: --- Added BSD name to README Modified Files: -- fd: README (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/README.diff?r1=1.1&r2=1.2) ---(end of broadcast)--- TIP 4

[COMMITTERS] fulldisjunction - fd: Added README file and corrected memory problem

2006-06-03 Thread User Pgstudy
Log Message: --- Added README file and corrected memory problem with mincost policy. Modified Files: -- fd: algstructs.c (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/algstructs.c.diff?r1=1.2&r2=1.3) Added Files: --

[COMMITTERS] pgsql: Don't choke during startup if the environment offers an invalid

2006-06-03 Thread Tom Lane
Log Message: --- Don't choke during startup if the environment offers an invalid value for LC_MESSAGES; instead, just press forward, leaving the effective setting at 'C'. There is not any very good reason to complain when we are going to replace the value soon with whatever postgresql.conf

[COMMITTERS] pgsql: Fix copy-and-pasteo in Russian translation: message complaining

2006-06-03 Thread Tom Lane
Log Message: --- Fix copy-and-pasteo in Russian translation: message complaining about HAVE_INT64_TIMESTAMP was mentioning PG_CONTROL_VERSION instead. Victor Snezhko Tags: REL7_4_STABLE Modified Files: -- pgsql/src/backend/po: ru.po (r1.12.2.15 -> r1.12.2.16)

[COMMITTERS] pgsql: Fix copy-and-pasteo in Russian translation: message complaining

2006-06-03 Thread Tom Lane
Log Message: --- Fix copy-and-pasteo in Russian translation: message complaining about HAVE_INT64_TIMESTAMP was mentioning PG_CONTROL_VERSION instead. Victor Snezhko Tags: REL8_0_STABLE Modified Files: -- pgsql/src/backend/po: ru.po (r1.30 -> r1.30.4.1)

[COMMITTERS] pgsql: Fix copy-and-pasteo in Russian translation: message complaining

2006-06-03 Thread Tom Lane
Log Message: --- Fix copy-and-pasteo in Russian translation: message complaining about HAVE_INT64_TIMESTAMP was mentioning PG_CONTROL_VERSION instead. Victor Snezhko Tags: REL8_1_STABLE Modified Files: -- pgsql/src/backend/po: ru.po (r1.30 -> r1.30.6.1)

[COMMITTERS] pgsql: Fix copy-and-pasteo in Russian translation: message complaining

2006-06-03 Thread Tom Lane
Log Message: --- Fix copy-and-pasteo in Russian translation: message complaining about HAVE_INT64_TIMESTAMP was mentioning PG_CONTROL_VERSION instead. Victor Snezhko Modified Files: -- pgsql/src/backend/po: ru.po (r1.30 -> r1.31) (http://developer.postgresq

[COMMITTERS] fulldisjunction - fd: Added simple pseudo functions by allowing for

2006-06-03 Thread User Pgstudy
Log Message: --- Added simple pseudo functions by allowing for graceful parameters (i.e. have defaults). Modified Files: -- fd: algstructs.c (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/algstructs.c.diff?r1=1.1&r2=1.2)

[COMMITTERS] protopg - protopg: ooopppsss.

2006-06-03 Thread User Sndev
Log Message: --- ooopppsss. typo error Modified Files: -- protopg/grammar_parts: delete_from.part.y (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/protopg/protopg/grammar_parts/delete_from.part.y.diff?r1=1.2&r2=1.3) select.part.y (r1.