]> granicus.if.org Git - postgresql/commit
Add hooks for type-specific calculation of ANALYZE statistics. Idea and
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 12 Feb 2004 23:41:04 +0000 (23:41 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 12 Feb 2004 23:41:04 +0000 (23:41 +0000)
commit69946411d3378d11c7c6b95d6db70ba1b3df339a
treef6baa74468c8e0032789d393ba41461487c04d00
parentd27471fe0a5b47b1976c13e35197a738dcb09bfe
Add hooks for type-specific calculation of ANALYZE statistics.  Idea and
coding by Mark Cave-Ayland, some kibitzing by Tom Lane.  initdb forced
due to new column in pg_type.
13 files changed:
doc/src/sgml/catalogs.sgml
doc/src/sgml/ref/create_type.sgml
src/backend/catalog/heap.c
src/backend/catalog/pg_type.c
src/backend/commands/analyze.c
src/backend/commands/typecmds.c
src/bin/pg_dump/pg_dump.c
src/include/catalog/catversion.h
src/include/catalog/pg_attribute.h
src/include/catalog/pg_class.h
src/include/catalog/pg_statistic.h
src/include/catalog/pg_type.h
src/include/commands/vacuum.h