pgsql: Stamp releases notes for 8.2.3, 8.1.8, 8.0.12.

Lists: pgsql-committerspgsql-patches
From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Stamp releases notes for 8.2.3, 8.1.8, 8.0.12.
Date: 2007-02-07 04:23:01
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers pgsql-patches

Log Message:
-----------
Stamp releases notes for 8.2.3, 8.1.8, 8.0.12.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
pgsql/doc/src/sgml:
release.sgml (r1.488.2.5 -> r1.488.2.6)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml.diff?r1=1.488.2.5&r2=1.488.2.6)


From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Bruce Momjian <momjian(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Stamp releases notes for 8.2.3, 8.1.8, 8.0.12.
Date: 2007-02-07 15:03:13
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers pgsql-patches

Bruce Momjian wrote:
> Log Message:
> -----------
> Stamp releases notes for 8.2.3, 8.1.8, 8.0.12.
>
> Tags:
> ----
> REL8_2_STABLE
>
>

This missed the fix for psql "\copy (query)" which I committed the other
day for 8.2, and should probably have been in the release notes. What's
the protocol there?

cheers

andrew


From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Bruce Momjian <momjian(at)postgresql(dot)org>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Stamp releases notes for 8.2.3, 8.1.8, 8.0.12.
Date: 2007-02-07 15:16:02
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers pgsql-patches

Andrew Dunstan wrote:
> Bruce Momjian wrote:
> > Log Message:
> > -----------
> > Stamp releases notes for 8.2.3, 8.1.8, 8.0.12.
> >
> > Tags:
> > ----
> > REL8_2_STABLE
> >
> >
>
> This missed the fix for psql "\copy (query)" which I committed the other
> day for 8.2, and should probably have been in the release notes. What's
> the protocol there?

I did not mention it because it merely fixes a rare bug. It is not
something I would normally mention in the release notes.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +


From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Bruce Momjian <momjian(at)postgresql(dot)org>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Stamp releases notes for 8.2.3, 8.1.8, 8.0.12.
Date: 2007-02-07 15:28:50
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers pgsql-patches

Bruce Momjian wrote:
> Andrew Dunstan wrote:
>
>> Bruce Momjian wrote:
>>
>>> Log Message:
>>> -----------
>>> Stamp releases notes for 8.2.3, 8.1.8, 8.0.12.
>>>
>>> Tags:
>>> ----
>>> REL8_2_STABLE
>>>
>>>
>>>
>> This missed the fix for psql "\copy (query)" which I committed the other
>> day for 8.2, and should probably have been in the release notes. What's
>> the protocol there?
>>
>
> I did not mention it because it merely fixes a rare bug. It is not
> something I would normally mention in the release notes.
>
>

ok.

cheers

andrew


From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Bruce Momjian <momjian(at)postgresql(dot)org>, PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] pgsql: Stamp releases notes for 8.2.3, 8.1.8, 8.0.12.
Date: 2007-02-07 18:21:37
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers pgsql-patches

Andrew Dunstan wrote:
> Bruce Momjian wrote:
> > Andrew Dunstan wrote:
> >
> >> Bruce Momjian wrote:
> >>
> >>> Log Message:
> >>> -----------
> >>> Stamp releases notes for 8.2.3, 8.1.8, 8.0.12.
> >>>
> >>> Tags:
> >>> ----
> >>> REL8_2_STABLE
> >>>
> >>>
> >>>
> >> This missed the fix for psql "\copy (query)" which I committed the other
> >> day for 8.2, and should probably have been in the release notes. What's
> >> the protocol there?
> >>
> >
> > I did not mention it because it merely fixes a rare bug. It is not
> > something I would normally mention in the release notes.
> >
> >
>
> ok.

If there is some value to capturing every change, but still keeping the
release notes a readable length, please let me know.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +


From: Neil Conway <neilc(at)samurai(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Re: [COMMITTERS] pgsql: Stamp releases notes for 8.2.3, 8.1.8, 8.0.12.
Date: 2007-02-07 22:37:44
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers pgsql-patches

On Wed, 2007-02-07 at 13:21 -0500, Bruce Momjian wrote:
> If there is some value to capturing every change, but still keeping the
> release notes a readable length, please let me know.

If it fixes a real, non-theoretical bug and has been backpatched to a
stable release branch, I would say in most cases it is worth documenting
in the release notes. Describing every change made in a new feature
release (i.e. 8.3.0) would be far too much verbiage, but far fewer
changes are made to stable branches. Also, documenting all the
significant changes in stable branch releases is valuable to let users
identify possible regressions.

-Neil


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, Andrew Dunstan <andrew(at)dunslane(dot)net>, PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Re: [COMMITTERS] pgsql: Stamp releases notes for 8.2.3, 8.1.8, 8.0.12.
Date: 2007-02-07 23:19:54
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers pgsql-patches

Neil Conway <neilc(at)samurai(dot)com> writes:
> If it fixes a real, non-theoretical bug and has been backpatched to a
> stable release branch, I would say in most cases it is worth documenting
> in the release notes. Describing every change made in a new feature
> release (i.e. 8.3.0) would be far too much verbiage, but far fewer
> changes are made to stable branches. Also, documenting all the
> significant changes in stable branch releases is valuable to let users
> identify possible regressions.

Neil has a good point: the documentation policy should be different for
updates to stable branches than it is for a new major release. I think
Bruce's "too small to bother with" policy is about right for major
releases, but if we've bothered to back-patch something then it's
usually worth documenting.

regards, tom lane


From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Neil Conway <neilc(at)samurai(dot)com>, Andrew Dunstan <andrew(at)dunslane(dot)net>, PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Re: [COMMITTERS] pgsql: Stamp releases notes for 8.2.3, 8.1.8, 8.0.12.
Date: 2007-02-07 23:22:38
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers pgsql-patches

Tom Lane wrote:
> Neil Conway <neilc(at)samurai(dot)com> writes:
> > If it fixes a real, non-theoretical bug and has been backpatched to a
> > stable release branch, I would say in most cases it is worth documenting
> > in the release notes. Describing every change made in a new feature
> > release (i.e. 8.3.0) would be far too much verbiage, but far fewer
> > changes are made to stable branches. Also, documenting all the
> > significant changes in stable branch releases is valuable to let users
> > identify possible regressions.
>
> Neil has a good point: the documentation policy should be different for
> updates to stable branches than it is for a new major release. I think
> Bruce's "too small to bother with" policy is about right for major
> releases, but if we've bothered to back-patch something then it's
> usually worth documenting.

OK, I am more liberal in adding to a minor release, but I avoid cases
where the bug has been around for a long time and the error case is
rare.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +