Re: location of change list?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: location of change list?
Дата
Msg-id 1933.963521934@sss.pgh.pa.us
обсуждение исходный текст
Ответ на location of change list?  (Ed Loehr <eloehr@austin.rr.com>)
Ответы Re: location of change list?  ("Ross J. Reedstrom" <reedstrm@rice.edu>)
Список pgsql-general
Ed Loehr <eloehr@austin.rr.com> writes:
> Can anyone point me to a list of changes and bug-fixes *by release* for
> 7.0.1 and 7.0.2 over 7.0?

The only really accurate info is in the CVS logs.  Bruce usually
prepares a summary for the release history, but if that's not good
enough for you, get out your cvs client and look for yourself.

The best way I've found so far is to cd to the top level of the
area you are interested in (probably the top of your copy of the
source tree) and do

cvs log -rREL7_0_PATCHES -d '>2000-05-10' -N | more

(substitute appropriate branch name and date limit as needed; this would
get you all log messages in the 7.0.* branch since 7.0 release).

This is still pretty noisy --- it prints header info for all files
including ones that haven't been modified in that branch, which tends to
swamp out the stuff you're looking for :-(.  Does anyone have a better
recipe?

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: Alfred Perlstein
Дата:
Сообщение: Re: performance question
Следующее
От: Felipe Alvarez Harnecker
Дата:
Сообщение: Object oriented features - MISSING