postgis/utils
2022-10-29 12:09:39 +02:00
..
check_all_upgrades.sh Work around PG13 drop of FROM unpackaged syntax 2020-10-05 21:50:24 +02:00
check_cluster_upgrade.sh Check existence of init script, show upgrade dump log if any 2020-10-27 23:02:24 +01:00
check_news.sh Simplify timestamp extraction from NEWS 2019-12-27 14:40:02 +01:00
check_tests_enabled.sh regress/real is gone, update check_tests_enabled.sh accordingly 2022-01-20 22:24:53 +01:00
create_extension_unpackage.pl Standardize shebangs 2020-07-01 11:00:58 +02:00
create_spatial_ref_sys_config_dump.pl Standardize shebangs 2020-07-01 11:00:58 +02:00
create_undef.pl search_path vulnerability during install/upgrade. 2022-02-11 03:44:04 -05:00
create_unpackaged.pl Fix handling of multiline SQL defn in unpackaged script creation 2022-10-29 12:09:39 +02:00
Makefile.in Drop "svn" from revision header and generating script 2019-10-29 09:09:04 +01:00
postgis_proc_upgrade.pl Add missing schema qual to upgrade util 2022-09-28 23:43:49 -04:00
postgis_restore.pl.in Set postgis installation schema by default to the schema found in dump 2021-09-02 13:54:11 +02:00
profile_intersects.pl Standardize shebangs 2020-07-01 11:00:58 +02:00
read_scripts_version.pl Standardize shebangs 2020-07-01 11:00:58 +02:00
README Initial implementation of postgis procedures upgrade script 2005-06-06 16:49:41 +00:00
repo_revision.pl Standardize shebangs 2020-07-01 11:00:58 +02:00
test_estimation.pl Standardize shebangs 2020-07-01 11:00:58 +02:00
test_geography_estimation.pl Standardize shebangs 2020-07-01 11:00:58 +02:00
test_geography_joinestimation.pl Standardize shebangs 2020-07-01 11:00:58 +02:00
test_joinestimation.pl Standardize shebangs 2020-07-01 11:00:58 +02:00
uninstall_script Standardize shebangs 2020-07-01 11:00:58 +02: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.