]> granicus.if.org Git - postgis/shortlog
postgis
2018-11-01 Paul RamseyUpdate NEWS for #2416
2018-11-01 Paul RamseyRemove use of variable length arrays
2018-11-01 Paul RamseyRemove use of VLA from geography centroid
2018-10-31 Paul RamseyRevert change to avoid slicing on box access.
2018-10-24 Darafei Praliaskouski[raster] Use GDALFPolygonize unconditionally
2018-10-23 Darafei Praliaskouski[raster] Fix envelope Contains shortcut in ST_Clip
2018-10-17 Sandro SantilliFix support for PostgreSQL-12 ("getrelid" macro removed)
2018-10-15 Sandro SantilliOnly drop function IF EXISTS ...
2018-10-15 Sandro Santilli[topology] properly drop removed internal functions...
2018-10-02 Raúl Marín... Fix undefined behaviour in ptarray_clone_deep
2018-10-02 Raúl Marín... Fix undefined behaviour in SADFWrite
2018-10-01 Raúl Marín... St_AsMVTGeom: Drop invalid geometries after simplification
2018-09-24 Raúl Marín... St_AsMVTGeom: Avoid type changes due to validation
2018-09-16 Regina ObeChange windows to build and regress against geos 3.7.0
2018-09-14 Paul Ramseyrt_pg: Fix build issue with LVM jit
2018-09-14 Raúl Marín... Use qualified names in topology extension install
2018-09-13 Paul RamseyHandle almost-infinite features when building table...
2018-09-13 Paul RamseyAvoid array overflow in ANALYZE (References #2985)
2018-09-13 Sandro SantilliTypo fix
2018-09-12 Paul RamseyPush version number forward one
2018-09-12 Paul RamseyChange warning message
2018-09-12 Paul RamseyPreparation for 2.4.5 release
2018-09-12 Paul RamseyPreparation for 2.4.5 release
2018-08-29 Raúl Marín... MVT: Fix resource leak when the first geometry is NULL
2018-07-24 Paul RamseyEnsure index filters on expanded boxes are large enough...
2018-07-24 Paul RamseyRevert mistaken commit of lexer generated file
2018-07-24 Paul RamseyBetter parallel build, closes #4105
2018-07-24 Paul RamseyHarmonize doco with existing behaviour
2018-07-04 Regina Obereenable sfcgal tests for debbie.
2018-06-15 Sandro SantilliFix infinite loop in linearization of a big radius...
2018-06-13 Raúl Marín... Travis: Install all required dependencies for MVT tests
2018-06-12 Paul RamseyFix flags in case where a boxless geom comes in with...
2018-05-23 Raúl Marín... Trailing blank
2018-05-23 Raúl Marín... Avoid segfault in median test (32bits)
2018-05-22 Paul RamseyInconsistent results from qsort callback (yugr)
2018-05-21 Raúl Marín... Fix bug in lwgeom_median and avoid division by zero
2018-05-21 Raúl Marín... Fix PG 9.5 build in 2.4
2018-05-20 Sandro SantilliSurvive to big max deviation values passed to ST_CurveT...
2018-05-18 Raúl Marín... Backport PG 11 compatibility
2018-05-16 Nicklas AvénFixes bounding box handling in twkb_input #4089
2018-05-07 Paul RamseyDelay freeing input until processing is complete. From...
2018-05-07 Paul RamseyEmit a cancellation error code on GEOS interruptedExcep...
2018-05-07 Paul RamseyUpdate NEWS re #4079
2018-05-07 Paul Ramseyensure that polygons are CW coming out of the ASMVTGEOM...
2018-04-21 Darafei PraliaskouskiST_ClusterKMeans crash on NULL and EMPTY
2018-04-16 Paul RamseyGuard against lookup failure, to avoid segfault in...
2018-04-10 Regina ObeDisable sfcgal in make dist
2018-04-10 Regina ObeDisable sfcgal testing until sfcgal 1.3.3 / CGAL 4...
2018-04-09 Regina Oberevise debbie to build against master sfcgal
2018-04-09 Regina Obemissed some spots where source_folder variable is used
2018-04-09 Regina Obeswitch to test against GEOS 3.6.2
2018-04-06 Regina Obefix path setting
2018-04-06 Regina ObeFlip version to 2.4.5dev, revise winnie to be able...
2018-04-02 Regina Obefix date typo in release notes
2018-04-02 Regina ObeFix typo in release notes
2018-04-02 Regina ObeUpdate in prep for 2.4.7
2018-03-28 Regina ObeFix crasher in raster when fed an empty raster (note...
2018-03-27 Darafei PraliaskouskiST_CPAWithin precision fix
2018-03-25 Regina Obeupgrade support for PostgreSQL 11
2018-03-24 Regina Obechange sorting of tickets to be nuermic by ticket numbe...
2018-03-24 Regina Obenote in docs about soft upgrade that legacy.sql must...
2018-03-24 Daniel BastonAvoid dropping SRID in ST_ClusterIntersecting
2018-03-23 Regina Obechange to use GDAL 2.2.4, 3.6.2 (for packaging) but...
2018-03-23 Regina Obeschema qualify geography functions (including ST_Buffer)
2018-03-18 Regina ObeSeems sometimes the postgis_svn_revision.h gets wiped...
2018-03-18 Regina Obethis for sure will fix revision # this time I tested...
2018-03-18 Regina Obevariable typo
2018-03-18 Regina ObeAdd logic to show git log timestamp in UTC instead...
2018-02-26 Paul RamseyUpdate lexer generated file
2018-02-26 Paul RamseyFix memory corruption in case where lexer is interrupte...
2018-02-26 Paul RamseyUse more precise bounds when testing overlap of tempora...
2018-02-25 Sandro SantilliDo not include private header for json-c >= 0.13
2018-02-22 Darafei PraliaskouskiFix cast from box3d to geometry
2018-02-21 Sandro Santilli[gitlab-ci] Switch to PostgreSQL 9.6 and libjson-c-dev
2018-02-21 Sandro SantilliLowercase Algunenano
2018-02-20 Regina ObeAdd Raúl Marín Rodríguez to developers list
2018-02-20 Regina Obebackport regress changes from 2.5
2018-01-26 Paul Ramseylwpoly_construct_circle: Avoid division by zero (Raúl...
2018-01-26 Paul RamseyAvoid memory exhaustion when building a btree index...
2018-01-22 Sandro SantilliSet availability of support function for KNN index
2018-01-22 Sandro Santilli[drone] Use trisquel2 image, test all pgsql versions...
2018-01-22 Sandro Santillibackport run_test.pl fixes from trunk
2018-01-21 Regina Obechange scripts back to versions of things to compile...
2018-01-20 Sandro SantilliHave Debbie test all available upgrades
2018-01-18 Sandro SantilliForgot to add pkg.m4 macro in r16324
2018-01-17 Regina ObeMove PgSQL 11 support note to 2.4.4
2018-01-16 Sandro SantilliUse PKG_PROG_PKG_CONFIG macro from pkg.m4 to detect...
2018-01-16 Paul RamseyUpdates news re pg11 support
2018-01-16 Paul RamseyBackport support for Pg11 to 2.4 branch. Closes #3946
2018-01-16 Regina Obeflip version to 2.4.4dev, add 2.4.3 to upgrade versions
2018-01-15 Regina ObeGet rid of SVN number and revise to not build local...
2018-01-15 Regina Obemore clearifying notes on HOWTO_RELEASE
2018-01-15 Regina Obeupdate ChangeLog
2018-01-15 Regina Obewith_interrupt_tests using non-standard extension
2018-01-14 Regina Obein prep for release Wednesday, flip back to dev, stamp...
2018-01-14 Regina Obefix missed edit.
2018-01-13 Regina ObeChange release version to 2.4.3rc1
2018-01-13 Regina Obefix typo in make_dist.sh
2018-01-13 Regina Oberevise make_dist.sh to allow overriding the package...
2018-01-13 Regina Obefix typo in release version it's 2.4.3 not 2.4.8
next