]> granicus.if.org Git - postgis/shortlog
postgis
2017-05-26 Regina Oberevert previous change to this file accidentally commit...
2017-05-26 Regina ObeGet rid of all if def needed for versions of PostgreSQL...
2017-05-24 Paul Ramsey#3758, regression failure on stats. Add test data as...
2017-05-23 Regina ObeNew function ST_FrechetDistance (patch from Shinichi...
2017-05-22 Sandro SantilliAdd comment to topology schema
2017-05-21 Regina ObePostgreSQL 10 beta1 fails compile in gserialized_estimate
2017-05-20 Regina ObeRevise the PGVERSION numbering scheme so also works...
2017-05-19 Regina ObeFix mismatch between actual and documented output
2017-05-19 Regina ObeNote about ST_Equals does not support geometry collection
2017-05-17 Björn HarrtellST_AsMVT Forgot to initialize to NULL
2017-05-17 Björn HarrtellST_AsMVT avoid mutating the input LWGEOM
2017-05-11 Regina ObeGist penalty speed improvement for 2d and nd points
2017-05-11 Regina Obetry to add libgdal1h dependency in attempt to fix libgd...
2017-05-04 Björn HarrtellST_AsMVT Document JSONB support
2017-05-04 Björn HarrtellST_AsMVT Normalize output to make sure it will be ident...
2017-05-04 Björn HarrtellST_AsMVT JSONB support and regression tests conditional...
2017-05-04 Sandro SantilliUse local RUNTESTFLAGS env variable (global doesn't...
2017-05-03 Björn HarrtellST_AsMVT parse JSONB into keys/values
2017-05-03 Björn HarrtellST_AsMVT make sure valid/clockwise even after collectio...
2017-05-03 Regina Obe@ operator not schema qualified and ~ not schema qualif...
2017-05-01 Regina ObeBoolean (FTLogical) should be 1 byte not 2 bytes
2017-04-30 Björn HarrtellReadd homogenize and expect empty output on collapsed...
2017-04-30 Björn HarrtellFix check for empty or null geometry and more strict...
2017-04-28 Björn HarrtellRework ST_AsMVTGeom clipping logic
2017-04-28 Björn HarrtellFix wrong char * allocation size
2017-04-28 Björn HarrtellMake copy of string that will be deallocated and remove...
2017-04-28 Björn HarrtellMake copy of string that will be deallocated and make...
2017-04-26 Björn HarrtellRevert MemoryContext refactor
2017-04-26 Regina ObeRevert committ of astyle and commit the intended textst...
2017-04-25 Björn HarrtellCast smaller integer types to the destination type
2017-04-25 Björn HarrtellComment out failing test for out of tree investigation
2017-04-25 Björn HarrtellRestore debug log and improve memory context/allocations
2017-04-25 Björn HarrtellComment out a debug logging causing suspicious test...
2017-04-25 Regina Oberevise ST_Subdivide regress to use ticket instead of...
2017-04-25 Regina ObePDF manual from dblatex renders fancy quotes for progra...
2017-04-24 Regina ObeST_Subdivide loses subparts of inverted geometries...
2017-04-23 Regina ObeGet rid of logic that set out_srid to same as input...
2017-04-21 Björn HarrtellFix mistakes and some rewording
2017-04-21 Björn HarrtellExpand tests to verify redundant value encoding fix
2017-04-21 Björn HarrtellFix ST_AsMVT string value encoding redundancy
2017-04-21 Björn HarrtellAdd docs about running regression tests individually
2017-04-21 Björn HarrtellUpgrade uthash 2.0.1 -> 2.0.2
2017-04-19 Björn HarrtellAdd logging statements
2017-04-19 Björn HarrtellClear hash tables after usage
2017-04-12 Sandro SantilliUpdate drone url
2017-04-12 Sandro Santillifix variable length arrays
2017-04-08 Regina ObeGet rid of knn tests where multiple records have the...
2017-04-07 Regina ObeAdd <float.h> include so PostGIS can compile against...
2017-04-04 Daniel BastonFix error in docs for ST_ClusterDBSCAN
2017-03-29 Sandro SantilliRun "make update-pot"
2017-03-29 Sandro SantilliFix documentation of centroid examples.
2017-03-24 Sandro SantilliAvoid a few bashisms resulting in invalid SQL files
2017-03-20 Sandro SantilliClarify behavior of ST_IsPolygon{CW,CCW} with closed...
2017-03-20 Daniel BastonST_IsPolygonCW doc clarifications
2017-03-18 Björn HarrtellClean up C style
2017-03-18 Björn HarrtellAdd missing static modifier
2017-03-17 Björn HarrtellAlso consider multi variants when extracting from colle...
2017-03-17 Daniel Baston#3589, Orientation checking and forcing fuctions
2017-03-16 Björn HarrtellOnly keep the highest dimension geometry for collections
2017-03-15 Daniel BastonAvoid making session-level changes to client_min_messag...
2017-03-12 Sandro SantilliTopology is enable by default since PostGIS-2.0 (2012)
2017-03-12 Regina ObeFix 2.4 title
2017-03-11 Sandro SantilliFix azimuth computation for 2.5D edge ends
2017-03-11 Sandro SantilliPrint more digits in debugging outputs about azimuth...
2017-03-11 Regina Obetake out 2.4 enhanced functions section, bah we've...
2017-03-11 Regina ObeAdd what's new in 2.4 section to docs
2017-03-10 Björn HarrtellFix for incorrect scale/translate in ST_AsMVTGeom
2017-03-10 Björn HarrtellAdd missing guard when libprotobuf-c is not available
2017-03-09 Björn HarrtellImprove ST_AsMVT documentation
2017-03-07 Björn HarrtellReworked ST_AsMVT and new ST_AsMVTGeom implementation
2017-03-06 Björn HarrtellUse PG_DETOAST_DATUM_COPY instead of clone deep
2017-03-05 Björn HarrtellClone LWGEOM in aggregation step
2017-02-28 Björn HarrtellDisable test that is too PG version specific
2017-02-27 Regina ObeAdd Björn Harrtell to core contributors list and move...
2017-02-27 Sandro SantilliAdd Bjorn reference in authors files
2017-02-26 Björn HarrtellGeobuf output support via ST_AsGeobuf
2017-02-26 Björn HarrtellImproved integer encoding for ST_AsMVT
2017-02-26 Björn HarrtellBetter numeric/string value handling for ST_AsMVT
2017-02-18 Regina ObeClarify that nation script must be run first before...
2017-02-13 Sandro SantilliFix mishandling of spaces in "configure --with-pgconfig...
2017-02-12 Regina Obeforgot pkg_config_path and reverted CGAL version change
2017-02-12 Regina ObeLogic for winnie to build and package with protobuf...
2017-02-09 Sandro SantilliUpdate gettext templates (make update-pot)
2017-02-09 Sandro SantilliFix typo
2017-02-08 Sandro SantilliAdd notes about dependency requirements for ST_AsMVT
2017-02-07 Sandro SantilliAdd check for pkg-config
2017-02-06 Sandro SantilliMapbox vector tile output support via ST_AsMVT
2017-01-29 Sandro SantilliPull translation files from transifex
2017-01-28 Regina ObeFix for 32-bit lwprint to support ST_AsLatLonText
2017-01-25 Regina ObeTurn off loading of tabblock by default. It's been...
2017-01-24 Sandro SantilliFix build warnings in PostgreSQL-9.6 based builds
2017-01-22 Regina ObeFix for pg_upgrade of pg < 9.5 + 2.3+, pg_upgrade and...
2017-01-18 Sandro SantilliST_AsLatLonText: round minutes
2017-01-18 Sandro SantilliAdd missing blank line
2017-01-07 Regina ObeAdd regress check for ERROR: index returned tuples...
2017-01-06 Paul Ramsey#3418, KNN recheck in 9.5 fails with index returned...
2017-01-05 Regina ObeRelationship functions not using an index in some cases
2016-12-20 Regina ObeAdd PostGIS 2.3.1 as a target
2016-12-20 Regina ObePostGIS upgrade scripts missing GRANT for views
2016-12-16 Sandro SantilliFully qualify performance test script
next