postgis/utils
2023-04-07 23:54:58 +02:00
..
check_all_upgrades.sh Turn off unpackaged -> packaged tests as well 2023-03-29 19:21:14 -04:00
check_cluster_upgrade.sh Fix and improve check_cluster_upgrade script 2022-02-01 15:16:33 +01:00
check_distclean.sh Add check_distclean utility script 2022-02-25 10:49:26 +01:00
check_news.sh Simplify timestamp extraction from NEWS 2019-12-27 14:40:02 +01:00
check_tests_enabled.sh Drop redundant variable topsrcdir, use top_srcdir 2022-06-21 10:30:10 +02:00
create_extension_unpackage.pl Standardize shebangs 2020-07-01 11:00:58 +02:00
create_or_replace_to_create.pl cleanup remove unused functions, fix help 2022-08-01 20:26:24 -04:00
create_skip_signatures.pl Trim leading blanks from signature arguments 2023-04-07 23:54:58 +02:00
create_spatial_ref_sys_config_dump.pl On update, apply the latest spatial_ref_sys. Also, use a multi-valued insert with a no-op on conflict for spatial_ref_sys. References #5024 2022-02-15 12:20:13 -08:00
create_uninstall.pl Rename create_undef.pl to create_uninstall.pl 2023-02-27 22:27:27 +01:00
create_unpackaged.pl Fix handling of multiline SQL defn in unpackaged script creation 2022-10-29 12:02:40 +02:00
create_upgrade.pl Support fully-qualified types and array types in CAST syntax 2023-02-21 23:25:29 +01:00
Makefile.in Add ad-hoc script to create skip signatures for postgis_restore.pl 2023-02-28 01:02:31 +01:00
postgis_restore.pl.in Generate aggregate items of skip list 2023-03-01 03:01:35 +01: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 Rename postgis_proc_upgrade.pl to create_upgrade.pl, drop unused argument 2022-06-21 12:46:15 +02: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.

create_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.