summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/join.sql
Commit message (Expand)AuthorAgeFilesLines
* As long as we're forcing an ORDER BY in these four join queries, we hadTom Lane2004-12-031-4/+4
* Make some adjustments to reduce platform dependencies in plan selection.Tom Lane2004-12-021-4/+4
* create_unique_plan() should not discard existing output columns of theTom Lane2003-08-071-0/+8
* Fix thinko in new logic about pushing down non-nullability constraints:Tom Lane2003-02-101-0/+39
* Remove /src/utils. Is final cleanup of getopt.c resurection.Bruce Momjian2002-10-301-2/+2
* Add ORDER BY to join regression test.Bruce Momjian2002-10-281-4/+8
* Second try at fixing join alias variables. Instead of attaching miscellaneousTom Lane2002-04-281-0/+72
* Restructure representation of join alias variables. An explicit JOINTom Lane2002-03-121-1/+22
* Add explicit ORDER BYs in a couple of cases --- seems to be necessaryTom Lane2000-11-061-2/+4
* Add tests for more INTERVAL syntax.Thomas G. Lockhart2000-11-061-15/+31
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-121-11/+11
* Update "join syntax" test for new capabilities.Thomas G. Lockhart2000-02-151-30/+87
* Clean up header for uniform appearance throughout tests.Thomas G. Lockhart2000-01-061-2/+1
* Clean up format of tests.Thomas G. Lockhart2000-01-051-18/+64
* First tests using JOIN syntax.Thomas G. Lockhart1999-02-231-0/+87