]> granicus.if.org Git - postgresql/history - src/test/regress/sql/rules.sql
Repair two constraint-exclusion corner cases triggered by proving that an
[postgresql] / src / test / regress / sql / rules.sql
2007-05-26 Tom LaneRepair two constraint-exclusion corner cases triggered...
2006-02-27 Peter EisentrautClean up CREATE FUNCTION syntax usage in contrib and...
2005-04-07 Neil ConwayAdd a "USING" clause to DELETE, which is equivalent...
2005-03-26 Tom LaneAdd another ORDER BY to rules test to eliminate platfor...
2004-10-03 Tom LaneAdd regression test inspired by Sebastian Böck.
2004-03-09 Bruce MomjianAdd ALSO keyword to CREATE RULE.
2003-11-21 Tom LaneCOMMENT ON casts, conversions, languages, operator...
2003-10-31 Jan WieckMoved the recently added test for foreign key disabled...
2002-12-14 Peter EisentrautInitial version of the SQL information schema
2002-11-21 Tom LaneWups, stuck ORDER BY on wrong query while trying to...
2002-11-21 Tom LaneFinish implementation of hashed aggregation. Add enabl...
2002-10-19 Tom LaneFix rewrite code so that rules are in fact executed...
2002-09-02 Bruce MomjianFix ordering regression problem on freebsd/alpha by...
2002-09-02 Tom LaneCREATE OR REPLACE VIEW, CREATE OR REPLACE RULE.
2002-05-03 Tom LaneRetire xlateSqlType/xlateSqlFunc; all type name transla...
2002-04-18 Tom LaneRule names are now unique per-relation, rather than...
2002-04-11 Tom LaneRestructure representation of aggregate functions so...
2001-08-14 Tom Lanesum() on int2 and int4 columns now uses an int8, not...
2001-07-09 Tom LaneFix rule rewriter so that new ordering of ON INSERT...
2000-12-05 Tom LaneAdd regress test case for INSERT ... SELECT in rules.
2000-09-12 Tom LaneFirst cut at full support for OUTER JOINs. There are...
2000-04-20 Tom LaneAdd a regress test case for SELECT count(*) FROM view...
2000-01-06 Thomas G. LockhartClean up header for uniform appearance throughout tests.
1999-08-01 Tom LaneAdd another ORDER BY to rules test; got tired of it...
1999-05-17 Jan WieckFixed latest regression diff's by omitting viewowner...
1999-05-12 Jan WieckFixed small bug in ruleutils and added output of pg_vie...
1999-04-15 Tom LaneAdd ORDER BY clauses to some select-from-view operations
1999-02-23 Thomas G. LockhartRemove non-portable queries by replacing getpgusername...
1999-02-08 Jan WieckAdded LIMIT/OFFSET functionality including new regressi...
1999-02-08 Jan WieckRevert some changes from the INTERSECT/EXPECT patch...
1999-02-07 Jan WieckReenabled parentheses for grouping multiple rule action...
1998-10-28 Tom LaneAdd ORDER BY to ensure platform-independent results...
1998-10-02 Bruce Momjian Here's a combination of all the patches I'm current...
1998-09-16 Thomas G. LockhartConsolidate Jan's rules test into one file.