]> granicus.if.org Git - postgis/shortlog
postgis
2005-01-18 Sandro SantilliChanged unparse_WKB interface to take an output size...
2005-01-18 Sandro SantilliFixed bug introduced supporting GEOMETRYCOLLECTION...
2005-01-17 Sandro SantilliAdded GEOMETRYCOLLECTION(EMPTY) support
2005-01-17 Sandro SantilliUsed quote_ident() for spatial columns constraints...
2005-01-17 Sandro SantilliAdded one more bytes for terminating NULL in utf8 encoder
2005-01-16 Sandro SantilliString escaping algorithm made simpler and more robust.
2005-01-14 Sandro SantilliSwitched to preprocessor driver CREATEFUNCTION attribut...
2005-01-13 Sandro Santilliestimated_extent() implemented for PG<80
2005-01-13 Sandro Santilliestimated_extent() prepared for future expansion (suppo...
2005-01-13 Sandro SantilliUpdated expected error message on !closed polygon rings...
2005-01-13 Sandro SantilliAdded closed-ring check for polygon geometry inputs.
2005-01-13 Sandro Santillichanged asText to asEWKT for lossless conversions
2005-01-13 Sandro SantilliAdded GEOSexception test
2005-01-13 Sandro SantilliFixed more tests
2005-01-13 Sandro SantilliChanged astext() calls with asewkt() to mach expected...
2005-01-13 Sandro SantilliUpdated 1.0.0 release date and changed version to 1...
2005-01-13 Sandro SantilliRemoved initial README, replaced with an updated one.
2005-01-13 Sandro SantilliAdded updated README file
2005-01-13 Sandro SantilliAdded note about utils/postgis_restore.pl
2005-01-13 Sandro SantilliAdded more New Things
2005-01-13 Sandro SantilliAdded release notes chapter
2005-01-12 Sandro Santilliadded USE_ICONV configuration
2005-01-12 Sandro SantilliAdded optional UTF8 output support as suggested by...
2005-01-12 Sandro SantilliAdded not for AUTOCACHE_BBOX setting
2005-01-12 Sandro Santillidon't drop the regress test
2005-01-12 Sandro SantilliAdded a sleep before running make dist
2005-01-12 Sandro Santillicommented notice in LWGEOM_noop()
2005-01-12 Sandro SantilliChanged force_*d(geom) and multi(geom) to support AUTOC...
2005-01-12 Sandro SantillisetSRID() and force_2d() changed to use PG_LWGEOM_const...
2005-01-12 Sandro SantilliforceRHR() and reverse() forced to use pglwgeom_seriali...
2005-01-11 Sandro Santillifixed postgis_gist_joinsel signature for PG72
2005-01-11 Sandro Santilliadded optional versions specificatoin on command line
2005-01-11 Sandro Santillidropped special pgsql 7.1 handling
2005-01-11 Sandro Santilliadded postgis_lib_build_date() and postgis_scripts_buil...
2005-01-11 Sandro SantilliChanged builddate format to Y-m-D H:M:S
2005-01-11 Sandro SantilliAdded postgis_lib_build_date() and postgis_scripts_buil...
2005-01-11 Sandro Santilliinitial revision
2005-01-11 Sandro SantilliComments cleanup.
2005-01-11 Sandro Santilliremoved obsoleted script
2005-01-11 Sandro SantilliAdded SRID checks for all operators.
2005-01-11 Mark Cave-AylandAdded new indexable operators <<|, &<|, |&> and |>...
2005-01-11 Sandro SantilliFixed translate() to always use one of the AUTOCACHE_BB...
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...
next