aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/matview.c
Commit message (Expand)AuthorAge
* Fix direct access to Relation->rd_indpred.Tom Lane2013-07-18
* Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.Kevin Grittner2013-07-16
* Switch user ID to the object owner when populating a materialized view.Noah Misch2013-07-12
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Move materialized views' is-populated status into their pg_class entries.Tom Lane2013-05-06
* Incidental cleanup of matviews code.Tom Lane2013-04-27
* Create a distinction between a populated matview and a scannable one.Kevin Grittner2013-04-09
* Allow I/O reliability checks using 16-bit checksumsSimon Riggs2013-03-22
* Extend object-access hook machinery to support post-alter events.Robert Haas2013-03-17
* WAL-log the extension of a new empty MV heap which is being populated.Kevin Grittner2013-03-06
* Add a materialized view relations.Kevin Grittner2013-03-03