index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
sql
/
matview.sql
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
1
-1
/
+1
*
Change unknown-type literals to type text in SELECT and RETURNING lists.
Tom Lane
2017-01-25
1
-0
/
+8
*
Make regression tests less dependent on hash table order.
Andres Freund
2016-10-10
1
-2
/
+2
*
Fix busted Assert for CREATE MATVIEW ... WITH NO DATA.
Tom Lane
2016-08-11
1
-0
/
+14
*
Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.
Tom Lane
2016-06-27
1
-1
/
+18
*
Use less-generic names in matview.sql.
Tom Lane
2016-04-15
1
-135
/
+135
*
Add CINE option for CREATE TABLE AS and CREATE MATERIALIZED VIEW
Andrew Dunstan
2014-12-13
1
-0
/
+2
*
Fix superuser concurrent refresh of matview owned by another.
Kevin Grittner
2014-08-26
1
-0
/
+13
*
Don't reject ROW_MARK_REFERENCE rowmarks for materialized views.
Tom Lane
2014-03-06
1
-0
/
+8
*
Add table name to VACUUM statement in matview.c.
Kevin Grittner
2013-12-11
1
-1
/
+1
*
Fix breakage of MV column name list usage.
Kevin Grittner
2013-11-04
1
-0
/
+13
*
Fix subquery reference to non-populated MV in CMV.
Kevin Grittner
2013-11-02
1
-0
/
+6
*
Add record_image_ops opclass for matview concurrent refresh.
Kevin Grittner
2013-10-09
1
-1
/
+14
*
Fix crash in error report of invalid tuple lock
Alvaro Herrera
2013-08-02
1
-0
/
+3
*
Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.
Kevin Grittner
2013-07-16
1
-1
/
+28
*
Move materialized views' is-populated status into their pg_class entries.
Tom Lane
2013-05-06
1
-3
/
+3
*
Disallow unlogged materialized views.
Tom Lane
2013-05-06
1
-18
/
+1
*
Prevent (auto)vacuum from truncating first page of populated matview.
Kevin Grittner
2013-05-02
1
-0
/
+12
*
Fix permission tests for views/tables proven empty by constraint exclusion.
Tom Lane
2013-05-01
1
-7
/
+0
*
Add regression test for bug fixed by recent refactoring.
Kevin Grittner
2013-04-30
1
-0
/
+7
*
Use ORDER BY on matview definitions were needed for stable plans.
Kevin Grittner
2013-03-19
1
-4
/
+4
*
Add regression test for MV join to view.
Kevin Grittner
2013-03-14
1
-0
/
+3
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
1
-0
/
+128