]> granicus.if.org Git - postgis/shortlog
postgis
2014-05-14 Sandro SantilliDrop checkout step from release procedure, other cleanups
2014-05-13 Sandro SantilliReorder release steps to avoid touching repository...
2014-05-13 Sandro SantilliAdd "ChangeLog" rule, update HOWTO_RELEASE with that...
2014-05-13 Bborie Parktweak messages
2014-05-13 Bborie Parkdisable one unit test
2014-05-13 Bborie Parkemit message for unknown GDAL drivers
2014-05-13 Sandro SantilliFix header guard
2014-05-13 Sandro SantilliHeader-guard postgis_config.h
2014-05-12 Regina Obefix url back
2014-05-12 Regina Obe#2732 gserialized_estimate crashes under mingw64 window...
2014-05-06 Bborie Parkstrcat instead of sprintf
2014-05-05 Sandro SantilliTweak search_path inline when creating topology extension
2014-05-05 Sandro SantilliRemove debugging print from run_test.pl
2014-05-05 Sandro SantilliOffline rasters are always supported
2014-05-04 Bborie Parkadd text mentioning env variables
2014-05-04 Bborie Parkadded support for POSTGIS_GDAL_ENABLED_DRIVERS and...
2014-04-30 Sandro SantilliHonour "Last Updated" objects comment for upgrade scrip...
2014-04-26 Bborie Parkadd VSICURL keyword for GUC postgis.gdal_enabled_driver...
2014-04-23 Bborie Parkcheck before inserting records into spatial_ref_sys...
2014-04-22 Bborie ParkUnit tests fail on PostgreSQL 9.1 due to GUC behavior...
2014-04-21 Regina Obe#2713: properly cast text to geom (don't enforce bad...
2014-04-21 Regina Obe#2713 flag ST_ForceCurve as a curve function
2014-04-21 Regina Obe#2685: get rid of COPY lines (we are now stripping...
2014-04-21 Regina Obe#2685: ignore COPY notice (new feature in 9.4 tripping...
2014-04-19 Baris Ergun#2626 adding patch suggestion from @shane to jdbc and...
2014-04-14 Regina Obe#2343 missing --with-sfcgal in docs
2014-04-13 Bborie ParkIf GUC postgis.gdal_enabled_drivers = 'DISABLE_ALL...
2014-04-13 Bborie Parkremove --disable-offline-raster compile flag as by...
2014-04-13 Bborie Parkdocument the GUC postgis.gdal_enabled_drivers
2014-04-13 Bborie ParkAddition of GUC postgis.gdal_enabled_drivers with defau...
2014-04-13 Bborie Parkinitial steps at GUCs and additional drivers to skip...
2014-04-11 Sandro SantilliFix testsuite with custom POSTGIS_REGRESS_DB set
2014-04-11 Sandro SantilliAlso disable PDF GDAL driver by default
2014-04-11 Regina Obe#2711: topology script locations are wrong
2014-04-11 Bborie Parkremove some noisy debug messages
2014-04-10 Bborie Parkby default, prevent PostGIS raster from using GDAL...
2014-04-10 Bborie Parkdefault blocking of GDAL VRT WCS WMS and MEM drivers
2014-04-10 Sandro SantilliDo not allow loading offline rasters when explicitly...
2014-04-10 Sandro SantilliFix typo in error message
2014-04-10 Sandro SantilliEncode dependency of raster objects on header files
2014-04-10 Sandro SantilliAllow specifying name of regress database on make check
2014-04-10 Sandro SantilliFix build with offline raster enabled (the default)
2014-04-10 Sandro SantilliAdd support for disabling offline raster storage at...
2014-04-09 Paul RamseyQuiet LLVM warnings and remove old ignores from properties
2014-04-09 Sandro SantilliAdd more debug prints
2014-04-09 Regina Obeadd malformed polygons and linestrings
2014-04-08 Sandro SantilliClean files generated on 'make gaden'
2014-04-07 Nicklas Avén#2672 regresstest
2014-04-07 Mateusz LoskotDocument raster_columns.out_db metadata (Ticket #2705)
2014-04-07 Paul RamseyFix ticket #
2014-04-07 Mateusz LoskotHandle error condition from fputs
2014-04-07 Paul Ramsey#2704, ST_DumpPoints of EMPTY geometries crashes server
2014-04-07 Sandro SantilliRe-add printing return from puts with POSTGIS_DEBUG_LEV...
2014-04-07 Sandro SantilliEcho input during garden testing
2014-04-07 Mateusz LoskotUpdate r12421: Remove use of no longer existent fputs...
2014-04-05 Sandro SantilliFix "make garden" rule (#2701)
2014-04-05 Regina Obecut in 2.0.5 release notes
2014-04-04 Sandro SantilliFix type detection in tables with null geometries ...
2014-04-04 Regina Obe#2698 put in converter for geomjson and fix tests to...
2014-04-04 Regina Oberemove more too much information
2014-04-04 Regina Obeget rid of synonym description - don't want to have...
2014-04-04 Regina Obe#2696: correct the doco that ST_NumInteriorRings no...
2014-04-03 Paul Ramsey#2697, ST_GeomFromGeoJSON() of invalid GeoJSON Polygons...
2014-03-31 Regina Obeadd 2.0.5 and replace 2.1.2dev with 2.1.2
2014-03-29 Regina Obeup port 2.1.1 and 2.1.2 release items from branch/2.1
2014-03-29 Paul Ramsey#2690, documentation needs 2.1.2 release section
2014-03-28 Sandro SantilliAlso find uninstall_legacy.sql in :scriptdir, use ...
2014-03-28 Sandro SantilliMore spatial_ref_sys truncation during test
2014-03-28 Sandro SantilliHave regress/legacy.sql truncate spatial_ref_sys
2014-03-28 Sandro SantilliAllow using :scriptdir variable in regress tests
2014-03-28 Paul Ramsey#2687, pass tests when both raster and vector installed
2014-03-26 Paul RamseyCircNode compare function needs to deference inputs
2014-03-26 Paul RamseyQuiet llvm warning
2014-03-26 Paul RamseyGo back to old hasz behavior
2014-03-26 Olivier Courtin#2681 fix.
2014-03-26 Paul RamseyFix up GeoJSON empty poly fix a little more
2014-03-26 Paul Ramsey#2619, SIGSEGV in ST_GeomFromGeoJSON with empty list...
2014-03-25 Baris Ergun#2626 updating pom.xml versions to 2.2.0SVN on trunk
2014-03-25 Paul Ramsey#2382, Can't upgrade postgis ERROR: attempt to redefine...
2014-03-25 Paul Ramsey#2382, Can't upgrade postgis ERROR: attempt to redefine...
2014-03-25 Paul RamseyRemove test output
2014-03-25 Paul RamseyQuiet tests
2014-03-25 Paul RamseyUncomment tests
2014-03-24 Paul Ramsey#2634, should fix geography-tree-distance errors in...
2014-03-24 Sandro SantilliUpdate $libver after upgrade
2014-03-24 Olivier Courtin#2330 Add SFCGAL Boost (and more) requires
2014-03-22 Regina Obe#2620 allow kFreeBSD to be treated as FreeBSD
2014-03-22 Regina Obe#2674 raster missing availability info for some operato...
2014-03-18 Sandro SantilliFix travis build by only installing postgresql 9.1...
2014-03-16 Nicklas AvénFix for #2671
2014-03-13 Regina Obe#2551: documentation upgrade (old way update) but revis...
2014-03-13 Regina Obe#2621 Resources for documentation doesn't get installed...
2014-03-10 Nicklas AvénAdd a twkb regression test more
2014-03-10 Nicklas AvénMake the error message about wrong calculated size...
2014-03-10 Nicklas Avénlround should be more correct than round since we expec...
2014-03-10 Nicklas Avén#2670 cleaning some code
2014-03-10 Nicklas Avén#2672, fix null handling for ST_AsTWKBagg
2014-03-10 Regina Obe#2609 topogeo_AddPolygon unnecessary use of DISTINCT
2014-03-10 Regina Obeupdate log table name for 2.2 among other things
2014-03-09 Regina Obe#2558: WKT form(s) of MULTIPOINT documentation make...
next