Skip to content

Releases: pedrogit/postgisaddons

PostGIS Add-ons 1.37

04 Oct 22:04
Compare
Choose a tag to compare
- Added ST_RemoveOverlaps() based on ST_Polygonize()

- Removed many trailing spaces

PostGIS Add-ons 1.36

04 Oct 14:13
Compare
Choose a tag to compare

Many minor fixes.

PostGIS Add-ons 1.35

08 Aug 20:25
Compare
Choose a tag to compare
Added gaps summary to ST_GeoTableSummary()

PostGIS Add-ons 1.34

02 Aug 17:34
Compare
Choose a tag to compare

Various enhancements to ST_GeoTableSummary(), ST_DifferenceAgg() and ST_SplitByGrid().

PostGIS Add-ons 1.33

04 Jul 19:53
Compare
Choose a tag to compare

Add each query generating one summary as part of the summary in ST_GeoTableSummary().

PostGIS Add-ons 1.32

03 Jul 21:57
Compare
Choose a tag to compare

Report changes made to ST_Histogram() to ST_GeoTableSummary() summary 6, 8 and 9. Mostly isolate NULL on a separate line when building histograms and enhance precision of double precision types converted to text to make comparison exact.

PostGIS Add-ons 1.31

27 Jun 20:04
Compare
Choose a tag to compare

Added ST_Histogram()

PostGIS Add-ons 1.30

21 Jun 20:41
Compare
Choose a tag to compare
  • Make count of small polygons a separate summary
  • Lowercase column names before searching for them in ST_ColumnExists() and ST_HasBasicIndex()
  • Set default values for replacecolumn and indexit and added a missing parameter in the SQL variant of ST_AddUniqueID()
  • Stop quoting column names in ST_ColumnIsUnique() and ST_AddUniqueID()

PostGIS Add-ons 1.29

19 Jun 19:22
Compare
Choose a tag to compare

Added ST_SplitByGrid()

PostGIS Add-ons 1.28

16 Jun 18:18
Compare
Choose a tag to compare

Added ST_GeoTableSummary() and ST_ColumnIsUnique()