]> granicus.if.org Git - postgis/shortlog
postgis
2005-01-11 Sandro Santilliremoved link from geometry_dump type ref
2005-01-11 Sandro SantilliDropped inherithed rule for static lib build (liblwgeom...
2005-01-11 Sandro SantilliFixed memory handling bug in dump(geom)
2005-01-10 Sandro SantilliAdded missing prototypes
2005-01-10 Sandro Santillichanged size_t printing lines to use %lu and unsigned...
2005-01-10 Sandro Santillirenamed misures.c to measures.c
2005-01-09 Sandro Santillisize_t usage cleanups.
2005-01-09 Sandro SantilliAvoided lwcollection_deserialize call for non collectio...
2005-01-07 Sandro SantilliDropped BOX2D operators. They will rely on cast to...
2005-01-07 Sandro SantilliFixed handling of empty collection in GEOS2POSTGIS...
2005-01-07 Sandro SantilliMade accum(geometry) compatible with PG73.
2005-01-07 Sandro Santilliremoved unused variable
2005-01-07 Sandro SantilliAdded a geometry type OID extractor and caching function.
2005-01-07 Sandro SantilliAdded a note about compatibility of Dump(geometry)
2005-01-07 Sandro Santillimade accum(geom) compatible with PG72
2005-01-07 Sandro Santillidropped dump(geometry) for PGSQL<73 builds
2005-01-07 Sandro Santillifixed var declaration misplacement
2005-01-07 Sandro Santillimake LWGEOM_{to,from}_bytea available to all pgsql...
2005-01-07 Sandro Santillifixed typo in symdifference function definition
2005-01-07 Sandro Santillifixed postgis_gist_joinsel definition for PG73
2005-01-07 Sandro SantilliMoved pgsql compatibility code into pgsql_compat.h
2005-01-07 Sandro Santillivariable declaration cleanups.
2005-01-07 Sandro SantilliAdded WARNING define for pgsql<73
2005-01-07 Sandro Santillifixed misplaced declaration after body start
2005-01-07 Sandro SantilliDump(geometry) enabled by default.
2005-01-07 Sandro SantilliAdded Dump(geometry) doc
2005-01-07 Sandro Santillicleanup
2005-01-07 Sandro Santillifixed typo in error message
2005-01-07 Sandro Santillifixed typo in error message
2005-01-07 Sandro SantilliJOINSEL disabled for builds against pgsql<80
2005-01-07 Sandro SantilliInitial import
2005-01-06 Sandro SantilliAdded MakePolygon documentation
2005-01-06 Sandro SantilliAdded not about possible lost of simplicity() using...
2005-01-06 Sandro SantilliRenamed Apply_Grid to SnapToGrid, documented behaviour...
2005-01-06 Sandro SantilliAdded makepolygon(geometry, geometry[])
2005-01-06 Sandro Santilliforward declarations for lwpoly_from_lwlines(), ptarray...
2005-01-06 Sandro SantilliAdded lwpoly_from_lwlines()
2005-01-06 Sandro SantilliAdded ptarray_clone() and ptarray_isclosed2d()
2005-01-06 Sandro SantilliAdded accum(geom) documentation
2005-01-06 Sandro SantilliAdded accom(geom) aggregate
2005-01-06 Sandro SantilliAdded apply_grid wrappers.
2005-01-06 Sandro SantilliModified transform() to always use PG_LWGEOM_construct...
2005-01-06 Paul RamseyFix spelling error
2005-01-05 Sandro Santilliupdated Polygonize doc
2005-01-05 Sandro SantilliHad translate compute bbox cache translating input...
2005-01-05 Sandro SantilliMade apply_grid compute output bbox WHEN_SIMPLE (input...
2005-01-05 Sandro SantilliSimplify reworked to use LWGEOM abstraction (no more...
2005-01-05 Sandro SantilliAdded apply_grid doc
2005-01-05 Sandro SantilliIntegrated apply_grid() contributed function.
2005-01-05 Sandro SantilliAdded is_worth_caching_serialized_bbox(). Renamed lwgeo...
2005-01-05 Sandro SantilliAdded AUTOCACHE_BBOX support in PG_LWGEOM_construct().
2005-01-05 Sandro Santillicollect(geom, geom) and collect_garray(geom[]) use...
2005-01-03 Sandro SantilliGEOSpolygonize returns GEOMETRYCOLLECTION instead of...
2005-01-03 Sandro Santilliiscacheable patch from Carl Anderson
2004-12-31 Sandro Santilliupdate ExteriorRing doc
2004-12-31 Sandro SantilliMade ExteriorRing use LWGEOM.
2004-12-31 Sandro Santilliupdate InteriorRingN doc
2004-12-31 Sandro SantilliGeometryN and InteriorRingN changed to use LWGEOM forma...
2004-12-31 Sandro Santilliupdated
2004-12-31 Sandro SantilliAll output geoms serializzations made using pglwgeom_se...
2004-12-31 Sandro Santillifixed bugs in convexhull, made GEOS2POSTGIS use pglwgeo...
2004-12-31 Sandro SantilliFixed a bug in lwpoint_serialize_size
2004-12-31 Sandro Santillierror messages and VARLENA handling cleanups
2004-12-31 Sandro Santilliinitial import
2004-12-31 Sandro Santillire-introduced G2P conversion profile for convexhull...
2004-12-31 Sandro SantilliMade convexhull use input bbox cache if any for output...
2004-12-31 Sandro SantilliVarlena handling cleanups
2004-12-30 Sandro Santilliupdated
2004-12-30 Sandro SantilliRewrote GEOSCentroid() to pass exception using an input...
2004-12-30 Sandro SantilliMade parse_WKT_lwgeom (text::geometry) use AUTOCACHE_BB...
2004-12-30 Sandro SantilliFixed a bug in translate() and transform() leaving...
2004-12-30 Sandro SantilliAdded compute_serialized_bbox_p() to always recomputed...
2004-12-30 Sandro SantilliHad LineFromMultiPoint make use of input SRID
2004-12-30 Sandro SantilliAdded AUTOCACHE_BBOX variable, defaulting to 1.
2004-12-30 Sandro SantilliIntroduced bbox caching worth evaluation functions...
2004-12-30 Sandro SantilliHandled NULL returns from getCentroid making it an...
2004-12-30 Sandro SantilliApplied Carl Anderson patch for LinearRing support.
2004-12-30 Sandro SantilliUSE_GEOS and USE_PROJ defaults switched to NO, and...
2004-12-30 Sandro SantilliAdded cache_bbox trigger
2004-12-30 Sandro Santillimoved some BBOX procs signatures from lwgeom_inout...
2004-12-30 Sandro Santilliremoved useless memory copies in ndims(geom)
2004-12-30 Sandro Santilliinitial revision
2004-12-28 Sandro Santillispecified LineString input requirement for StartPoint...
2004-12-27 Sandro SantilliExpanded "GIS Objects" chapter adding OGC/PostGIS ...
2004-12-27 Sandro SantilliAdded HasBBOX() item
2004-12-27 Sandro SantilliAdded bool hasBBOX(geometry). Removed useless input...
2004-12-23 Sandro SantilliFixed help string, and added a TODO item
2004-12-23 Sandro SantilliUpdated <GEOM>FromWKB signatures to take bytea instead...
2004-12-23 Sandro SantilliAdjusted some function refereces, added another subsect...
2004-12-22 Sandro SantilliAdded Mark Cave-Ayland implementation of JOIN selectivi...
2004-12-22 Sandro Santilliinitial revision
2004-12-22 Sandro SantilliGeomFromWKB() and GeometryFromText() issue a warning...
2004-12-22 Sandro SantilliDrop useless SRID from geometry when downloading EWKB...
2004-12-21 Sandro SantilliMade asText and asBinary strict OGC conformant, introdu...
2004-12-21 Sandro SantilliCanonical binary reverted back to EWKB, now supporting...
2004-12-21 Sandro SantilliMade setSRID(geom, -1) actually *remove* srid from...
2004-12-21 Mark Cave-AylandFixed bug in pass 4 where sample boxes were referred...
2004-12-21 Sandro SantilliUpdated geom_accum to create *real* geometry arrays...
2004-12-21 Sandro Santilliallocation for deserialized lwline made after type...
2004-12-20 Sandro SantilliAdded array element delimiter for type geometry
next