postgis/utils
Sandro Santilli d90f670d6d Add all signature in the current repository
git-svn-id: http://svn.osgeo.org/postgis/trunk@8798 b70326c6-7e19-0410-871a-916f4a2858ee
2012-01-13 13:31:43 +00:00
..
create_undef.pl Add support for dropping DOMAINs in create_undef.pl (#1407) 2011-12-24 11:21:50 +00:00
Makefile Add 'distclean' to the SUBDIRS target 2010-12-16 16:28:28 +00:00
postgis_proc_upgrade.pl Add rules on geometry_columns view to tolerate insert/update/delete 2012-01-10 18:12:27 +00:00
postgis_restore.pl Add all signature in the current repository 2012-01-13 13:31:43 +00:00
profile_intersects.pl Added USE_GIST variable on top of file. Changed true values report 2004-09-27 08:23:45 +00:00
read_scripts_version.pl Make POSTGIS_SCRIPTS_VERSION reflect the maximum SVN version of the SQL input files. (#242) 2009-11-16 19:52:58 +00:00
README Initial implementation of postgis procedures upgrade script 2005-06-06 16:49:41 +00:00
test_estimation.pl Fix test_estimation.pl script so it doesn't require oids - no-one uses these in the 21st century... 2009-10-15 17:44:48 +00:00
test_geography_estimation.pl Add (slightly hacked) version of geography selectivity test script to the repo. 2009-10-15 17:45:36 +00:00
test_geography_joinestimation.pl Commit a first-hack attempt at a script to test the geography join estimation code. 2009-10-16 16:31:52 +00:00
test_joinestimation.pl Change "Mixed Geometry Types" message into a warning rather than an error in the existing join estimation test script. 2009-10-16 16:23:50 +00:00
uninstall_script Additional work to remove DROP FUNCTION statements depending upon prior DROP TYPE ... CASCADE statements that generate ERRORs 2011-12-24 02:51:02 +00:00

test_estimation.pl
	test selectivity estimator for the && (overlap) operator

postgis_restore.pl
	restore a spatial database dump to a (possibly updated)
	new spatial database.

postgis_proc_upgrade.pl
	Create a postgis procedures upgrade script. Will warn
	if operations is not cleanly possible due to nature
	of changes in postgis procedures.

profile_intersects.pl
	compares distance()=0 and intersects() timings.