Changes between Version 12 and Version 13 of PostGIS3
- Timestamp:
- 08/28/18 01:32:01 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PostGIS3
v12 v13 20 20 21 21 * Have some strategy for storing and tracking coordinate precision 22 * Allow storage of non-double coordinates (integers, single-precision, exact )22 * Allow storage of non-double coordinates (integers, single-precision, exact, timestamp) 23 23 * Make "PostGIS" source tree an even thin(ner?) wrapper that exposes other code to Postgres. Leave almost no processing logic here. 24 24 * Consider using C++ for some of what is currently in the "lwgeom" source tree. (This could mean=moving logic of things like {{{ ST_BuildArea }}} and {{{ ST_MakeValid }}} to GEOS, which would avoid verbose, complex code from dealing w/CAPI) … … 40 40 * Can we make stronger guarantees about correctness in predicate / overlay functions? E.g., guarantee correct results by checking validity of inputs before proceeding (using validity flag for performance) 41 41 * Performance framework for regression / PR testing and empirical based cost setting 42 * Add box on Geometrycollection, so there is a chance to build a nested geometrycollection that will be a subdivided tree 42 43 43 44 If some tweaks in postgres allowed in our experiment: