Re: Maintaining the list of release changes - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Maintaining the list of release changes
Date
Msg-id 8271.1013211303@sss.pgh.pa.us
Whole thread Raw
In response to Re: Maintaining the list of release changes  ("Ross J. Reedstrom" <reedstrm@rice.edu>)
List pgsql-hackers
"Ross J. Reedstrom" <reedstrm@rice.edu> writes:
> I think the users that screamed about this would like a detailed "every
> user visible change" list, in addition to the highpoints Release notes.

A greppable copy of the CVS logs would satisfy that, assuming that we
maintain a reasonable standard of quality in our commit messages.
David Gould evidently managed to find my commit message about that
array_out change; but I do not know how hard it was for him to look.

Perhaps we should arrange for a nightly cvs2cl run to produce a "CVS
changes since last major release" document on the website.  This might
also help answer Peter's concern about visibility of work-in-progress.

> Tom, you said 'every change is user visible'. I think, for this purpose,
> only things that modify existing behavior (input or output) in kind,
> not merely quality, are 'visible'.

I don't think that's a helpful criterion.  "Does it potentially break
any application code?" might be a helpful criterion.

New features that don't pose backwards-compatibility issues probably
need a different set of criteria to decide if they merit mention in
release notes.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Summary of new configuration file and data directory
Next
From: Tom Lane
Date:
Subject: Re: Summary of new configuration file and data directory locations