]> granicus.if.org Git - postgis/shortlog
postgis
2011-12-10 Regina Obemissed a spot
2011-12-10 Regina Obedescribe the example a bit better for ST_AddBand multi...
2011-12-10 Regina Obe#1361: fill in some more cases where hard/soft
2011-12-10 Regina Obe#1361: make it clearer that a hard upgrade is required...
2011-12-10 Regina ObeST_AddBand version that takes an array of rasters
2011-12-10 Bborie ParkFixed calls to the wrong memory allocation function...
2011-12-10 Bborie ParkCode refactoring in rtpg_ utility functions for better...
2011-12-10 Bborie ParkFixed missing $ in AddOverviewConstraint() which was...
2011-12-09 Sandro SantilliAdd all signatures found in a newly created PostGIS...
2011-12-09 Sandro SantilliAdd box3d related objects to skip in the _restore scrip...
2011-12-09 Sandro SantilliRestrict disabled code to the one really hurting
2011-12-09 Sandro Santilligbox_float_round: don't roundup Z value if the box...
2011-12-09 Sandro SantilliAdd a public lwgeom_get_bbox function (#1324)
2011-12-09 Sandro SantilliDon't let lwgeom_add_bbox syntetize a fake box for...
2011-12-09 Sandro SantilliFix segfault in GML3 extent output (#1323)
2011-12-09 Sandro SantilliAllow calling ST_MakeEnvelope w/out a srid (#1339)
2011-12-09 Sandro SantilliAdd a gbox_overlaps_2d function, use when appropriate...
2011-12-08 Paul RamseyGuard against NaN values in coordinates passing into...
2011-12-08 Paul RamseyCheck that NaN coordinate values find their way into...
2011-12-08 Paul RamseyTest for bbox calculations when there's an infinite...
2011-12-08 Bborie ParkReturn use of GDAL "natural" blocking removed in r8313...
2011-12-08 Paul RamseyRemove box3d_extent hack
2011-12-08 Paul RamseyMake the ST_Equals test insensitive to minor box differ...
2011-12-08 Regina ObeAdd Jose and Even to credits
2011-12-08 Sandro SantilliAdd a note about ST_Estimated_Extent on empty or non...
2011-12-08 Sandro SantilliHave ST_Estimated_Extent return NULL when no stats...
2011-12-08 Sandro SantilliHush VACUUM and ANALYZE backend feedback while running...
2011-12-08 Sandro Santillitopology.AddToSearchPath: quote database identifier.
2011-12-07 Bborie ParkAdded rt_raster_set_pixel_line for use when setting...
2011-12-07 Bborie ParkRefactored the GDALRasterIO part of rt_raster_from_gdal...
2011-12-07 Regina Obealphabetize and update tester credits
2011-12-07 Regina Obeupdate license to provide detail about documentation...
2011-12-07 Bborie ParkFixed regression issue with rt_raster_from_gdal_dataset...
2011-12-06 Bborie ParkRemoved attempt to duplicate entire band in rt_raster_f...
2011-12-06 Regina Obeput some obsolete notes in existing management function...
2011-12-06 Sandro SantilliAdd copyright header. Date and attribution looked up...
2011-12-06 Bborie ParkResolved a bunch of memory issues related to use of...
2011-12-05 Bborie ParkAs per discussions and ticket #1319, raster_columns...
2011-12-05 Bborie ParkRemoved division by bin-width for when bin-widths are...
2011-12-05 Bborie ParkCorrectly free raster memory when handling NULL rasters.
2011-12-03 Regina Obe#1343: get rid of geomvalxy and change ST_PixelAsPolygo...
2011-12-03 Regina Obe#1338 - document ST_PixelWidth/Height
2011-12-03 Bborie ParkRemoved VARIADIC from ST_BandMetadata. Associated...
2011-12-02 Regina Obe#1346: fix misuse of quote_literal causing topology...
2011-12-02 Sandro SantilliEncode dependency of topology.sql on ManageHelper.sql
2011-12-02 Regina Obemore revisions to cross streets logic -- don't rely...
2011-12-02 Bborie ParkAdded cleanup statements for bandmetatype type and...
2011-12-02 Bborie ParkRemoved the type bandmetadata as per #1343.
2011-12-02 Regina Obemove geocode_intersection.sql to user api section since...
2011-12-02 Regina Obetry to make emphasis bold by putting in a role='bold'
2011-12-01 Regina Obereplace ~= with ST_OrderingEquals (now that we got...
2011-12-01 Regina Obeemphasize approximate in KNN operators to reduce the...
2011-12-01 Regina Obemake compatible with postgresql 8.4, more speed improve...
2011-12-01 Regina Obemissed a spot about occasions where point distance...
2011-12-01 Regina Obetry to clarify accuracy etc. of <#> and <->
2011-12-01 Pierre RacineTicket 1342. Integrate ST_PixelAsPolygons into rtpostgi...
2011-12-01 Pierre RacineReturn null when band number does not exist.
2011-12-01 Pierre RacineRemoved ST_MinPossibleVal defined in another script
2011-12-01 Pierre RacineAdded doc, more test and return null when band number...
2011-12-01 Pierre RacineTicket 1342. Integrate ST_Clip script into rtpostgis.sql
2011-12-01 Pierre RacineTicket #1340. Integrate ST_Union into rtpostgis.sql
2011-12-01 Pierre RacineReplaced AsBinary with ST_AsBinary in the test section
2011-12-01 Regina Obe#1337 clarify what sql is good for and get rid of some...
2011-12-01 Regina Obe#1333 geocode_intersections: would help to actually...
2011-12-01 Regina Obe#1333 geocode intersections
2011-12-01 David ZwargAdded neighborhood hillshade on top of ST_MapAlgebraFct...
2011-12-01 Bborie ParkTweaked ST_BandMetadata so that calling the function...
2011-12-01 Pierre RacineCopied from ST_MapAlgebra.sql
2011-12-01 Pierre RacineCopied from ST_Union
2011-12-01 Pierre RacineSome cleaning before inclusion in rtpostgis.sql
2011-12-01 Pierre RacineReturn the last band when the provided band number...
2011-12-01 Pierre RacineAdded some variants and tests
2011-11-30 Pierre Racineplpgsql implementation for st_clip.sql(raster, geom)
2011-11-30 Pierre RacineAdded the id of the polygon in the example
2011-11-30 David ZwargAdded ST_Aspect map algebra neighborhood shortcut funct...
2011-11-30 David ZwargAdded ST_Slope map algebra neighborhood shortcut function.
2011-11-30 Bborie ParkFixed ST_AsRaster to duplicate exactly the attributes...
2011-11-30 David ZwargAdded helper user functions for common MapAlgebra opera...
2011-11-30 David ZwargUpdated tests for 'dog-ate-my-homework' test. Expanded...
2011-11-30 David ZwargAdded additional tests for ST_MapAlgebraFctNgb, changed...
2011-11-29 Bborie ParkIn preparation of turning the table raster_columns...
2011-11-29 Sandro SantilliIgnore more generated files
2011-11-29 Paul RamseyST_AddPoint returns incorrect result on Linux (#1335...
2011-11-29 Pierre RacineReplaced the summarystatsstate type with the summarysta...
2011-11-29 Pierre RacineChanged the note at the beginning of the file when...
2011-11-29 Pierre RacineSome more useful functions
2011-11-29 Pierre RacineAdded some plpgsql functions
2011-11-29 Regina ObeFix for #1310
2011-11-28 Regina ObeNote: libxml2 dependency of ST_Geom*ML functions and...
2011-11-26 Regina Obeput a firmer sorta date in the sand
2011-11-26 Regina Obemore credit cleanup -- add people I missed, fix some...
2011-11-26 Paul RamseyST_AsSVG kills whole postgres server when fails (#1028)
2011-11-26 Regina Obeupdate credits to include hard-core testers
2011-11-26 Paul RamseyRevert per #1246
2011-11-25 Regina Oberemove more obsolete protos in docs and up extension...
2011-11-25 Regina Oberemove more protos that have been removed and replaced...
2011-11-24 Sandro SantilliMove the 'CREATE SCHEMA' query out of first column...
2011-11-24 Paul RamseyFix operator mis-referencing nd function for 2d op.
2011-11-24 Sandro SantilliOverride GeometryType and ST_GeometryType for TopoGeome...
2011-11-24 Sandro SantilliShake legacy testcase a bit to avoid to mix population...
next