]> granicus.if.org Git - postgis/shortlog
postgis
2018-09-11 Sandro SantilliFix docbook structure, move raster configuration in...
2018-09-11 Sandro SantilliUpdate installation docs to reflect raster extension...
2018-09-11 Sandro SantilliAdd raster split change in NEWS
2018-09-11 Sandro SantilliRemove duplicated postgis.sql creation rule
2018-09-11 Sandro SantilliAdd postgis_raster support in postgis_extensions_upgrade()
2018-09-11 Sandro SantilliFix build of postgis upgrade when configuring --without...
2018-09-11 Sandro SantilliRe-use generalized extension upgrade paths makefile...
2018-09-11 Sandro SantilliExtension does not depend on raster anymore
2018-09-11 Sandro SantilliAlso give an hint about dropping raster after upgrade
2018-09-11 Sandro SantilliFix installation of postgis_raster upgrade scripts
2018-09-11 Sandro SantilliInclude upgrade in raster extension create from unpackaged
2018-09-11 Sandro SantilliCheck version before allowing to perform upgrade from...
2018-09-11 Sandro SantilliFix install-upgrade-paths rule
2018-09-11 Sandro SantilliReport raster extension status from postgis_full_version()
2018-09-11 Sandro SantilliMake raster extension depend on postgis extension
2018-09-11 Sandro SantilliIgnore generated postgis_raster files
2018-09-11 Sandro SantilliFix postgis_raster from unpackaged
2018-09-11 Sandro SantilliMake unpackaged from postgis_raster too
2018-09-11 Sandro SantilliEncode dependency on unpackage_raster_if_needed.sql
2018-09-11 Sandro SantilliEvaluate unpackage code lazily
2018-09-11 Sandro SantilliOnly unpackage raster when needed, and hint about resto...
2018-09-11 Sandro SantilliDrop transaction control from extension enabler
2018-09-11 Sandro Santilli[run_test.pl] More debugging outputs
2018-09-11 Sandro SantilliDrop all type-support functions
2018-09-11 Sandro SantilliDrop raster objects from postgis extension on upgrade
2018-09-11 Sandro SantilliStrip begin/commit locally, for extension
2018-09-11 Sandro SantilliSimplify rules, drop use of sql_bits
2018-09-11 Sandro SantilliOnly expliclty create/upgrade RASTER extension when...
2018-09-11 Sandro SantilliSplit a postgis_raster extension out of the postgis one
2018-09-11 Regina ObeGet rid of note that 3.7.0 is not released. Switch...
2018-09-10 Paul RamseyNL warning and add regression test
2018-09-10 Paul RamseyParse error on incorrectly nested GeoJSON input
2018-09-07 Raúl Marín... Fix undefined behaviour in ptarray_segmentize2d
2018-09-07 Raúl Marín... Fix memory leak in lwgeom_offsetcurve
2018-09-06 Sandro SantilliFix typo in comment
2018-09-06 Sandro SantilliDo not DROP CASCADE types which are still used in columns
2018-09-06 Sandro SantilliDo not use CASCADE when uninstalling operators
2018-09-06 Paul RamseyIncrease double printing buffer, and strip out assertio...
2018-09-06 Darafei PraliaskouskiInline 2D squared distance.
2018-09-05 Sandro SantilliDo not include the dot in the version string
2018-09-05 Sandro SantilliConsider 3.x upgrade-compatible with 2.x
2018-09-02 Regina ObeRevise compute of $scriptdir so allows minors with 0.
2018-08-29 Raúl Marín... MVT: Drop geometries smaller than the resolution
2018-08-29 Raúl Marín... MVT: Fix resource leak when the first geometry is NULL
2018-08-28 Darafei PraliaskouskiClarify ST_DWithin usage when table stores a point...
2018-08-28 Regina ObeMove ST_QuantizeCoordinates from miscellaneous to Edito...
2018-08-23 Paul RamseyGenerate nan() explicitly with a zeroed out area, does...
2018-08-23 Paul RamseyRemove duplicate strcmp(), closes #4154
2018-08-23 Darafei PraliaskouskiST_Segmentize: split geometry proportionally.
2018-08-19 Regina ObeFlip version of trunk to 3.0.0dev
2018-08-19 Regina ObeUpdate change log in prep for 2.5.0rc1 release
2018-08-19 Regina Obeput in date
2018-08-19 Regina ObePrep for PostGIS 2.5.0rc1 release
2018-08-14 Raúl Marín... Enable deterministic builds
2018-08-13 Raúl Marín... PG 12: Use standard macros for float limits
2018-08-11 Regina ObeFlip version to 2.5.0rc1dev
2018-08-11 Regina ObePrep for PostGIS 2.5.0beta2 release
2018-08-11 Regina Obedisable tests that give different answer on Proj.5...
2018-08-11 Regina ObeFix typo in last commit
2018-08-11 Regina ObePut a note that ST_LineMerge strips M dimension. Provi...
2018-08-10 Raúl Marín... Speedup MVT column parsing
2018-08-10 Raúl Marín... MVT: Uniformize style and rename mvt_agg_context 'c'
2018-08-08 Daniel BastonFix backend crash on ST_OffsetCurve failure
2018-08-07 Regina ObeChange srid test for 993309 to be the same as 3309...
2018-08-02 Raúl Marín... Remove Geos 3.4 guards
2018-08-01 Paul RamseyAdd rectfuncts to drop file so existing installs will...
2018-08-01 Daniel BastonRevert lwgeom_clip_by_rect to use GEOSClipByRect
2018-08-01 Paul RamseyComment out rect-tree testing functions for now
2018-08-01 Raúl Marín... Address standardizer warning
2018-08-01 Daniel BastonMake lwgeom_subdivide use lwgeom_intersection for clipping
2018-07-30 Regina ObeUpdate files from transifex
2018-07-30 Raúl Marín... Use user provided CFLAGS in the address standardizer
2018-07-30 Raúl Marín... Use user-provided CFLAGS in the topology module
2018-07-27 Raúl Marín... cu_in_wkt: Fix memory leaks in tests
2018-07-25 Daniel BastonRemove geometry autofix behavior
2018-07-25 Daniel BastonClarify retry logic in lwgeom_offsetcurve
2018-07-24 Paul RamseyEnsure index filters on expanded boxes are large enough...
2018-07-24 Paul RamseyBetter parallel build (references #4105)
2018-07-24 Paul RamseyHarmonize doco with existing behaviour, closes #4127
2018-07-23 Raúl Marín... Fix WKT parser accepting numbers with multiple dots
2018-07-23 Darafei PraliaskouskiFix raster regression on Raspberry Pi.
2018-07-22 Darafei PraliaskouskiFix TopologyException in Raster Instersection
2018-07-22 Regina Obeput back old sfcgal test (except use \i, and have the...
2018-07-21 Regina ObePut in refname what kind of ST_MapAlgebra (expression...
2018-07-21 Regina ObeAdd license info to tiger_geocoder code
2018-07-21 Regina ObeUpdate templates
2018-07-21 Darafei PraliaskouskiClarify eps units on DBSCAN. Add ST_Distance examples.
2018-07-21 Darafei Praliaskouski32bit allocations are 4-byte aligned, not 8-byte aligned.
2018-07-21 Darafei PraliaskouskiFix return type doc for ST_PixelAsPoints, ST_PixelAsPol...
2018-07-21 Darafei PraliaskouskiClarify that PG* variables are used by psql directly.
2018-07-21 Darafei PraliaskouskiDocument precision in EncodedPolyline.
2018-07-21 Darafei PraliaskouskiBump versions in Raster doc.
2018-07-18 Regina ObeCommitt same changes to concave hull tests to sfcgal...
2018-07-17 Raúl Marín... ST_AsMVTGeom: Clip using tile coordinates also for...
2018-07-16 Darafei PraliaskouskiMake ST_ConcaveHull always cover original geometry.
2018-07-15 Darafei PraliaskouskiDisable parallel doc image generation
2018-07-14 Darafei PraliaskouskiFix raster notices.
2018-07-13 Darafei PraliaskouskiFix postgis_tiger_geocoder.control generation
2018-07-13 Darafei PraliaskouskiSync column names in example.
2018-07-13 Darafei PraliaskouskiSP-GiST documentation.
next