|
7 | 7 | "box3d_in",
|
8 | 8 | "box3d_out",
|
9 | 9 | "brin_summarize_new_values",
|
| 10 | +"bytea", |
10 | 11 | "geography",
|
| 12 | +"geography_cmp", |
| 13 | +"geography_distance_knn", |
| 14 | +"geography_eq", |
| 15 | +"geography_ge", |
| 16 | +"geography_gt", |
11 | 17 | "geography_in",
|
| 18 | +"geography_le", |
| 19 | +"geography_lt", |
12 | 20 | "geography_out",
|
| 21 | +"geography_overlaps", |
13 | 22 | "geography_recv",
|
14 | 23 | "geography_send",
|
15 | 24 | "geography_typmod_in",
|
16 | 25 | "geography_typmod_out",
|
17 | 26 | "geometry",
|
| 27 | +"geometry_above", |
| 28 | +"geometry_below", |
| 29 | +"geometry_cmp", |
| 30 | +"geometry_contains", |
| 31 | +"geometry_contains_nd", |
| 32 | +"geometry_distance_box", |
| 33 | +"geometry_distance_centroid", |
| 34 | +"geometry_distance_centroid_nd", |
| 35 | +"geometry_distance_cpa", |
| 36 | +"geometry_eq", |
| 37 | +"geometry_ge", |
| 38 | +"geometry_gt", |
| 39 | +"geometry_hash", |
18 | 40 | "geometry_in",
|
| 41 | +"geometry_le", |
| 42 | +"geometry_left", |
| 43 | +"geometry_lt", |
19 | 44 | "geometry_out",
|
| 45 | +"geometry_overabove", |
| 46 | +"geometry_overbelow", |
| 47 | +"geometry_overlaps", |
| 48 | +"geometry_overlaps_nd", |
| 49 | +"geometry_overleft", |
| 50 | +"geometry_overright", |
20 | 51 | "geometry_recv",
|
| 52 | +"geometry_right", |
| 53 | +"geometry_same", |
| 54 | +"geometry_same_nd", |
21 | 55 | "geometry_send",
|
| 56 | +"geometry_sortsupport", |
22 | 57 | "geometrytype",
|
23 | 58 | "geometry_typmod_in",
|
24 | 59 | "geometry_typmod_out",
|
| 60 | +"geometry_within", |
| 61 | +"geometry_within_nd", |
25 | 62 | "gidx_in",
|
26 | 63 | "gidx_out",
|
| 64 | +"json", |
| 65 | +"jsonb", |
| 66 | +"pgis_asflatgeobuf_finalfn", |
| 67 | +"pgis_asflatgeobuf_transfn", |
| 68 | +"pgis_asgeobuf_finalfn", |
| 69 | +"pgis_asgeobuf_transfn", |
| 70 | +"pgis_asmvt_combinefn", |
| 71 | +"pgis_asmvt_deserialfn", |
| 72 | +"pgis_asmvt_finalfn", |
| 73 | +"pgis_asmvt_serialfn", |
| 74 | +"pgis_asmvt_transfn", |
| 75 | +"pgis_geometry_accum_transfn", |
| 76 | +"pgis_geometry_clusterintersecting_finalfn", |
| 77 | +"pgis_geometry_clusterwithin_finalfn", |
| 78 | +"pgis_geometry_collect_finalfn", |
| 79 | +"pgis_geometry_coverageunion_finalfn", |
| 80 | +"pgis_geometry_makeline_finalfn", |
| 81 | +"pgis_geometry_polygonize_finalfn", |
| 82 | +"pgis_geometry_union_parallel_combinefn", |
| 83 | +"pgis_geometry_union_parallel_deserialfn", |
| 84 | +"pgis_geometry_union_parallel_finalfn", |
| 85 | +"pgis_geometry_union_parallel_serialfn", |
| 86 | +"pgis_geometry_union_parallel_transfn", |
27 | 87 | "postgis_addbbox",
|
28 | 88 | "postgis_dropbbox",
|
29 | 89 | "_postgis_index_extent",
|
|
63 | 123 | "st_astext",
|
64 | 124 | "st_astwkb",
|
65 | 125 | "st_azimuth",
|
| 126 | +"_st_bestsrid", |
66 | 127 | "st_boundary",
|
| 128 | +"st_boundingdiagonal", |
67 | 129 | "st_box2dfromgeohash",
|
68 | 130 | "st_buffer",
|
69 | 131 | "st_buildarea",
|
70 | 132 | "st_centroid",
|
71 | 133 | "st_chaikinsmoothing",
|
| 134 | +"st_clipbybox2d", |
72 | 135 | "st_closestpoint",
|
73 | 136 | "st_closestpointofapproach",
|
74 | 137 | "st_collect",
|
75 | 138 | "st_collectionextract",
|
| 139 | +"st_combinebbox", |
76 | 140 | "st_contains",
|
77 | 141 | "st_containsproperly",
|
78 | 142 | "st_convexhull",
|
|
135 | 199 | "st_intersects",
|
136 | 200 | "st_isclosed",
|
137 | 201 | "st_iscollection",
|
| 202 | +"st_isempty", |
138 | 203 | "st_ispolygonccw",
|
139 | 204 | "st_ispolygoncw",
|
140 | 205 | "st_isring",
|
|
163 | 228 | "st_m",
|
164 | 229 | "st_makebox2d",
|
165 | 230 | "st_makeenvelope",
|
166 |
| -"st_makeline", |
167 | 231 | "st_makepoint",
|
168 | 232 | "st_makepointm",
|
169 | 233 | "st_makepolygon",
|
|
196 | 260 | "st_points",
|
197 | 261 | "st_pointz",
|
198 | 262 | "st_pointzm",
|
199 |
| -"st_polygonize", |
200 | 263 | "st_project",
|
201 | 264 | "st_quantizecoordinates",
|
202 | 265 | "st_reduceprecision",
|
|
237 | 300 | "st_within",
|
238 | 301 | "st_wkbtosql",
|
239 | 302 | "st_x",
|
| 303 | +"st_xmax", |
| 304 | +"st_xmin", |
240 | 305 | "st_y",
|
| 306 | +"st_ymax", |
| 307 | +"st_ymin", |
241 | 308 | "st_z",
|
0 commit comments