First steps towards statistics on expressional (nee functional) indexes.

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

Commit: f0c9397f808531b4207ebe60ff3ba9b038812443
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-02-15T21:01:39Z
Releases: 8.0.0
First steps towards statistics on expressional (nee functional) indexes.
This commit teaches ANALYZE to store such stats in pg_statistic, but
nothing is done yet about teaching the planner to use 'em.
Also, repair longstanding oversight in separate ANALYZE command: it
updated the pg_class.relpages and reltuples counts for the table proper,
but not for indexes.

Files