postgis/raster/test/regress
2012-02-04 17:53:39 +00:00
..
box3d.sql Move single-test data tables within the testfiles, cleanup after run 2011-12-24 09:58:39 +00:00
box3d_expected Dropped casts to box2d and replaced with casts to box3d. Associated ticket is #1330. 2011-12-14 22:57:58 +00:00
bug_test_car5.sql Cleanup created objects 2011-12-24 09:58:03 +00:00
bug_test_car5_expected - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
check_raster_columns.sql Fixed to suppress PL/pgSQL notices causing issues due to line # output. Added order by to check_raster_overviews to ensure consistent output. 2011-12-19 04:56:31 +00:00
check_raster_columns_expected Fixed to suppress PL/pgSQL notices causing issues due to line # output. Added order by to check_raster_overviews to ensure consistent output. 2011-12-19 04:56:31 +00:00
check_raster_overviews.sql Fixed to suppress PL/pgSQL notices causing issues due to line # output. Added order by to check_raster_overviews to ensure consistent output. 2011-12-19 04:56:31 +00:00
check_raster_overviews_expected Fixed to suppress PL/pgSQL notices causing issues due to line # output. Added order by to check_raster_overviews to ensure consistent output. 2011-12-19 04:56:31 +00:00
create_rt_band_properties_test.sql Changed SRID to something within the range permitted by GSERIALIZED. As of this revision, all raster regression tests pass successfully. 2011-06-14 19:32:18 +00:00
create_rt_band_properties_test_expected - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
create_rt_empty_raster_test.sql Added regress test files for ST_IsEmpty and ST_HasNoBand (they were missed in previous commit) 2011-01-03 16:17:36 +00:00
create_rt_empty_raster_test_expected Added regress test files for ST_IsEmpty and ST_HasNoBand (they were missed in previous commit) 2011-01-03 16:17:36 +00:00
create_rt_gist_test.sql Do not input an explicit value to mean unknown SRID (in raster test) 2011-10-10 07:35:36 +00:00
create_rt_gist_test_expected Strip 'SELECT' feedback from regression test outputs 2011-05-17 15:58:34 +00:00
create_rt_mapalgebra_test.sql Refactored ST_MapAlgebraFct to cache userfunction lookup, and accept NULL input and output values. 2011-11-18 20:15:00 +00:00
create_rt_mapalgebra_test_expected - One raster core implementation of MapAlgebra (related ticket #588, needs 2011-02-16 18:19:57 +00:00
create_rt_mapalgebrafctngb_test.sql Added helper user functions for common MapAlgebra operations: Min, Max, Mean, Range. #1318 2011-11-30 19:26:34 +00:00
create_rt_mapalgebrafctngb_test_expected Refactored ST_MapAlgebraFct to cache userfunction lookup, and accept NULL input and output values. 2011-11-18 20:15:00 +00:00
create_rt_properties_test.sql Commit of patch provided by David Zwarg in #482 adding the functions ST_SetRotation, ST_Rotation, ST_PixelHeight and ST_PixelWidth. 2011-08-19 14:04:50 +00:00
create_rt_properties_test_expected - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
create_rt_utility_test.sql - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
drop_rt_band_properties_test.sql Add a drop_rt_band_properties_test script for cleanup purposes 2011-12-24 09:58:25 +00:00
drop_rt_band_properties_test_expected Add a drop_rt_band_properties_test script for cleanup purposes 2011-12-24 09:58:25 +00:00
drop_rt_empty_raster_test.sql Add rt_empty_raster dropper script 2011-12-24 09:58:53 +00:00
drop_rt_empty_raster_test_expected Add rt_empty_raster dropper script 2011-12-24 09:58:53 +00:00
drop_rt_gist_test.sql Add a drop_rt_gist_test.sql file for cleanup purposes (#301) 2011-12-24 09:58:10 +00:00
drop_rt_gist_test_expected Add a drop_rt_gist_test.sql file for cleanup purposes (#301) 2011-12-24 09:58:10 +00:00
drop_rt_mapalgebra_test.sql Ensure mapalgebra test functions are dropped 2011-12-24 09:59:08 +00:00
drop_rt_mapalgebra_test_expected Ensure mapalgebra test functions are dropped 2011-12-24 09:59:08 +00:00
drop_rt_mapalgebrafctngb_test.sql Ensure mapalgebra test functions are dropped 2011-12-24 09:59:08 +00:00
drop_rt_mapalgebrafctngb_test_expected Ensure mapalgebra test functions are dropped 2011-12-24 09:59:08 +00:00
drop_rt_properties_test.sql Add rt_properties_test dropper script 2011-12-24 09:58:46 +00:00
drop_rt_properties_test_expected Add rt_properties_test dropper script 2011-12-24 09:58:46 +00:00
Makefile.in Exclude raster_columns from geometry_columns (#1122) 2012-01-20 09:11:42 +00:00
README - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
rt_above.sql Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_above_expected Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_addband.sql ST_AddBand version that takes an array of rasters 2011-12-10 03:12:06 +00:00
rt_addband_expected ST_AddBand version that takes an array of rasters 2011-12-10 03:12:06 +00:00
rt_asgdalraster.sql Additional regression tests for ST_AsGDALRaster, ST_GDALDrivers, ST_AsRaster, ST_Resample, ST_Metadata. Syntax cleanup in rt_pg.c and testwkb.c 2012-01-05 20:13:12 +00:00
rt_asgdalraster_expected Additional regression tests for ST_AsGDALRaster, ST_GDALDrivers, ST_AsRaster, ST_Resample, ST_Metadata. Syntax cleanup in rt_pg.c and testwkb.c 2012-01-05 20:13:12 +00:00
rt_asjpeg.sql Updated regression tests to correctly support change of unknown SRID from -1 to 0. 2011-09-30 00:11:55 +00:00
rt_asjpeg_expected fixed logic issues in ST_AsJPEG 2011-06-30 13:28:47 +00:00
rt_aspng.sql Updated regression tests to correctly support change of unknown SRID from -1 to 0. 2011-09-30 00:11:55 +00:00
rt_aspng_expected Updated expected output due to change in message 2011-09-07 13:58:19 +00:00
rt_asraster.sql Additional regression tests for ST_AsGDALRaster, ST_GDALDrivers, ST_AsRaster, ST_Resample, ST_Metadata. Syntax cleanup in rt_pg.c and testwkb.c 2012-01-05 20:13:12 +00:00
rt_asraster_expected Additional regression tests for ST_AsGDALRaster, ST_GDALDrivers, ST_AsRaster, ST_Resample, ST_Metadata. Syntax cleanup in rt_pg.c and testwkb.c 2012-01-05 20:13:12 +00:00
rt_astiff.sql Updated regression tests to correctly support change of unknown SRID from -1 to 0. 2011-09-30 00:11:55 +00:00
rt_astiff_expected - Added test testgdalraster.in which properly tests the output of ST_AsGDALRaster. This test makes use of rtgdalraster.py found in raster/scripts/python, which itself requires psycopg2. 2011-05-24 14:27:08 +00:00
rt_band.sql Refactored code and removed the use of SET_VARSIZE for RASTER_band to fix segfault. 2011-06-21 05:05:16 +00:00
rt_band_expected Refactored code and removed the use of SET_VARSIZE for RASTER_band to fix segfault. 2011-06-21 05:05:16 +00:00
rt_band_properties.sql Non-functional change. Updated author email address for dzwarg. 2011-11-18 20:56:57 +00:00
rt_band_properties_expected Added function ST_SetBandIsNoData with tests and doc. Deleted isnodata checking 2011-01-26 16:08:02 +00:00
rt_bandmetadata.sql Removed VARIADIC from ST_BandMetadata. Associated ticket is #1343. 2011-12-03 06:54:04 +00:00
rt_bandmetadata_expected Tweaked ST_BandMetadata so that calling the function with an empty array returns all metadata of all bands. Example: ST_BandMetadata(rast, VARIADIC ARRAY[]::int[]) 2011-12-01 02:23:46 +00:00
rt_below.sql Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_below_expected Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_bytea.sql Move single-test data tables within the testfiles, cleanup after run 2011-12-24 09:58:39 +00:00
rt_bytea_expected - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
rt_contain.sql Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_contain_expected Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_contained.sql Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_contained_expected Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_count.sql Refactored functions returning sets to use Datums instead of C strings, which were causing rounding issues particularly for ST_Metadata. This refactoring affected RASTER_metadata, RASTER_bandmetadata, RASTER_summarystats, RASTER_histogram, RASTER_quantile, RASTER_valuecount and RASTER_gdaldrivers. 2011-07-14 14:54:49 +00:00
rt_count_expected - remove OUT parameters on those functions that only return a single value. 2011-05-27 23:35:07 +00:00
rt_dimensions.sql - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
rt_dimensions_expected - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
rt_georeference.sql Commit of patch provided by David Zwarg in #482 adding the functions ST_SetRotation, ST_Rotation, ST_PixelHeight and ST_PixelWidth. 2011-08-19 14:04:50 +00:00
rt_georeference_expected Commit of patch provided by David Zwarg in #482 adding the functions ST_SetRotation, ST_Rotation, ST_PixelHeight and ST_PixelWidth. 2011-08-19 14:04:50 +00:00
rt_hasnoband.sql Added regress test files for ST_IsEmpty and ST_HasNoBand (they were missed in previous commit) 2011-01-03 16:17:36 +00:00
rt_hasnoband_expected Added regress test files for ST_IsEmpty and ST_HasNoBand (they were missed in previous commit) 2011-01-03 16:17:36 +00:00
rt_histogram.sql Memory bug fixes and additional regression tests for ST_SummaryStats, ST_Histogram, ST_ValueCount, ST_Reclass and ST_Quantile. Ticket is #1432. 2012-01-05 18:59:52 +00:00
rt_histogram_expected Memory bug fixes and additional regression tests for ST_SummaryStats, ST_Histogram, ST_ValueCount, ST_Reclass and ST_Quantile. Ticket is #1432. 2012-01-05 18:59:52 +00:00
rt_intersection.sql Drop created function after run 2011-12-24 09:59:14 +00:00
rt_intersection_expected Fixed to suppress PL/pgSQL notices causing issues due to line # output. Added order by to check_raster_overviews to ensure consistent output. 2011-12-19 04:56:31 +00:00
rt_intersects.sql For linestrings, use same logic for points where extent is increased by half a pixel to catch geometries on the edges. 2011-10-04 19:50:54 +00:00
rt_intersects_expected Further tweaks to rt_raster_gdal_rasterize to correctly handle auto-computed extents of multipoints. Addition of ST_Intersects for two rasters. Refactored the one raster and one geometry version of ST_Intersects. 2011-09-22 15:07:25 +00:00
rt_io.sql Cleanup after run 2011-12-24 09:58:31 +00:00
rt_io_expected -Fix for ticket 792: Clamp double to known values when pixeltype is other than double in rt_band_set_nodata, rt_band_set_pixel & rt_raster_generate_new_band 2011-03-18 14:06:55 +00:00
rt_isempty.sql Added regress test files for ST_IsEmpty and ST_HasNoBand (they were missed in previous commit) 2011-01-03 16:17:36 +00:00
rt_isempty_expected Added regress test files for ST_IsEmpty and ST_HasNoBand (they were missed in previous commit) 2011-01-03 16:17:36 +00:00
rt_left.sql Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_left_expected Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_mapalgebraexpr.sql Implemented new keywords for 1-raster ST_MapAlgebraExpr (#1525) 2012-02-04 17:53:39 +00:00
rt_mapalgebraexpr_2raster.sql Implemented keywords for 2-raster ST_MapAlgebraExpr as described in #1525. Will do 2-raster ST_MapAlgebraFct next. 2012-02-03 22:57:36 +00:00
rt_mapalgebraexpr_2raster_expected Add ST_MapAlgebraFct for 2 rasters. This is the sibling of 2-raster ST_MapAlgebraExpr. Renamed RASTER_mapAlgebra2Expr to RASTER_mapAlgebra2 as both 2-raster ST_MapAlgebraExpr and ST_MapAlgebraFct call the same function. 2011-11-11 15:41:32 +00:00
rt_mapalgebraexpr_expected Fixed optimization bug in 1-raster ST_MapAlgebraExpr. Ticket is #1515. 2012-02-03 18:09:27 +00:00
rt_mapalgebrafct.sql Refactored ST_MapAlgebraFct to cache userfunction lookup, and accept NULL input and output values. 2011-11-18 20:15:00 +00:00
rt_mapalgebrafct_2raster.sql Added checks to make sure user-function is valid. Also added check for volatility of user-function with notice if function is volatile. 2011-11-12 15:12:30 +00:00
rt_mapalgebrafct_2raster_expected Added checks to make sure user-function is valid. Also added check for volatility of user-function with notice if function is volatile. 2011-11-12 15:12:30 +00:00
rt_mapalgebrafct_expected Refactored ST_MapAlgebraFct to cache userfunction lookup, and accept NULL input and output values. 2011-11-18 20:15:00 +00:00
rt_mapalgebrafctngb.sql Added helper user functions for common MapAlgebra operations: Min, Max, Mean, Range. #1318 2011-11-30 19:26:34 +00:00
rt_mapalgebrafctngb_expected Updated tests for 'dog-ate-my-homework' test. Expanded comments and elaborated on complex conditionals in ST_MapAlgebraFctNgb 2011-11-30 16:45:54 +00:00
rt_mapalgebrafctngb_userfunc.sql Added neighborhood hillshade on top of ST_MapAlgebraFctNgb. Part of #1318 2011-12-01 04:29:24 +00:00
rt_mapalgebrafctngb_userfunc_expected Added neighborhood hillshade on top of ST_MapAlgebraFctNgb. Part of #1318 2011-12-01 04:29:24 +00:00
rt_metadata.sql Additional regression tests for ST_AsGDALRaster, ST_GDALDrivers, ST_AsRaster, ST_Resample, ST_Metadata. Syntax cleanup in rt_pg.c and testwkb.c 2012-01-05 20:13:12 +00:00
rt_metadata_expected Additional regression tests for ST_AsGDALRaster, ST_GDALDrivers, ST_AsRaster, ST_Resample, ST_Metadata. Syntax cleanup in rt_pg.c and testwkb.c 2012-01-05 20:13:12 +00:00
rt_overabove.sql Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_overabove_expected Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_overbelow.sql Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_overbelow_expected Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_overlap.sql Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_overlap_expected Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_overleft.sql Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_overleft_expected Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_overright.sql Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_overright_expected Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_pixelsize.sql Inclusion of missing ST_PixelWidth and ST_PixelHeight functions and regression tests. 2011-08-24 15:23:25 +00:00
rt_pixelsize_expected Inclusion of missing ST_PixelWidth and ST_PixelHeight functions and regression tests. 2011-08-24 15:23:25 +00:00
rt_pixelvalue.sql Refactored regression test for ST_PixelAsPolygon 2012-02-01 14:58:32 +00:00
rt_pixelvalue_expected modified expected results for rt_pixelvalue. 2011-06-27 19:02:04 +00:00
rt_quantile.sql Memory bug fixes and additional regression tests for ST_SummaryStats, ST_Histogram, ST_ValueCount, ST_Reclass and ST_Quantile. Ticket is #1432. 2012-01-05 18:59:52 +00:00
rt_quantile_expected Memory bug fixes and additional regression tests for ST_SummaryStats, ST_Histogram, ST_ValueCount, ST_Reclass and ST_Quantile. Ticket is #1432. 2012-01-05 18:59:52 +00:00
rt_reclass.sql Memory bug fixes and additional regression tests for ST_SummaryStats, ST_Histogram, ST_ValueCount, ST_Reclass and ST_Quantile. Ticket is #1432. 2012-01-05 18:59:52 +00:00
rt_reclass_expected Memory bug fixes and additional regression tests for ST_SummaryStats, ST_Histogram, ST_ValueCount, ST_Reclass and ST_Quantile. Ticket is #1432. 2012-01-05 18:59:52 +00:00
rt_resample.sql Additional regression tests for ST_AsGDALRaster, ST_GDALDrivers, ST_AsRaster, ST_Resample, ST_Metadata. Syntax cleanup in rt_pg.c and testwkb.c 2012-01-05 20:13:12 +00:00
rt_resample_expected Additional regression tests for ST_AsGDALRaster, ST_GDALDrivers, ST_AsRaster, ST_Resample, ST_Metadata. Syntax cleanup in rt_pg.c and testwkb.c 2012-01-05 20:13:12 +00:00
rt_right.sql Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_right_expected Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_rotation.sql Commit of patch provided by David Zwarg in #482 adding the functions ST_SetRotation, ST_Rotation, ST_PixelHeight and ST_PixelWidth. 2011-08-19 14:04:50 +00:00
rt_rotation_expected Commit of patch provided by David Zwarg in #482 adding the functions ST_SetRotation, ST_Rotation, ST_PixelHeight and ST_PixelWidth. 2011-08-19 14:04:50 +00:00
rt_same.sql Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_same_expected Renamed operator functions and made appropriate changes to associated operators to be inline with usage for geometry and geography. Associated ticket is #633. Existing users will not be affected as the upgrade scripts do not drop or add new operators. 2011-12-14 23:51:24 +00:00
rt_samealignment.sql Implements ST_SameAlignment. 2011-10-05 23:03:19 +00:00
rt_samealignment_expected Corrected rt_raster_same_alignment() and RASTER_sameAlignment() to behave as an end-user would expect it to. So intead of errors when parameters don't match, return false. 2011-10-21 19:10:53 +00:00
rt_scale.sql Renamed accessors and editors of 'PixelSize' to 'Scale', including tests. 2011-01-03 10:46:41 +00:00
rt_scale_expected Renamed accessors and editors of 'PixelSize' to 'Scale', including tests. 2011-01-03 10:46:41 +00:00
rt_set_band_properties.sql Non-functional change. Updated author email address for dzwarg. 2011-11-18 20:56:57 +00:00
rt_set_band_properties_expected - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
rt_set_properties.sql Non-functional change. Updated author email address for dzwarg. 2011-11-18 20:56:57 +00:00
rt_set_properties_expected - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
rt_spatial_relationship.sql cleanup data tables 2011-12-24 09:58:17 +00:00
rt_spatial_relationship_expected Update expected raster intersection results after fix to #852 2012-01-19 17:03:07 +00:00
rt_summarystats.sql Memory bug fixes and additional regression tests for ST_SummaryStats, ST_Histogram, ST_ValueCount, ST_Reclass and ST_Quantile. Ticket is #1432. 2012-01-05 18:59:52 +00:00
rt_summarystats_expected Memory bug fixes and additional regression tests for ST_SummaryStats, ST_Histogram, ST_ValueCount, ST_Reclass and ST_Quantile. Ticket is #1432. 2012-01-05 18:59:52 +00:00
rt_union.sql Revisions to ST_Union for raster: get rid of dependency on rastexpr (and get rid of type), put in regress tests, get rid of many ST_Union permutations and limit to st_union(rast), st_union(rast,p_expression), st_union(rast,band_num), st_union(rast,band_num,p_expression). Note for drop I'm not dropping those other versions in case people have installed them from scripts folder or are currently using them. just dropping the ones I'm replacing. 2011-12-11 15:45:07 +00:00
rt_union_expected Revisions to ST_Union for raster: get rid of dependency on rastexpr (and get rid of type), put in regress tests, get rid of many ST_Union permutations and limit to st_union(rast), st_union(rast,p_expression), st_union(rast,band_num), st_union(rast,band_num,p_expression). Note for drop I'm not dropping those other versions in case people have installed them from scripts folder or are currently using them. just dropping the ones I'm replacing. 2011-12-11 15:45:07 +00:00
rt_upperleft.sql - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
rt_upperleft_expected - Added raster extension to new 'raster' directory. 2010-09-26 21:21:03 +00:00
rt_utility.sql Don't load rt_utility_test data creator as test 2011-12-24 09:59:00 +00:00
rt_utility_expected Addition of C-based ST_MinPossibleValue to replace the existing ST_MinPossibleVal which uses hard-coded values. Updated dependent functions and scripts/plpgsql to use new function. Deleted scripts/plpgsql/st_minpossibleval.sql to stop people from using it. Associated ticket is #1298. 2011-12-16 01:11:21 +00:00
rt_valuecount.sql Memory bug fixes and additional regression tests for ST_SummaryStats, ST_Histogram, ST_ValueCount, ST_Reclass and ST_Quantile. Ticket is #1432. 2012-01-05 18:59:52 +00:00
rt_valuecount_expected Memory bug fixes and additional regression tests for ST_SummaryStats, ST_Histogram, ST_ValueCount, ST_Reclass and ST_Quantile. Ticket is #1432. 2012-01-05 18:59:52 +00:00
rt_valuepercent.sql - remove OUT parameters on those functions that only return a single value. 2011-05-27 23:35:07 +00:00
rt_valuepercent_expected Addition of ST_ValuePercent, sibling of ST_ValueCount. This function provides the ability to determine the percentage of a raster's band that is of a user-specified value. 2011-05-26 20:04:12 +00:00
run_test.in ST_SummaryStats returns the sum as part of the summary stats. 2011-05-18 14:18:15 +00:00
testgdalraster.in - Added test testgdalraster.in which properly tests the output of ST_AsGDALRaster. This test makes use of rtgdalraster.py found in raster/scripts/python, which itself requires psycopg2. 2011-05-24 14:27:08 +00:00
testgdalraster.test - Added test testgdalraster.in which properly tests the output of ST_AsGDALRaster. This test makes use of rtgdalraster.py found in raster/scripts/python, which itself requires psycopg2. 2011-05-24 14:27:08 +00:00
testgdalraster_expected - Added test testgdalraster.in which properly tests the output of ST_AsGDALRaster. This test makes use of rtgdalraster.py found in raster/scripts/python, which itself requires psycopg2. 2011-05-24 14:27:08 +00:00
tickets.sql Exclude raster_columns from geometry_columns (#1122) 2012-01-20 09:11:42 +00:00
tickets_expected Exclude raster_columns from geometry_columns (#1122) 2012-01-20 09:11:42 +00:00

Run 'make check' to run the postgresql-wrappers regression testing.

You must be allowed to create databases and install C-language
function in it.

You must also have installed the wrappers with 'make install'
from top-level dir.