summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/updatable_views.out
Commit message (Expand)AuthorAgeFilesLines
* Fix multi-row DEFAULT handling for INSERT ... SELECT rules.Dean Rasheed2023-02-231-0/+19
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-181-39/+39
* Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane2023-01-111-39/+39
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-111-39/+39
* Yet further fixes for multi-row VALUES lists for updatable views.Tom Lane2022-10-111-0/+22
* Add support for security invoker views.Dean Rasheed2022-03-221-0/+237
* Rework planning and execution of UPDATE and DELETE.Tom Lane2021-03-311-74/+75
* Improve wording of two error messages related to generated columns.Tom Lane2020-11-231-2/+2
* Calculate extraUpdatedCols in query rewriter, not parser.Tom Lane2020-10-281-0/+35
* Move resolution of AlternativeSubPlan choices to the planner.Tom Lane2020-09-271-32/+16
* Make rewriter prevent auto-updates on views with conditional INSTEAD rules.Dean Rasheed2020-01-141-0/+21
* Further adjust EXPLAIN's choices of table alias names.Tom Lane2019-12-111-20/+20
* Fix EXPLAIN's column alias output for mismatched child tables.Tom Lane2019-12-021-48/+48
* Support reloptions of enum typeAlvaro Herrera2019-09-251-1/+1
* Add test case exercising formerly-unreached code in inheritance_planner.Tom Lane2019-03-311-0/+57
* Further fixing for multi-row VALUES lists for updatable views.Dean Rasheed2019-03-031-4/+33
* Fix DEFAULT-handling in multi-row VALUES lists for updatable views.Dean Rasheed2019-02-201-0/+153
* Change floating-point output format for improved performance.Andrew Gierth2019-02-131-0/+2
* Sort the dependent objects before recursing in findDependentObjects().Tom Lane2019-01-211-2/+2
* Fix parent of WCO qual.Andres Freund2019-01-151-14/+14
* Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *.Tom Lane2018-08-041-0/+194
* Fix enforcement of SELECT FOR UPDATE permissions with nested views.Tom Lane2018-04-141-0/+124
* Clean up duplicate table and function names in regression tests.Tom Lane2018-03-151-30/+30
* Replace AclObjectKind with ObjectTypePeter Eisentraut2018-01-191-15/+15
* Teach map_partition_varattnos to handle whole-row expressions.Robert Haas2017-08-031-0/+26
* Fix partitioning crashes during error reporting.Robert Haas2017-07-241-7/+8
* Reverse-convert row types in ExecWithCheckOptions.Robert Haas2017-07-171-1/+1
* Teach relation_is_updatable() about partitioned tables.Dean Rasheed2017-06-131-0/+36
* Reduce semijoins with unique inner relations to plain inner joins.Tom Lane2017-05-011-1/+1
* Use non-conflicting table names in new regression test case.Tom Lane2017-01-241-18/+18
* Fix things so that updatable views work with partitioned tables.Robert Haas2017-01-241-0/+24
* Improve RLS planning by marking individual quals with security levels.Tom Lane2017-01-181-201/+103
* Fix order of operations in CREATE OR REPLACE VIEW.Dean Rasheed2016-12-211-0/+13
* Add pg_sequence system catalogPeter Eisentraut2016-12-201-50/+43
* psql: Split up "Modifiers" column in \d and \dDPeter Eisentraut2016-11-031-17/+17
* Establish conventions about global object names used in regression tests.Tom Lane2016-07-171-17/+17
* Fix incorrect varlevelsup in security_barrier_replace_vars().Dean Rasheed2016-02-291-0/+39
* Make viewquery a copy in rewriteTargetView()Stephen Frost2015-12-211-0/+67
* Message style improvementsPeter Eisentraut2015-10-281-21/+21
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-081-0/+61
* Fix misspellingsPeter Eisentraut2015-04-241-1/+1
* Allow foreign tables to participate in inheritance.Tom Lane2015-03-221-2/+10
* Add locking clause for SB views for update/deleteStephen Frost2015-02-251-122/+142
* Fix bogus variable-mangling in security_barrier_replace_vars().Tom Lane2014-09-241-16/+16
* Process withCheckOption exprs in setrefs.cStephen Frost2014-09-221-0/+20
* Row-Level Security Policies (RLS)Stephen Frost2014-09-191-18/+18
* Assorted message improvementsPeter Eisentraut2014-08-291-3/+3
* Add ANALYZE into regression testsStephen Frost2014-04-131-134/+98
* Make security barrier views automatically updatableStephen Frost2014-04-121-40/+580
* Fix ruleutils pretty-printing to not generate trailing whitespace.Tom Lane2013-11-111-1/+1