postgis/utils
2016-03-10 06:35:48 +00:00
..
create_spatial_ref_sys_config_dump.pl Automatically generate system_ref_sys config dump for extension 2016-01-28 10:26:27 +00:00
create_undef.pl Strip newlines and comments from uninstall/drop scripts 2015-03-16 08:46:10 +00:00
create_unpackaged.pl Complain if extension scripts are sourced in psql 2014-05-14 10:06:20 +00:00
Makefile.in Do not override install/uninstall/clean targets from PGXS (#3284) 2015-09-29 11:12:36 +00:00
postgis_proc_set_search_path.pl avoid adding search_path to functions that work on internals (fix typo in last commit) 2016-03-10 06:35:48 +00:00
postgis_proc_upgrade.pl #3235, ensure all commands in upgrade are within transaction 2015-08-12 17:38:49 +00:00
postgis_restore.pl.in Update postgis_restore.pl skip list 2015-03-13 17:05:29 +00:00
profile_intersects.pl Remove the many and unloved $Id$ tags that clutter the code base 2015-05-13 18:13:18 +00:00
read_scripts_version.pl Add back some $Id tags and files missing in TWKB commit 2015-05-13 18:29:52 +00:00
README Initial implementation of postgis procedures upgrade script 2005-06-06 16:49:41 +00:00
svn_repo_revision.pl Don't override postgis_svn_revision.h with a fake revision (#1634) 2012-02-29 13:35:20 +00:00
test_estimation.pl Remove the many and unloved $Id$ tags that clutter the code base 2015-05-13 18:13:18 +00:00
test_geography_estimation.pl Remove the many and unloved $Id$ tags that clutter the code base 2015-05-13 18:13:18 +00:00
test_geography_joinestimation.pl Remove the many and unloved $Id$ tags that clutter the code base 2015-05-13 18:13:18 +00:00
test_joinestimation.pl Remove the many and unloved $Id$ tags that clutter the code base 2015-05-13 18:13:18 +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.