]> granicus.if.org Git - postgis/shortlog
postgis
2012-01-27 Sandro SantilliMore test for face splitting and inside holes
2012-01-27 Sandro SantilliMore test for update of isolated nodes in split-faces.
2012-01-27 Sandro SantilliRewrite test for ST_AddIsoNode (see #1503)
2012-01-27 Sandro SantilliSimplify the code looking for face containment in ST_Ad...
2012-01-27 Sandro SantilliAdd test for update of isolated nodes in split-faces.
2012-01-26 Paul RamseyComplete #737
2012-01-26 Paul RamseyDetect asprintf, vasprintf, fseeko
2012-01-26 Sandro SantilliChange expectations from tests involving ST_MakeLine
2012-01-26 Paul RamseyClean up and exit when shp file missing
2012-01-26 Paul RamseyFix contact per a message on postgis-users from Markus...
2012-01-26 Sandro SantilliAdd support for linestrings in ST_MakeLine (#1500)
2012-01-26 Sandro SantilliImplement lwline_from_lwgeom_array (untested)
2012-01-26 Sandro SantilliDon't let ptarray_append_ptarray change read-only point...
2012-01-26 Sandro SantilliTest that mixed dimensionality is not allowed by ptarra...
2012-01-26 Sandro SantilliAdd more test for FLAGS_GET_ and FLAGS_SET_
2012-01-26 Sandro SantilliImplement ptarray_append_ptarray, and change its signature
2012-01-26 Sandro SantilliTweak debug messages not to clutter output
2012-01-25 Paul RamseyBump version string forward
2012-01-25 Paul RamseyPrep for alpha2
2012-01-24 Paul RamseySVG empty geometries gives invalid memory alloc (#1038)
2012-01-24 Paul RamseyUpdate shplib to the latest release (1.3.0b3) and stitc...
2012-01-24 Paul RamseyDouble guard against geos versions of 3.4.dev form...
2012-01-24 Sandro SantilliStop WARNING from AddFace about next_left_edge/next_rig...
2012-01-24 Sandro SantilliOptimize ST_AddEdge*Face* detection of face split condi...
2012-01-24 Sandro SantilliProtect DEBUG lines in compile-time conditional
2012-01-24 Paul RamseyTest for #1150, null entry in spatial_ref_sys
2012-01-24 Sandro SantilliFix linking bugs with ST_NewEdgesSplit function (#1496)
2012-01-24 Sandro SantilliFix edge-linking in ST_ModEdgeSplit (#1496)
2012-01-24 Paul RamseyPrevent people from inserting entries in spatial_ref_sy...
2012-01-23 Paul RamseyMake topology enabled the default
2012-01-23 Paul RamseyAllow raster to actually turn on by default
2012-01-23 Paul RamseyMove raster/topology status to the bottom of the report
2012-01-23 Paul RamseyReport on raster status whether enabled or not
2012-01-23 Paul RamseyPush forward the trunk version to match release march
2012-01-22 Sandro SantilliFix ambiguos references (with postgresql 9.x)
2012-01-22 Sandro SantilliAddTopoGeometryColumn: check child layer before increme...
2012-01-22 Sandro Santillitypo
2012-01-22 Sandro SantilliTopoGeo_addLineString: fix node crossing, reduce edges...
2012-01-22 Sandro SantilliComment typo
2012-01-21 Regina Obeupdate build extensions to include the make comments...
2012-01-20 Paul RamseyFix typo
2012-01-20 Paul RamseyMake raster on by default and --without-raster the...
2012-01-20 Regina Obefix typo
2012-01-20 Regina ObeAdd a plpython example for outputting raster images
2012-01-20 Sandro SantilliHave TopoGeometry::Geometry always return a MULTI*...
2012-01-20 Sandro SantilliDon't let ST_Multi create collections of a single EMPTY...
2012-01-20 Regina Obe#1487: add out_db argument to AddRasterConstraints...
2012-01-20 Sandro SantilliTest new types in regress/wkt (#1476)
2012-01-20 Sandro SantilliExclude raster_columns from geometry_columns (#1122)
2012-01-20 Sandro SantilliFix a missing return introduced with fix to #547
2012-01-20 Sandro SantilliChange ST_Equals to use the ~= operator (#1453)
2012-01-20 Sandro SantilliRevert "remove ~= from documentation -- we don't want...
2012-01-20 Regina Obereadme was outdated.
2012-01-20 Paul RamseyUpdate for alpha1?
2012-01-20 Paul RamseyTransforming from SRID 4267 to 4326 returns incorrect...
2012-01-19 Paul RamseyStop configure if we don't find perl. (#1484)
2012-01-19 Sandro SantilliIn 9.1, it is datamoduledir driving module install...
2012-01-19 Sandro SantilliHave both RTREE and PREPARED_GEOM caches cohexist ...
2012-01-19 Sandro SantilliUpdate expected raster intersection results after fix...
2012-01-19 Sandro SantilliAdd test for cached version of point_in_ring (#852)
2012-01-19 Sandro SantilliDrop use of tolerance in PIP (#852)
2012-01-19 Sandro SantilliDo not run the upgrade test if the normal test failed
2012-01-19 Sandro SantilliOops, forgot to cleanup after debugging (triggered...
2012-01-18 Sandro SantilliRework st_estimated_extent to deal with analyzed empty...
2012-01-18 Sandro SantilliDrop &Z_support in ST_Summary, see #649 comment:2
2012-01-18 Sandro SantilliAdd ST_Summary(geography), "G" flag (#1277), document...
2012-01-18 Sandro SantilliComplete binary IO testing in presence of typmod (...
2012-01-18 Sandro SantilliDo proper cleanups
2012-01-18 Sandro SantilliCheck typmod on binary geometry input (#850)
2012-01-18 Sandro SantilliHave geography typmod threat unkonwn srid an omitted...
2012-01-18 Sandro SantilliAdd --expect switch to save obtained output as expected
2012-01-18 Sandro SantilliDrop the support for multiple expected files (not neede...
2012-01-18 Sandro SantilliTest roundtrip with a binary cursor for both geometry...
2012-01-17 Sandro SantilliImplement canonical input-output for geography (#850)
2012-01-17 Sandro SantilliTest canonical binary output for geometry (#850)
2012-01-17 Sandro SantilliSupport alternate expected files
2012-01-17 Sandro SantilliSupport for binary output (#850)
2012-01-17 Sandro SantilliOverride geometrytype for geography (#1450).
2012-01-17 Sandro SantilliRun the testsuite again after upgrading (#1326)
2012-01-17 Sandro SantilliReword loading of upgrade scripts
2012-01-17 Sandro SantilliEnhance staged install to include raster, topology...
2012-01-17 Sandro SantilliDo not drop legacy getSRID in postgis_drop (#1401)
2012-01-16 Paul RamseyRename lwpoint_interpolate to point_interpolate
2012-01-16 Sandro SantilliSnap output of test for #723 to a grid
2012-01-16 Sandro SantilliFix 2.5d split (#745)
2012-01-16 Sandro SantilliKeep UTM zone numbers in range, regress-test _ST_BestSR...
2012-01-16 Sandro SantilliAdd an ST_AsEWKT(text) to prefer geometry over geography
2012-01-16 Sandro SantilliAdd ST_EWKT for geography type (#675)
2012-01-16 Sandro SantilliThe official unknown SRID is 0, not -1
2012-01-16 Sandro SantilliHave 'make doc' build the single-page HTML
2012-01-16 Sandro SantilliAllow building with gettext 0.14. Patch by Greg Troxel...
2012-01-16 Sandro SantilliDetect PERL locally
2012-01-16 Sandro SantilliIgnore generated extension files
2012-01-16 Sandro SantilliMove lwgeom_summary to liblwgeom (#1446)
2012-01-16 Sandro SantilliDrop getsrid (#1401)
2012-01-16 Sandro SantilliAdd test for insertion into typmod-ed table (#1414)
2012-01-16 Sandro SantilliFix WKB output for POINT EMPTY with SRID or higher...
2012-01-16 Sandro SantilliAdd WKB round-trip test for TIN
2012-01-16 Sandro SantilliFix reading TRIANGLE EMPTY in WKB form (#1474)
2012-01-16 Sandro SantilliAdd POLYHEDRALSURFACE roundtrip WKB test
next