aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/matview.c
Commit message (Expand)AuthorAge
* Have CREATE TABLE AS and REFRESH return an OIDAlvaro Herrera2014-08-25
* Implement ALTER TABLE .. SET LOGGED / UNLOGGEDAlvaro Herrera2014-08-22
* pgindent run for 9.4Bruce Momjian2014-05-06
* Fix relcache reference leak in refresh_by_match_merge().Tom Lane2014-03-18
* Avoid getting more than AccessShareLock when deparsing a query.Tom Lane2014-03-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Keep heap open until new heap generated in RMV.Kevin Grittner2013-11-06
* Lock relation used to generate fresh data for RMV.Kevin Grittner2013-11-05
* Acquire appropriate locks when rewriting during RMV.Kevin Grittner2013-11-02
* Add record_image_ops opclass for matview concurrent refresh.Kevin Grittner2013-10-09
* 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
* Various cleanups for REFRESH MATERIALIZED VIEW CONCURRENTLY.Kevin Grittner2013-08-05
* Improve comments for IncrementalMaintenance DML enabling functions.Kevin Grittner2013-08-01
* Fix cache flush hazard in ExecRefreshMatView.Robert Haas2013-07-22
* 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