> Is there a way do discover when was the last time a table or database vacuumed?
No, but you might look at the contrib pgstattuple function. The functionwill give detailed information on the state of the table on disk.
michael