summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/create_view.out
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-181-111/+111
* Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane2023-01-111-111/+111
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-111-111/+111
* Fix under-parenthesized display of AT TIME ZONE constructs.Tom Lane2022-12-011-3/+5
* Improve coverage of ruleutils.c for SQLValueFunctionsMichael Paquier2022-10-241-2/+80
* Introduce SYSTEM_USERMichael Paquier2022-09-291-2/+4
* Close old gap in dependency checks for functions returning composite.Tom Lane2022-07-221-2/+80
* Fix ruleutils issues with dropped cols in functions-returning-composite.Tom Lane2022-07-211-8/+17
* Estimate cost of elided SubqueryScan, Append, MergeAppend nodes better.Tom Lane2022-07-191-8/+8
* Add support for security invoker views.Dean Rasheed2022-03-221-9/+37
* Reject change of output-column collation in CREATE OR REPLACE VIEW.Tom Lane2022-02-151-13/+21
* Rearrange core regression tests to reduce cross-script dependencies.Tom Lane2022-02-081-2/+23
* Fix ruleutils.c's dumping of whole-row Vars in more contexts.Tom Lane2022-01-131-1/+18
* Change return type of EXTRACT to numericPeter Eisentraut2021-04-061-1/+1
* Allow an alias to be attached to a JOIN ... USINGPeter Eisentraut2021-03-311-1/+51
* Add bytea equivalents of ltrim() and rtrim().Tom Lane2021-01-181-2/+8
* Improve our ability to regurgitate SQL-syntax function calls.Tom Lane2020-11-041-2/+42
* Improve test coverage of ruleutils.c.Tom Lane2019-12-061-1/+102
* Allow ALTER VIEW command to rename the column in the view.Fujii Masao2019-11-211-1/+26
* Fix incorrect printing of queries with duplicated join names.Tom Lane2019-06-121-1/+37
* Un-hide most cascaded-drop details in regression test results.Tom Lane2019-03-241-1/+89
* Fix CREATE VIEW to allow zero-column views.Tom Lane2019-02-171-0/+10
* Clean up duplicate role and schema names in regression tests.Tom Lane2018-03-151-1/+1
* Improve plural handling in error messagePeter Eisentraut2017-08-231-1/+1
* Suppress less info in regression tests using DROP CASCADE.Tom Lane2017-08-011-1/+3
* Ensure that pg_get_ruledef()'s output matches pg_get_viewdef()'s.Tom Lane2017-07-241-0/+29
* Fix dumping of outer joins with empty qual lists.Tom Lane2017-07-201-0/+29
* Fix dumping of FUNCTION RTEs that contain non-function-call expressions.Tom Lane2017-07-131-0/+26
* 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