aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/matview.c
Commit message (Expand)AuthorAge
* Avoid getting more than AccessShareLock when deparsing a query.Tom Lane2014-03-06
* Keep heap open until new heap generated in RMV.Kevin Grittner2013-11-06
* Acquire appropriate locks when rewriting during RMV.Kevin Grittner2013-11-02
* Remove relcache entry invalidation in REFRESH MATERIALIZED VIEW.Kevin Grittner2013-08-18
* Remove Assert that matview is not in system schema from REFRESH.Kevin Grittner2013-08-14
* 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