summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/geo_ops.c
AgeCommit message (Expand)Author
2020-01-01Update copyrights for 2020Bruce Momjian
2019-07-14Add missing commutators for distance operatorsAlexander Korotkov
2019-06-03Fix typos in various placesMichael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-15geo_ops.c: Clarify comments and function argumentsAlvaro Herrera
2018-09-26Fix problems in handling the line data typeTomas Vondra
2018-08-16Use the built-in float datatypes to implement geometric typesTomas Vondra
2018-08-16Remove remaining GEODEBUG references from geo_ops.cTomas Vondra
2018-07-29Mark variable used only in assertion with PG_USED_FOR_ASSERTS_ONLYTomas Vondra
2018-07-29Restore handling of -0 in the C field of lines in line_construct().Tomas Vondra
2018-07-29Provide separate header file for built-in float typesTomas Vondra
2018-07-29Refactor geometric functions and operatorsTomas Vondra
2018-01-03Update copyright for 2018Bruce Momjian
2017-12-25Add polygon opclass for SP-GiSTTeodor Sigaev
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-10-12Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.Andres Freund
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
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-10Revive line typePeter Eisentraut
2013-07-09Fix 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-15Cleanup 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