Re: pgsql: Done > * -Use indexes for MIN() and MAX()

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pgsql: Done > * -Use indexes for MIN() and MAX()
Date: 2005-04-15 09:08:31
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE6C72D8@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

This is *great* news. It's certainly going to help a lot in getting
legacy apps running on postgresql, where you can't change the actual
queries that are being run (or can but only after fighting about it for
hours and hours). And it'll do wonders to those who run "amateur
benchmarks" and then determine that pg is slow.

Many thanks, Tom (who did it, IIRC).

//Magnus

> -----Original Message-----
> From: pgsql-committers-owner(at)postgresql(dot)org
> [mailto:pgsql-committers-owner(at)postgresql(dot)org] On Behalf Of
> Bruce Momjian
> Sent: Friday, April 15, 2005 1:21 AM
> To: pgsql-committers(at)postgresql(dot)org
> Subject: pgsql: Done > * -Use indexes for MIN() and MAX()
>
> Log Message:
> -----------
> Done
> > * -Use indexes for MIN() and MAX()
>
> Modified Files:
> --------------
> pgsql/doc:
> TODO (r1.1488 -> r1.1489)
>
> (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.dif
> f?r1=1.1488&r2=1.1489)
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>

Browse pgsql-hackers by date

  From Date Subject
Next Message ElayaRaja S 2005-04-15 09:09:05 Help - Urgent
Previous Message Dave Page 2005-04-15 07:42:45 Re: Interactive docs idea