<div dir="ltr">The PostGIS development team is pleased to publish the 3.6.1 patch release. <div><br></div><div><a href="https://postgis.net/2025/11/PostGIS-3.6.1/">https://postgis.net/2025/11/PostGIS-3.6.1/</a> <br><div><br></div><div>  - #5978, geometry_columns needs to still parse table constraints (Paul Ramsey)<br>  - #5987, ST_GeometryN fails for non-collections (Paul Ramsey)<br>  - #5991, CircularString distance error (Paul Ramsey)<br>  - #5994, Null pointer in ST_AsGeoJsonRow (Alexander Kukushkin)<br>  - #5998, ST_Distance error on CurvePolygon (Paul Ramsey)<br>  - #5962, Consistent clipping of MULTI/POINT (Paul Ramsey)<br>  - #5998, [tiger_geocoder] [security] CVE-2022-2625, make sure tables requires<br>           by extension are owned by extension<br>           authored: Andrey Borodin (Yandex), reported by Sergey Bobrov (Kaspersky)<br>  - #5754, ST_ForcePolygonCCW reverses lines (Paul Ramsey)<br>  - #5959, #5984, Prevent histogram target overflow when analysing massive<br>           tables (Darafei Praliaskouski)<br>  - #6012, Remove memory leak from lwcircstring_from_lwpointarray (Paul Ramsey)<br>  - #6013, [tiger_geocoder] Load Tiger 2025 data (Regina Obe)<br>  - #5983, [topology] topology.FixCorruptTopoGeometryColumn<br>           to fix corruption caused by 3.6.0 upgrade (Regina Obe, Francois Bonzon)<br></div><div><br></div><div>If you are If you are upgrading postgis_topology and have topogeometry columns, make sure to run</div>after the upgrade to fix topogeometry corruption:<br><br>SELECT topology.FixCorruptTopoGeometryColumn(schema_name, table_name, feature_column)<br>    FROM topology.layer;<br></div></div>