]> granicus.if.org Git - postgis/shortlog
postgis
2016-02-24 Paul RamseyFix function signature to CREATE OR REPLACE
2016-02-24 Paul RamseyAdded parameters for geography buffering from @tbonfort
2016-02-24 Paul Ramsey#2743, avoid re-definition of GUCs during upgrade
2016-02-24 Paul RamseyApply clean-up steps after set-up steps have been applied.
2016-02-24 Regina ObeSwitch from using random to rand(). random() not suppor...
2016-02-24 Daniel BastonMove all ST_Cluster* docs to measurement section
2016-02-24 Daniel BastonAdd doc entry for ST_ClusterDBSCAN
2016-02-24 Paul RamseyRename ST_KMeans to ST_ClusterKMeans, add doco
2016-02-24 Daniel Baston#3362, ST_ClusterDBSCAN
2016-02-24 Paul Ramsey#3465, ST_Kmeans
2016-02-23 Paul Ramsey#3461, add test case
2016-02-23 Paul Ramsey#3461 ST_GeomFromKML crashes Postgres when there are...
2016-02-23 Sandro SantilliFix crash on face-collapsing edge change
2016-02-23 Paul RamseyNote use of flags
2016-02-16 Sandro SantilliAdd Japanese translation, update templates
2016-02-16 Regina Obeadd 2.2.1 release notes (forgot to do that after releas...
2016-02-10 Daniel BastonCapture GEOS error message in case of failure in ST_Voronoi
2016-02-09 Sandro SantilliEnsure restored database is created the same as the...
2016-02-09 Sandro SantilliRe-append "topology" schema on restore, with --dumprestore
2016-02-09 Sandro SantilliDo not rely on storage order on querying loaded shapefiles
2016-02-09 Sandro SantilliAdd --dumprestore switch to ./run_test.pl
2016-02-09 Sandro SantilliReally generate system_ref_sys config dump for extension
2016-02-09 Sandro SantilliCreate sql_bits dir if not present
2016-02-09 Sandro SantilliDrop temporarely added geometry_distance_box_nd(geometr...
2016-02-09 Sandro SantilliDrop temporarely existing deprecated st_effectivearea...
2016-02-09 Sandro SantilliDrop temporarely added tkwb aggregate and support functions
2016-02-09 Sandro SantilliDefine PERL before use
2016-02-09 Sandro SantilliFurther simplify extension wrapping
2016-02-09 Sandro SantilliWrap every DROP to first unregister object from postgis...
2016-02-08 Sandro SantilliRevert "Unregister all functions before starting postgi...
2016-02-08 Sandro SantilliUnregister all functions before starting postgis extent...
2016-02-07 Regina ObeSpelling error fixes from Sebastiaan Couwenberg
2016-01-29 Sandro SantilliFix return type of AddTopoGeometryColumn in documentation
2016-01-28 Sandro SantilliAutomatically generate system_ref_sys config dump for...
2016-01-23 Regina ObeDocument which functions Enhanced by PIP change. refere...
2016-01-21 Daniel BastonCopy new regress tests into sfcgal expected results
2016-01-21 Daniel Baston#75, Enhancement to PIP short circuit
2016-01-20 Daniel Baston#3433, ST_ClusterIntersecting gives incorrect result...
2016-01-19 Paul Ramsey#3436, memory handling mistake in ptarray_clone_deep
2016-01-19 Sandro SantilliFix bogus call to lwnotice (missing param)
2016-01-16 Daniel Baston#3428, ST_Points
2016-01-15 Sandro SantilliTypo
2016-01-14 Paul RamseyRemove VACUUM statements
2016-01-13 Paul Ramsey#3427, manual changes to spatial_ref_sys submitted...
2016-01-13 Paul Ramsey#3427, update spatial_ref_sys to 8.8 EPSG
2016-01-13 Sandro SantilliAvoid any drift of cutter point on lines split
2016-01-13 Regina ObePatch from Sebastiaan Couwenberg to fix test_wkb_out_po...
2016-01-11 Sandro SantilliReduce array operations in topology.asTopoJSON
2016-01-11 Paul Ramsey#3422, double tests not passing on all architectures
2016-01-07 Sandro SantilliST_AddEdge*: avoid db access for edges known to be...
2016-01-06 Sandro SantilliFix typos
2016-01-06 Sandro SantilliReword the upgradeable_extensions.mk steps
2016-01-06 Sandro SantilliRemove unused and hard-coded variable
2016-01-06 Sandro SantilliUse a better name for the postgis extension upgrade...
2016-01-06 Sandro SantilliDo not force check-installed-upgrades as a default...
2016-01-06 Sandro SantilliEnable test which would fail with GEOS < 3.3.2
2016-01-06 Regina ObeCorrect Bborie's email address
2016-01-06 Regina ObeForce ChangeLog to have LF breaks
2016-01-06 Regina ObeForce ChangeLog to have LF linefee
2016-01-06 Sandro SantilliAdd 2.2.1 section in NEWS file
2016-01-05 Regina Obeprovide table example for parse_address
2016-01-05 Sandro SantilliRewrite code to split a line by a (multi)point to impro...
2016-01-04 Regina ObeProvide example of micro/macro variant address_standardizer
2016-01-04 Sandro SantilliDo not fill object fields when not requested
2016-01-04 Sandro SantilliDecimate lines on topology load
2016-01-04 Sandro SantilliFix AC_LIBTOOL_LINKER_OPTION invocation.
2016-01-03 Regina ObeAttempt to install extension install issue on Alpine...
2016-01-02 Regina ObeInvalid --exclude_libs (fails build on OSX)
2015-12-31 Sandro SantilliUse recursive snapping to improve predictability
2015-12-30 Regina ObeRemove inaccurate note in ST_Centroid docs
2015-12-28 Daniel Baston#3411, Clustering functions not using spatial index
2015-12-28 Sandro SantilliFix left over sub-tolerance last segment in ST_RemoveRe...
2015-12-27 Regina ObeSpelling corrections from Sebastiaan Couwenberg
2015-12-26 Sandro SantilliFix crash on splitting edge defining multiple TopoGeome...
2015-12-26 Sandro SantilliFix crash splitting faces used by multiple TopoGeometry...
2015-12-22 Regina ObeAdd figures for ST_Boundary
2015-12-20 Paul Ramsey#3405, mem leak in point density test
2015-12-20 Daniel Baston#3404, ST_ClusterWithin crashes backend
2015-12-19 Regina ObePut entries in alphabetical order
2015-12-19 Regina ObeAdd examples for ST_Voronoi
2015-12-18 Sandro SantilliFix debug print
2015-12-18 Paul Ramsey#3399, tests for ST_GeneratePoints
2015-12-18 Regina Obeswap the images -- wrong order for ST_GeneratePoints
2015-12-18 Sandro SantilliFix syntax error in XML file
2015-12-18 Regina ObeFix images for ST_GeneratePoints example
2015-12-18 Daniel Baston#3400, minor optimization of PIP routines
2015-12-18 Daniel Bastonfix typos in docs
2015-12-17 Regina ObeExample for ST_GeneratePoints
2015-12-17 Paul Ramsey#3388, ST_RemoveRepeatedPoints can change endpoint
2015-12-17 Paul Ramsey#3399, ST_GeneratePoints
2015-12-17 Sandro SantilliAdd news item about ST_EstimatedExtent support for...
2015-12-15 Sandro SantilliAdd table inheritance support in ST_EstimatedExtent
2015-12-14 Daniel Bastonfix some typos in docs
2015-12-14 Daniel Baston#3393, ST_Area NaN on some polygons
2015-12-14 Sandro SantilliUpdate copyright header to add explicit license version
2015-12-14 Sandro SantilliRemoved unused file
2015-12-14 Regina ObeDouble // in default tiger import for sh
2015-12-10 Sandro SantilliMove ST_EstimatedExtent tests in their own file
2015-12-08 Regina ObeAdd PostGIS 2.3 what's new section
2015-12-07 Daniel Baston#3382, avoid deserializing small geometries during...
next