]> granicus.if.org Git - postgis/shortlog
postgis
2004-09-06 Sandro SantilliFinished BOX3D functions porting.
2004-09-06 Sandro SantilliAdded min/max coordinates from box2d and box3d.
2004-09-06 Sandro SantilliAdded box3d support and expand(geom|box2d|box3d, double)
2004-09-04 Paul RamseyMore minor edits.
2004-08-28 Paul RamseyReplace all tabs with spaces.
2004-08-28 Paul RamseyUpdated street address reference.
2004-08-28 Paul RamseyRemoved < sign and replaced with &lt;
2004-08-27 Sandro SantilliAdded geom_accum(), collect_garray() and collect()
2004-08-27 Sandro Santilliupdated
2004-08-27 Sandro SantilliFixed bug in lwgeom_explode allocating less memory...
2004-08-27 Sandro SantilliAdded LWGEOM_EXPLODED structure definition and utility...
2004-08-27 Sandro SantilliAdded point_inside_circle() and translate()
2004-08-27 Sandro SantilliFixed typo ( mem_collect ==> memcollect )
2004-08-26 Sandro Santillimax_distance() raises an 'unimplemented yet' error.
2004-08-26 Sandro SantilliAdded nrings(geom), multi(geom) and all of <type>FromTe...
2004-08-26 Sandro Santilliupdated
2004-08-26 Sandro SantilliAdded (bogus) max_distance(geom,geom)
2004-08-26 Sandro SantilliAdded distance(geometry) and all support functions.
2004-08-26 Sandro SantilliAdded a note about spheroid computation
2004-08-26 Sandro SantilliAdded spheroid type and functions
2004-08-25 Sandro SantilliAdded IsClosed() and force_collection()
2004-08-25 Sandro SantilliAdded macros for LWGEOM.type manipulation
2004-08-25 Sandro SantilliAdded force_3d
2004-08-25 Sandro SantilliAdded perimeter,perimeter2d,perimeter3d.
2004-08-25 Sandro SantilliAdded serialized functions writing to a pre-allocated...
2004-08-25 Sandro SantilliMoved some OGC functions from lwgeom_inout.c to lwgeom_...
2004-08-25 Sandro SantilliAdded lwgeom_pg to contain PG-specific functions/interf...
2004-08-24 Sandro SantilliAdded StartPoint(), EndPoint()
2004-08-24 Sandro SantilliAdded X(), Y() and Z() funx
2004-08-24 Sandro SantilliPointN() ported.
2004-08-24 Sandro Santillifixed a bug preventing ExteriorRing() and InteriorRingN...
2004-08-24 Sandro Santilliupdated
2004-08-24 Sandro SantilliAdded NumInteriorRings() and InteriorRingN()
2004-08-24 Sandro SantilliAdded dimension() and exteriorring()
2004-08-24 Sandro SantilliAdded LWGEOM_construct() function to easy the work...
2004-08-24 Sandro SantilliFixed a bug in lwgeom_getSRID()
2004-08-24 Sandro SantilliIndentation and debugging output.
2004-08-24 Sandro Santillifixed a typo in a comment
2004-08-24 Sandro SantilliFixed a bug in LWGEOM_addBBOX preventing it to detect...
2004-08-24 Sandro SantilliOGC functions (not implemented by GEOS) moved to lwgeom...
2004-08-24 Sandro SantilliAdded npoints,numpoints,numgeometries,geometryn
2004-08-24 Sandro Santillitransformation work made on an input copy (made by...
2004-08-24 Sandro Santilliinitial import
2004-08-24 Sandro Santilliadded missing prototype
2004-08-24 Sandro Santilligeos version detector and wrapper used from parent...
2004-08-23 Sandro Santillifixed typo
2004-08-23 Sandro Santilliversioning functions completed
2004-08-23 Sandro Santillichanged install rule to install lwpostgis.sql instead...
2004-08-23 Sandro SantilliChanged SCRIPTS_VERSION to 0.0.1
2004-08-23 Sandro Santilliproj support added
2004-08-23 Sandro Santillideleted debugging block from summary() fn
2004-08-23 Sandro SantilliAdded getPoint(POINTARRAY *pts, int ptnum)
2004-08-23 Sandro SantilliFixed a bug in serializedform length computation (for...
2004-08-23 Sandro SantilliRemoved custom allocator from lwgeom_api.
2004-08-20 Sandro Santillitransform() support
2004-08-20 Sandro Santilliinitial skel for transform()
2004-08-20 Sandro Santilliupdated
2004-08-20 Sandro Santilligist operators support functions renamed to allow for...
2004-08-20 Sandro SantilliHardcoded some functions being obsoleted
2004-08-20 Sandro SantilliAdded Geom{etry,}FromWkb(<geometry>,[<int4>]) funx.
2004-08-20 Sandro SantilliAdded lwpostgis.sql
2004-08-20 Sandro Santilliremoved leak from mem_size()
2004-08-20 Sandro Santillilwgeom_mem_size uses int32 cast instead of int
2004-08-20 Sandro Santillibug fixed in lwgeom_mem_size
2004-08-20 Sandro SantilliWhole output wrapped in transaction blocks.
2004-08-20 Sandro SantilliFixed a bug in 'append-mode'.
2004-08-19 Sandro Santilliindentation fixes
2004-08-19 Sandro Santilliadded lwpostgis.sql build rule
2004-08-19 Sandro SantilliAdded finite coordinate check.
2004-08-19 Sandro Santillimem_size removed from list
2004-08-19 Sandro SantilliAdded mem_size(lwgeom)
2004-08-19 Sandro Santillicpp checks updated to use 80 instead of 75 for USE_VERSION
2004-08-19 Sandro Santilliinitial import
2004-08-19 Sandro Santilliinitial import
2004-08-19 Sandro SantilliAdded selectivity estimation
2004-08-19 Sandro Santillisome indentation fixes
2004-08-19 Sandro Santillifixed typos
2004-08-19 Sandro Santilliadded btree index support file
2004-08-19 Sandro Santilliadded btree index support
2004-08-19 Sandro SantilliFixed a bug in ascii dump "CREATE OPERATOR" scan
2004-08-19 Sandro Santillirename_geometry_table_constraints() re-introduced to...
2004-08-19 Sandro Santillifixed some of the buch of broken comments
2004-08-19 Sandro SantilliUSE_VERSION gets 80 where it got 75
2004-08-19 Paul RamseyAdded some references to Proj4 and GEOS utility and...
2004-08-18 Sandro SantilliAdded PG80 (75) patches.
2004-08-18 Sandro SantilliAdded skip of postgisgistcostestimate (obsoleted)
2004-08-18 Sandro SantilliSpatial table constraints names get column name appended.
2004-08-17 Sandro Santilliadded extent(lwgeom) and support functions.
2004-08-17 Sandro SantilliSRID(geometry) changed to SRID(lwgeom)
2004-08-17 Sandro SantilliInitial support for geometry->lwgeom switch (dump objec...
2004-08-17 Sandro SantilliAdded SRID(geometry) for backward compatibility
2004-08-17 Sandro SantilliAdded geometrytype(LWGEOM)
2004-08-16 Sandro SantilliOPERATOR parsing bug fixed. Schema removal improoved...
2004-08-16 Mark Cave-AylandAdded DLLIMPORT reference to "default_statistics_target...
2004-08-16 Sandro SantilliGEOS version extraction not attempted if USE_GEOS is...
2004-08-13 Sandro SantilliSupport dump generated by pg_dump 7.4
2004-08-11 Sandro SantilliFixed a bug in non-finite Z check
2004-08-10 Sandro Santillichanged proj version extractor to support pre 4.4.8...
2004-08-08 Sandro Santillireduced psql invocation to a single one.
2004-08-08 Sandro Santillilwgeom.sql production follow postgis.sql production...
next