Commits

Showing commits that first shipped in 9.3 (backpatches included). Clear

DateSubjectAuthorReleases
2017-05-03 Remove useless and rather expensive stanza in matview regression test. Tom Lane 9.3.17
2016-08-11 Fix busted Assert for CREATE MATVIEW ... WITH NO DATA. Tom Lane 9.3.15
2016-06-27 Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query. Tom Lane 9.3.14
2014-04-30 Reduce indentation/parenthesization of set operations in rule/view dumps. Tom Lane 9.3.5
2014-03-06 Don't reject ROW_MARK_REFERENCE rowmarks for materialized views. Tom Lane 9.3.4
2013-12-11 Add table name to VACUUM statement in matview.c. Kevin Grittner 9.3.3
2013-11-11 Fix ruleutils pretty-printing to not generate trailing whitespace. Tom Lane 9.3.2
2013-11-04 Fix breakage of MV column name list usage. Kevin Grittner 9.3.2
2013-11-02 Fix subquery reference to non-populated MV in CMV. Kevin Grittner 9.3.2
2013-05-06 Move materialized views' is-populated status into their pg_class entries. Tom Lane 9.3.0
2013-05-06 Disallow unlogged materialized views. Tom Lane 9.3.0
2013-05-02 Prevent (auto)vacuum from truncating first page of populated matview. Kevin Grittner 9.3.0
2013-05-01 Fix permission tests for views/tables proven empty by constraint exclusion. Tom Lane 9.3.0
2013-04-30 Add regression test for bug fixed by recent refactoring. Kevin Grittner 9.3.0
2013-03-19 Use ORDER BY on matview definitions were needed for stable plans. Kevin Grittner 9.3.0
2013-03-14 Add regression test for MV join to view. Kevin Grittner 9.3.0
2013-03-04 Add a materialized view relations. Kevin Grittner 9.3.0