From: | Bruno Wolff III <bruno(at)wolff(dot)to> |
---|---|
To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>, PostgreSQL-documentation <pgsql-docs(at)postgreSQL(dot)org> |
Subject: | Re: 7.5 release notes |
Date: | 2004-07-25 14:29:37 |
Message-ID: | 20040725142937.GA5186@wolff.to |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs pgsql-hackers |
On Sun, Jul 25, 2004 at 00:25:43 -0400,
Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> wrote:
> 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.
There is a typo (transaction is misspelled) in the following line:
Prior release had no such capability; there was no way to recover from a statement failure in a transation. This
"match exactly" at the end of the following appears to be spurious:
Before this change some queries would not use an index if the data types did not exactly match. This improvement makes index usage more intuitive and consistent. match exactly
In the following paragraph there appear to be two typos. I think
"optimizer make" should be "optimizer makes" and that "lose-source"
should be "closed-source".
It is difficult to explain all the optimizer improvements that go into a release like this. They involve complex adjustments to the logic used to select indexes, join methods, and join order. They are difficult to explain, but the result is that the optimizer make quicker and better choices in how to execute queries, resulting in improved performance. The close relationship between our developers and users reporting problems allows us to make rapid and complex optimizer improvements that would be very difficult for lose-source companies to emulate.
From | Date | Subject | |
---|---|---|---|
Next Message | Gaetano Mendola | 2004-07-25 17:00:10 | Re: 7.5 release notes |
Previous Message | Andrew Dunstan | 2004-07-25 12:32:48 | Re: [HACKERS] 7.5 release notes |
From | Date | Subject | |
---|---|---|---|
Next Message | Marc G. Fournier | 2004-07-25 16:10:48 | Re: Planning for beta (was Re: Sketch of extending error |
Previous Message | David Garamond | 2004-07-25 12:45:22 | pg_ctl and failing postmaster |