summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/join.out
Commit message (Expand)AuthorAgeFilesLines
* Fix bug introduced into mergejoin logic by performance improvement patch ofTom Lane2006-03-171-0/+28
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-141-0/+2
* Remove the stub support we had for UNION JOIN; per discussion, this isTom Lane2006-03-071-4/+0
* Fix compare_fuzzy_path_costs() to behave a bit more sanely. The originalTom Lane2005-07-221-720/+720
* Add a "USING" clause to DELETE, which is equivalent to the FROM clauseNeil Conway2005-04-071-0/+37
* Tweak planner to use a minimum size estimate of 10 pages for aTom Lane2005-03-241-20/+20
* 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-1128/+1128
* Change planner to use the current true disk file size as its estimate ofTom Lane2004-12-011-820/+820
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-1/+1
* create_unique_plan() should not discard existing output columns of theTom Lane2003-08-071-0/+12
* Another round of error message editing, covering backend/parser/.Tom Lane2003-07-191-1/+1
* Fix thinko in new logic about pushing down non-nullability constraints:Tom Lane2003-02-101-0/+123
* Allow the planner to collapse explicit inner JOINs together, rather thanTom Lane2003-01-251-800/+800
* Add additional ORDER BY to join regression test, per Tatsuo.Bruce Momjian2002-10-301-2/+2
* 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-6/+10
* Second try at fixing join alias variables. Instead of attaching miscellaneousTom Lane2002-04-281-0/+132
* Restructure representation of join alias variables. An explicit JOINTom Lane2002-03-121-0/+25
* Planner speedup hacking. Avoid saving useless pathkeys, so that pathTom Lane2000-12-141-4/+4
* 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-272/+1609
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-121-72/+234
* Repair list-vs-node confusion that resulted in failure for INNER JOIN ON.Tom Lane2000-05-121-3/+24
* Update "join syntax" test for new capabilities.Thomas G. Lockhart2000-02-151-46/+225
* Now that new psql is fflush()'ing properly, it emerges that severalTom Lane2000-01-151-4/+4
* Update remaining tests for new psql, with the exception of 'arrays',Tom Lane2000-01-091-71/+129
* First tests using JOIN syntax.Thomas G. Lockhart1999-02-231-0/+94