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.
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
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
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
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:/
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
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:
--
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
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)
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)
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)
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
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)
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.
14 matches
Mail list logo