]> granicus.if.org Git - postgis/shortlog
postgis
2004-04-26 David BlasbyMinor cleanup
2004-04-26 David Blasbyinital version
2004-04-26 David BlasbyInitial working version - based on Ralph Masons WKT...
2004-04-22 David Blasbyfixed minor typos GeomFromWKB not GeometryFromWKB
2004-04-21 Sandro SantilliAttribute names escaping mechanism added. You should now
2004-04-21 Sandro SantilliMemory allocated for main_scan_query was not enough...
2004-04-13 David BlasbyGeometryN(...) now correctly says "1" is the 1st geomet...
2004-04-08 David BlasbySomehow the memory leak changes I made got removed...
2004-04-08 David BlasbyChanged ggeometry_consistent to be aware of NULL querie...
2004-04-07 David BlasbyAdded a cstring(lwgeom) function that returns WKT!
2004-04-07 Sandro SantilliMade new postgis.sql generation procedure the default
2004-04-06 David BlasbyChanges to make it work with all the PostGIS type.
2004-04-02 David BlasbyAdded support for 4d coordinates
2004-03-29 Sandro Santillipostgis.sql.in is now parsed by both sed and cpp
2004-03-29 Sandro SantilliFixed a bug in WKB parsing for Multipoints.
2004-03-26 Paul RamseyRemoved rogue docbook tags
2004-03-26 David Blasbychanged name of fluffType() to multi().
2004-03-26 David Blasbyadded full support for fluffType(<geom>)
2004-03-25 David Blasbyadded function fluffType() that takes POINT LINESTRING...
2004-03-22 Sandro SantilliMoved AddGeometryColumn and DropGeometryColumn from...
2004-03-22 Sandro Santillipostgis_new.sql build by default
2004-03-19 Sandro SantilliUpdated AddGeometryColumn() and DropGeometryColumn...
2004-03-15 Sandro SantilliAdded calls to vacuum_delay_point() to give backend...
2004-03-11 David Blasbyminor clean and trying to figure out a memory bug....
2004-03-11 David BlasbyShould be working (with a tonne of notices) for points...
2004-03-10 Sandro SantilliFixed a bug reducing the output shapes from Multipolygo...
2004-03-10 Sandro Santilliremoved just-introduced bug
2004-03-10 Sandro Santillicode cleanup, fixed a bug missing to transform 'gid...
2004-03-10 David BlasbyWKB reader and WKB writer (totally untested)
2004-03-09 David BlasbyInitial implementation - should compile; not at all...
2004-03-09 Sandro SantilliRemoved useless code blocks in histogram builder
2004-03-09 Sandro Santilliestimator applies a gain of AOI/cell_area on each cell...
2004-03-08 Sandro Santillichanged error computation code to delta/totrows
2004-03-08 Sandro SantilliAdded the RECHECK clause for gist_geometry_ops operator...
2004-03-06 Sandro SantilliComma-separated bps values accepted
2004-03-06 Sandro SantilliAdded RCSID string in usage output
2004-03-06 Sandro SantilliAdded rcsid string to usage output
2004-03-05 Sandro SantilliAdded -vacuum switch
2004-03-05 Sandro SantilliMade the -bps switch specify the exact level(s) at...
2004-03-05 David BlasbyEmpty files - preparing for writting actual code.
2004-03-05 David BlasbySame as the one in the above directory
2004-03-05 David Blasbymoved to lwgeom/ directory
2004-03-05 Sandro SantilliApplied Mark Cave-Ayland patch
2004-03-05 Sandro Santillirewritten split_extent to be more datatype-conservative
2004-03-05 Sandro Santilliadded -bps switch to set maximun query level. reworked...
2004-03-05 Sandro Santillimore verbose output
2004-03-05 Sandro Santilliinitial import
2004-03-05 David BlasbyInitial version - still under discussion.
2004-03-04 Sandro Santillipostgis_gist_sel(): added warnings if search_box goes...
2004-03-04 Sandro SantilliThe selectivity estimator does add the full value of...
2004-03-03 Sandro Santilliadded check to keep selectivity value in the range...
2004-03-02 Sandro Santillicpp call for postgis_new.sql creation uses shell redire...
2004-03-02 Sandro Santillimodified to reflect new statistics building process...
2004-03-01 Sandro Santillihistogram's boxesPerSide computed as a function of...
2004-02-29 Sandro Santillibug fix in postgis_gist_sel (for PG75): SysCache is...
2004-02-28 Sandro SantilliAdded rule to generate postgis_new.sql from postgis...
2004-02-28 Sandro Santilliinitial import
2004-02-26 Sandro SantilliFixed bugs reported by Mark Cave-Ayland <m.cave-ayland...
2004-02-25 Sandro SantilliRTContainedBy and RTOverlap strategries implemented...
2004-02-25 Sandro SantilliAdded handling for point features in histogram creation...
2004-02-25 Sandro Santilliinitial version of && selectivity estimation for PG75
2004-02-23 Sandro Santilligeometry analyzer builds the histogram
2004-02-23 Sandro Santilliadded skeleton functions for pg75 stats integration
2004-02-12 Sandro Santillichanged USE_GEOS check from ifdef / ifndef to if /...
2004-02-09 Sandro Santillibyte endiannes detected empirically
2004-02-06 Sandro Santilliupdated wkb reading funx to reflect changes made by...
2004-02-06 David Blasbymoved forward declarations from postgis.h to postgis_proj.c
2004-02-05 David BlasbyOptimized the curvature method (doesnt have to calculat...
2004-02-05 David BlasbyAdded 'curvature method' for cases where the original...
2004-02-04 Sandro SantilliAdded pg75 support scripts
2004-02-04 Sandro SantilliAdded detection code for PG75
2004-02-04 David Blasbyapplied patricia tozer's patch (distance function was...
2004-02-03 Paul RamseyBacked default sql file location out of contrib insto...
2004-02-03 Paul RamseyReal DESTDIR changes this time.
2004-02-03 Paul RamseyOoops, let local configuration slip into cvs version
2004-02-03 Paul RamseyFixed error in -C loader directive
2004-02-03 Paul RamseyAdded DESTDIR to Makefiles to assist in RPM building.
2004-02-03 Sandro Santillischema support added, slightly modified logic used...
2004-01-25 Paul RamseyTest commit on new CVS archive.
2004-01-21 Sandro SantilliAdded line_interpolate_point entry
2004-01-21 Sandro SantilliAdded line_interpolate_point function by jsunday@rochgr...
2004-01-20 Sandro Santillicleaner comments for DropGeometryColumn
2004-01-20 Sandro Santilliremoved bogus comment about missed alter table drop...
2004-01-16 Sandro SantilliAdded FTLogical<->boolean mapping
2004-01-15 Sandro Santillifield type array allocates num_fields * sizeof(int...
2004-01-15 Paul RamseyChange absolute classpath reference to relative.
2004-01-14 Paul RamseyFix solaris alignment problem in transformations.
2004-01-13 Paul RamseyChanged getint and getdouble used by WKB so that it...
2004-01-13 Sandro SantilliAdded useless PG_RETURN_NULL() call to make compiler...
2004-01-12 Paul RamseyUpdates for 0.8.1 release.
2004-01-02 Sandro Santillialways call setval with no schema specification. drop...
2003-12-30 Sandro Santillimade shp2pgsql looser about numeric precisions
2003-12-30 Sandro SantilliFixed segfault bug reported by Randy George, removed...
2003-12-30 Sandro SantilliFor all versions:
2003-12-27 Sandro SantilliAdded schema specification support
2003-12-23 Sandro SantilliAddGeometryColumn, DropGeometryColum moved to version...
2003-12-19 Sandro Santillisubstituted setenv() calls with putenv() for Solaris...
2003-12-18 Sandro SantilliChanged fix_geometry_columns() for PG >= 73 so to set...
2003-12-16 Sandro Santilliadded simplify() documentation
2003-12-12 Sandro Santillireverted make_line patch, patched size_subobject instea...
next