index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
expected
/
matview.out
Age
Commit message (
Expand
)
Author
2018-07-27
Fix handling of REFRESH MATERIALIZED VIEW CONCURRENTLY
Pavan Deolasee
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-05-03
Remove useless and rather expensive stanza in matview regression test.
Tom Lane
2017-04-21
Add the missing REFRESH MATERIALIZED VIEW to matview test suite
Tomas Vondra
2017-04-21
Resolve regression failures in matview test suite
Tomas Vondra
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-01-29
resolve most issues in the matview test suite
Tomas Vondra
2017-01-25
Change unknown-type literals to type text in SELECT and RETURNING lists.
Tom Lane
2016-11-03
psql: Split up "Modifiers" column in \d and \dD
Peter Eisentraut
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2016-10-18
Test output and sql changes.
Pallavi Sontakke
2016-10-18
Accept XL test output.
Pallavi Sontakke
2016-10-10
Make regression tests less dependent on hash table order.
Andres Freund
2016-08-11
Fix busted Assert for CREATE MATVIEW ... WITH NO DATA.
Tom Lane
2016-06-27
Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.
Tom Lane
2016-04-15
Use less-generic names in matview.sql.
Tom Lane
2015-10-29
Message style improvements
Peter Eisentraut
2015-06-10
Fix a few expected output diffs in testcase 'matview'
Pavan Deolasee
2014-12-13
Add CINE option for CREATE TABLE AS and CREATE MATERIALIZED VIEW
Andrew Dunstan
2014-10-12
Message improvements
Peter Eisentraut
2014-09-05
Assorted message fixes and improvements
Peter Eisentraut
2014-08-26
Fix superuser concurrent refresh of matview owned by another.
Kevin Grittner
2014-04-30
Reduce indentation/parenthesization of set operations in rule/view dumps.
Tom Lane
2014-03-29
psql: display "Replica Identity" only for FULL and NOTHING
Bruce Momjian
2014-03-26
psql: update "replica identity" display for \d+
Bruce Momjian
2014-03-06
Don't reject ROW_MARK_REFERENCE rowmarks for materialized views.
Tom Lane
2013-12-12
Improve EXPLAIN to print the grouping columns in Agg and Group nodes.
Tom Lane
2013-12-11
Add table name to VACUUM statement in matview.c.
Kevin Grittner
2013-11-11
Fix ruleutils pretty-printing to not generate trailing whitespace.
Tom Lane
2013-11-04
Fix breakage of MV column name list usage.
Kevin Grittner
2013-11-02
Fix subquery reference to non-populated MV in CMV.
Kevin Grittner
2013-10-09
Add record_image_ops opclass for matview concurrent refresh.
Kevin Grittner
2013-08-02
Fix crash in error report of invalid tuple lock
Alvaro Herrera
2013-07-16
Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.
Kevin Grittner
2013-05-06
Move materialized views' is-populated status into their pg_class entries.
Tom Lane
2013-05-06
Disallow unlogged materialized views.
Tom Lane
2013-05-02
Prevent (auto)vacuum from truncating first page of populated matview.
Kevin Grittner
2013-05-01
Fix permission tests for views/tables proven empty by constraint exclusion.
Tom Lane
2013-04-30
Add regression test for bug fixed by recent refactoring.
Kevin Grittner
2013-03-19
Use ORDER BY on matview definitions were needed for stable plans.
Kevin Grittner
2013-03-14
Add regression test for MV join to view.
Kevin Grittner
2013-03-04
Add a materialized view relations.
Kevin Grittner