pgsql: Consider index-only scans even when there is no matching qual or

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Consider index-only scans even when there is no matching qual or
Date: 2011-10-11 19:00:39
Message-ID: E1RDhZ9-0007Wa-WB@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Consider index-only scans even when there is no matching qual or ORDER BY.

By popular demand.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/600d3206d1b3f8b540397b79905486a536ac7f78

Modified Files
--------------
src/backend/optimizer/path/indxpath.c | 25 ++++++++++++-------------
1 files changed, 12 insertions(+), 13 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-10-11 19:01:27 Re: pgsql: Consider index-only scans even when there is no matching qual or
Previous Message Tom Lane 2011-10-11 18:22:05 pgsql: Rearrange the implementation of index-only scans.