summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/rules.sql
Commit message (Expand)AuthorAgeFilesLines
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-11/+11
* Fix crash if a DROP is attempted on an internally-dependent object.Tom Lane2009-09-221-0/+8
* Alter the regression test cases that rely on the sort order of "ch" betweenPeter Eisentraut2009-01-191-2/+2
* Repair two constraint-exclusion corner cases triggered by proving that anTom Lane2007-05-261-0/+38
* Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, inPeter Eisentraut2006-02-271-1/+1
* Add a "USING" clause to DELETE, which is equivalent to the FROM clauseNeil Conway2005-04-071-5/+7
* Add another ORDER BY to rules test to eliminate platform-specificTom Lane2005-03-261-1/+1
* Add regression test inspired by Sebastian Böck.Tom Lane2004-10-031-0/+31
* Add ALSO keyword to CREATE RULE.Bruce Momjian2004-03-091-4/+4
* COMMENT ON casts, conversions, languages, operator classes, andTom Lane2003-11-211-1/+4
* Moved the recently added test for foreign key disabled by rewriteJan Wieck2003-10-311-0/+59
* Initial version of the SQL information schemaPeter Eisentraut2002-12-141-1/+1
* Wups, stuck ORDER BY on wrong query while trying to eliminate randomTom Lane2002-11-211-2/+2
* Finish implementation of hashed aggregation. Add enable_hashagg GUCTom Lane2002-11-211-2/+2
* Fix rewrite code so that rules are in fact executed in order by name,Tom Lane2002-10-191-4/+7
* Fix ordering regression problem on freebsd/alpha by adding ORDER BY.Bruce Momjian2002-09-021-1/+1
* CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE.Tom Lane2002-09-021-0/+18
* Retire xlateSqlType/xlateSqlFunc; all type name translations are nowTom Lane2002-05-031-1/+1
* Rule names are now unique per-relation, rather than unique globally.Tom Lane2002-04-181-3/+3
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-111-1/+1
* sum() on int2 and int4 columns now uses an int8, not numeric, accumulatorTom Lane2001-08-141-1/+1
* Fix rule rewriter so that new ordering of ON INSERT actions appliesTom Lane2001-07-091-1/+1
* Add regress test case for INSERT ... SELECT in rules.Tom Lane2000-12-051-0/+38
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-121-0/+33
* Add a regress test case for SELECT count(*) FROM view, so that we'llTom Lane2000-04-201-0/+3
* Clean up header for uniform appearance throughout tests.Thomas G. Lockhart2000-01-061-1/+1
* Add another ORDER BY to rules test; got tired of it 'failing'Tom Lane1999-08-011-1/+1
* Fixed latest regression diff's by omitting viewowner in SELECT from pg_views.Jan Wieck1999-05-171-2/+3
* Fixed small bug in ruleutils and added output of pg_views andJan Wieck1999-05-121-0/+9
* Add ORDER BY clauses to some select-from-view operationsTom Lane1999-04-151-8/+8
* Remove non-portable queries by replacing getpgusername() with a constantThomas G. Lockhart1999-02-231-1/+5
* Added LIMIT/OFFSET functionality including new regression test for it.Jan Wieck1999-02-081-13/+13
* Revert some changes from the INTERSECT/EXPECT patch that brokeJan Wieck1999-02-081-0/+172
* Reenabled parentheses for grouping multiple rule actions andJan Wieck1999-02-071-8/+8
* Add ORDER BY to ensure platform-independent results in rules test.Tom Lane1998-10-281-1/+5
* Here's a combination of all the patches I'm currently waitingBruce Momjian1998-10-021-0/+97
* Consolidate Jan's rules test into one file.Thomas G. Lockhart1998-09-161-0/+406