X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (av.hub.org [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id 47964DA299; Wed, 5 Oct 2005 16:52:53 -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 93730-06; Wed, 5 Oct 2005 19:52:48 +0000 (GMT) Received: from candle.pha.pa.us (candle.pha.pa.us [64.139.89.126]) by svr1.postgresql.org (Postfix) with ESMTP id DAA60DA2B8; Wed, 5 Oct 2005 16:52:42 -0300 (ADT) Received: (from pgman@localhost) by candle.pha.pa.us (8.11.6/8.11.6) id j95JqiQ16533; Wed, 5 Oct 2005 15:52:44 -0400 (EDT) From: Bruce Momjian Message-Id: <200510051952.j95JqiQ16533@candle.pha.pa.us> Subject: Re: Updated documentation for new sequence binding In-Reply-To: <20051005185853.GZ40138@pervasive.com> To: "Jim C. Nasby" Date: Wed, 5 Oct 2005 15:52:44 -0400 (EDT) Cc: PostgreSQL-development , PostgreSQL-documentation X-Mailer: ELM [version 2.4ME+ PL121 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.01 required=5 tests=[AWL=0.010] X-Spam-Level: X-Archive-Number: 200510/15 X-Sequence-Number: 3260 Jim C. Nasby wrote: > On Sun, Oct 02, 2005 at 10:54:10PM -0400, Bruce Momjian wrote: > > pgman wrote: > > > I have marged Tom's description of the new sequence binding with text I > > > was working on. I modified it to follow the existing "we used to do X, > > > now we do Y" pattern in the surrounding entries: > > > > > > http://candle.pha.pa.us/tmp/pgsql/release.html#RELEASE-8-1 > > > > Sorry, this is a better URL: > > > > http://candle.pha.pa.us/main/writings/pgsql/sgml/release.html#RELEASE-8-1 > > Out of curiosity, how is this file maintained as development is done? > The reason I'm asking is because it would be nice to have links to more > information, especially for the 'one-liner' items in 1.3.1 for example, > and it seems like that would be easier to do along-the-way rather than > waiting for the end. Even a link to a mailing list discussion would be > better than nothing... I go through the CVS commits and make the release notes just before beta. During it incrementally is much more work. > That said, what's > > Improve the optimizer, including auto-resizing of hash joins (Tom) > > mean? We would sometimes fail in a query where the allocated memory was larger than our hash could hold. This fixed that. > > On full_page_writes, are we certain that all battery-backed disk caches > ensure that partial-page writes can't happen? Well, I would think so, but I have no documentation to state that. The battery-backed memory is supposed to allow for power failure and keep writes in the cache until they hit the disk. > Maybe pg_column_siz should just be included in the item for all the > other size functions brought into the backend? If not, ISTM they should > at least be one after the other in the list... Not really. It is different in that is does not aggregate values, but just the storage of a column. > Finally, weren't more changes made it contrib than what's listed? > Nothing's said about pg_autovacuum for example. Moved to the main server. That is mentioned. -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073