summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/create_view.out
AgeCommit message (Expand)Author
2025-11-24Improve detection of implicitly-temporary views.Tom Lane
2025-09-16Provide more-specific error details/hints for function lookup failures.Tom Lane
2024-08-29Fix mis-deparsing of ORDER BY lists when there is a name conflict.Tom Lane
2024-08-05Restrict accesses to non-system views and foreign tables during pg_dump.Masahiko Sawada
2023-01-18Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane
2023-01-12Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane
2023-01-12Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane
2022-12-01Fix under-parenthesized display of AT TIME ZONE constructs.Tom Lane
2022-10-24Improve coverage of ruleutils.c for SQLValueFunctionsMichael Paquier
2022-09-29Introduce SYSTEM_USERMichael Paquier
2022-07-22Close old gap in dependency checks for functions returning composite.Tom Lane
2022-07-21Fix ruleutils issues with dropped cols in functions-returning-composite.Tom Lane
2022-07-19Estimate cost of elided SubqueryScan, Append, MergeAppend nodes better.Tom Lane
2022-03-22Add support for security invoker views.Dean Rasheed
2022-02-15Reject change of output-column collation in CREATE OR REPLACE VIEW.Tom Lane
2022-02-08Rearrange core regression tests to reduce cross-script dependencies.Tom Lane
2022-01-13Fix ruleutils.c's dumping of whole-row Vars in more contexts.Tom Lane
2021-04-06Change return type of EXTRACT to numericPeter Eisentraut
2021-03-31Allow an alias to be attached to a JOIN ... USINGPeter Eisentraut
2021-01-18Add bytea equivalents of ltrim() and rtrim().Tom Lane
2020-11-04Improve our ability to regurgitate SQL-syntax function calls.Tom Lane
2019-12-06Improve test coverage of ruleutils.c.Tom Lane
2019-11-21Allow ALTER VIEW command to rename the column in the view.Fujii Masao
2019-06-12Fix incorrect printing of queries with duplicated join names.Tom Lane
2019-03-24Un-hide most cascaded-drop details in regression test results.Tom Lane
2019-02-17Fix CREATE VIEW to allow zero-column views.Tom Lane
2018-03-15Clean up duplicate role and schema names in regression tests.Tom Lane
2017-08-23Improve plural handling in error messagePeter Eisentraut
2017-08-01Suppress less info in regression tests using DROP CASCADE.Tom Lane
2017-07-24Ensure that pg_get_ruledef()'s output matches pg_get_viewdef()'s.Tom Lane
2017-07-20Fix dumping of outer joins with empty qual lists.Tom Lane
2017-07-13Fix dumping of FUNCTION RTEs that contain non-function-call expressions.Tom Lane
2017-03-28Make new expression eval code reject references to dropped columns.Tom Lane
2017-01-25Change unknown-type literals to type text in SELECT and RETURNING lists.Tom Lane
2016-12-08Fix reporting of column typmods for multi-row VALUES constructs.Tom Lane
2016-11-03psql: Split up "Modifiers" column in \d and \dDPeter Eisentraut
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
2014-04-30Reduce indentation/parenthesization of set operations in rule/view dumps.Tom Lane
2014-04-30Fix indentation of JOIN clauses in rule/view dumps.Tom Lane
2014-04-13Make security barrier views automatically updatableStephen Frost
2013-11-11Fix ruleutils pretty-printing to not generate trailing whitespace.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
2013-07-18WITH CHECK OPTION support for auto-updatable VIEWsStephen Frost
2013-02-03Perform line wrapping and indenting by default in ruleutils.c.Tom Lane
2012-12-31Fix ruleutils to cope with conflicts from adding/dropping/renaming columns.Tom Lane