2005-01-11 |
Sandro Santilli | dropped special pgsql 7.1 handling |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Sandro Santilli | added postgis_lib_build_date() and postgis_scripts_buil... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Sandro Santilli | Changed builddate format to Y-m-D H:M:S |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Sandro Santilli | Added postgis_lib_build_date() and postgis_scripts_buil... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Sandro Santilli | initial revision |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Sandro Santilli | Comments cleanup. |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Sandro Santilli | removed obsoleted script |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Sandro Santilli | Added SRID checks for all operators. |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Mark Cave-Ayland | Added new indexable operators <<|, &<|, |&> and |>... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Sandro Santilli | Fixed translate() to always use one of the AUTOCACHE_BB... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Sandro Santilli | removed link from geometry_dump type ref |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Sandro Santilli | Dropped inherithed rule for static lib build (liblwgeom... |
commit | commitdiff | tree | snapshot |
2005-01-11 |
Sandro Santilli | Fixed memory handling bug in dump(geom) |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Sandro Santilli | Added missing prototypes |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Sandro Santilli | changed size_t printing lines to use %lu and unsigned... |
commit | commitdiff | tree | snapshot |
2005-01-10 |
Sandro Santilli | renamed misures.c to measures.c |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Sandro Santilli | size_t usage cleanups. |
commit | commitdiff | tree | snapshot |
2005-01-09 |
Sandro Santilli | Avoided lwcollection_deserialize call for non collectio... |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Sandro Santilli | Dropped BOX2D operators. They will rely on cast to... |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Sandro Santilli | Fixed handling of empty collection in GEOS2POSTGIS... |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Sandro Santilli | Made accum(geometry) compatible with PG73. |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Sandro Santilli | removed unused variable |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Sandro Santilli | Added a geometry type OID extractor and caching function. |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Sandro Santilli | Added a note about compatibility of Dump(geometry) |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Sandro Santilli | made accum(geom) compatible with PG72 |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Sandro Santilli | dropped dump(geometry) for PGSQL<73 builds |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Sandro Santilli | fixed var declaration misplacement |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Sandro Santilli | make LWGEOM_{to,from}_bytea available to all pgsql... |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Sandro Santilli | fixed typo in symdifference function definition |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Sandro Santilli | fixed postgis_gist_joinsel definition for PG73 |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Sandro Santilli | Moved pgsql compatibility code into pgsql_compat.h |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Sandro Santilli | variable declaration cleanups. |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Sandro Santilli | Added WARNING define for pgsql<73 |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Sandro Santilli | fixed misplaced declaration after body start |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Sandro Santilli | Dump(geometry) enabled by default. |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Sandro Santilli | Added Dump(geometry) doc |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Sandro Santilli | cleanup |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Sandro Santilli | fixed typo in error message |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Sandro Santilli | fixed typo in error message |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Sandro Santilli | JOINSEL disabled for builds against pgsql<80 |
commit | commitdiff | tree | snapshot |
2005-01-07 |
Sandro Santilli | Initial import |
commit | commitdiff | tree | snapshot |
2005-01-06 |
Sandro Santilli | Added MakePolygon documentation |
commit | commitdiff | tree | snapshot |
2005-01-06 |
Sandro Santilli | Added not about possible lost of simplicity() using... |
commit | commitdiff | tree | snapshot |
2005-01-06 |
Sandro Santilli | Renamed Apply_Grid to SnapToGrid, documented behaviour... |
commit | commitdiff | tree | snapshot |
2005-01-06 |
Sandro Santilli | Added makepolygon(geometry, geometry[]) |
commit | commitdiff | tree | snapshot |
2005-01-06 |
Sandro Santilli | forward declarations for lwpoly_from_lwlines(), ptarray... |
commit | commitdiff | tree | snapshot |
2005-01-06 |
Sandro Santilli | Added lwpoly_from_lwlines() |
commit | commitdiff | tree | snapshot |
2005-01-06 |
Sandro Santilli | Added ptarray_clone() and ptarray_isclosed2d() |
commit | commitdiff | tree | snapshot |
2005-01-06 |
Sandro Santilli | Added accum(geom) documentation |
commit | commitdiff | tree | snapshot |
2005-01-06 |
Sandro Santilli | Added accom(geom) aggregate |
commit | commitdiff | tree | snapshot |
2005-01-06 |
Sandro Santilli | Added apply_grid wrappers. |
commit | commitdiff | tree | snapshot |
2005-01-06 |
Sandro Santilli | Modified transform() to always use PG_LWGEOM_construct... |
commit | commitdiff | tree | snapshot |
2005-01-06 |
Paul Ramsey | Fix spelling error |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Sandro Santilli | updated Polygonize doc |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Sandro Santilli | Had translate compute bbox cache translating input... |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Sandro Santilli | Made apply_grid compute output bbox WHEN_SIMPLE (input... |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Sandro Santilli | Simplify reworked to use LWGEOM abstraction (no more... |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Sandro Santilli | Added apply_grid doc |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Sandro Santilli | Integrated apply_grid() contributed function. |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Sandro Santilli | Added is_worth_caching_serialized_bbox(). Renamed lwgeo... |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Sandro Santilli | Added AUTOCACHE_BBOX support in PG_LWGEOM_construct(). |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Sandro Santilli | collect(geom, geom) and collect_garray(geom[]) use... |
commit | commitdiff | tree | snapshot |
2005-01-03 |
Sandro Santilli | GEOSpolygonize returns GEOMETRYCOLLECTION instead of... |
commit | commitdiff | tree | snapshot |
2005-01-03 |
Sandro Santilli | iscacheable patch from Carl Anderson |
commit | commitdiff | tree | snapshot |
2004-12-31 |
Sandro Santilli | update ExteriorRing doc |
commit | commitdiff | tree | snapshot |
2004-12-31 |
Sandro Santilli | Made ExteriorRing use LWGEOM. |
commit | commitdiff | tree | snapshot |
2004-12-31 |
Sandro Santilli | update InteriorRingN doc |
commit | commitdiff | tree | snapshot |
2004-12-31 |
Sandro Santilli | GeometryN and InteriorRingN changed to use LWGEOM forma... |
commit | commitdiff | tree | snapshot |
2004-12-31 |
Sandro Santilli | updated |
commit | commitdiff | tree | snapshot |
2004-12-31 |
Sandro Santilli | All output geoms serializzations made using pglwgeom_se... |
commit | commitdiff | tree | snapshot |
2004-12-31 |
Sandro Santilli | fixed bugs in convexhull, made GEOS2POSTGIS use pglwgeo... |
commit | commitdiff | tree | snapshot |
2004-12-31 |
Sandro Santilli | Fixed a bug in lwpoint_serialize_size |
commit | commitdiff | tree | snapshot |
2004-12-31 |
Sandro Santilli | error messages and VARLENA handling cleanups |
commit | commitdiff | tree | snapshot |
2004-12-31 |
Sandro Santilli | initial import |
commit | commitdiff | tree | snapshot |
2004-12-31 |
Sandro Santilli | re-introduced G2P conversion profile for convexhull... |
commit | commitdiff | tree | snapshot |
2004-12-31 |
Sandro Santilli | Made convexhull use input bbox cache if any for output... |
commit | commitdiff | tree | snapshot |
2004-12-31 |
Sandro Santilli | Varlena handling cleanups |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Sandro Santilli | updated |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Sandro Santilli | Rewrote GEOSCentroid() to pass exception using an input... |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Sandro Santilli | Made parse_WKT_lwgeom (text::geometry) use AUTOCACHE_BB... |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Sandro Santilli | Fixed a bug in translate() and transform() leaving... |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Sandro Santilli | Added compute_serialized_bbox_p() to always recomputed... |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Sandro Santilli | Had LineFromMultiPoint make use of input SRID |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Sandro Santilli | Added AUTOCACHE_BBOX variable, defaulting to 1. |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Sandro Santilli | Introduced bbox caching worth evaluation functions... |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Sandro Santilli | Handled NULL returns from getCentroid making it an... |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Sandro Santilli | Applied Carl Anderson patch for LinearRing support. |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Sandro Santilli | USE_GEOS and USE_PROJ defaults switched to NO, and... |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Sandro Santilli | Added cache_bbox trigger |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Sandro Santilli | moved some BBOX procs signatures from lwgeom_inout... |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Sandro Santilli | removed useless memory copies in ndims(geom) |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Sandro Santilli | initial revision |
commit | commitdiff | tree | snapshot |
2004-12-28 |
Sandro Santilli | specified LineString input requirement for StartPoint... |
commit | commitdiff | tree | snapshot |
2004-12-27 |
Sandro Santilli | Expanded "GIS Objects" chapter adding OGC/PostGIS ... |
commit | commitdiff | tree | snapshot |
2004-12-27 |
Sandro Santilli | Added HasBBOX() item |
commit | commitdiff | tree | snapshot |
2004-12-27 |
Sandro Santilli | Added bool hasBBOX(geometry). Removed useless input... |
commit | commitdiff | tree | snapshot |
2004-12-23 |
Sandro Santilli | Fixed help string, and added a TODO item |
commit | commitdiff | tree | snapshot |
2004-12-23 |
Sandro Santilli | Updated <GEOM>FromWKB signatures to take bytea instead... |
commit | commitdiff | tree | snapshot |
2004-12-23 |
Sandro Santilli | Adjusted some function refereces, added another subsect... |
commit | commitdiff | tree | snapshot |
2004-12-22 |
Sandro Santilli | Added Mark Cave-Ayland implementation of JOIN selectivi... |
commit | commitdiff | tree | snapshot |
next |