]> granicus.if.org Git - postgis/shortlog
postgis
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...
2003-12-12 Sandro SantilliFixed a bug in make_line allocating less memory then...
2003-12-12 Sandro Santilliadded missing 'const' in prototypes
2003-12-12 Sandro SantilliMore debugging output, some code cleanup.
2003-12-12 Sandro Santilliadded GEOSnoop OUTPUT debugging info
2003-12-12 Sandro SantilliAdded GEOSnoop function and some optional debugging...
2003-12-09 Sandro SantilliFinal touch to wkb binary input function
2003-12-09 Sandro SantilliWKB_recv: set StringInfo cursor to the end of StringInf...
2003-12-08 Sandro SantilliBinary WKB input function built only when USE_VERSION...
2003-12-04 Sandro SantilliRemoved useless linkages from dumper and loader
2003-12-04 Sandro Santillicode cleanup (removed useless and leaking malloc calls)
2003-12-04 David Blasbychanged david skae to skea
2003-12-01 Sandro Santillishapelib put in sync with gdal cvs
2003-12-01 Sandro Santilliadded simple malloc wrapper
2003-11-28 Sandro SantilliSome more changes, now useless since wkb.h is no more...
2003-11-28 Sandro SantilliAdded explicit geometry as text cast
2003-11-28 Sandro SantilliAdded WKB_recv function for binary WKB input
2003-11-26 Sandro Santillifixed bug in HexDecoder, made WKB parsing the default
2003-11-26 Sandro Santillibinary cursor implemented
2003-11-26 Sandro SantilliMade HEXWKB parsing settable at compile time
2003-11-26 Sandro SantilliHandled NULLS in wkb parsing, reduced functions args
2003-11-26 Sandro Santilliwkb support for all geom types
2003-11-26 Sandro SantilliWKB start to work
2003-11-25 Sandro Santillifirst attempt at wkb definitions
2003-11-25 Sandro Santillihardly trying to get WKB parsing work
2003-11-25 Paul RamseyUpdates for 0.8.0 release.
2003-11-25 Paul RamseyFixed syntax error in execution example.
2003-11-24 Sandro SantilliRemoved useless BYTE_ORDER checks
2003-11-21 Paul RamseyAdded Cygwin endian definition include to fix windows...
2003-11-20 Sandro Santillipatch from m.spring@gmx.de
2003-11-20 Sandro SantilliInstalls for PG>7.1 goes to pkglibdir
2003-11-20 Sandro Santillipostgresql linking against libstdc++ reported as possib...
2003-11-20 Sandro SantilliUpdated postgis library path to be referenced with /..
2003-11-20 Sandro Santilliexpected in-transaction memory release for btree operators
2003-11-20 Sandro SantilliMoved MODULE_FILENAME definition where it will be easly...
2003-11-20 Sandro SantilliRemoved some useless strdups.
2003-11-20 Sandro SantilliSet CFLAGS where useless CPPFLAGS were used before
2003-11-19 Sandro SantilliCR removed
2003-11-19 Sandro Santillimissing function definition added (I forgot - sorry)
2003-11-19 Sandro Santilliadded prototypes for geometry_{le,ge,cmp}
next