summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/geo_ops.c
AgeCommit message (Expand)Author
2020-04-07Fix circle_in to accept "(x,y),r" as it's advertised to do.Tom Lane
2016-07-16Fix crash in close_ps() for NaN input coordinates.Tom Lane
2016-03-30Improve portability of I/O behavior for the geometric types.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-14Add missing CHECK_FOR_INTERRUPTS in lseg_inside_polyAlvaro Herrera
2015-05-15Allow GiST distance function to return merely a lower-bound.Heikki Linnakangas
2015-05-05Add geometry/range functions to support BRIN inclusionAlvaro Herrera
2015-02-20Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane
2015-02-03Remove unused "m" field in LSEG.Tom Lane
2015-02-03Fix breakage in GEODEBUG debug code.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-15Fix point <-> polygon code for zero-distance case.Tom Lane
2014-12-15Add point <-> polygon distance operator.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-02-24Allow single-point polygons to be converted to circlesBruce Momjian
2014-02-17Predict integer overflow to avoid buffer overruns.Noah Misch
2014-01-07Update copyright for 2014Bruce Momjian
2013-10-25Suppress -0 in the C field of lines computed by line_construct_pts().Tom Lane
2013-10-22Make use of psprintf() in recent changesPeter Eisentraut
2013-10-09Revive line typePeter Eisentraut
2013-07-08Fix bool abusePeter Eisentraut
2013-02-08Simplify box_overlap computations.Tom Lane
2013-01-01Update copyrights for 2013Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-04-27Fix array- and path-creating functions to ensure padding bytes are zeroes.Tom Lane
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-11-14Cleanup various comparisons with the constant "true".Robert Haas
2010-11-10Fix line_construct_pm() for the case of "infinite" (DBL_MAX) slope.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-03Replace the naive HYPOT() macro with a standards-conformant hypotenuseTom Lane
2010-02-26pgindent run for 9.0Bruce Momjian
2010-01-14Add point_ops opclass for GiST.Teodor Sigaev
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-09-11Increase the maximum value of extra_float_digits to 3, and have pg_dumpTom Lane
2009-08-27Remove some unnecessary variable assignments, per results of "clang"Tom Lane
2009-07-28Correct calculations of overlap and contains operations over polygons.Teodor Sigaev
2009-06-23Fix an ancient error in dist_ps (distance from point to line segment), whichTom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-04-11Fix several datatype input functions that were allowing unused bytes in theirTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-12-18Make path_recv() and poly_recv() reject paths/polygons containing no points.Tom Lane
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-03-05Remove copied comments from geo_ops.c source file and replace with newBruce Momjian
2007-02-27Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-06-26Update comment description of geo routines and move comment to moreBruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-07-01Migrate rtree_gist functionality into the core system, and add someTom Lane
2005-06-24Extend r-tree operator classes to handle Y-direction tests equivalentTom Lane