Commits

DateSubjectAuthorReleases
2012-08-20 Fix typo in comment. Tom Lane 9.3.0
2012-08-19 Allow OLD and NEW in multi-row VALUES within rules. Tom Lane 9.3.0
2009-09-22 Fix crash if a DROP is attempted on an internally-dependent object. Tom Lane 8.4.2
2009-09-22 Fix crash if a DROP is attempted on an internally-dependent object. Tom Lane 9.0.0
2007-05-26 Repair two constraint-exclusion corner cases triggered by proving that an Tom Lane 8.3.0
2005-03-26 Add another ORDER BY to rules test to eliminate platform-specific Tom Lane 8.0.2
2005-03-26 Add another ORDER BY to rules test to eliminate platform-specific Tom Lane 8.1.0
2004-10-03 Add regression test inspired by Sebastian Böck. Tom Lane 8.0.0
2003-11-21 COMMENT ON casts, conversions, languages, operator classes, and Tom Lane 8.0.0
2002-11-21 Wups, stuck ORDER BY on wrong query while trying to eliminate random Tom Lane 7.4.1
2002-11-21 Finish implementation of hashed aggregation. Add enable_hashagg GUC Tom Lane 7.4.1
2002-10-19 Fix rewrite code so that rules are in fact executed in order by name, Tom Lane 7.3.1
2002-09-02 CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE. Tom Lane 7.3.1
2002-05-03 Retire xlateSqlType/xlateSqlFunc; all type name translations are now Tom Lane 7.3.1
2002-04-18 Rule names are now unique per-relation, rather than unique globally. Tom Lane 7.3.1
2002-04-11 Restructure representation of aggregate functions so that they have pg_proc Tom Lane 7.3.1
2001-08-14 sum() on int2 and int4 columns now uses an int8, not numeric, accumulator Tom Lane 7.2.1
2001-07-09 Fix rule rewriter so that new ordering of ON INSERT actions applies Tom Lane 7.2.1
2000-12-05 Add regress test case for INSERT ... SELECT in rules. Tom Lane 7.1.1
2000-09-12 First cut at full support for OUTER JOINs. There are still a few loose Tom Lane 7.1.1
2000-04-20 Add a regress test case for SELECT count(*) FROM view, so that we'll Tom Lane 7.1.1
1999-08-01 Add another ORDER BY to rules test; got tired of it 'failing' Tom Lane 7.1.1
1999-04-15 Add ORDER BY clauses to some select-from-view operations Tom Lane 7.1.1
1998-10-28 Add ORDER BY to ensure platform-independent results in rules test. Tom Lane 7.1.1