summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/rules.sql
AgeCommit message (Expand)Author
2002-05-03Retire xlateSqlType/xlateSqlFunc; all type name translations are nowTom Lane
2002-04-18Rule names are now unique per-relation, rather than unique globally.Tom Lane
2002-04-11Restructure representation of aggregate functions so that they have pg_procTom Lane
2001-08-14sum() on int2 and int4 columns now uses an int8, not numeric, accumulatorTom Lane
2001-07-09Fix rule rewriter so that new ordering of ON INSERT actions appliesTom Lane
2000-12-05Add regress test case for INSERT ... SELECT in rules.Tom Lane
2000-09-12First cut at full support for OUTER JOINs. There are still a few looseTom Lane
2000-04-20Add a regress test case for SELECT count(*) FROM view, so that we'llTom Lane
2000-01-06Clean up header for uniform appearance throughout tests.Thomas G. Lockhart
1999-08-01Add another ORDER BY to rules test; got tired of it 'failing'Tom Lane
1999-05-17Fixed latest regression diff's by omitting viewowner in SELECT from pg_views.Jan Wieck
1999-05-12Fixed small bug in ruleutils and added output of pg_views andJan Wieck
1999-04-15Add ORDER BY clauses to some select-from-view operationsTom Lane
1999-02-23Remove non-portable queries by replacing getpgusername() with a constantThomas G. Lockhart
1999-02-08Added LIMIT/OFFSET functionality including new regression test for it.Jan Wieck
1999-02-08Revert some changes from the INTERSECT/EXPECT patch that brokeJan Wieck
1999-02-07Reenabled parentheses for grouping multiple rule actions andJan Wieck
1998-10-28Add ORDER BY to ensure platform-independent results in rules test.Tom Lane
1998-10-02 Here's a combination of all the patches I'm currently waitingBruce Momjian
1998-09-16Consolidate Jan's rules test into one file.Thomas G. Lockhart