summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/rules.sql
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of problems in pg_get_statisticsextdefAlvaro Herrera2017-03-271-0/+1
* Fix typos in comments.Heikki Linnakangas2017-02-061-1/+1
* Eliminate a few more user-visible "cache lookup failed" errors.Robert Haas2016-07-291-0/+5
* Change various deparsing functions to return NULL for invalid input.Robert Haas2016-07-261-0/+8
* Fix several bugs related to ON CONFLICT's EXCLUDED pseudo relation.Andres Freund2015-10-031-1/+1
* Fix yet another bug in ON CONFLICT rule deparsing.Andres Freund2015-05-231-2/+21
* Various fixes around ON CONFLICT for rule deparsing.Andres Freund2015-05-191-2/+12
* Fix ON CONFLICT bugs that manifest when used in rules.Andres Freund2015-05-131-2/+33
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-081-0/+59
* Fix dumping of views that are just VALUES(...) but have column aliases.Tom Lane2015-02-251-0/+18
* Use unaligned output in selected regression queries to reduce diff noise.Tom Lane2013-10-261-0/+7
* Get rid of pg_class.reltoastidxid.Fujii Masao2013-07-041-1/+1
* Fix crash when trying to display a NOTIFY rule action.Tom Lane2013-05-161-0/+1
* Get rid of any toast table when converting a table to a view.Tom Lane2013-03-031-0/+3
* Add support for ALTER RULE ... RENAME TO.Tom Lane2013-02-081-0/+28
* When converting a table to a view, remove its system columns.Tom Lane2012-10-241-0/+15
* Fix typo in comment.Tom Lane2012-08-191-1/+1
* Allow OLD and NEW in multi-row VALUES within rules.Tom Lane2012-08-191-0/+20
* Improve pretty printing of viewdefs.Andrew Dunstan2012-02-191-0/+6
* 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