Commit Graph

21 Commits (1e7c4bb0049732ece651d993d03bb6772e5d281a)

Author SHA1 Message Date
Tom Lane 1e7c4bb004 Change unknown-type literals to type text in SELECT and RETURNING lists. 9 years ago
Tom Lane 0b78106cd4 Fix reporting of column typmods for multi-row VALUES constructs. 9 years ago
Tom Lane 1f7c85b820 Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK. 10 years ago
Tom Lane 8004953b5a Speed up ruleutils' name de-duplication code, and fix overlength-name case. 10 years ago
Tom Lane 7745bc352a Fix ruleutils.c's dumping of whole-row Vars in ROW() and VALUES() contexts. 10 years ago
Tom Lane 9b35ddce93 Partial fix for dropped columns in functions returning composite. 12 years ago
Tom Lane 91e16b9806 Fix yet another corner case in dumping rules/views with USING clauses. 12 years ago
Tom Lane ef655663c5 Further hacking on ruleutils' new column-alias-assignment code. 13 years ago
Tom Lane a7cd853b75 Change post-rewriter representation of dropped columns in joinaliasvars. 13 years ago
Tom Lane 2ffa740be9 Fix ruleutils to cope with conflicts from adding/dropping/renaming columns. 13 years ago
Tom Lane 11e131854f Improve ruleutils.c's heuristics for dealing with rangetable aliases. 13 years ago
Robert Haas 0e4611c023 Add a security_barrier option for views. 14 years ago
Peter Eisentraut fc946c39ae Remove useless whitespace at end of lines 15 years ago
Bruce Momjian ff1ea2173a Allow CREATE OR REPLACE VIEW to add columns to the _end_ of the view. 17 years ago
Neil Conway f5ab0a14ea Add a "USING" clause to DELETE, which is equivalent to the FROM clause 21 years ago
Neil Conway 73f630500b Add support for temporary views, including documentation and regression 21 years ago
Tom Lane 42ce74bf17 COMMENT ON casts, conversions, languages, operator classes, and 22 years ago
Tom Lane 248c67d7ed CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE. 24 years ago
Tom Lane 2ae20ef98a Update regression tests for ONLY and other recent changes. 26 years ago
Thomas G. Lockhart c0cab6f4fa Update format to add uniform headers on files. 26 years ago
Marc G. Fournier 588ae64c44 More splits and cleanups... 29 years ago