Received: from localhost (maia-4.hub.org [200.46.204.183]) by postgresql.org (Postfix) with ESMTP id 88A0A9FB3A2 for ; Wed, 11 Jul 2007 11:42:07 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 75511-09 for ; Wed, 11 Jul 2007 11:42:02 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from sss.pgh.pa.us (sss.pgh.pa.us [66.207.139.130]) by postgresql.org (Postfix) with ESMTP id 1DD549FA145 for ; Wed, 11 Jul 2007 11:41:58 -0300 (ADT) Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.1/8.14.1) with ESMTP id l6BEfrAi025051; Wed, 11 Jul 2007 10:41:53 -0400 (EDT) To: Bruce Momjian cc: Alvaro Herrera , Ray Stell , pgsql-admin@postgresql.org Subject: Re: 8.2.4 patches? In-reply-to: <200707111306.l6BD69G14356@momjian.us> References: <200707111306.l6BD69G14356@momjian.us> Comments: In-reply-to Bruce Momjian message dated "Wed, 11 Jul 2007 09:06:09 -0400" Date: Wed, 11 Jul 2007 10:41:53 -0400 Message-ID: <25050.1184164913@sss.pgh.pa.us> From: Tom Lane X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200707/107 X-Sequence-Number: 26088 Bruce Momjian writes: > Alvaro Herrera wrote: >> Hmm, do we include the cvs2cl-generated ChangeLog in the tarballs? > No, we don't. We used to but the file got too large. Perhaps we should > supply a URL that generates that information. There are a couple of different queries that people would be interested in: * the full cvs2cl log between any two release points; * the cvs2cl log from latest release to branch tip. I do not think it's appropriate to stick this into the tarballs, as there's an awful lot of noise in the logs (eg, docs tweaks, reverted patches, trivial code cleanups); our practice of generating a condensed release-notes page is a large public service in my eyes. But +1 to providing a web page from which the detailed answers could be generated easily. BTW, cvs2cl (at least the version I use) works fine against a remote repository, so it's not like Ray couldn't have gotten the answer for himself. But a web page would be more user-friendly. regards, tom lane