Commit graph

11 commits

Author SHA1 Message Date
Paul Ramsey 870eaef414 Remove the many and unloved $Id$ tags that clutter the code base
git-svn-id: http://svn.osgeo.org/postgis/trunk@13496 b70326c6-7e19-0410-871a-916f4a2858ee
2015-05-13 18:13:18 +00:00
Bborie Park 7f35d8de48 Change raster license from v3+ to v2+. Ticket #2516
git-svn-id: http://svn.osgeo.org/postgis/trunk@12058 b70326c6-7e19-0410-871a-916f4a2858ee
2013-10-28 18:53:52 +00:00
Bborie Park 02b2715d4a Added spatial_index column to raster_columns view. Ticket #2361
git-svn-id: http://svn.osgeo.org/postgis/trunk@11553 b70326c6-7e19-0410-871a-916f4a2858ee
2013-06-20 15:57:44 +00:00
Bborie Park c9d0c51865 Changed name of exclusion constraint to by dynamic due to conflict of
implicit index names. Ticket #2215

git-svn-id: http://svn.osgeo.org/postgis/trunk@11117 b70326c6-7e19-0410-871a-916f4a2858ee
2013-02-26 17:42:12 +00:00
Bborie Park 4c1f9a321c regular_blocking constraint removed. regular_blocking column of
raster_columns now looks for spatially_unique and coverage_tile
constraints. Ticket #2150

git-svn-id: http://svn.osgeo.org/postgis/trunk@10841 b70326c6-7e19-0410-871a-916f4a2858ee
2012-12-14 20:27:46 +00:00
Bborie Park 00fd6a924c Tweaked the extent computed for the extent constraint
git-svn-id: http://svn.osgeo.org/postgis/trunk@10832 b70326c6-7e19-0410-871a-916f4a2858ee
2012-12-14 20:26:30 +00:00
Bborie Park 6336860b6e Fixed to suppress PL/pgSQL notices causing issues due to line # output. Added order by to check_raster_overviews to ensure consistent output.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8464 b70326c6-7e19-0410-871a-916f4a2858ee
2011-12-19 04:56:31 +00:00
Bborie Park deb951ba5b Refactored and cleaned up the regressions checks of values in raster_columns and raster_overviews views.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8457 b70326c6-7e19-0410-871a-916f4a2858ee
2011-12-19 01:53:09 +00:00
Bborie Park ae7aca281d Minor comment cleanup in rtpostgis.sql.in.c. Added regression tests for AddRasterConstraints, AddOverviewConstraints, DropRasterConstraints and DropOverviewConstraints.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8448 b70326c6-7e19-0410-871a-916f4a2858ee
2011-12-16 22:07:26 +00:00
Bborie Park af14045d90 As per discussions and ticket #1319, raster_columns and raster_overviews are now constraint-based views. AddRasterColumn, DropRasterColumn and DropRasterTable are now deprecated in favor of AddRasterConstraints and DropRasterConstraints. Additional constraints are now available for enforcing the consistency of the rasters in a table.
git-svn-id: http://svn.osgeo.org/postgis/trunk@8305 b70326c6-7e19-0410-871a-916f4a2858ee
2011-12-05 18:58:51 +00:00
Jorge Arévalo dc8b342f29 - Added raster extension to new 'raster' directory.
- Modified PostGIS 'configure.ac' script to add support for new raster type (driven by '--with-raster' configure option.
- Added raster build options to 'GNUMakefile' script.
- PostGIS Python scripts moved to a 'python' subdirectory inside 'raster/scripts' directory.
- References to "WKT" deleted from source code.


git-svn-id: http://svn.osgeo.org/postgis/trunk@6019 b70326c6-7e19-0410-871a-916f4a2858ee
2010-09-26 21:21:03 +00:00