summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/polygon.out
AgeCommit message (Expand)Author
2025-03-11Improve EXPLAIN's display of window functions.Tom Lane
2023-02-27Rework 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
2020-12-15Clean up ancient test stylePeter Eisentraut
2019-06-13Fix double-word typosAlvaro Herrera
2019-04-11Remove duplicative polygon SP-GiST sequencing test.Tom Lane
2018-09-26Improve test coverage of geometric typesTomas Vondra
2018-09-18Add support for nearest-neighbor (KNN) searches to SP-GiSTAlexander Korotkov
2017-12-25Add polygon opclass for SP-GiSTTeodor Sigaev
2015-03-20regression tests: remove polygon diagramsBruce Momjian
2014-12-15Add point <-> polygon distance operator.Heikki Linnakangas
2014-10-11regression: adjust polygon diagrams to not use tabsBruce Momjian
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2009-07-28Correct calculations of overlap and contains operations over polygons.Teodor Sigaev
2008-09-01Add a bunch of new error location reports to parse-analysis error messages.Tom Lane
2006-09-10Rename contains/contained-by operators to @> and <@, per discussion thatTom Lane
2005-06-24Extend r-tree operator classes to handle Y-direction tests equivalentTom 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-01-05Verified output from new psql.Thomas G. Lockhart
1998-01-05Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian
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-29Added initial set of expected outputs for new regression testing.Thomas G. Lockhart
1997-04-27Massive regression test patches from Thomas *woo hoo!*Marc G. Fournier
1997-04-05Add more expected.out resultsMarc G. Fournier