]> granicus.if.org Git - postgis/shortlog
postgis
2004-10-13 Sandro Santillifixed arg number in buffer third arg
2004-10-13 Sandro SantilliAdded a third argument to the buffer() function.
2004-10-13 Sandro SantilliDropped SRID argument from point constructor.
2004-10-13 Sandro Santilliupdated
2004-10-13 Sandro SantilliAdded point constructors PG funx.
2004-10-13 Sandro SantilliAdded simpler lwpoint constructors.
2004-10-11 Sandro Santilliupdated
2004-10-11 Sandro SantilliAdded endiannes specification for postgis-1.0.0+
2004-10-11 Sandro SantilliAdded endiannes specification to unparse_WKB, AsBinary...
2004-10-11 Sandro SantilliAdded test.o to cleanup list
2004-10-11 Sandro Santilliupdated
2004-10-11 Sandro SantilliMoved misuring functions to misures.c (from lwgeom_func...
2004-10-11 Sandro Santillichanged description of pgsql2shp -b switch
2004-10-11 Sandro SantilliChanged collect() to return MULTI* if applicabe (all...
2004-10-11 Sandro SantilliAdded debug strings
2004-10-11 Sandro Santillicollect() always return a collection, with a component...
2004-10-11 Sandro SantilliFixed bug making it unbuildable.
2004-10-11 Sandro SantilliAdded lwgeom_addBBOX() and lwcollection_construct_empty()
2004-10-11 Sandro Santillilwgeom_same new implementation
2004-10-11 Sandro Santilliupdated
2004-10-10 Sandro Santillisegmentize2d() port and use of new LWGEOM structure.
2004-10-09 Sandro Santilliupdated
2004-10-08 Sandro Santilliupdated
2004-10-08 Sandro SantilliDebugging output cleanup.
2004-10-08 Sandro SantilliChanged LWGEOM structure to point to an actual BOX2DFLOAT4.
2004-10-08 Sandro Santilliadded memory allocation debugging
2004-10-08 Sandro SantilliAdded box2d.o module, reverted SCRIPTS_VERSION to 0...
2004-10-08 Sandro SantilliInitial revision
2004-10-08 Sandro SantilliSome updates
2004-10-08 Sandro SantilliDropped HWGEOM from this branch.
2004-10-07 Sandro Santilliupdated
2004-10-07 Sandro SantilliLots of rewriting/cleanup. TypeM/TypeZ supports.
2004-10-07 Sandro SantilliFixed a bug in 4d handling
2004-10-07 Sandro SantilliFixed bugs in TYPE_ macro usage
2004-10-07 Sandro SantilliChanged ptarray2d_construct interface.
2004-10-07 Sandro SantilliChanged geometrytype() to support TYPEM.
2004-10-07 Sandro SantilliChanged AddGeometryColumn to handle TYPEM.
2004-10-07 Sandro SantilliFixed TYPEM handling.
2004-10-07 Sandro SantilliAPI cleanup, more steps toward standalone library.
2004-10-07 Sandro Santillicleanups
2004-10-06 Sandro SantilliZM handling. Log trimmed.
2004-10-06 Sandro SantilliOther separator fixes
2004-10-06 Sandro SantilliAdded zmflag(geom) doc
2004-10-06 Sandro SantilliHandled 0-DBF-attributes corner case.
2004-10-06 Sandro SantilliAdded zmflag(geom) function.
2004-10-06 Sandro Santilliupdated
2004-10-06 Sandro SantilliLeft off a semicolon in previous patch...
2004-10-05 Sandro SantilliRemoved PGSQLException use as suggested by Kris Jurka
2004-10-05 Sandro SantilliFlex invocation patch by Kris Jurka.
2004-10-05 Sandro SantilliYes another change in SPI_cursor_open
2004-10-05 Sandro SantilliFixed bugs in Centroid (not GEOS)
2004-10-05 Sandro SantilliCleanups for older compilers and PG verisons.
2004-10-05 Sandro Santilliupdated
2004-10-05 Sandro SantilliAdded debugging lines, fixed a bug in TYPE_HASSRID...
2004-10-05 Sandro SantilliMade clean rule verbose
2004-10-05 Sandro SantilliBug fix in size computation.
2004-10-05 Sandro SantilliAdded ZM dimensions flags knowledge.
2004-10-05 Sandro Santilliupdated
2004-10-05 Sandro SantilliAdded newlines in standalone reporters
2004-10-05 Sandro SantilliAdded force_3dz, force_3dm docs
2004-10-05 Sandro SantilliChanged default variable setting to a more portable...
2004-10-05 Sandro SantilliZM aware WKT/WKB input/output.
2004-10-04 Sandro SantilliSerialized form and WKB prepared to accept ZM flags...
2004-10-04 Sandro SantilliAdded missing prototype
2004-10-03 Sandro Santilliupdated
2004-10-03 Sandro SantilliMade GEOS<->LWGEOM converters keep geometry structures.
2004-10-01 Sandro SantilliAdded lwgeom_add(LWGEOM *to, int where, LWGEOM *what).
2004-10-01 Sandro Santilliinitial revision
2004-10-01 Sandro SantilliAdded runtime cast functions.
2004-09-30 Sandro Santillibug fixes
2004-09-30 Sandro SantilliAdded BBOX finders and its support in serializer.
2004-09-30 Sandro Santilliupdated
2004-09-30 Sandro SantilliMore common flags between LW<type>s.
2004-09-30 Sandro SantilliAdded missing liblwgeom.c file.
2004-09-30 Sandro Santilliupdated
2004-09-29 Sandro SantilliAdded serialize function for LWGEOM
2004-09-29 Sandro SantilliBig layout change.
2004-09-29 Sandro SantilliChanged LWGEOM to PG_LWGEOM.
2004-09-28 Sandro SantilliRemoved ^Ms, added note about flatting nature of LWGEOM...
2004-09-28 Sandro SantilliAdded AsGML function ref
2004-09-28 Sandro SantilliFixed a bug in PostGIS2GEOS_point
2004-09-28 Sandro Santilliupdated
2004-09-28 Sandro SantilliAdded forceRHR() and support functions.
2004-09-28 Sandro SantilliAdded ptarray_isccw(). Added extern modifiers to public...
2004-09-28 Sandro Santilliupdated
2004-09-28 Sandro SantilliAdded reverse(geometry) and support functions
2004-09-28 Sandro SantilliAdded some const modifiers
2004-09-27 Sandro Santilliupdated
2004-09-27 Sandro SantilliDebugging defines set to NODEBUG.
2004-09-27 Sandro Santilliupdated
2004-09-27 Sandro SantilliAdded USE_GIST variable on top of file. Changed true...
2004-09-24 Sandro SantilliAdded profile.h deps
2004-09-24 Sandro SantilliAdded worst and best percentile for both intersects...
2004-09-24 Sandro Santilliapproximated nums to 2 decimal digits
2004-09-24 Sandro Santilliinitial intersects profiler frontend implementation
2004-09-24 Sandro SantilliAdded box2d->geometry cast.
2004-09-23 Sandro SantilliAdded -m / -z switches to control output type: XYM...
2004-09-23 Sandro SantilliModified GML output as suggested by Martin Daly.
2004-09-23 Sandro SantilliInitial GML output routines.
2004-09-23 Sandro SantilliProfile output modified again, input geoms points and...
next