aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/sql/geometry.sql
Commit message (Expand)AuthorAge
* Stop a few regression tests from needlessly disabling GEQO. This wasNeil Conway2007-05-29
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-09
* Rename contains/contained-by operators to @> and <@, per discussion thatTom Lane2006-09-10
* Create a 'type cache' that keeps track of the data needed for any particularTom Lane2003-08-17
* Revise geometry regression testing to eliminate most cross-platformTom Lane2002-11-08
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-14
* Clean up format of tests.Thomas G. Lockhart2000-01-05
* Change ORDER BY to get consistant results with new sorting routines.Thomas G. Lockhart1997-09-20
* Test new intersection and closest point operators.Thomas G. Lockhart1997-09-01
* Start adding tests for new geometry functions.Thomas G. Lockhart1997-07-29
* Add inter-type regression tests for geometry, date/time, and numbers.Thomas G. Lockhart1997-05-11