]> granicus.if.org Git - postgis/shortlog
postgis
2005-12-06 Sandro SantilliAdded user-reported intersects() test
2005-12-02 Sandro SantilliFixed bbox computation of SnapToGrid output
2005-12-01 Sandro SantilliAdded SRID mismatch check change
2005-12-01 Sandro SantilliAdded missing SRID mismatch checks in GEOS wrapper
2005-12-01 Sandro SantilliFixed lwgeom_segmentize2d() to always return a clone
2005-12-01 Sandro SantilliFixed short-allocation in lwcollection_clone()
2005-12-01 Sandro SantilliAdded support for ICONV LDFLAGS and CFLAGS
2005-11-30 Sandro SantilliFixed segfault on addPoint() with invalid offset
2005-11-30 Sandro SantilliAdded Alex Mayrhofer to list of contributors
2005-11-30 Sandro SantilliBack-ported support for PGSQL8.2
2005-11-30 Sandro SantilliAdded proj tests, curtesy of Alex Mayrhofer
2005-11-29 Sandro SantilliFixed double free of bbox cache
2005-11-29 Sandro SantilliVersion bumbed to 1.0.6CVS
2005-11-28 Sandro SantilliFixed a segfault on geom_accum(NULL, NULL) condition
2005-11-28 Sandro SantilliAdded geom_accum(NULL,NULL) test
2005-11-28 Sandro SantilliAdded bbox cache handling fix in 1.0.6
2005-11-28 Sandro Santilliminor cleanups and comments
2005-11-28 Sandro Santillimemory release in force_collection
2005-11-28 Sandro SantilliAdded force_collection test
2005-11-28 Sandro SantilliFixed ExteriorRing() and Segmentize() handling of bbox...
2005-11-28 Sandro SantilliAdded test for ExteriorRing and Segentize
2005-11-25 Sandro SantilliFixed 0-size allocation in lwcollection deserializer
2005-11-24 Sandro SantilliAdded -g switch documentation
2005-11-24 Sandro SantilliAdded switch for pgsql 82 recognition
2005-11-24 Sandro SantilliVersion set to 1.0.5
2005-11-22 Sandro SantilliFixed a bug in getPoint{3dm,3dz,4d}_p() api calls autom...
2005-11-22 Sandro SantilliFixed debugging printf call
2005-11-18 Sandro SantilliRemoved casts on lwalloc return.
2005-11-16 Sandro SantilliVersion set to 1.0.5.
2005-11-14 Sandro SantilliForced copy of BOX2D at deserialization time.
2005-11-11 Sandro SantilliUpdated
2005-11-11 Sandro SantilliFixed memory alignment bug in base geometry type serial...
2005-11-11 Sandro SantilliFixed memory alignment issues in force_*d*_recursive
2005-11-11 Sandro SantilliAdded some combinations of dimensionality changes
2005-11-11 Sandro Santilliused pglwgeom_deserialize() where appropriate
2005-11-11 Sandro SantilliAdded pglwgeom_deserialize function
2005-11-11 Sandro SantilliSet version to 1.0.5CVS
2005-11-11 Sandro SantilliFixed short-initialization in getPoint4d_p
2005-11-01 Sandro SantilliDropped initial scan of shapefile - we don't check...
2005-11-01 Sandro SantilliUpdated
2005-11-01 Sandro Santillichanged version extraction routine to work against...
2005-10-26 Sandro Santilliupdated
2005-10-26 Sandro SantilliAdded optional second argument to specify schema in...
2005-10-24 Sandro SantilliDropped stricter handling of integer and string attribu...
2005-10-24 Sandro SantilliReverted backport of stricter INTEGER and STRING attrib...
2005-10-24 Sandro Santillifixed wrong assumption about maximum size of integer...
2005-10-24 Sandro SantilliAdded attribute types mapping change
2005-10-24 Sandro SantilliBackported stricter STRING and INTEGER attributes handling.
2005-10-21 Sandro SantilliApplied patch by Lars Roessiger handling numerical...
2005-10-13 Sandro SantilliFixed return code from shp2pgsql
2005-10-10 Sandro SantilliFixed null values fraction computation in geometry...
2005-09-30 Sandro SantilliFixed release of stack memory occurring when shp2pgsql...
2005-09-15 Sandro SantilliFixed X(),Y() and Z() functions description
2005-09-15 Sandro SantilliMoved AddPoint() function from 'geometry constructors...
2005-09-15 Sandro SantilliReverted back the fix_geometry_columns() call removal...
2005-09-15 Sandro SantilliRemoved automatic fix_geometry_columns() call in update...
2005-09-15 Sandro SantilliAdded Reporting Bugs chapter
2005-09-09 Sandro SantilliFixed release date of 1.0.4
2005-09-09 Sandro Santillicleanups for waste left in previous patches
2005-09-09 Sandro SantilliFixed bug in translate() corrupting output bounding...
2005-09-09 Sandro SantilliPrepared for 1.0.4 release
2005-09-08 Sandro SantilliRemoved useless variable declaration in ptarray_compute...
2005-09-08 Sandro SantilliMade ptarray_compute_box3d a wrapper of ptarray_compute...
2005-09-08 Sandro Santilliminor speedups in distance()
2005-09-08 Sandro SantilliHandled search_box outside of histogram_box case in...
2005-09-06 Sandro SantilliAdded notes about PointN, GeometryN and InteriorRingN...
2005-09-06 Sandro SantilliBOX3d parser note
2005-09-06 Sandro Santillilooser BOX3D parser
2005-09-03 Sandro SantilliLeak plugged in compute_serialized_box3d_p. Version...
2005-08-31 Sandro Santilliremoved compiler warnings
2005-08-31 Sandro SantilliFixed bug in pointArray_construct() misinterpreting...
2005-08-29 Sandro SantilliRemoved premature object destruction in InsertLineStrin...
2005-08-29 Sandro SantilliAdded Nikita Shulga <malfet@jscc.ru> in contributors...
2005-08-29 Sandro SantilliTypo fixed
2005-08-29 Sandro SantilliFixed sprintf() calls to avoid overlapping memory,
2005-08-16 Sandro SantilliEarly memory release in GiST indexing
2005-08-12 Sandro SantilliAdded spatial_ref_sys change
2005-08-12 Paul RamseyAdded +proj=longlat to all corrupt srs entries.
2005-08-10 Sandro SantilliRemoved pfree of proj4 text in make_project failure...
2005-08-10 Sandro SantilliAdded segfault fix
2005-08-10 Sandro SantilliFixed a segfault in transform_geom exploited by proj4...
2005-08-04 Sandro SantilliChecked for PSQL run success
2005-08-04 Sandro SantilliAdded availability note for version functions
2005-08-04 Sandro SantilliAdded plpgsql_validator explicit function skip
2005-08-02 Sandro Santilliset version to 1.0.3
2005-08-02 Sandro Santilliset 1.0.3 release date
2005-08-02 Sandro SantilliAdded 1.0.3 release notes.
2005-08-02 Sandro SantilliBack-ported upgrade chapter extension and availability...
2005-07-29 Sandro SantilliAdded postgis_restore.pl improvements and rebuild_bbox_...
2005-07-29 Sandro SantilliAdded more obsoleted functions, new obsoleted_ops consi...
2005-07-29 Sandro SantilliFixed support for pre-schema postgresql installations
2005-07-29 Sandro SantilliInitial implementation of geometries bbox cache recompu...
2005-07-29 Sandro SantilliAdded postgis_proc_upgrade.pl description
2005-07-27 Sandro SantilliSupport for multibyte field names in loader
2005-07-27 Sandro SantilliMinor cleanups in loader
2005-07-27 Sandro SantilliFixed handling of POINT types as WKT (-w) in loader
2005-07-25 Sandro Santillibugfix in ptarray_compute_box2d_p
2005-07-22 Sandro SantilliFixed bug in {get,pop}{int,double} for 64bit archs
2005-07-19 Sandro Santilliremoved useless strchr call in LWGEOM_in
2005-07-13 Sandro SantilliVersion set to 1.0.3cvs
next