]> granicus.if.org Git - postgis/shortlog
postgis
2012-09-13 Sandro SantilliFix ST_Estimated_Extent name change documentation encoding
2012-09-13 Paul RamseyRemove code in #ifdefs for PgSQL 8.4 and under, per...
2012-09-13 Paul RamseyTest for #1780
2012-09-13 Sandro SantilliST_Estimated_Extent renamed to ST_EstimatedExtent ...
2012-09-13 Paul Ramsey#1780 ST_GeoHash should support geography type without...
2012-09-12 Bborie ParkReverted some of the changes committed in r10238
2012-09-11 Regina Obeforgot to commit ST_Delaun... reference in last
2012-09-11 Regina ObeST_DelaunayTriangle examples and a 3D example
2012-09-10 Pierre RacineFixed the state and final functions when count is zero...
2012-09-10 Regina Obe#1869 note that ST_Asbinary on unknown is now illegal...
2012-09-08 Regina ObeUpdate PSC list
2012-09-08 Bborie ParkAdded docs for new variant of ST_SetValues()
2012-09-08 Bborie ParkAdded new variant on existing ST_SetValues where instea...
2012-09-08 Bborie ParkMinor message tweaks regarding GDAL/OGR detection
2012-09-07 Paul Ramseycorrect length for closed circles (#1978)
2012-09-07 Paul RamseyST_GeomFromGML on CurvePolygon causes server crash...
2012-09-07 Paul RamseyFix cunit crash due to lack of proper signature for...
2012-09-07 Paul RamseyST_Distance to a one-point LineString returns NULL...
2012-09-06 Bborie ParkAdded item for fixes regarding ticket #1981
2012-09-06 Bborie ParkRemoved unnecessary/unused variables and assignments...
2012-09-06 Bborie ParkMinor cleanup of raster2pgsql Makefile
2012-09-06 Sandro SantilliEncode dependency on GEOS >= 3.3.0
2012-09-06 Sandro SantilliEncode dependency on PROJ >= 4.6.0
2012-09-06 Sandro SantilliEncode dependency on PostgreSQL 9.0 or higher
2012-09-05 Regina Obe#1970 - 9.2rc1 regress failure change layer_id_seq...
2012-09-04 Regina Obe#1974 evidentally Unix really needs the RGB, RGBA quote...
2012-09-04 Regina Obe#1974 revision of () escaping to work on Posix
2012-09-04 Sandro SantilliRe-quote the styles, needed here
2012-09-04 Sandro SantilliProperly escape imagemagic paren arguments
2012-09-04 Regina Obe#1974 revise style colors and generator.c convert calls...
2012-09-01 Sandro SantilliAdd missing signatures from 1.5, closing #1391
2012-08-28 Regina Obe#1960 JDK7 compatibility patch
2012-08-28 Regina ObeFix for #1969 (and test buildbot) make postgis_upgrade_...
2012-08-27 Regina Obe#1897 relabel currently mislabeled postgis_upgrade_20_m...
2012-08-25 Regina ObeUp version number from 2.0.1.SVN to 2.1.0SVN
2012-08-23 Regina Obe1963: Cast text to geometry for ST_Segmentize -- introd...
2012-08-23 Regina Obeupdate about enhancements in geography ST_DWithin and...
2012-08-23 Regina Obedocument ST_Segmentize new geography function. Will...
2012-08-22 Paul RamseyST_Segmentize(geography, maxseglength) (#1962)
2012-08-21 Paul RamseyST_Intersects(geography) returns incorrect result for...
2012-08-20 Regina ObeCleanup of required versions and link to new page that...
2012-08-17 Paul RamseyError in ST_Intersects: lwgeom_covers_lwgeom_sphere...
2012-08-17 Sandro SantilliFix ST_ModEdgeHeal and ST_NewEdgeHeal for doubly connec...
2012-08-15 Paul RamseyCrash in ST_Distance (#1951)
2012-08-14 Regina Oberemove tiger_2010 from 2.1. So just need to update...
2012-08-13 Regina Obe#1838 for tabblock name and tabblock_id are not big...
2012-08-11 Regina Obe#1838 -- tabblock not loading. oops committed wrong...
2012-08-11 Regina Obe#1838 tabblock not loading
2012-08-10 Paul RamseySwitch from gnomic to LAEA for the projection for the...
2012-08-09 Regina Obe#1944: Support for 2.1.0SVN/2.1.0SVN extension for...
2012-08-09 Regina Obefix typo revision to previous commit in support of...
2012-08-09 Bborie ParkAdded clamped value comparisons and updated comments...
2012-08-08 Regina Oberevision to previous commit -- forgot one and change...
2012-08-08 Regina Obe#1944 Extensions Migration path from 2.1.0 to 2.1.0...
2012-08-07 Regina Obe#1945 for upgrade from pre 2.1.0 release to 2.1.0 ...
2012-08-06 Bborie ParkRefactor data type cleanup
2012-08-06 Regina Obe#1948 drop types from extension no longer needed by...
2012-08-06 Bborie ParkSimplify code underlying ST_AddBand(raster, raster[])
2012-08-05 Regina ObeAnother example for ST_DumpPoints which is the most...
2012-08-04 Bborie ParkReplaced last commit with something much simpler and...
2012-08-04 Bborie ParkAdded logic for when to DROP and/or CREATE TYPEs.
2012-08-03 Regina Obe#1947 try again forget end mark
2012-08-03 Regina Obe#1947 define upgrade path from 2.0.1 to 2.1.0SVN
2012-08-03 Bborie ParkAdded missing variant of ST_SetValues without nband...
2012-08-03 Bborie ParkAdded new TYPEs that need to be added when doing a...
2012-08-03 Bborie ParkCleanup of GDAL checks and additional check for OGR
2012-08-03 Bborie ParkAdded rt_util_gdal_register_all() to prevent multiple...
2012-08-02 Bborie ParkTweaked tests to use new variants of ST_AddBand and...
2012-08-02 Bborie ParkCode and comments cleanup.
2012-08-02 Bborie ParkAdditional comments regarding use of PG_DETOAST_DATUM_COPY
2012-08-01 Bborie ParkAdded comments regarding use of PG_DETOAST_DATUM*
2012-08-01 Bborie ParkRewrote ST_AddBand(raster, ...) array version in C...
2012-08-01 Regina ObeFix raise notice that only shows in debug mode
2012-07-31 Bborie ParkAdded regression tests and docs for two of the ST_SetVa...
2012-07-31 Bborie ParkAdded ST_SetValues for setting an area defined by x...
2012-07-31 Bborie ParkAdded ST_SetValues() for setting an array of new values...
2012-07-31 Bborie ParkFirst steps of add ST_SetValues() variant for array...
2012-07-31 Bborie ParkFixed forgotten type casting for ST_DWithin and ST_DFul...
2012-07-30 Bborie ParkMake PostgreSQL 8.4 happy with the rt_polygon regressio...
2012-07-30 Bborie ParkAdded final touches of removing output-only data types
2012-07-29 Bborie ParkAdded news regarding #1939
2012-07-29 Bborie ParkRemoved histogram data type. Ticket is #1939
2012-07-29 Bborie ParkRemoved valuecount data type. Ticket is #1939
2012-07-29 Bborie ParkRemoved quantile data type. Ticket is #1939
2012-07-29 Bborie ParkRemoved summarystats data type. Ticket is #1939
2012-07-27 Bborie ParkExpanded on comments about things to keep in mind when...
2012-07-27 Bborie ParkUpdated docs for new type addbandarg and new ST_AddBand...
2012-07-27 Bborie ParkRefactored ST_AddBand to permit adding one or more...
2012-07-27 Bborie ParkNew and refactored variants of ST_AddBand(). Purely...
2012-07-25 Bborie ParkAdded examples to a bunch of functions
2012-07-25 Bborie ParkAdded rt_pixtype_compare_clamped_values() for comparing...
2012-07-25 Bborie ParkAdded info about a few undocumented raster2pgsql flags
2012-07-25 Bborie ParkAdded #1932 to NEWS
2012-07-25 Bborie ParkFixed syntax for setting tablespace for index. Ticket...
2012-07-25 Sandro SantilliDo not advertise broken type "geometry(srid)" (#1934)
2012-07-25 Bborie ParkRemoved garbage comments
2012-07-25 Bborie ParkConsolidated create_* and drop_* scripts into respectiv...
2012-07-25 Bborie ParkAdded docs for ST_DFullyWithin(raster, raster)
2012-07-25 Bborie ParkAdded ST_DFullyWithin(raster, raster) and regression...
2012-07-25 Bborie ParkAdded rt_raster_full_within_distance() and regression...
next