X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id 69C8DD1B1D0; Sun, 25 Jul 2004 09:28:26 -0300 (ADT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 54378-02; Sun, 25 Jul 2004 12:28:30 +0000 (GMT) Received: from trolak.mydnsbox2.com (ns1.mydnsbox2.com [207.44.142.118]) by svr1.postgresql.org (Postfix) with ESMTP id D610BD1B18C; Sun, 25 Jul 2004 09:28:19 -0300 (ADT) Received: from dunslane.net (localhost.localdomain [127.0.0.1]) (authenticated (0 bits)) by trolak.mydnsbox2.com (8.11.6/8.11.6) with ESMTP id i6PCWlN23954; Sun, 25 Jul 2004 07:32:48 -0500 Received: from 24.211.141.25 (SquirrelMail authenticated user andrew@dunslane.net) by www.dunslane.net with HTTP; Sun, 25 Jul 2004 08:32:48 -0400 (EDT) Message-ID: <4641.24.211.141.25.1090758768.squirrel@www.dunslane.net> Date: Sun, 25 Jul 2004 08:32:48 -0400 (EDT) Subject: Re: [HACKERS] 7.5 release notes From: "Andrew Dunstan" To: In-Reply-To: <200407250425.i6P4PhI29389@candle.pha.pa.us> References: <200407250425.i6P4PhI29389@candle.pha.pa.us> X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal Cc: , X-Mailer: SquirrelMail (version 1.2.5) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.1 tagged_above=0.0 required=5.0 tests=RCVD_IN_SORBS X-Spam-Level: X-Archive-Number: 200407/41 X-Sequence-Number: 2449 Bruce Momjian said: > I have completed the 7.5 release notes. You can view them in HTML on > the developer web page. I have marked a few items with question marks > that need to be addressed. I am looking for improvements, even minor > ones. Either send in a patch or committers can modify the file > directly. > I presume we can also just make some comments ;-) this item: Add new GUC parameter to report useful information at the start of each log line should probably read "Add new GUC parameter log_line_prefix ....." I think this item belongs to me, or me and Tom: Replace the virtual_host and tcpip_socket parameters with a unified listen_addresses parameter. Conversely, Tom deserves joint billing for dollar quoting, as most of what I did was based on his work. David Fetter should be mentioned under the dollar quoting and plperl items, as he did documentation for both. Tom's implementation of a new flex-based lexer for psql is a significant source code change which should be mentioned. cheers andrew