summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/geometry.out
AgeCommit message (Expand)Author
2025-09-16Provide more-specific error details/hints for function lookup failures.Tom Lane
2023-02-28Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier
2022-12-14Convert the geometric input functions to report errors softly.Tom Lane
2022-09-12Fix NaN comparison in circle_same testDaniel Gustafsson
2022-02-08Rearrange core regression tests to reduce cross-script dependencies.Tom Lane
2021-12-13Remove unimplemented/undocumented geometric functions & operators.Tom Lane
2021-12-13Implement poly_distance().Tom Lane
2021-02-24Fix some typos, grammar and style in docs and commentsMichael Paquier
2020-12-15Clean up ancient test stylePeter Eisentraut
2020-11-21In geo_ops.c, represent infinite slope as Infinity, not DBL_MAX.Tom Lane
2020-11-21Fix FPeq() and friends to get the right answers for infinities.Tom Lane
2020-11-21Extend the geometric regression test cases a little.Tom Lane
2019-07-14Add missing commutators for distance operatorsAlexander Korotkov
2018-09-26Improve test coverage of geometric typesTomas Vondra
2017-08-23Improve plural handling in error messagePeter Eisentraut
2015-05-05Add geometry/range functions to support BRIN inclusionAlvaro Herrera
2013-10-09Revive line typePeter Eisentraut
2009-09-12Rewrite the planner's handling of materialized plan types so that there isTom Lane
2007-05-29Stop a few regression tests from needlessly disabling GEQO. This wasNeil Conway
2007-02-01Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian
2007-01-09Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane
2006-09-10Rename contains/contained-by operators to @> and <@, per discussion thatTom Lane
2006-03-14Improve parser so that we can show an error cursor position for errorsTom Lane
2005-07-22Fix compare_fuzzy_path_costs() to behave a bit more sanely. The originalTom Lane
2004-12-02Make some adjustments to reduce platform dependencies in plan selection.Tom Lane
2003-11-01Fix hidden whitespace differences between expected and result files.Peter Eisentraut
2003-08-17Create a 'type cache' that keeps track of the data needed for any particularTom Lane
2003-07-04Some early work on error message editing. Operator-not-found andTom Lane
2002-11-08Revise geometry regression testing to eliminate most cross-platformTom Lane
2001-11-29Fix results to work with normal systems again.Peter Eisentraut
2001-09-28Add separate regression tests for timetz and the new timestamptz type.Thomas G. Lockhart
2000-09-12First cut at full support for OUTER JOINs. There are still a few looseTom Lane
2000-03-26Attached is the regression diff for geometry, RedHat 6.1 on a PentiumBruce Momjian
2000-03-16Support full POSIX-style time zone: EST+3, PST-3, etc.Thomas G. Lockhart
2000-03-14Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart
2000-01-05Verified output from new psql.Thomas G. Lockhart
1998-12-13Clean up error messages associated with rules and views.Thomas G. Lockhart
1998-05-29Add test for UNION.Thomas G. Lockhart
1998-01-10Fix up for recent changes in elog error messages.Thomas G. Lockhart
1998-01-06Regression cleanup of WARN.Bruce Momjian
1998-01-05Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian
1997-09-20Output changed for new ORDER BY to cope with new sorting routines.Thomas G. Lockhart
1997-09-01Test new intersection and closest point operators.Thomas G. Lockhart
1997-05-11Add inter-type regression tests for geometry, date/time, and numbers.Thomas G. Lockhart