]> granicus.if.org Git - postgis/shortlog
postgis
2019-08-02 Raúl Marín... Fix sfcgal regress tests
2019-08-01 Paul RamseyDeal with differing behaviour of subquery planning...
2019-08-01 Paul RamseyST_AsTWKB doesn't always remove duplicate points
2019-07-31 Paul RamseyHandle POINT EMPTY in shape loader/dumper
2019-07-30 Paul RamseyUse protobuf version to enable/disable mvt/geobuf
2019-07-29 Paul RamseyHandle NULL geometry values in pgsql2shp
2019-07-29 Sandro Santilli[gitlab-ci] Be explicit about distribution to use ...
2019-07-29 Raúl Marín... Fix undefined behaviour in _postgis_gserialized_stats
2019-07-19 Regina ObeDealing with IGN SRIDs from Michel Philippenko
2019-07-16 Raúl Marín... Add CPPFLAGS where missing
2019-07-02 Raúl Marín... Partially revert changes in test expected output
2019-07-02 Raúl Marín... Fix bug in lwgeom_le
2019-06-28 Paul RamseyInternal type lookups fail over FDW
2019-06-25 Paul RamseyChange tests so that they will have the same behaviour
2019-06-13 Raúl Marín... Throw on invalid characters when decoding geohash
2019-06-13 Raúl Marín... Avoid pfree'ing the result of getenv
2019-06-12 Raúl Marín... Fix travis build
2019-06-12 Raúl Marín... AddRasterConstraints: Ignore NULLs when generating...
2019-05-14 Paul RamseySimple TIN support to allow viz in QGIS
2019-05-02 Regina Obeupdate CUnit vector tests (somewhat pointless commit...
2019-04-14 Regina ObeAdd Martin Davis to authors list
2019-04-12 Paul RamseyCircular string distances have some failure modes,...
2019-04-08 Regina Obeupdate the output of postgis and raster tests -- was...
2019-04-08 Regina Obechange to use vacuum (analyze, verbose) instead of...
2019-03-29 Raúl Marín... Fix postgis_type_name with (GEOMETRYM,3)
2019-03-22 Raúl Marín... MVT Geos: Avoid dereferencing a NULL pointer after...
2019-03-21 Raúl Marín... ST_AsMVTGeom (GEOS): Enforce validation at all times
2019-03-11 Regina ObeFlip to 2.5.3dev
2019-03-11 Regina ObeGet rid of 11 travis docker build doesn't work - will...
2019-03-11 Regina ObeRemove zcta5 geometry constraint
2019-03-11 Regina ObePrep for PostGIS 2.5.2 release
2019-03-10 Regina ObeMake _drop_raster_constraint_spatially_unique and _rast...
2019-03-10 Regina ObeTake out schema qualify in constraint see if it resolve...
2019-03-10 Regina ObeSchema qualify all geometry casts in raster code, other...
2019-03-09 Regina ObeSchema qualify all geometry casts in raster code, other...
2019-03-09 Regina ObeChange de_DE to de. de is the one that is active
2019-02-21 Paul RamseyAdd extra_float_digits for pg12
2019-02-15 Paul RamseyUpdate test running instructions
2019-02-15 Paul RamseyUpdate OGC certification scripts to match new SFSQL...
2019-02-11 Paul RamseyAdd generated file
2019-02-11 Paul RamseyAdd lexer initialization
2019-02-05 Regina ObeGet rid of sudo -i on the pg11 docker evidentally not...
2019-02-04 Regina ObeFix dronie badge (still need to fix build link)
2019-01-31 Raúl Marín... PostgreSQL 12 compatibility
2019-01-30 Raúl Marín... ST_ClipByBox2D: Do not throw when the geometry is invalid
2019-01-25 Raúl Marín... PG12 compat: Remove unnecessary header include (tqual.h)
2019-01-22 Raúl Marín... Partially revert r17180
2019-01-21 Paul RamseySync generated parser to y file, using newer bison...
2019-01-21 Paul RamseyCommit generated code to match parser
2019-01-21 Paul RamseyActually put fix for #4273 in the right place
2019-01-18 Paul RamseyUn space
2019-01-18 Paul RamseyAvoid final point duplicates for circle stroking
2019-01-18 Paul RamseyMore robust geography distance
2019-01-18 Raúl Marín... Use `server_version_num` instead of parsing `version()`
2019-01-18 Raúl Marín... Avoid passing a NULL pointer to GEOSisEmpty
2019-01-18 Raúl Marín... Correct issue reference from previous commit
2019-01-18 Raúl Marín... ST_AsMVTGeom: Transform coordinates space before clipping
2019-01-17 Paul RamseyUse AccessShareLock in spatial_index_read_extent
2019-01-17 Darafei PraliaskouskiST_Subdivide endless loop on coordinates near coinciden...
2019-01-16 Raúl Marín... ST_AsMVTGeom: Always return the simplest geometry
2019-01-16 Raúl Marín... Tests: Remove warning when building with 32bit arch
2019-01-15 Regina ObeAdd dronie.osgeo.org agent config (drone 1.0 standard)
2019-01-11 Raúl Marín... ST_AsMVT: parse JSON numeric values with decimals as...
2019-01-10 Paul RamseyRemove memory leak in "junky wkt" case
2019-01-09 Paul RamseyMove fix further into parser, fix bad test case
2018-12-26 Regina ObeFix so custom --with-projdir= configure switch works...
2018-12-21 Darafei Praliaskouski[doc] ST_AsGeoJSON doc refresh
2018-12-17 Darafei PraliaskouskiAttribute Raúl Marín for help resolving build issue.
2018-12-17 Darafei PraliaskouskiSupport Proj 6. Support is via legacy API, we need...
2018-11-30 Regina Obechange winnie to build, test, and package using GEOS...
2018-11-29 Raúl Marín... Correct referenfce in NEWS file
2018-11-29 Raúl Marín... Document MULTISURFACE compatibility of ST_LineToCurve...
2018-11-27 Paul RamseyChange test conditions to look for empty.
2018-11-25 Darafei PraliaskouskiStabilize GiST ND indexes for mixed dimensions
2018-11-23 Regina ObeGet rid of use of oids in topology regress was taken...
2018-11-23 Regina ObeMissed a spot in last commit
2018-11-22 Regina ObeAdd 2.2.8 to upgrade targets
2018-11-22 Raúl Marín... Avoid unaligned memory access in BOX2D_out
2018-11-22 Raúl Marín... Fix undefined behaviour in ST_3DDistance
2018-11-21 Raúl Marín... Fix undefined behaviour in raster intersection
2018-11-21 Raúl Marín... Avoid undefined behaviour in next_float functions ...
2018-11-18 Regina ObeFlip to 2.5.2dev
2018-11-18 Regina ObePrep for 2.5.1 for real this time
2018-11-18 Regina ObeFlip back to 2.5.1dev until confirm winnie's issues...
2018-11-18 Regina Obeupdate change log in prep for 2.5.1 release
2018-11-18 Regina ObePrepping for 2.5.1 release
2018-11-15 Raúl Marín... Avoid undefined behaviour in gserialized_estimate
2018-11-15 Raúl Marín... Allocate enough memory in gidx_to_string
2018-11-13 Raúl Marín... Un-break build with debug logs
2018-11-12 Raúl Marín... ST_Scale: Document the availability of the origin parameter
2018-11-08 Darafei PraliaskouskiDocumentation for AddRasterConstraint optional parameters
2018-11-07 Paul RamseyRevert change to avoid slicing on box access.
2018-11-07 Regina ObeGet rid of trailing space
2018-11-07 Regina ObeSchema qualify some missed calls in raster plpgsql...
2018-11-06 Paul RamseyAdd name to NEWS
2018-11-06 Paul RamseyMove to "postgis blue" #468
2018-11-05 Paul RamseyUpdate news for #4223
2018-11-05 Paul RamseyPatch over bad behaviour for near-parallel boxes and...
2018-11-02 Paul RamseyTry for a responsive font size?
2018-10-30 Paul RamseyUpdate icons to new doco versions
next