summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/matview.out
Commit message (Expand)AuthorAgeFilesLines
* Remove incidental md5() function uses from main regression testsPeter Eisentraut2023-03-131-4/+4
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-181-12/+12
* Revert "Get rid of the "new" and "old" entries in a view's rangetable."Tom Lane2023-01-111-12/+12
* Get rid of the "new" and "old" entries in a view's rangetable.Tom Lane2023-01-111-12/+12
* Show 'AS "?column?"' explicitly when it's important.Tom Lane2022-05-211-2/+2
* Really fix the ambiguity in REFRESH MATERIALIZED VIEW CONCURRENTLY.Tom Lane2021-08-071-1/+9
* Sanitize IF NOT EXISTS in EXPLAIN for CTAS and matviewsMichael Paquier2020-12-301-0/+38
* Remove INSERT privilege check at table creation of CTAS and matviewMichael Paquier2020-11-211-9/+15
* Relax INSERT privilege requirement for CTAS and matviews WITH NO DATAMichael Paquier2020-11-161-0/+35
* Sort the dependent objects before recursing in findDependentObjects().Tom Lane2019-01-211-4/+4
* Remove useless and rather expensive stanza in matview regression test.Tom Lane2017-05-031-20/+0
* Fix typos in comments.Heikki Linnakangas2017-02-061-1/+1
* Change unknown-type literals to type text in SELECT and RETURNING lists.Tom Lane2017-01-251-0/+27
* psql: Split up "Modifiers" column in \d and \dDPeter Eisentraut2016-11-031-37/+37
* Make regression tests less dependent on hash table order.Andres Freund2016-10-101-3/+3
* Fix busted Assert for CREATE MATVIEW ... WITH NO DATA.Tom Lane2016-08-111-0/+25
* Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.Tom Lane2016-06-271-2/+41
* Use less-generic names in matview.sql.Tom Lane2016-04-151-239/+239
* Message style improvementsPeter Eisentraut2015-10-281-1/+1
* Add CINE option for CREATE TABLE AS and CREATE MATERIALIZED VIEWAndrew Dunstan2014-12-131-0/+4
* Message improvementsPeter Eisentraut2014-10-121-1/+1
* Assorted message fixes and improvementsPeter Eisentraut2014-09-051-1/+1
* Fix superuser concurrent refresh of matview owned by another.Kevin Grittner2014-08-261-0/+12
* Reduce indentation/parenthesization of set operations in rule/view dumps.Tom Lane2014-04-301-12/+12
* psql: display "Replica Identity" only for FULL and NOTHINGBruce Momjian2014-03-291-7/+0
* psql: update "replica identity" display for \d+Bruce Momjian2014-03-261-0/+7
* Don't reject ROW_MARK_REFERENCE rowmarks for materialized views.Tom Lane2014-03-061-0/+26
* Improve EXPLAIN to print the grouping columns in Agg and Group nodes.Tom Lane2013-12-121-3/+6
* Add table name to VACUUM statement in matview.c.Kevin Grittner2013-12-111-1/+1
* Fix ruleutils pretty-printing to not generate trailing whitespace.Tom Lane2013-11-111-9/+9
* Fix breakage of MV column name list usage.Kevin Grittner2013-11-041-0/+23
* Fix subquery reference to non-populated MV in CMV.Kevin Grittner2013-11-021-0/+6
* Add record_image_ops opclass for matview concurrent refresh.Kevin Grittner2013-10-091-1/+21
* Fix crash in error report of invalid tuple lockAlvaro Herrera2013-08-021-0/+3
* Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.Kevin Grittner2013-07-161-1/+37
* Move materialized views' is-populated status into their pg_class entries.Tom Lane2013-05-061-9/+9
* Disallow unlogged materialized views.Tom Lane2013-05-061-55/+2
* Prevent (auto)vacuum from truncating first page of populated matview.Kevin Grittner2013-05-021-0/+20
* Fix permission tests for views/tables proven empty by constraint exclusion.Tom Lane2013-05-011-12/+0
* Add regression test for bug fixed by recent refactoring.Kevin Grittner2013-04-301-0/+12
* Use ORDER BY on matview definitions were needed for stable plans.Kevin Grittner2013-03-191-15/+20
* Add regression test for MV join to view.Kevin Grittner2013-03-141-0/+9
* Add a materialized view relations.Kevin Grittner2013-03-031-0/+406