| Constructors | ST_Point, ST_MakeLine, ST_MakePolygon, ST_MakeEnvelope, ST_Collect, ST_Multi |
| Serialization | ST_GeomFromText, ST_GeomFromGeoJSON, ST_AsGeoJSON, ST_AsHEXWKB, ST_AsSVG |
| Measurement | ST_Area, ST_Length, ST_Distance, ST_Perimeter + _Spheroid/_Sphere variants |
| Predicates | ST_Contains, ST_Intersects, ST_Within, ST_Crosses, ST_Touches, ST_DWithin, ST_Overlaps, ST_Equals |
| Operations | ST_Buffer, ST_Union, ST_Intersection, ST_Difference, ST_Simplify, ST_ConvexHull, ST_ConcaveHull, ST_BuildArea |
| Coordinates | ST_X, ST_Y, ST_Z, ST_M, ST_XMin/Max, ST_YMin/Max, ST_ZMin/Max |
| Transform | ST_Transform, ST_FlipCoordinates, ST_Force2D/3DZ/3DM/4D, ST_Rotate, ST_Scale, ST_Translate |
| Line ops | ST_LineInterpolatePoint, ST_LineLocatePoint, ST_LineSubstring, ST_LineMerge, ST_ShortestLine |
| Indexing | ST_Hilbert, ST_QuadKey, ST_TileEnvelope |
| Coverage | ST_CoverageUnion, ST_CoverageSimplify, ST_CoverageInvalidEdges + _Agg variants |
| I/O | ST_Read, ST_ReadOSM, ST_ReadSHP, ST_Read_Meta, ST_Drivers |
| MVT | ST_AsMVT, ST_AsMVTGeom |
| Aggregates | ST_Union_Agg, ST_Extent_Agg, ST_Intersection_Agg, ST_MemUnion_Agg, ST_Collect |
| Validation | ST_IsValid, ST_IsSimple, ST_IsRing, ST_IsClosed, ST_IsEmpty, ST_MakeValid |