| From: | tgl(at)svr1(dot)postgresql(dot)org (Tom Lane) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql-server/ oc/src/sgml/catalogs.sgml rc/bac ... |
| Date: | 2004-02-15 21:01:40 |
| Message-ID: | 20040215210140.4E5BBD1DF33@svr1.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)svr1(dot)postgresql(dot)org 04/02/15 17:01:40
Modified files:
doc/src/sgml : catalogs.sgml
src/backend/catalog: heap.c index.c
src/backend/commands: analyze.c tablecmds.c
src/include/catalog: heap.h
src/include/commands: vacuum.h
Log message:
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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Meskes | 2004-02-16 07:41:54 | pgsql-server/src/interfaces/ecpg ChangeLog pre ... |
| Previous Message | Peter Eisentraut | 2004-02-15 19:38:29 | pgsql-server/src/interfaces/libpq nls.mk po/af.po |