summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/point.out
AgeCommit message (Expand)Author
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-02-08Rearrange core regression tests to reduce cross-script dependencies.Tom Lane
2020-12-15Clean up ancient test stylePeter Eisentraut
2020-11-23Rename the "point is strictly above/below point" comparison operators.Tom Lane
2020-11-21Extend the geometric regression test cases a little.Tom Lane
2019-02-13Change floating-point output format for improved performance.Andrew Gierth
2018-09-26Improve test coverage of geometric typesTomas Vondra
2013-02-08Fix gist_box_same and gist_point_consistent to handle fuzziness correctly.Tom Lane
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-01-14Add point_ops opclass for GiST.Teodor Sigaev
2008-09-01Add a bunch of new error location reports to parse-analysis error messages.Tom Lane
2007-05-29Stop a few regression tests from needlessly disabling GEQO. This wasNeil Conway
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
2005-04-07Add a "USING" clause to DELETE, which is equivalent to the FROM clauseNeil Conway
2003-09-25Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut
2003-07-27Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane
2000-09-12First cut at full support for OUTER JOINs. There are still a few looseTom Lane
2000-01-05Verified output from new psql.Thomas G. Lockhart
1998-01-05Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian
1997-09-24Use additional ORDER BY to cope with new sorting routines.Thomas G. Lockhart
1997-09-20Output changed for new ORDER BY to cope with new sorting routines.Thomas G. Lockhart
1997-07-29Results from initial changes to add new functions and for bug fixes.Thomas G. Lockhart
1997-06-03Update to show new path and polygon syntax.Thomas G. Lockhart
1997-05-11Add inter-type regression tests for geometry, date/time, and numbers.Thomas G. Lockhart
1997-04-27Alot of regression test fixes, mainly to compensate for movingMarc G. Fournier
1997-04-27Massive regression test patches from Thomas *woo hoo!*Marc G. Fournier
1997-04-05Add more expected.out resultsMarc G. Fournier