| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix a couple of problems in pg_get_statisticsextdef | Alvaro Herrera | 2017-03-27 | 1 | -0/+1 |
| * | Fix typos in comments. | Heikki Linnakangas | 2017-02-06 | 1 | -1/+1 |
| * | Eliminate a few more user-visible "cache lookup failed" errors. | Robert Haas | 2016-07-29 | 1 | -0/+5 |
| * | Change various deparsing functions to return NULL for invalid input. | Robert Haas | 2016-07-26 | 1 | -0/+8 |
| * | Fix several bugs related to ON CONFLICT's EXCLUDED pseudo relation. | Andres Freund | 2015-10-03 | 1 | -1/+1 |
| * | Fix yet another bug in ON CONFLICT rule deparsing. | Andres Freund | 2015-05-23 | 1 | -2/+21 |
| * | Various fixes around ON CONFLICT for rule deparsing. | Andres Freund | 2015-05-19 | 1 | -2/+12 |
| * | Fix ON CONFLICT bugs that manifest when used in rules. | Andres Freund | 2015-05-13 | 1 | -2/+33 |
| * | Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE. | Andres Freund | 2015-05-08 | 1 | -0/+59 |
| * | Fix dumping of views that are just VALUES(...) but have column aliases. | Tom Lane | 2015-02-25 | 1 | -0/+18 |
| * | Use unaligned output in selected regression queries to reduce diff noise. | Tom Lane | 2013-10-26 | 1 | -0/+7 |
| * | Get rid of pg_class.reltoastidxid. | Fujii Masao | 2013-07-04 | 1 | -1/+1 |
| * | Fix crash when trying to display a NOTIFY rule action. | Tom Lane | 2013-05-16 | 1 | -0/+1 |
| * | Get rid of any toast table when converting a table to a view. | Tom Lane | 2013-03-03 | 1 | -0/+3 |
| * | Add support for ALTER RULE ... RENAME TO. | Tom Lane | 2013-02-08 | 1 | -0/+28 |
| * | When converting a table to a view, remove its system columns. | Tom Lane | 2012-10-24 | 1 | -0/+15 |
| * | Fix typo in comment. | Tom Lane | 2012-08-19 | 1 | -1/+1 |
| * | Allow OLD and NEW in multi-row VALUES within rules. | Tom Lane | 2012-08-19 | 1 | -0/+20 |
| * | Improve pretty printing of viewdefs. | Andrew Dunstan | 2012-02-19 | 1 | -0/+6 |
| * | 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 |