Add last-vacuum/analyze-time columns to the stats collector, both manual and

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 1f219cf433e792d61040246c24b136b0e6a2c930
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2006-05-19T19:08:27Z
Releases: 8.2.0
Add last-vacuum/analyze-time columns to the stats collector, both manual and
issued by autovacuum.  Add accessor functions to them, and use those in the
pg_stat_*_tables system views.

Catalog version bumped due to changes in the pgstat views and the pgstat file.

Patch from Larry Rosenman, minor improvements by me.

Files