| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix bug introduced into mergejoin logic by performance improvement patch of | Tom Lane | 2006-03-17 | 1 | -0/+28 |
| * | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 | 1 | -0/+2 |
| * | Remove the stub support we had for UNION JOIN; per discussion, this is | Tom Lane | 2006-03-07 | 1 | -4/+0 |
| * | Fix compare_fuzzy_path_costs() to behave a bit more sanely. The original | Tom Lane | 2005-07-22 | 1 | -720/+720 |
| * | Add a "USING" clause to DELETE, which is equivalent to the FROM clause | Neil Conway | 2005-04-07 | 1 | -0/+37 |
| * | Tweak planner to use a minimum size estimate of 10 pages for a | Tom Lane | 2005-03-24 | 1 | -20/+20 |
| * | As long as we're forcing an ORDER BY in these four join queries, we had | Tom Lane | 2004-12-03 | 1 | -4/+4 |
| * | Make some adjustments to reduce platform dependencies in plan selection. | Tom Lane | 2004-12-02 | 1 | -1128/+1128 |
| * | Change planner to use the current true disk file size as its estimate of | Tom Lane | 2004-12-01 | 1 | -820/+820 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 1 | -1/+1 |
| * | create_unique_plan() should not discard existing output columns of the | Tom Lane | 2003-08-07 | 1 | -0/+12 |
| * | Another round of error message editing, covering backend/parser/. | Tom Lane | 2003-07-19 | 1 | -1/+1 |
| * | Fix thinko in new logic about pushing down non-nullability constraints: | Tom Lane | 2003-02-10 | 1 | -0/+123 |
| * | Allow the planner to collapse explicit inner JOINs together, rather than | Tom Lane | 2003-01-25 | 1 | -800/+800 |
| * | Add additional ORDER BY to join regression test, per Tatsuo. | Bruce Momjian | 2002-10-30 | 1 | -2/+2 |
| * | Remove /src/utils. Is final cleanup of getopt.c resurection. | Bruce Momjian | 2002-10-30 | 1 | -2/+2 |
| * | Add ORDER BY to join regression test. | Bruce Momjian | 2002-10-28 | 1 | -6/+10 |
| * | Second try at fixing join alias variables. Instead of attaching miscellaneous | Tom Lane | 2002-04-28 | 1 | -0/+132 |
| * | Restructure representation of join alias variables. An explicit JOIN | Tom Lane | 2002-03-12 | 1 | -0/+25 |
| * | Planner speedup hacking. Avoid saving useless pathkeys, so that path | Tom Lane | 2000-12-14 | 1 | -4/+4 |
| * | Add explicit ORDER BYs in a couple of cases --- seems to be necessary | Tom Lane | 2000-11-06 | 1 | -2/+4 |
| * | Add tests for more INTERVAL syntax. | Thomas G. Lockhart | 2000-11-06 | 1 | -272/+1609 |
| * | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane | 2000-09-12 | 1 | -72/+234 |
| * | Repair list-vs-node confusion that resulted in failure for INNER JOIN ON. | Tom Lane | 2000-05-12 | 1 | -3/+24 |
| * | Update "join syntax" test for new capabilities. | Thomas G. Lockhart | 2000-02-15 | 1 | -46/+225 |
| * | Now that new psql is fflush()'ing properly, it emerges that several | Tom Lane | 2000-01-15 | 1 | -4/+4 |
| * | Update remaining tests for new psql, with the exception of 'arrays', | Tom Lane | 2000-01-09 | 1 | -71/+129 |
| * | First tests using JOIN syntax. | Thomas G. Lockhart | 1999-02-23 | 1 | -0/+94 |