]> granicus.if.org Git - postgresql/history - src/test/regress/sql/join.sql
RESET SESSION, plus related new DDL commands. Patch from Marko Kreen,
[postgresql] / src / test / regress / sql / join.sql
2007-02-16 Tom LaneRestructure code that is responsible for ensuring that...
2006-03-17 Tom LaneFix bug introduced into mergejoin logic by performance...
2006-03-07 Tom LaneRemove the stub support we had for UNION JOIN; per...
2005-04-07 Tom LaneFix some issues with missing or too many newlines at
2005-04-07 Neil ConwayAdd a "USING" clause to DELETE, which is equivalent...
2004-12-03 Tom LaneAs long as we're forcing an ORDER BY in these four...
2004-12-02 Tom LaneMake some adjustments to reduce platform dependencies...
2003-08-07 Tom Lanecreate_unique_plan() should not discard existing output...
2003-02-10 Tom LaneFix thinko in new logic about pushing down non-nullabil...
2002-10-30 Bruce MomjianRemove /src/utils. Is final cleanup of getopt.c resure...
2002-10-28 Bruce MomjianAdd ORDER BY to join regression test.
2002-04-28 Tom LaneSecond try at fixing join alias variables. Instead...
2002-03-12 Tom LaneRestructure representation of join alias variables...
2000-11-06 Tom LaneAdd explicit ORDER BYs in a couple of cases --- seems...
2000-11-06 Thomas G. LockhartAdd tests for more INTERVAL syntax.
2000-09-12 Tom LaneFirst cut at full support for OUTER JOINs. There are...
2000-02-15 Thomas G. LockhartUpdate "join syntax" test for new capabilities.
2000-01-06 Thomas G. LockhartClean up header for uniform appearance throughout tests.
2000-01-05 Thomas G. LockhartClean up format of tests.
1999-02-23 Thomas G. LockhartFirst tests using JOIN syntax.