]> granicus.if.org Git - postgis/shortlog
postgis
2002-10-16 Chris Hodgsonmakefile now has both support for auto-determining...
2002-10-11 David BlasbyNew file with original estimation methods.
2002-10-11 David BlasbyAdded support for histogram2d and better statistical...
2002-10-11 Jeff Lounsburyfixed the errors in the error fix i had just committed...
2002-10-11 Jeff LounsburyFixed a bug from adding NULL support to shape dumper
2002-10-10 Jeff Lounsburyadded support to write out null geometries to polygon...
2002-10-10 Jeff LounsburyAdded support to write out Null geometries to point...
2002-10-10 Chris Hodgson- fixed a bug in box3d_overleft which would likely...
2002-09-20 David BlasbyFixed complier complaint reported by Mark Sutton <mes...
2002-09-06 Paul RamseyTrivial initialization bug, forget to set dimension.
2002-09-05 Paul RamseyChanges in preparation for 0.7.3 release
2002-09-05 David BlasbyFixed typo in dropgeometrycolumn() - IS null to =null...
2002-09-05 Paul RamseyMake 7.2 index test check for version 7.1 and default...
2002-09-04 David BlasbyApplied "Mark Cave-Ayland" <mark.cave-ayland@webbased...
2002-09-03 Paul RamseyAdded automatic test for version string and setting...
2002-09-01 Paul RamseyChanges in preparation for 0.7.2 release.
2002-08-19 David Blasbychanged "=NULL" to "is null" for postgresql 7.3 devel...
2002-08-16 David BlasbyApplyed "Mark Cave-Ayland" <mark.cave-ayland@webbased...
2002-08-07 Paul RamseyPatch to write null geometries as "\N" in the dump...
2002-07-26 Chris Hodgsonminor correction
2002-07-24 Paul Ramseyfixes the unwanted quotation of NULLs for the sql inser...
2002-07-17 Chris Hodgsonfixed some formatting errors from my previous addition
2002-07-17 Chris Hodgsonadded a "common problems" sub-section to the "installin...
2002-07-06 Paul RamseyReverted USE_PROJ to 0
2002-07-06 Paul RamseyPatch from Steffen Macke, NULL attributes are imported...
2002-07-04 David Blasbyadded bytea(wkb)
2002-06-26 Paul Ramseyfixed syntax error in reference to pgsql2shp
2002-06-26 Paul RamseyCygwin fixes to the install target to provide .exe...
2002-06-07 Jeff Lounsburyfixed a bug in pgsql2shp which displayed the total...
2002-05-28 Chris Hodgson- updated the ~ and @ operator definitions in postgis_g...
2002-05-28 Chris Hodgson- updated the ~ and @ operator definitions in postgis_g...
2002-05-28 Chris Hodgson- updated the translate function in postgis_fn.c to...
2002-05-22 Paul RamseyFixed syntax error in GeometryN defn.
2002-05-14 Paul RamseySet USE_PG72 to 0.
2002-05-14 Paul RamseyDocumentation updates for 0.7.1 release.
2002-05-14 Paul RamseyStripped DOS carriage returns from all source code...
2002-05-14 Chris Hodgson- integrated a bugfix for the rtree_picksplit algorithm...
2002-05-06 Chris Hodgson- changed add_to_geometry() and collector() so that...
2002-05-04 Paul RamseyFixed mistake in FAQ example on radius searching.
2002-05-04 Paul RamseyMore docbook changes.
2002-05-04 Paul RamseyDocbook syntax error changes.
2002-05-04 Paul RamseyAdded postgis_undef.sql to make clean target.
2002-05-04 Paul RamseyDocumentation updates to go with the 0.7 release. All...
2002-05-04 Paul RamseyAdd commenting to indicate the coordinate system of...
2002-05-04 Paul RamseyUpdate shapelib references to 1.2.9.
2002-05-04 Paul RamseyAdded an "install" target which installs shp2pgsql...
2002-05-04 Paul RamseyChanged WANT_PROJECTION flag to USE_PROJ to match other...
2002-05-04 Paul RamseyAdded GeomFromText alias to GeometryFromText since...
2002-05-03 Paul RamseyStart of 0.7 documenation edits.
2002-05-02 David Blasbytransform_geom() - if it gets and error -38 from PROJ...
2002-04-30 David BlasbyBetter error reporting.
2002-04-30 David BlasbyAdded some debugging to transform.
2002-04-29 David BlasbyAdded distance_ellipsiod(point,point,ellipsoid)
2002-04-26 Chris Hodgson- cut the gist indexing-related functions out of postgi...
2002-04-26 Paul RamseyColumn name length limitation removed. Patch submitted...
2002-04-23 Paul RamseyXML syntax error.
2002-04-19 Paul RamseyRemoved the CREATE INDEX statement since there is alrea...
2002-04-19 Paul RamseyAdded PROJ4 entries to all relevant rows, altered the...
2002-04-19 Paul RamseyPatches to bring example up to current version in terms...
2002-04-15 Jeff Lounsburyfixed bug that allowed two field names to be the same...
2002-03-26 David Blasbychanged postgis_Version() to return type text, not...
2002-03-25 Paul RamseyMinor syntax changes in commenting.
2002-03-25 Paul RamseyMinor syntactical changes to try and allow compilation...
2002-03-22 Chris HodgsonAdded the collect(geometry) function which is an aggreg...
2002-03-15 David BlasbyADD xmin(box3d) etc... for box3d's.
2002-03-14 Jeff Lounsburyadded a warning to the shape dumper when there are...
2002-03-01 Paul RamseyAlter shp2pgsql in the -d case so that 'DELETE FROM...
2002-02-27 David Blasbyminor bug in geometry_to_text() for BOX3D only types...
2002-02-27 David BlasbyBOX3D only geometries now dump as "SRID=x;BOX3D(.....
2002-02-26 David Blasbyfor bbox only geometries, it will dump as "SRID=x;NULL...
2002-02-23 Paul RamseyPatch to pgsql2shp to allow dumping of tables with...
2002-02-19 Paul RamseyPatch to shp2pgsql.c to properly handle 3D shape files...
2002-02-18 David Blasbyminor bug fix
2002-02-18 David BlasbyAdded TS support function (chip and some non-SFSQL...
2002-02-13 Paul RamseyFixed syntax error in UPDATE statement.
2002-01-11 David Blasbybetter "no proj4" support addded
2002-01-08 Paul RamseyFixed dumb error in POINT syntax example.
2002-01-07 David BlasbyOrder changes to avoid conflicts.
2002-01-03 David BlasbyAdded max_distance(l1,l2) function
2001-12-21 David BlasbyCoordinate transformation function, transform() added...
2001-12-21 Paul RamseyDoco changes to reflect use of 'createlang' as default...
2001-12-18 David BlasbyAdded to achive (no code)
2001-12-12 David Blasbychanged setSRID(chip and geometry, int) so its cachable
2001-12-12 David BlasbyMade setSRID cachable
2001-11-21 David BlasbyChip now handles data with different datasizes (datum_size)
2001-11-19 Paul RamseyFix error in sentence about OGC support.
2001-11-07 Paul RamseyAdded dates to changelog *yawn*
2001-11-07 Paul RamseyAdded 0.6.2 changes.
2001-11-06 Jeff LounsburyFixed the 'free memory that didn't exist problem' from...
2001-11-02 David BlasbyNew CHIP type
2001-11-02 David BlasbyAdded CHIP info
2001-11-02 Paul RamseyAdded README to files installed by default
2001-11-01 Paul RamseyUpdated shapelib files from latest CVS version.
2001-10-31 Paul RamseyAdded spatial_ref_sys.sql to the installed files for...
2001-10-30 Paul RamseyAdded some line commenting to make names more readable.
2001-10-30 Paul RamseyMore spelling fixes, this time with ispell! :)
2001-10-30 Paul RamseyFix spelling mistake.
2001-10-29 Jeff Lounsburyfixed a bug which made the last column value in the...
2001-10-26 Paul RamseyAdded N.Vines changes to Makefile for better compilatio...
2001-10-26 Paul RamseyFixed documentation error with respect to box3d
next