| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove useless whitespace at end of lines | Peter Eisentraut | 2010-11-23 | 1 | -11/+11 |
| * | Fix crash if a DROP is attempted on an internally-dependent object. | Tom Lane | 2009-09-22 | 1 | -0/+8 |
| * | Alter the regression test cases that rely on the sort order of "ch" between | Peter Eisentraut | 2009-01-19 | 1 | -2/+2 |
| * | Repair two constraint-exclusion corner cases triggered by proving that an | Tom Lane | 2007-05-26 | 1 | -0/+38 |
| * | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut | 2006-02-27 | 1 | -1/+1 |
| * | Add a "USING" clause to DELETE, which is equivalent to the FROM clause | Neil Conway | 2005-04-07 | 1 | -5/+7 |
| * | Add another ORDER BY to rules test to eliminate platform-specific | Tom Lane | 2005-03-26 | 1 | -1/+1 |
| * | Add regression test inspired by Sebastian Böck. | Tom Lane | 2004-10-03 | 1 | -0/+31 |
| * | Add ALSO keyword to CREATE RULE. | Bruce Momjian | 2004-03-09 | 1 | -4/+4 |
| * | COMMENT ON casts, conversions, languages, operator classes, and | Tom Lane | 2003-11-21 | 1 | -1/+4 |
| * | Moved the recently added test for foreign key disabled by rewrite | Jan Wieck | 2003-10-31 | 1 | -0/+59 |
| * | Initial version of the SQL information schema | Peter Eisentraut | 2002-12-14 | 1 | -1/+1 |
| * | Wups, stuck ORDER BY on wrong query while trying to eliminate random | Tom Lane | 2002-11-21 | 1 | -2/+2 |
| * | Finish implementation of hashed aggregation. Add enable_hashagg GUC | Tom Lane | 2002-11-21 | 1 | -2/+2 |
| * | Fix rewrite code so that rules are in fact executed in order by name, | Tom Lane | 2002-10-19 | 1 | -4/+7 |
| * | Fix ordering regression problem on freebsd/alpha by adding ORDER BY. | Bruce Momjian | 2002-09-02 | 1 | -1/+1 |
| * | CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE. | Tom Lane | 2002-09-02 | 1 | -0/+18 |
| * | Retire xlateSqlType/xlateSqlFunc; all type name translations are now | Tom Lane | 2002-05-03 | 1 | -1/+1 |
| * | Rule names are now unique per-relation, rather than unique globally. | Tom Lane | 2002-04-18 | 1 | -3/+3 |
| * | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane | 2002-04-11 | 1 | -1/+1 |
| * | sum() on int2 and int4 columns now uses an int8, not numeric, accumulator | Tom Lane | 2001-08-14 | 1 | -1/+1 |
| * | Fix rule rewriter so that new ordering of ON INSERT actions applies | Tom Lane | 2001-07-09 | 1 | -1/+1 |
| * | Add regress test case for INSERT ... SELECT in rules. | Tom Lane | 2000-12-05 | 1 | -0/+38 |
| * | First cut at full support for OUTER JOINs. There are still a few loose | Tom Lane | 2000-09-12 | 1 | -0/+33 |
| * | Add a regress test case for SELECT count(*) FROM view, so that we'll | Tom Lane | 2000-04-20 | 1 | -0/+3 |
| * | Clean up header for uniform appearance throughout tests. | Thomas G. Lockhart | 2000-01-06 | 1 | -1/+1 |
| * | Add another ORDER BY to rules test; got tired of it 'failing' | Tom Lane | 1999-08-01 | 1 | -1/+1 |
| * | Fixed latest regression diff's by omitting viewowner in SELECT from pg_views. | Jan Wieck | 1999-05-17 | 1 | -2/+3 |
| * | Fixed small bug in ruleutils and added output of pg_views and | Jan Wieck | 1999-05-12 | 1 | -0/+9 |
| * | Add ORDER BY clauses to some select-from-view operations | Tom Lane | 1999-04-15 | 1 | -8/+8 |
| * | Remove non-portable queries by replacing getpgusername() with a constant | Thomas G. Lockhart | 1999-02-23 | 1 | -1/+5 |
| * | Added LIMIT/OFFSET functionality including new regression test for it. | Jan Wieck | 1999-02-08 | 1 | -13/+13 |
| * | Revert some changes from the INTERSECT/EXPECT patch that broke | Jan Wieck | 1999-02-08 | 1 | -0/+172 |
| * | Reenabled parentheses for grouping multiple rule actions and | Jan Wieck | 1999-02-07 | 1 | -8/+8 |
| * | Add ORDER BY to ensure platform-independent results in rules test. | Tom Lane | 1998-10-28 | 1 | -1/+5 |
| * | Here's a combination of all the patches I'm currently waiting | Bruce Momjian | 1998-10-02 | 1 | -0/+97 |
| * | Consolidate Jan's rules test into one file. | Thomas G. Lockhart | 1998-09-16 | 1 | -0/+406 |