]> granicus.if.org Git - postgis/shortlog
postgis
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
2004-12-20 Sandro SantilliSRID is no more skipped from asText output.
2004-12-20 Sandro SantilliCreated a new 'Geometry Editors' section.
2004-12-20 Sandro SantilliAdded addBBOX() and dropBBOX() documentation.
2004-12-20 Sandro SantilliAdded dropBBOX().
2004-12-17 Sandro SantilliLWGEOM_gist_joinsel defined for all PG versions
2004-12-17 Sandro SantilliFixed call to geos_version.sh
2004-12-17 Sandro SantilliMoved getMachineEndian from parser to liblwgeom.{h,c}.
2004-12-17 Sandro SantilliAdded missing prototype
2004-12-17 Sandro SantilliAdded GEOSnoop stub for non-geos installations
2004-12-17 Sandro SantilliAdded canonical binary conversions as bytea<->geometry...
2004-12-17 Sandro SantilligetMachineEndian exported
2004-12-17 Paul RamseyChanges in preparation for 1.0.0RC1
2004-12-16 Sandro SantilliInitial skel for geometry_send canonical binary rep.
2004-12-16 Sandro Santillipg_restore-800 handling
2004-12-15 Sandro SantilliAdded UpdateGeometrySRID documentation
2004-12-15 Sandro SantilliEnforced schema use in UpdateGeometrySRID
2004-12-15 Sandro SantilliAdded UpdateGeometrySRID
2004-12-15 Sandro Santilliupdated TODO
2004-12-15 Sandro SantilliDie if target database exists
2004-12-15 Sandro SantilliFixed memory leaks depending on input size.
2004-12-14 Sandro SantilliFixed a bug in lwgeom_dropBBOX()
2004-12-14 Sandro SantilliAdded geometry::text cast.
2004-12-14 Sandro SantilliAdded SRID check in collect_garray();
2004-12-14 Sandro Santillireduced function calls in lwcollection_serialize_size
2004-12-14 Sandro Santillifixed a typo in polygonize function
2004-12-13 Sandro Santilliupdated
2004-12-13 Sandro SantilliInitial skeleton on join selectivity estimator.
2004-12-13 Sandro Santillilwpostgis.sql copy moved from root to lwgeom/Makefile
2004-12-13 Sandro SantilliHandled more schema specification in 800 pg_restore...
2004-12-13 Sandro SantilliRemoved obsoleted function and fixed some warnings.
2004-12-10 Sandro SantilliAdded notice about availability of shorter syntax for...
2004-12-10 Sandro SantilliAdded estimated_extent() doc.
2004-12-10 Sandro Santilliimplemented estimated_extent() function
2004-12-09 Sandro SantilliAdjusted to work with new bytea WKB encoding, only...
2004-12-08 Sandro Santilliupdated
2004-12-05 Sandro SantilliInitial revision
2004-12-05 Sandro Santillicommented out drops of unexistant tables
2004-12-05 Sandro SantilliChanged AddGeometryColumns to not complain about invali...
2004-11-29 Sandro SantilliFixed a bug in pt_in_ring_2d.
2004-11-29 Sandro SantilliCommented out useless CFLAGS override.
2004-11-29 Sandro SantilliSome initializzations to make compiler happy.
2004-11-26 Sandro SantilliRemoved duplicated tests
2004-11-26 Sandro SantilliMoved basic LWGEOM parsing tests in mainstream regress...
2004-11-26 Sandro SantilliFirst regress test cleaned up.
2004-11-26 Sandro SantilliPorted index regress test to lwgeom
2004-11-26 Sandro SantilliAdded regressions test notes
2004-11-26 Sandro SantilliFinished cleanup of main regression test.
2004-11-26 Sandro Santillilwcollection_same allows different components ordering to
2004-11-26 Sandro SantilliCleanup
2004-11-26 Sandro SantilliFixed a bug in lwcollection_same
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.
next