pgsql-server/ oc/src/sgml/catalogs.sgml rc/bac ... - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql-server/ oc/src/sgml/catalogs.sgml rc/bac ...
Date
Msg-id 20040215210140.4E5BBD1DF33@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.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.


pgsql-committers by date:

Previous
From: meskes@svr1.postgresql.org (Michael Meskes)
Date:
Subject: pgsql-server/src/interfaces/ecpg/preproc Tag: ...
Next
From: petere@svr1.postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql-server/src/interfaces/libpq nls.mk po/af.po