]> granicus.if.org Git - postgis/shortlog
postgis
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...
2003-10-29 Sandro SantilliAdded geoscentroid function.
2003-10-29 Sandro SantilliAdded GEOSGetCentroid() function
2003-10-28 Sandro SantilliAdded collect_garray() function.
2003-10-28 Sandro Santilliunite_sfunc() from postgis_geos.c renamed to geom_accum...
2003-10-28 Sandro SantilliAdded Algorithms section and simplify() enabler code
2003-10-28 Sandro SantilliAdded postgis_algo.c prototypes
2003-10-28 Sandro SantilliAdded postgis_algo.c build support
2003-10-28 Sandro Santillihandled NULL state array in unite_finalfunc, cleaned...
2003-10-27 Sandro Santilliunite_sfunc made always copy input array in long lived...
2003-10-27 Sandro SantilliMade GeomUnion release memory soon, Added fastunion...
2003-10-27 Sandro SantilliInitial import.
2003-10-24 Sandro SantilliModified strcmp-based if-else with switch-case in GEOS2...
2003-10-24 Sandro SantilliAdded GEOSGeometryTypeId(Geometry *) wrapper function.
2003-10-24 Sandro SantilliGEOSGetCoordinates() reverted to getCoordinates() call...
2003-10-24 Sandro SantilliFixed memory leak in GEOSGetCoordinates(), made sure...
2003-10-23 Sandro Santilliadded memory debugging tips for gcc >= 3.2.2
2003-10-23 Sandro SantilliAdded default-commented line to disable gcc "smart...
2003-10-23 Sandro SantilliAdded 'unite' aggregate.
2003-10-22 Paul RamseyMore additions to the TODO
2003-10-22 Paul RamseyUpdated TODO list somewhat
2003-10-21 Sandro SantilliMade GEOS_DIR and PROJ_DIR settable via environment...
2003-10-20 Sandro SantilliRemoved some memory leaks in PostGIS2* converters.
2003-10-17 Paul RamseyPass USE_* information to version string, add some...
2003-10-17 David BlasbyMade Envelope() CW instead of CCW.
2003-10-17 David Blasbymade isEmpty() return true/false
2003-10-17 Paul RamseyAdded some more AsText wrappers.
next