summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/geometry.out
Commit message (Expand)AuthorAgeFilesLines
* Rework pg_input_error_message(), now renamed pg_input_error_info()Michael Paquier2023-02-281-8/+8
* Convert the geometric input functions to report errors softly.Tom Lane2022-12-141-0/+25
* Fix NaN comparison in circle_same testDaniel Gustafsson2022-09-121-2/+1
* Rearrange core regression tests to reduce cross-script dependencies.Tom Lane2022-02-081-0/+60
* Remove unimplemented/undocumented geometric functions & operators.Tom Lane2021-12-131-14/+0
* Implement poly_distance().Tom Lane2021-12-131-1/+53
* Fix some typos, grammar and style in docs and commentsMichael Paquier2021-02-241-1/+1
* Clean up ancient test stylePeter Eisentraut2020-12-151-458/+458
* In geo_ops.c, represent infinite slope as Infinity, not DBL_MAX.Tom Lane2020-11-211-127/+127
* Fix FPeq() and friends to get the right answers for infinities.Tom Lane2020-11-211-1/+1
* Extend the geometric regression test cases a little.Tom Lane2020-11-211-31/+339
* Add missing commutators for distance operatorsAlexander Korotkov2019-07-141-492/+494
* Improve test coverage of geometric typesTomas Vondra2018-09-261-277/+4604
* Improve plural handling in error messagePeter Eisentraut2017-08-231-1/+1
* Add geometry/range functions to support BRIN inclusionAlvaro Herrera2015-05-051-0/+34
* Revive line typePeter Eisentraut2013-10-091-3/+0
* Rewrite the planner's handling of materialized plan types so that there isTom Lane2009-09-121-12/+12
* Stop a few regression tests from needlessly disabling GEQO. This wasNeil Conway2007-05-291-2/+0
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-011-1/+1
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-091-1/+1
* Rename contains/contained-by operators to @> and <@, per discussion thatTom Lane2006-09-101-2/+2
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-141-0/+2
* Fix compare_fuzzy_path_costs() to behave a bit more sanely. The originalTom Lane2005-07-221-12/+12
* Make some adjustments to reduce platform dependencies in plan selection.Tom Lane2004-12-021-107/+107
* Fix hidden whitespace differences between expected and result files.Peter Eisentraut2003-11-011-1/+1
* Create a 'type cache' that keeps track of the data needed for any particularTom Lane2003-08-171-1/+1
* Some early work on error message editing. Operator-not-found andTom Lane2003-07-041-2/+2
* Revise geometry regression testing to eliminate most cross-platformTom Lane2002-11-081-88/+88
* Fix results to work with normal systems again.Peter Eisentraut2001-11-291-4/+4
* Add separate regression tests for timetz and the new timestamptz type.Thomas G. Lockhart2001-09-281-26/+26
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-121-45/+45
* Attached is the regression diff for geometry, RedHat 6.1 on a PentiumBruce Momjian2000-03-261-9/+9
* Support full POSIX-style time zone: EST+3, PST-3, etc.Thomas G. Lockhart2000-03-161-29/+29
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-141-31/+31
* Verified output from new psql.Thomas G. Lockhart2000-01-051-397/+434
* Clean up error messages associated with rules and views.Thomas G. Lockhart1998-12-131-1/+1
* Add test for UNION.Thomas G. Lockhart1998-05-291-35/+34
* Fix up for recent changes in elog error messages.Thomas G. Lockhart1998-01-101-4/+3
* Regression cleanup of WARN.Bruce Momjian1998-01-061-3/+3
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-1/+1
* Output changed for new ORDER BY to cope with new sorting routines.Thomas G. Lockhart1997-09-201-2/+2
* Test new intersection and closest point operators.Thomas G. Lockhart1997-09-011-112/+405
* Add inter-type regression tests for geometry, date/time, and numbers.Thomas G. Lockhart1997-05-111-0/+204