summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/create_view.sql
AgeCommit message (Expand)Author
2016-12-08Fix reporting of column typmods for multi-row VALUES constructs.Tom Lane
2016-04-21Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK.Tom Lane
2015-11-16Speed up ruleutils' name de-duplication code, and fix overlength-name case.Tom Lane
2015-11-15Fix ruleutils.c's dumping of whole-row Vars in ROW() and VALUES() contexts.Tom Lane
2014-07-19Partial fix for dropped columns in functions returning composite.Tom Lane
2014-05-02Fix yet another corner case in dumping rules/views with USING clauses.Tom Lane
2013-07-23Further hacking on ruleutils' new column-alias-assignment code.Tom Lane
2013-07-23Change post-rewriter representation of dropped columns in joinaliasvars.Tom Lane
2012-12-31Fix ruleutils to cope with conflicts from adding/dropping/renaming columns.Tom Lane
2012-09-21Improve ruleutils.c's heuristics for dealing with rangetable aliases.Tom Lane
2011-12-22Add a security_barrier option for views.Robert Haas
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2008-12-06Allow CREATE OR REPLACE VIEW to add columns to the _end_ of the view.Bruce Momjian
2005-04-07Add a "USING" clause to DELETE, which is equivalent to the FROM clauseNeil Conway
2005-02-02Add support for temporary views, including documentation and regressionNeil Conway
2003-11-21COMMENT ON casts, conversions, languages, operator classes, andTom Lane
2002-09-02CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE.Tom Lane
2000-06-10Update regression tests for ONLY and other recent changes.Tom Lane
2000-01-05Update format to add uniform headers on files.Thomas G. Lockhart
1997-04-06More splits and cleanups...Marc G. Fournier