]> granicus.if.org Git - postgis/shortlog
postgis
2012-06-29 Bborie ParkLine formatting
2012-06-28 Bborie ParkAdded raster TODO. Ticket is #1672
2012-06-27 Sandro SantilliAdd ST_DelaunayTriangles (#1215)
2012-06-27 Sandro SantilliAdd lwgeom_delaunay_triangulation (#1215)
2012-06-27 Sandro SantilliUse LDFLAGS environment when building liblwgeom (#1891)
2012-06-26 Bborie ParkInt32GetDatum() not Int64GetDatum()
2012-06-26 Bborie ParkCleanup of needless dynamic memory allocations
2012-06-26 Bborie ParkAddition of ST_PixelOfValue. Ticket is #1889.
2012-06-26 Bborie ParkRemoved improper freeing of memory.
2012-06-25 Regina Obe#1866 -- apply same geom_equal hack as we did in build...
2012-06-24 Regina Obe2.0.1 ticket notes
2012-06-22 Paul RamseyFix a currently defined-out function signature mismatch.
2012-06-22 Regina Obefix census tract loader for sh
2012-06-21 Mark Cave-AylandRemove auto-resizing columns from text fields in shp2pg...
2012-06-21 Bborie ParkChanged the string "MISSING GDAL DATA" to "GDAL_DATA...
2012-06-21 Bborie ParkAdded method that includes the string "MISSING GDAL...
2012-06-21 Regina Obe#1759: ST_Transform fix for geography
2012-06-20 Paul RamseyHey kid, here's quarter, go buy yourself a compiler.
2012-06-20 Paul RamseyDon't try to do tree caching tricks when the arguments...
2012-06-20 Regina Obemight as well change last geos version to latest releas...
2012-06-20 Regina ObeChange minimum postgres version from 8.4 to 9.0
2012-06-20 Paul RamseyST_LocateAlong chokes on some value combinations (...
2012-06-19 Bborie ParkRefactored aggregate ST_SameAlignment to return NULL...
2012-06-19 Paul RamseyST_InterpolatePoint returns empty M value (#1873)
2012-06-19 Bborie ParkAddition of aggregate variant of ST_SameAlignment....
2012-06-19 Bborie ParkMinor cleanup of comments
2012-06-19 Paul RamseyFix mistake in tree p-i-p return value.
2012-06-19 Paul RamseyFix mistaken error trap in st_dwithincached
2012-06-19 Paul RamseyAdd in SQL binding for circ-tree cached searching....
2012-06-18 Paul RamseyFix mistake in handling crossings-at-a-vertex
2012-06-18 Bborie ParkUpdated NEWS of recent fixes to trunk
2012-06-18 Bborie ParkBehavior is consistent across ST_Intersects(raster...
2012-06-18 Bborie ParkAddition of comments to RASTER_mapAlgebra2()
2012-06-18 Bborie ParkAdded check before calling PG_FREE_IF_COPY() in RASTER_...
2012-06-18 Bborie ParkWhen no pixels are counted for summary stats, all other...
2012-06-18 Bborie ParkCleanup of dev comments
2012-06-18 Bborie ParkFinished work implementing use of PG_FREE_IF_COPY(...
2012-06-18 Bborie ParkFix division by zero in ST_ApproxSummaryStats and the...
2012-06-18 Bborie ParkMore work implementing use of PG_FREE_IF_COPY() and...
2012-06-18 Bborie ParkFirst chunk of code reintroducting PG_FREE_IF_COPY...
2012-06-18 Paul RamseySilence a warning
2012-06-18 Paul RamseyMove the circ tree caching code out of libpgcommon...
2012-06-18 Paul RamseyFix missing symbols problem with lwgeom_calculate_circ_...
2012-06-18 Paul RamseyQuiet some warnings.
2012-06-18 Paul RamseyRemove dead code, add commentary on caching system.
2012-06-18 Paul RamseyUpdate caching code to be more generic, using call...
2012-06-18 Regina Obemore additions and clarifications
2012-06-18 Regina Obetake out interruptibility from 2.0.1 release notes...
2012-06-18 Regina ObeAdd in 2.0.1 news
2012-06-16 Regina Obeput link to user contributed install guides (more nicel...
2012-06-15 Paul RamseyHide internal arguments for tree calculations and shut...
2012-06-15 Paul RamseyUpdate the caching infrastructure to allow for arbitrar...
2012-06-15 Paul RamseyChange ignore parameters on directory
2012-06-15 Paul RamseyAdd circular tree calculations and associated tests...
2012-06-15 Bborie ParkFixed expected output. Ticket is #1848
2012-06-15 Bborie ParkAdditional sorting of rt_clip regression test. Ticket...
2012-06-15 Bborie ParkMake the sql in rtpg_getSR slightly more flexible when...
2012-06-14 Paul Ramseyupdate ignore to ignore generated doxygen file
2012-06-14 Sandro SantilliCatch invalid topology name passed to topogeo_add*...
2012-06-13 Sandro SantilliDon't strip comment lines in the middle of COPY command...
2012-06-12 Sandro SantilliMove sqldefine include on top of the file (#1822)
2012-06-12 Sandro SantilliFix call to GEOS_interruptRegisterCallback (win32)
2012-06-12 Sandro SantilliOnly show readable relations in metadata tables (#1813)
2012-06-12 Sandro SantilliClearer error on setting an geometry to an invalid...
2012-06-12 Sandro SantilliDrop temporary table at end of ValidateTopology (#1797)
2012-06-12 Sandro SantilliReally accept collections and multipoints from ST_MakeV...
2012-06-12 Sandro SantilliAdd test for MULTIPOINT processing
2012-06-12 Sandro SantilliAdd GEOMETRYCOLLECTION input support for ST_MakeValid...
2012-06-12 Regina Obepart fix for #1860 ST_SRID not unique
2012-06-12 Sandro SantilliInstall comments when available, even withouth XSLTPROC...
2012-06-11 Sandro SantilliBuild and install comments when if possible (#1779)
2012-06-11 Regina ObeMislabeled function (raster missing new flag and ST_ASG...
2012-06-11 Regina Obeget rid of 2.1 enhancements section -- probably causing...
2012-06-11 Regina Obefix unclosed tag
2012-06-11 Regina ObeAdd a what's new in 2.1 section
2012-06-11 Bborie ParkAdded DROP statements for st_intersection variants...
2012-06-11 Regina Obewarnings too dark
2012-06-11 Regina Obewarnings should be more prominent. Move extension...
2012-06-11 Regina Obe#1815 put a big warning about this unexpected behavior...
2012-06-10 Regina Obe#1859 commit doc corrections from Kashif Rasul.
2012-06-08 Regina Obesnaptogrid to get rid of false failures on mingw-64...
2012-06-08 Mark Cave-AylandRename references to -r to -s in shp2pgsql-cli.c and...
2012-06-08 Regina Obe#1834 itemize srid ranges we include and set filter...
2012-06-08 Sandro SantilliFix failure to detect endpoint mismatch in ST_AddEdge...
2012-06-08 Sandro SantilliRemove unused variables
2012-06-08 Regina Obeminor improvements to prefer a named road over an unnam...
2012-06-07 Sandro SantilliProperly set permissions on backend temp dir
2012-06-07 Bborie ParkTweaked rt_clip queries to have the output ordered...
2012-06-07 Sandro SantilliRegister a GEOS interrupt callback to dispatch windows...
2012-06-07 Sandro SantilliRemove unused code
2012-06-07 Sandro SantilliIgnore generated Makefile (a new one)
2012-06-07 Sandro SantilliFix scoping of TEST variable (#1853)
2012-06-06 Paul RamseyWrong parameters for EPSG:3844 in spatial_ref_sys ...
2012-06-06 Sandro SantilliHave run_test.pl use strict mode
2012-06-02 Regina ObeForgot to add gisgraphy as another PostGIS geocoder...
2012-05-31 Paul RamseyConvert to using run_test.pl instead of run_test.sh
2012-05-31 Paul RamseyWorks for MinGW now
2012-05-31 Paul Ramseyback out run_test.pl change, that was an accident
2012-05-31 Sandro SantilliUse our own diff, avoid using Which. Works for me....
2012-05-31 Paul RamseyChange from sed to perl
next