<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class="">Martin and I have repeatedly said “it would be nice if all the clustering functionality was available as windowing functions”, and here I have finally gone and added that in. This adds ST_ClusterIntersectingWin and ST_ClusterWithinWin, as windowing analogues to  ST_ClusterIntersecting and ST_ClusterWithin</div><div class=""><br class=""></div><a href="https://github.com/postgis/postgis/pull/721" class="">https://github.com/postgis/postgis/pull/721</a><div class=""><br class=""></div><div class="">Unfortunately for backwards compatibility we can’t (I think) just yank and replace the existing functions in favour of the windowing ones, even though I think most people will vastly prefer windowing as an approach to cluster functionality.</div><div class=""><br class=""></div><div class="">P</div></body></html>