Commits

DateSubjectAuthorReleases
2025-09-16 Provide more-specific error details/hints for function lookup failures. Tom Lane 19 (unreleased)
2022-12-14 Convert the geometric input functions to report errors softly. Tom Lane 16.0
2022-02-08 Rearrange core regression tests to reduce cross-script dependencies. Tom Lane 15.0
2021-12-13 Remove unimplemented/undocumented geometric functions & operators. Tom Lane 15.0
2021-12-13 Implement poly_distance(). Tom Lane 15.0
2020-11-21 In geo_ops.c, represent infinite slope as Infinity, not DBL_MAX. Tom Lane 14.0
2020-11-21 Fix FPeq() and friends to get the right answers for infinities. Tom Lane 14.0
2020-11-21 Extend the geometric regression test cases a little. Tom Lane 14.0
2009-09-12 Rewrite the planner's handling of materialized plan types so that there is Tom Lane 9.0.0
2007-01-09 Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST Tom Lane 8.3.0
2006-09-10 Rename contains/contained-by operators to @> and <@, per discussion that Tom Lane 8.2.0
2006-03-14 Improve parser so that we can show an error cursor position for errors Tom Lane 8.2.0
2005-07-22 Fix compare_fuzzy_path_costs() to behave a bit more sanely. The original Tom Lane 8.0.4
2005-07-22 Fix compare_fuzzy_path_costs() to behave a bit more sanely. The original Tom Lane 8.1.0
2004-12-02 Make some adjustments to reduce platform dependencies in plan selection. Tom Lane 8.0.0
2003-08-17 Create a 'type cache' that keeps track of the data needed for any particular Tom Lane 7.4.1
2003-07-04 Some early work on error message editing. Operator-not-found and Tom Lane 7.4.1
2002-11-08 Revise geometry regression testing to eliminate most cross-platform Tom Lane 7.4.1
2000-09-12 First cut at full support for OUTER JOINs. There are still a few loose Tom Lane 7.1.1