Make use of statistics on index expressions. There are still some

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a536ed53bca40cb0d199824e358a86fcfd5db7f2
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-02-17T00:52:53Z
Releases: 8.0.0
Make use of statistics on index expressions.  There are still some
corner cases that could stand improvement, but it does all the basic
stuff.  A byproduct is that the selectivity routines are no longer
constrained to working on simple Vars; we might in future be able to
improve the behavior for subexpressions that don't match indexes.

Files