]> granicus.if.org Git - postgis/shortlog
postgis
2004-11-26 Sandro SantilliInitial regress tests adaptation for lwgeom
2004-11-23 Sandro SantilliPOSTGIS2GEOS conversion failures handled cleanier
2004-11-19 Sandro SantilliMassaged to work with pg_dump-7.2 and pg_restore-7.2
2004-11-19 Sandro Santilliprecision made of type signed int (for %.*d correct...
2004-11-19 Sandro SantilliAdded support for PG<73 in gist support functions
2004-11-19 Sandro SantilliFixed IN/OUT representation of types to support < 73...
2004-11-18 Sandro Santilliupdated
2004-11-18 Sandro SantilliAdded a copy of the PQunescapeBytea function found...
2004-11-18 Sandro SantilliSubstituted isfinite() with finite().
2004-11-17 Sandro SantilliYet another GEOSHasZ bug fix
2004-11-17 Sandro SantilliGEOSHasZ now checks both DoubleNotANumber and isFinite
2004-11-17 Sandro SantilliChanges GEOSHasZ to use isfinite()
2004-11-17 Sandro SantilliFixed a typo in geometry type names.
2004-11-16 Sandro SantilliSRID checks and enforce for all GEOS operations.
2004-11-16 Sandro SantilliAdded GEOSHasZ() and GEOSSetSRID()
2004-11-15 Sandro SantilliFixed a bug in PIP invocation, added some debugging...
2004-11-13 Paul RamseyAdd information about where test was downloaded from.
2004-11-12 Sandro SantilliDeleted entries in spatial_ref_sys and geometry_columns.
2004-11-12 Sandro SantilliMade PointN, InteriorRingN and GeometryN 1-based as...
2004-11-11 Paul RamseyAdded grep -v ^# to cpp pipeline for .sql generation...
2004-11-11 Sandro Santilliupdated
2004-11-08 Sandro SantilliAdded -fPIC to CFLAGS as suggested by Vincent Schut.
2004-11-05 Sandro Santilliupdated
2004-11-05 Sandro SantilliHad isvalid raise a NOTICE with invalidity message.
2004-11-05 Sandro Santilliupdated
2004-11-05 Sandro SantilliAdded ndims(geometry) function, used in a 3rd constrain...
2004-11-04 Sandro SantilliRenamed max/min/avg macros to LW_MAX, LW_MIN, LW_AVG.
2004-11-04 Sandro SantilliOops.. my attemt at moving lwpostgis.sql.in one dir...
2004-11-04 Sandro SantilliMoved lwpostgis.sql.in and it's build logic up to root...
2004-11-02 Sandro SantilliFixed "compat.h" include to be local.
2004-11-02 Sandro SantilliAdded a copy of GNU vsprintf.c file and compiled in.
2004-11-02 Sandro Santillimin/max macro made available regardless of MINGW32...
2004-11-02 Sandro SantilliUpdated as suggested by Frank Warmerdam.
2004-11-02 Sandro SantilliFixed a typo in probe_geometry_columns() reported by...
2004-10-29 Sandro Santilliupdated
2004-10-29 Sandro SantilliFixed bug in AddGeometryColumn refusing to add 4D geoms.
2004-10-28 Sandro SantilliInitial local TODO
2004-10-28 Sandro Santilliheader inclusion cleanup
2004-10-28 Sandro SantilliFixed bug in debugguing output
2004-10-28 Sandro Santilliremoved LF
2004-10-28 Sandro SantilliMore cleanups.
2004-10-28 Sandro Santillicleanups.
2004-10-28 Sandro SantilliMade data structurs old-compilers-friendly.
2004-10-28 Sandro SantilliFixed a bug in LWGEOM_asGML.
2004-10-28 Sandro SantilliFixed geos-based opPolygonize include.
2004-10-28 Sandro SantilliCleanups.
2004-10-28 Sandro SantilliAdded makeline(point, point). Changed LineFromMultiPoin...
2004-10-28 Sandro SantilliAdded AddPoint(line, point, [position]) and support...
2004-10-28 Sandro Santillifixed name of line constructor as documentation reports it.
2004-10-28 Sandro Santillicollect(geometry, geometry) re-introduced. collector...
2004-10-27 Sandro SantilliAdded MakeBox2D, MakeBox3D implementation and documenta...
2004-10-27 Sandro SantilliMakePoly renamed to Polygonize
2004-10-27 Sandro Santilliupdated
2004-10-27 Sandro SantilliAdded constructors docs and intial organizzation for...
2004-10-27 Sandro SantilliUnset debug define.
2004-10-27 Sandro SantilliAsSVG returns NULL on GEOMETRY COLLECTION input.
2004-10-27 Sandro Santilliupdated
2004-10-27 Sandro SantilliAdded polygonize interface (makepoly aggregate)
2004-10-27 Sandro SantilliRemoved another getbox2d() call.
2004-10-27 Sandro SantilliFixed fix_geometry_columns() to leave correctly linked...
2004-10-26 Sandro SantilliBug fix in GEOS version extractor.
2004-10-25 Sandro SantilliObsoleted getbox2d(). Use getbox2d_p() or getbox2d_inte...
2004-10-25 Sandro Santilliportable math expressions.
2004-10-25 Sandro SantilliY axis reverse and relative path fixes from Olivier...
2004-10-25 Sandro SantilliRemoved useless network type includes,
2004-10-21 Sandro SantilliStricter syntax fixes. Reported by S�bastien NICAISE...
2004-10-21 Sandro Santilliupdated
2004-10-21 Sandro SantilliZMflags check on costituent geometries only performed...
2004-10-21 Sandro SantilliAdded detect_geos_version in all: rule
2004-10-18 Sandro SantilliAdded reverse(geometry) and ForceRHR(geometry) document...
2004-10-18 Sandro Santillimakeline_from_multipoint renamed to line_from_multipoint
2004-10-18 Sandro Santilliupdated
2004-10-17 Sandro Santilliremoved USE_WKB partially-used define
2004-10-17 Sandro SantilliHEXWKB polygon
2004-10-17 Sandro Santilliupdated
2004-10-17 Sandro SantilliHEXWKB multiline output
2004-10-17 Sandro SantilliFixed a bug in lwline_serialize_buf preventing dimensio...
2004-10-17 Sandro SantilliFixed a debugging function output bug
2004-10-17 Sandro SantilliPoint and MultiPoint loaded using HEXWKB.
2004-10-17 Sandro Santillifixed prototype for user query table
2004-10-17 Sandro SantilliBug fixed in multipoint4D creation
2004-10-15 Sandro Santilliupdated
2004-10-15 Sandro SantilliInitial WKB functionalities
2004-10-15 Sandro Santillimakeline_from_multipoint() implemented and exposed.
2004-10-15 Sandro Santilliupdated
2004-10-15 Sandro SantilliFixed a bug in outputput dimension detection for makeline()
2004-10-15 Sandro Santilliupdated
2004-10-15 Sandro SantilliAdded debugging lines
2004-10-15 Sandro SantilliFixed a bug in make_lwline
2004-10-15 Sandro Santilliupdated
2004-10-15 Sandro SantilliFixed a bug making asSVG return a spurious char at...
2004-10-15 Sandro SantilliAdded makeline() aggregate and make_lwline() API method.
2004-10-15 Sandro Santilliupdated AsSVG doc
2004-10-15 Sandro Santillichanged precision semantic back to number of decimal...
2004-10-15 Sandro SantilliAdded a trailing zeros trimmer
2004-10-15 Sandro SantilliFixed handling of mixed dimensioned geometries in sourc...
2004-10-15 Sandro SantilliFixed a bug introduced by me (byteorder skipped for...
2004-10-14 Sandro SantilliUpdated pgsql2shp documentation.
2004-10-14 Sandro SantilliAdded support for user query (replacing schema.table)
2004-10-13 Sandro Santilliupdated
next