Combines and polygons which are touching in to a single polygon. Returns a geometry array so have to use unnest to get these back as geoms.
SELECT ST_TRANSFORM(unnest(join_touching(the_geom)),3857) the_geom_webmercator
FROM eschbacher.moran_clusters_sample
WHERE quads='HH' and SIGNIFICANCE < 0.05