summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/create_view.out
Commit message (Expand)AuthorAgeFilesLines
* Make new expression eval code reject references to dropped columns.Tom Lane2017-03-281-9/+38
* Change unknown-type literals to type text in SELECT and RETURNING lists.Tom Lane2017-01-251-0/+26
* Fix reporting of column typmods for multi-row VALUES constructs.Tom Lane2016-12-081-0/+37
* psql: Split up "Modifiers" column in \d and \dDPeter Eisentraut2016-11-031-144/+144
* Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK.Tom Lane2016-04-211-0/+28
* Speed up ruleutils' name de-duplication code, and fix overlength-name case.Tom Lane2015-11-161-0/+27
* Fix ruleutils.c's dumping of whole-row Vars in ROW() and VALUES() contexts.Tom Lane2015-11-151-0/+91
* Partial fix for dropped columns in functions returning composite.Tom Lane2014-07-191-0/+52
* Fix yet another corner case in dumping rules/views with USING clauses.Tom Lane2014-05-011-0/+34
* Reduce indentation/parenthesization of set operations in rule/view dumps.Tom Lane2014-04-301-137/+137
* Fix indentation of JOIN clauses in rule/view dumps.Tom Lane2014-04-301-305/+305
* Make security barrier views automatically updatableStephen Frost2014-04-121-1/+1
* Fix ruleutils pretty-printing to not generate trailing whitespace.Tom Lane2013-11-111-48/+48
* Further hacking on ruleutils' new column-alias-assignment code.Tom Lane2013-07-231-0/+28
* Change post-rewriter representation of dropped columns in joinaliasvars.Tom Lane2013-07-231-0/+27
* WITH CHECK OPTION support for auto-updatable VIEWsStephen Frost2013-07-181-1/+1
* Perform line wrapping and indenting by default in ruleutils.c.Tom Lane2013-02-031-157/+380
* Fix ruleutils to cope with conflicts from adding/dropping/renaming columns.Tom Lane2012-12-311-53/+375
* Improve ruleutils.c's heuristics for dealing with rangetable aliases.Tom Lane2012-09-211-2/+369
* Add a security_barrier option for views.Robert Haas2011-12-221-1/+54
* Fix bugs in relpersistence handling during table creation.Robert Haas2011-07-031-2/+2
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-6/+6
* Revert updatable viewsPeter Eisentraut2009-01-271-18/+0
* Automatic view update rulesPeter Eisentraut2009-01-221-0/+18
* Department of second thoughts: further experimentation with CREATE OR REPLACETom Lane2008-12-161-2/+2
* Code review for CREATE OR REPLACE VIEW patch. Do things in a saner order toTom Lane2008-12-151-1/+1
* Allow CREATE OR REPLACE VIEW to add columns to the _end_ of the view.Bruce Momjian2008-12-061-2/+5
* Improve reporting of dependencies in DROP to work like the scheme that weTom Lane2008-06-111-38/+40
* Rewrite DROP's dependency traversal algorithm into an honest two-passTom Lane2008-06-081-62/+33
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-011-2/+2
* Add a "USING" clause to DELETE, which is equivalent to the FROM clauseNeil Conway2005-04-071-2/+2
* Add support for temporary views, including documentation and regressionNeil Conway2005-02-021-0/+246
* COMMENT ON casts, conversions, languages, operator classes, andTom Lane2003-11-211-0/+5
* Fix hidden whitespace differences between expected and result files.Peter Eisentraut2003-11-011-1/+1
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-201-3/+3
* Department of second thoughts: make checks for replacing a view slightlyTom Lane2002-09-021-3/+3
* CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE.Tom Lane2002-09-021-0/+40
* Update regression tests for ONLY and other recent changes.Tom Lane2000-06-101-1/+1
* Update output to new psql conventions.Thomas G. Lockhart2000-01-051-5/+10
* More splits and cleanups...Marc G. Fournier1997-04-061-0/+12