2004-08-26 |
Sandro Santilli | updated |
commit | commitdiff | tree | snapshot |
2004-08-26 |
Sandro Santilli | Added (bogus) max_distance(geom,geom) |
commit | commitdiff | tree | snapshot |
2004-08-26 |
Sandro Santilli | Added distance(geometry) and all support functions. |
commit | commitdiff | tree | snapshot |
2004-08-26 |
Sandro Santilli | Added a note about spheroid computation |
commit | commitdiff | tree | snapshot |
2004-08-26 |
Sandro Santilli | Added spheroid type and functions |
commit | commitdiff | tree | snapshot |
2004-08-25 |
Sandro Santilli | Added IsClosed() and force_collection() |
commit | commitdiff | tree | snapshot |
2004-08-25 |
Sandro Santilli | Added macros for LWGEOM.type manipulation |
commit | commitdiff | tree | snapshot |
2004-08-25 |
Sandro Santilli | Added force_3d |
commit | commitdiff | tree | snapshot |
2004-08-25 |
Sandro Santilli | Added perimeter,perimeter2d,perimeter3d. |
commit | commitdiff | tree | snapshot |
2004-08-25 |
Sandro Santilli | Added serialized functions writing to a pre-allocated... |
commit | commitdiff | tree | snapshot |
2004-08-25 |
Sandro Santilli | Moved some OGC functions from lwgeom_inout.c to lwgeom_... |
commit | commitdiff | tree | snapshot |
2004-08-25 |
Sandro Santilli | Added lwgeom_pg to contain PG-specific functions/interf... |
commit | commitdiff | tree | snapshot |
2004-08-24 |
Sandro Santilli | Added StartPoint(), EndPoint() |
commit | commitdiff | tree | snapshot |
2004-08-24 |
Sandro Santilli | Added X(), Y() and Z() funx |
commit | commitdiff | tree | snapshot |
2004-08-24 |
Sandro Santilli | PointN() ported. |
commit | commitdiff | tree | snapshot |
2004-08-24 |
Sandro Santilli | fixed a bug preventing ExteriorRing() and InteriorRingN... |
commit | commitdiff | tree | snapshot |
2004-08-24 |
Sandro Santilli | updated |
commit | commitdiff | tree | snapshot |
2004-08-24 |
Sandro Santilli | Added NumInteriorRings() and InteriorRingN() |
commit | commitdiff | tree | snapshot |
2004-08-24 |
Sandro Santilli | Added dimension() and exteriorring() |
commit | commitdiff | tree | snapshot |
2004-08-24 |
Sandro Santilli | Added LWGEOM_construct() function to easy the work... |
commit | commitdiff | tree | snapshot |
2004-08-24 |
Sandro Santilli | Fixed a bug in lwgeom_getSRID() |
commit | commitdiff | tree | snapshot |
2004-08-24 |
Sandro Santilli | Indentation and debugging output. |
commit | commitdiff | tree | snapshot |
2004-08-24 |
Sandro Santilli | fixed a typo in a comment |
commit | commitdiff | tree | snapshot |
2004-08-24 |
Sandro Santilli | Fixed a bug in LWGEOM_addBBOX preventing it to detect... |
commit | commitdiff | tree | snapshot |
2004-08-24 |
Sandro Santilli | OGC functions (not implemented by GEOS) moved to lwgeom... |
commit | commitdiff | tree | snapshot |
2004-08-24 |
Sandro Santilli | Added npoints,numpoints,numgeometries,geometryn |
commit | commitdiff | tree | snapshot |
2004-08-24 |
Sandro Santilli | transformation work made on an input copy (made by... |
commit | commitdiff | tree | snapshot |
2004-08-24 |
Sandro Santilli | initial import |
commit | commitdiff | tree | snapshot |
2004-08-24 |
Sandro Santilli | added missing prototype |
commit | commitdiff | tree | snapshot |
2004-08-24 |
Sandro Santilli | geos version detector and wrapper used from parent... |
commit | commitdiff | tree | snapshot |
2004-08-23 |
Sandro Santilli | fixed typo |
commit | commitdiff | tree | snapshot |
2004-08-23 |
Sandro Santilli | versioning functions completed |
commit | commitdiff | tree | snapshot |
2004-08-23 |
Sandro Santilli | changed install rule to install lwpostgis.sql instead... |
commit | commitdiff | tree | snapshot |
2004-08-23 |
Sandro Santilli | Changed SCRIPTS_VERSION to 0.0.1 |
commit | commitdiff | tree | snapshot |
2004-08-23 |
Sandro Santilli | proj support added |
commit | commitdiff | tree | snapshot |
2004-08-23 |
Sandro Santilli | deleted debugging block from summary() fn |
commit | commitdiff | tree | snapshot |
2004-08-23 |
Sandro Santilli | Added getPoint(POINTARRAY *pts, int ptnum) |
commit | commitdiff | tree | snapshot |
2004-08-23 |
Sandro Santilli | Fixed a bug in serializedform length computation (for... |
commit | commitdiff | tree | snapshot |
2004-08-23 |
Sandro Santilli | Removed custom allocator from lwgeom_api. |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Sandro Santilli | transform() support |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Sandro Santilli | initial skel for transform() |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Sandro Santilli | updated |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Sandro Santilli | gist operators support functions renamed to allow for... |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Sandro Santilli | Hardcoded some functions being obsoleted |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Sandro Santilli | Added Geom{etry,}FromWkb(<geometry>,[<int4>]) funx. |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Sandro Santilli | Added lwpostgis.sql |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Sandro Santilli | removed leak from mem_size() |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Sandro Santilli | lwgeom_mem_size uses int32 cast instead of int |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Sandro Santilli | bug fixed in lwgeom_mem_size |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Sandro Santilli | Whole output wrapped in transaction blocks. |
commit | commitdiff | tree | snapshot |
2004-08-20 |
Sandro Santilli | Fixed a bug in 'append-mode'. |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Sandro Santilli | indentation fixes |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Sandro Santilli | added lwpostgis.sql build rule |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Sandro Santilli | Added finite coordinate check. |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Sandro Santilli | mem_size removed from list |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Sandro Santilli | Added mem_size(lwgeom) |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Sandro Santilli | cpp checks updated to use 80 instead of 75 for USE_VERSION |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Sandro Santilli | initial import |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Sandro Santilli | initial import |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Sandro Santilli | Added selectivity estimation |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Sandro Santilli | some indentation fixes |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Sandro Santilli | fixed typos |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Sandro Santilli | added btree index support file |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Sandro Santilli | added btree index support |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Sandro Santilli | Fixed a bug in ascii dump "CREATE OPERATOR" scan |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Sandro Santilli | rename_geometry_table_constraints() re-introduced to... |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Sandro Santilli | fixed some of the buch of broken comments |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Sandro Santilli | USE_VERSION gets 80 where it got 75 |
commit | commitdiff | tree | snapshot |
2004-08-19 |
Paul Ramsey | Added some references to Proj4 and GEOS utility and... |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Sandro Santilli | Added PG80 (75) patches. |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Sandro Santilli | Added skip of postgisgistcostestimate (obsoleted) |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Sandro Santilli | Spatial table constraints names get column name appended. |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Sandro Santilli | added extent(lwgeom) and support functions. |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Sandro Santilli | SRID(geometry) changed to SRID(lwgeom) |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Sandro Santilli | Initial support for geometry->lwgeom switch (dump objec... |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Sandro Santilli | Added SRID(geometry) for backward compatibility |
commit | commitdiff | tree | snapshot |
2004-08-17 |
Sandro Santilli | Added geometrytype(LWGEOM) |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Sandro Santilli | OPERATOR parsing bug fixed. Schema removal improoved... |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Mark Cave-Ayland | Added DLLIMPORT reference to "default_statistics_target... |
commit | commitdiff | tree | snapshot |
2004-08-16 |
Sandro Santilli | GEOS version extraction not attempted if USE_GEOS is... |
commit | commitdiff | tree | snapshot |
2004-08-13 |
Sandro Santilli | Support dump generated by pg_dump 7.4 |
commit | commitdiff | tree | snapshot |
2004-08-11 |
Sandro Santilli | Fixed a bug in non-finite Z check |
commit | commitdiff | tree | snapshot |
2004-08-10 |
Sandro Santilli | changed proj version extractor to support pre 4.4.8... |
commit | commitdiff | tree | snapshot |
2004-08-08 |
Sandro Santilli | reduced psql invocation to a single one. |
commit | commitdiff | tree | snapshot |
2004-08-08 |
Sandro Santilli | lwgeom.sql production follow postgis.sql production... |
commit | commitdiff | tree | snapshot |
2004-08-08 |
Sandro Santilli | Added missing required parameter to usage string |
commit | commitdiff | tree | snapshot |
2004-08-07 |
Sandro Santilli | more header comments |
commit | commitdiff | tree | snapshot |
2004-08-06 |
Sandro Santilli | added handling of operators and operator classes (skip... |
commit | commitdiff | tree | snapshot |
2004-08-06 |
Sandro Santilli | perl detection and bug fixes. |
commit | commitdiff | tree | snapshot |
2004-08-05 |
Sandro Santilli | Another schema support bug from Mark |
commit | commitdiff | tree | snapshot |
2004-08-05 |
Sandro Santilli | fixed bug in automatic perl invokation |
commit | commitdiff | tree | snapshot |
2004-08-05 |
Sandro Santilli | schema support patches sent by Mark |
commit | commitdiff | tree | snapshot |
2004-08-03 |
Sandro Santilli | geometry_columns and spatial_ref_sys back created from... |
commit | commitdiff | tree | snapshot |
2004-08-03 |
Sandro Santilli | Always added 'public' to search_path, to bypass pg_dump... |
commit | commitdiff | tree | snapshot |
2004-08-03 |
Sandro Santilli | updated |
commit | commitdiff | tree | snapshot |
2004-08-03 |
Sandro Santilli | handling of more cases |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Sandro Santilli | initial import |
commit | commitdiff | tree | snapshot |
2004-08-02 |
Sandro Santilli | Fixed format bugs (needed for postgis_undef.pl to work) |
commit | commitdiff | tree | snapshot |
2004-07-29 |
Sandro Santilli | Unability to open a shapefile or dbffile reported more... |
commit | commitdiff | tree | snapshot |
2004-07-28 |
Sandro Santilli | Added postgis_full_version(), marked postgis_version... |
commit | commitdiff | tree | snapshot |
next |