forked from pgRouting/pgrouting
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a457a85
commit 7b06186
Showing
1 changed file
with
0 additions
and
325 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,325 +0,0 @@ | ||
pgr_alphashape(geometry,double precision) | ||
_pgr_alphashape(text,double precision) | ||
pgr_analyzegraph(text,double precision,text,text,text,text,text) | ||
pgr_analyzeoneway(text,text[],text[],text[],text[],boolean,text,text,text) | ||
_pgr_array_reverse(anyarray) | ||
_pgr_articulationpoints(text) | ||
pgr_articulationpoints(text) | ||
pgr_astarcostmatrix(text,anyarray,boolean,integer,double precision,double precision) | ||
pgr_astarcost(text,anyarray,anyarray,boolean,integer,double precision,double precision) | ||
pgr_astarcost(text,anyarray,bigint,boolean,integer,double precision,double precision) | ||
pgr_astarcost(text,bigint,anyarray,boolean,integer,double precision,double precision) | ||
pgr_astarcost(text,bigint,bigint,boolean,integer,double precision,double precision) | ||
pgr_astarcost(text,text,boolean,integer,double precision,double precision) | ||
pgr_astar(text,anyarray,anyarray,boolean,integer,double precision,double precision) | ||
_pgr_astar(text,anyarray,anyarray,boolean,integer,double precision,double precision,boolean,boolean) | ||
pgr_astar(text,anyarray,bigint,boolean,integer,double precision,double precision) | ||
pgr_astar(text,bigint,anyarray,boolean,integer,double precision,double precision) | ||
pgr_astar(text,bigint,bigint,boolean,integer,double precision,double precision) | ||
pgr_astar(text,text,boolean,integer,double precision,double precision) | ||
_pgr_astar(text,text,boolean,integer,double precision,double precision,boolean) | ||
pgr_bdastarcostmatrix(text,anyarray,boolean,integer,numeric,numeric) | ||
pgr_bdastarcost(text,anyarray,anyarray,boolean,integer,numeric,numeric) | ||
pgr_bdastarcost(text,anyarray,bigint,boolean,integer,numeric,numeric) | ||
pgr_bdastarcost(text,bigint,anyarray,boolean,integer,numeric,numeric) | ||
pgr_bdastarcost(text,bigint,bigint,boolean,integer,numeric,numeric) | ||
pgr_bdastarcost(text,text,boolean,integer,numeric,numeric) | ||
_pgr_bdastar(text,anyarray,anyarray,boolean,integer,double precision,double precision,boolean) | ||
pgr_bdastar(text,anyarray,anyarray,boolean,integer,numeric,numeric) | ||
pgr_bdastar(text,anyarray,bigint,boolean,integer,numeric,numeric) | ||
pgr_bdastar(text,bigint,anyarray,boolean,integer,numeric,numeric) | ||
pgr_bdastar(text,bigint,bigint,boolean,integer,numeric,numeric) | ||
_pgr_bdastar(text,text,boolean,integer,double precision,double precision,boolean) | ||
pgr_bdastar(text,text,boolean,integer,numeric,numeric) | ||
pgr_bddijkstracostmatrix(text,anyarray,boolean) | ||
pgr_bddijkstracost(text,anyarray,anyarray,boolean) | ||
pgr_bddijkstracost(text,anyarray,bigint,boolean) | ||
pgr_bddijkstracost(text,bigint,anyarray,boolean) | ||
pgr_bddijkstracost(text,bigint,bigint,boolean) | ||
pgr_bddijkstracost(text,text,boolean) | ||
pgr_bddijkstra(text,anyarray,anyarray,boolean) | ||
_pgr_bddijkstra(text,anyarray,anyarray,boolean,boolean) | ||
pgr_bddijkstra(text,anyarray,bigint,boolean) | ||
pgr_bddijkstra(text,bigint,anyarray,boolean) | ||
pgr_bddijkstra(text,bigint,bigint,boolean) | ||
pgr_bddijkstra(text,text,boolean) | ||
_pgr_bddijkstra(text,text,boolean,boolean) | ||
pgr_bellmanford(text,anyarray,anyarray,boolean) | ||
_pgr_bellmanford(text,anyarray,anyarray,boolean,boolean) | ||
pgr_bellmanford(text,anyarray,bigint,boolean) | ||
pgr_bellmanford(text,bigint,anyarray,boolean) | ||
pgr_bellmanford(text,bigint,bigint,boolean) | ||
pgr_bellmanford(text,text,boolean) | ||
_pgr_bellmanford(text,text,boolean,boolean) | ||
_pgr_betweennesscentrality(text,boolean) | ||
pgr_betweennesscentrality(text,boolean) | ||
_pgr_biconnectedcomponents(text) | ||
pgr_biconnectedcomponents(text) | ||
_pgr_binarybreadthfirstsearch(text,anyarray,anyarray,boolean) | ||
pgr_binarybreadthfirstsearch(text,anyarray,anyarray,boolean) | ||
pgr_binarybreadthfirstsearch(text,anyarray,bigint,boolean) | ||
pgr_binarybreadthfirstsearch(text,bigint,anyarray,boolean) | ||
pgr_binarybreadthfirstsearch(text,bigint,bigint,boolean) | ||
_pgr_binarybreadthfirstsearch(text,text,boolean) | ||
pgr_binarybreadthfirstsearch(text,text,boolean) | ||
_pgr_bipartite(text) | ||
pgr_bipartite(text) | ||
_pgr_boost_version() | ||
pgr_boykovkolmogorov(text,anyarray,anyarray) | ||
pgr_boykovkolmogorov(text,anyarray,bigint) | ||
pgr_boykovkolmogorov(text,bigint,anyarray) | ||
pgr_boykovkolmogorov(text,bigint,bigint) | ||
pgr_boykovkolmogorov(text,text) | ||
_pgr_breadthfirstsearch(text,anyarray,bigint,boolean) | ||
pgr_breadthfirstsearch(text,anyarray,bigint,boolean) | ||
pgr_breadthfirstsearch(text,bigint,bigint,boolean) | ||
_pgr_bridges(text) | ||
pgr_bridges(text) | ||
_pgr_build_type() | ||
_pgr_checkcolumn(text,text,text,boolean,boolean) | ||
_pgr_checkquery(text) | ||
_pgr_checkverttab(text,text[],integer,text) | ||
pgr_chinesepostmancost(text) | ||
pgr_chinesepostman(text) | ||
_pgr_chinesepostman(text,boolean) | ||
_pgr_compilation_date() | ||
_pgr_compiler_version() | ||
_pgr_connectedcomponents(text) | ||
pgr_connectedcomponents(text) | ||
_pgr_contraction(text,bigint[],integer,bigint[],boolean) | ||
pgr_contraction(text,bigint[],integer,bigint[],boolean) | ||
_pgr_createindex(text,text,text,integer,text) | ||
_pgr_createindex(text,text,text,text,integer,text) | ||
pgr_createtopology(text,double precision,text,text,text,text,text,boolean) | ||
pgr_createverticestable(text,text,text,text,text) | ||
_pgr_cuthillmckeeordering(text) | ||
pgr_cuthillmckeeordering(text) | ||
pgr_dagshortestpath(text,anyarray,anyarray) | ||
_pgr_dagshortestpath(text,anyarray,anyarray,boolean,boolean) | ||
pgr_dagshortestpath(text,anyarray,bigint) | ||
pgr_dagshortestpath(text,bigint,anyarray) | ||
pgr_dagshortestpath(text,bigint,bigint) | ||
pgr_dagshortestpath(text,text) | ||
_pgr_dagshortestpath(text,text,boolean,boolean) | ||
pgr_degree(text,text,boolean) | ||
_pgr_depthfirstsearch(text,anyarray,boolean,bigint) | ||
pgr_depthfirstsearch(text,anyarray,boolean,bigint) | ||
pgr_depthfirstsearch(text,bigint,boolean,bigint) | ||
pgr_dijkstracostmatrix(text,anyarray,boolean) | ||
pgr_dijkstracost(text,anyarray,anyarray,boolean) | ||
pgr_dijkstracost(text,anyarray,bigint,boolean) | ||
pgr_dijkstracost(text,bigint,anyarray,boolean) | ||
pgr_dijkstracost(text,bigint,bigint,boolean) | ||
pgr_dijkstracost(text,text,boolean) | ||
pgr_dijkstranearcost(text,anyarray,anyarray,boolean,bigint,boolean) | ||
pgr_dijkstranearcost(text,anyarray,bigint,boolean,bigint) | ||
pgr_dijkstranearcost(text,bigint,anyarray,boolean,bigint) | ||
pgr_dijkstranearcost(text,text,boolean,bigint,boolean) | ||
pgr_dijkstranear(text,anyarray,anyarray,boolean,bigint,boolean) | ||
pgr_dijkstranear(text,anyarray,bigint,boolean,bigint) | ||
pgr_dijkstranear(text,bigint,anyarray,boolean,bigint) | ||
pgr_dijkstranear(text,text,boolean,bigint,boolean) | ||
pgr_dijkstra(text,anyarray,anyarray,boolean) | ||
_pgr_dijkstra(text,anyarray,anyarray,boolean,boolean,boolean,bigint,boolean) | ||
pgr_dijkstra(text,anyarray,bigint,boolean) | ||
pgr_dijkstra(text,bigint,anyarray,boolean) | ||
pgr_dijkstra(text,bigint,bigint,boolean) | ||
pgr_dijkstra(text,text,boolean) | ||
_pgr_dijkstra(text,text,boolean,boolean,bigint,boolean) | ||
_pgr_dijkstravia(text,anyarray,boolean,boolean,boolean) | ||
pgr_dijkstravia(text,anyarray,boolean,boolean,boolean) | ||
pgr_drivingdistance(text,anyarray,double precision,boolean,boolean) | ||
pgr_drivingdistance(text,bigint,double precision,boolean) | ||
_pgr_drivingdistancev4(text,anyarray,double precision,boolean,boolean) | ||
_pgr_edgecoloring(text) | ||
pgr_edgecoloring(text) | ||
_pgr_edgedisjointpaths(text,anyarray,anyarray,boolean) | ||
pgr_edgedisjointpaths(text,anyarray,anyarray,boolean) | ||
pgr_edgedisjointpaths(text,anyarray,bigint,boolean) | ||
pgr_edgedisjointpaths(text,bigint,anyarray,boolean) | ||
pgr_edgedisjointpaths(text,bigint,bigint,boolean) | ||
_pgr_edgedisjointpaths(text,text,boolean) | ||
pgr_edgedisjointpaths(text,text,boolean) | ||
pgr_edmondskarp(text,anyarray,anyarray) | ||
pgr_edmondskarp(text,anyarray,bigint) | ||
pgr_edmondskarp(text,bigint,anyarray) | ||
pgr_edmondskarp(text,bigint,bigint) | ||
pgr_edmondskarp(text,text) | ||
_pgr_edwardmoore(text,anyarray,anyarray,boolean) | ||
pgr_edwardmoore(text,anyarray,anyarray,boolean) | ||
pgr_edwardmoore(text,anyarray,bigint,boolean) | ||
pgr_edwardmoore(text,bigint,anyarray,boolean) | ||
pgr_edwardmoore(text,bigint,bigint,boolean) | ||
_pgr_edwardmoore(text,text,boolean) | ||
pgr_edwardmoore(text,text,boolean) | ||
_pgr_endpoint(geometry) | ||
pgr_extractvertices(text,boolean) | ||
pgr_findcloseedges(text,geometry,double precision,integer,boolean,boolean) | ||
pgr_findcloseedges(text,geometry[],double precision,integer,boolean,boolean) | ||
_pgr_floydwarshall(text,boolean) | ||
pgr_floydwarshall(text,boolean) | ||
pgr_full_version() | ||
_pgr_getcolumnname(text,text,integer,text) | ||
_pgr_getcolumnname(text,text,text,integer,text) | ||
_pgr_getcolumntype(text,text,integer,text) | ||
_pgr_getcolumntype(text,text,text,integer,text) | ||
_pgr_get_statement(text) | ||
_pgr_gettablename(text,integer,text) | ||
_pgr_git_hash() | ||
_pgr_hawickcircuits(text) | ||
pgr_hawickcircuits(text) | ||
_pgr_iscolumnindexed(text,text,integer,text) | ||
_pgr_iscolumnindexed(text,text,text,integer,text) | ||
_pgr_iscolumnintable(text,text) | ||
_pgr_isplanar(text) | ||
pgr_isplanar(text) | ||
_pgr_johnson(text,boolean) | ||
pgr_johnson(text,boolean) | ||
pgr_kruskalbfs(text,anyarray,bigint) | ||
pgr_kruskalbfs(text,bigint,bigint) | ||
pgr_kruskaldd(text,anyarray,double precision) | ||
pgr_kruskaldd(text,anyarray,numeric) | ||
pgr_kruskaldd(text,bigint,double precision) | ||
pgr_kruskaldd(text,bigint,numeric) | ||
pgr_kruskaldfs(text,anyarray,bigint) | ||
pgr_kruskaldfs(text,bigint,bigint) | ||
pgr_kruskal(text) | ||
_pgr_kruskal(text,anyarray,text,bigint,double precision) | ||
_pgr_kruskalv4(text,anyarray,text,bigint,double precision) | ||
pgr_ksp(text,anyarray,anyarray,integer,boolean,boolean) | ||
_pgr_ksp(text,anyarray,anyarray,integer,boolean,boolean,boolean) | ||
pgr_ksp(text,anyarray,bigint,integer,boolean,boolean) | ||
pgr_ksp(text,bigint,anyarray,integer,boolean,boolean) | ||
_pgr_ksp(text,bigint,bigint,integer,boolean,boolean) | ||
pgr_ksp(text,bigint,bigint,integer,boolean,boolean) | ||
_pgr_ksp(text,text,integer,boolean,boolean) | ||
pgr_ksp(text,text,integer,boolean,boolean) | ||
_pgr_lengauertarjandominatortree(text,bigint) | ||
pgr_lengauertarjandominatortree(text,bigint) | ||
_pgr_lib_version() | ||
_pgr_linegraphfull(text) | ||
pgr_linegraphfull(text) | ||
_pgr_linegraph(text,boolean) | ||
pgr_linegraph(text,boolean) | ||
_pgr_makeconnected(text) | ||
pgr_makeconnected(text) | ||
pgr_maxcardinalitymatch(text) | ||
_pgr_maxcardinalitymatch(text,boolean) | ||
pgr_maxcardinalitymatch(text,boolean) | ||
pgr_maxflowmincost_cost(text,anyarray,anyarray) | ||
pgr_maxflowmincost_cost(text,anyarray,bigint) | ||
pgr_maxflowmincost_cost(text,bigint,anyarray) | ||
pgr_maxflowmincost_cost(text,bigint,bigint) | ||
pgr_maxflowmincost_cost(text,text) | ||
pgr_maxflowmincost(text,anyarray,anyarray) | ||
_pgr_maxflowmincost(text,anyarray,anyarray,boolean) | ||
pgr_maxflowmincost(text,anyarray,bigint) | ||
pgr_maxflowmincost(text,bigint,anyarray) | ||
pgr_maxflowmincost(text,bigint,bigint) | ||
pgr_maxflowmincost(text,text) | ||
_pgr_maxflowmincost(text,text,boolean) | ||
pgr_maxflow(text,anyarray,anyarray) | ||
_pgr_maxflow(text,anyarray,anyarray,integer,boolean) | ||
pgr_maxflow(text,anyarray,bigint) | ||
pgr_maxflow(text,bigint,anyarray) | ||
pgr_maxflow(text,bigint,bigint) | ||
pgr_maxflow(text,text) | ||
_pgr_maxflow(text,text,integer,boolean) | ||
_pgr_msg(integer,text,text) | ||
pgr_nodenetwork(text,double precision,text,text,text,text,boolean) | ||
_pgr_onerror(boolean,integer,text,text,text,text) | ||
_pgr_operating_system() | ||
_pgr_parameter_check(text,text,boolean) | ||
_pgr_pgsql_version() | ||
_pgr_pickdelivereuclidean(text,text,double precision,integer,integer) | ||
pgr_pickdelivereuclidean(text,text,double precision,integer,integer) | ||
_pgr_pickdeliver(text,text,text,double precision,integer,integer) | ||
pgr_pickdeliver(text,text,text,double precision,integer,integer) | ||
_pgr_pointtoid(geometry,double precision,text,integer) | ||
pgr_primbfs(text,anyarray,bigint) | ||
pgr_primbfs(text,bigint,bigint) | ||
pgr_primdd(text,anyarray,double precision) | ||
pgr_primdd(text,anyarray,numeric) | ||
pgr_primdd(text,bigint,double precision) | ||
pgr_primdd(text,bigint,numeric) | ||
pgr_primdfs(text,anyarray,bigint) | ||
pgr_primdfs(text,bigint,bigint) | ||
pgr_prim(text) | ||
_pgr_prim(text,anyarray,text,bigint,double precision) | ||
_pgr_primv4(text,anyarray,text,bigint,double precision) | ||
pgr_pushrelabel(text,anyarray,anyarray) | ||
pgr_pushrelabel(text,anyarray,bigint) | ||
pgr_pushrelabel(text,bigint,anyarray) | ||
pgr_pushrelabel(text,bigint,bigint) | ||
pgr_pushrelabel(text,text) | ||
_pgr_quote_ident(text) | ||
_pgr_sequentialvertexcoloring(text) | ||
pgr_sequentialvertexcoloring(text) | ||
_pgr_startpoint(geometry) | ||
_pgr_stoerwagner(text) | ||
pgr_stoerwagner(text) | ||
_pgr_strongcomponents(text) | ||
pgr_strongcomponents(text) | ||
_pgr_topologicalsort(text) | ||
pgr_topologicalsort(text) | ||
_pgr_transitiveclosure(text) | ||
pgr_transitiveclosure(text) | ||
pgr_trsp(text,text,anyarray,anyarray,boolean) | ||
pgr_trsp(text,text,anyarray,bigint,boolean) | ||
pgr_trsp(text,text,bigint,anyarray,boolean) | ||
pgr_trsp(text,text,bigint,bigint,boolean) | ||
pgr_trsp(text,text,text,boolean) | ||
_pgr_trspv4(text,text,anyarray,anyarray,boolean) | ||
_pgr_trspv4(text,text,text,boolean) | ||
_pgr_trspvia(text,text,anyarray,boolean,boolean,boolean) | ||
pgr_trspvia(text,text,anyarray,boolean,boolean,boolean) | ||
_pgr_trspvia_withpoints(text,text,text,anyarray,boolean,boolean,boolean,character,boolean) | ||
pgr_trspvia_withpoints(text,text,text,anyarray,boolean,boolean,boolean,character,boolean) | ||
_pgr_trsp_withpoints(text,text,text,anyarray,anyarray,boolean,character,boolean) | ||
pgr_trsp_withpoints(text,text,text,anyarray,anyarray,boolean,character,boolean) | ||
pgr_trsp_withpoints(text,text,text,anyarray,bigint,boolean,character,boolean) | ||
pgr_trsp_withpoints(text,text,text,bigint,anyarray,boolean,character,boolean) | ||
pgr_trsp_withpoints(text,text,text,bigint,bigint,boolean,character,boolean) | ||
_pgr_trsp_withpoints(text,text,text,text,boolean,character,boolean) | ||
pgr_trsp_withpoints(text,text,text,text,boolean,character,boolean) | ||
_pgr_tspeuclidean(text,bigint,bigint,double precision,integer,integer,integer,double precision,double precision,double precision,boolean) | ||
pgr_tspeuclidean(text,bigint,bigint,double precision,integer,integer,integer,double precision,double precision,double precision,boolean) | ||
_pgr_tsp(text,bigint,bigint,double precision,integer,integer,integer,double precision,double precision,double precision,boolean) | ||
pgr_tsp(text,bigint,bigint,double precision,integer,integer,integer,double precision,double precision,double precision,boolean) | ||
_pgr_turnrestrictedpath(text,text,bigint,bigint,integer,boolean,boolean,boolean,boolean) | ||
pgr_turnrestrictedpath(text,text,bigint,bigint,integer,boolean,boolean,boolean,boolean) | ||
pgr_version() | ||
_pgr_versionless(text,text) | ||
_pgr_vrponedepot(text,text,text,integer) | ||
pgr_vrponedepot(text,text,text,integer) | ||
pgr_withpointscostmatrix(text,text,anyarray,boolean,character) | ||
pgr_withpointscost(text,text,anyarray,anyarray,boolean,character) | ||
pgr_withpointscost(text,text,anyarray,bigint,boolean,character) | ||
pgr_withpointscost(text,text,bigint,anyarray,boolean,character) | ||
pgr_withpointscost(text,text,bigint,bigint,boolean,character) | ||
pgr_withpointscost(text,text,text,boolean,character) | ||
_pgr_withpointsdd(text,text,anyarray,double precision,boolean,character,boolean,boolean) | ||
pgr_withpointsdd(text,text,anyarray,double precision,boolean,character,boolean,boolean) | ||
pgr_withpointsdd(text,text,anyarray,double precision,character,boolean,boolean,boolean) | ||
pgr_withpointsdd(text,text,bigint,double precision,boolean,character,boolean) | ||
pgr_withpointsdd(text,text,bigint,double precision,character,boolean,boolean) | ||
_pgr_withpointsddv4(text,text,anyarray,double precision,character,boolean,boolean,boolean) | ||
pgr_withpointsksp(text,text,anyarray,anyarray,integer,character,boolean,boolean,boolean) | ||
_pgr_withpointsksp(text,text,anyarray,anyarray,integer,character,boolean,boolean,boolean,boolean) | ||
pgr_withpointsksp(text,text,anyarray,bigint,integer,character,boolean,boolean,boolean) | ||
pgr_withpointsksp(text,text,bigint,anyarray,integer,character,boolean,boolean,boolean) | ||
_pgr_withpointsksp(text,text,bigint,bigint,integer,boolean,boolean,character,boolean) | ||
pgr_withpointsksp(text,text,bigint,bigint,integer,boolean,boolean,character,boolean) | ||
pgr_withpointsksp(text,text,bigint,bigint,integer,character,boolean,boolean,boolean) | ||
_pgr_withpointsksp(text,text,text,integer,character,boolean,boolean,boolean) | ||
pgr_withpointsksp(text,text,text,integer,character,boolean,boolean,boolean) | ||
pgr_withpoints(text,text,anyarray,anyarray,boolean,character,boolean) | ||
_pgr_withpoints(text,text,anyarray,anyarray,boolean,character,boolean,boolean,boolean) | ||
pgr_withpoints(text,text,anyarray,bigint,boolean,character,boolean) | ||
pgr_withpoints(text,text,bigint,anyarray,boolean,character,boolean) | ||
pgr_withpoints(text,text,bigint,bigint,boolean,character,boolean) | ||
pgr_withpoints(text,text,text,boolean,character,boolean) | ||
_pgr_withpoints(text,text,text,boolean,character,boolean,boolean) | ||
_pgr_withpointsvia(text,bigint[],double precision[],boolean) | ||
_pgr_withpointsvia(text,text,anyarray,boolean,boolean,boolean,character,boolean) | ||
pgr_withpointsvia(text,text,anyarray,boolean,boolean,boolean,character,boolean) | ||