]> granicus.if.org Git - postgis/shortlog
postgis
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}
2003-11-19 Sandro SantilliAdded default btree operator class for PG7.4
2003-11-19 Sandro SantilliAdded geometry_le, geometry_ge, geometry_cmp functions,
2003-11-19 Sandro SantilliFixed wrong COMMUTATOR specifications in '<','>','...
2003-11-19 Sandro Santillitypo fixed (ENABLE_SEQSCAN missing) - PG7.4 support...
2003-11-18 Sandro Santillidefault row buffer lenght set to 100
2003-11-18 Sandro SantilliSome more structuring. Initialization routine moved...
2003-11-16 Sandro SantilliHuge code re-organization. More structured code, more...
2003-11-14 Sandro SantilliUsed environment vars to pass libpq connection options...
2003-11-13 Sandro Santilliused quote_ident() calls in AddGeometryColumns as sugge...
2003-11-12 Sandro Santillimore cvsignore
2003-11-12 Sandro Santillifirst import
2003-11-12 Sandro SantilliAddGeometryColumn column identifier case respect fix...
2003-11-12 Sandro Santillidelete all caught exceptions after use
2003-11-11 Sandro SantilliAdded (mem)GeomUnion and (mem_)collect aggregates docum...
2003-11-11 Sandro SantilliFixed a typo in envelope()
2003-11-11 Sandro SantilliPostgresql 7.4 enabler scripts.
2003-11-11 Sandro SantilliAdded support for PG74
2003-11-05 Sandro SantilliAdded fast collect() and geomunion() aggregates impleme...
2003-11-05 Sandro Santillimoved #ifdef USE_GEOS below prototypes, added NULL...
2003-11-05 Sandro Santillirenamed unite_finalfunc to unite_garray
2003-11-05 Sandro SantilliAdded GEOS support tips to installation instructions
2003-11-05 Sandro Santillipostgis.xml put back in place. Makefile modified to...
2003-11-04 Sandro Santillimade last release version a parameter
2003-11-04 Sandro Santilliadded 'global' specification to sed command
2003-11-04 Sandro Santillirenamed postgis.xml to postgis.xml.in
2003-11-04 Sandro Santillidropped 'clean' rule (not really a good idea right...
2003-11-04 Sandro Santilliadded doc clean in clean rule
2003-11-04 Sandro Santilliadded missing first geom pfree in unite_finalfunc
2003-11-04 Sandro Santilliinitial import
2003-10-29 Sandro Santilligeoscentroid() removed. both geos and pgis versions...
next