summaryrefslogtreecommitdiff
path: root/src/backend/commands/matview.c
AgeCommit message (Expand)Author
2015-03-03Change many routines to return ObjectAddress rather than OIDAlvaro Herrera
2015-01-28Fix column-privilege leak in error-message pathsStephen Frost
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-15Get rid of SET LOGGED indexes persistence kludgeAlvaro Herrera
2014-11-06Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas
2014-11-06Fix typo in comment.Fujii Masao
2014-10-12Message improvementsPeter Eisentraut
2014-09-05Assorted message fixes and improvementsPeter Eisentraut
2014-08-26Fix superuser concurrent refresh of matview owned by another.Kevin Grittner
2014-08-25Have CREATE TABLE AS and REFRESH return an OIDAlvaro Herrera
2014-08-22Implement ALTER TABLE .. SET LOGGED / UNLOGGEDAlvaro Herrera
2014-05-06pgindent run for 9.4Bruce Momjian
2014-03-18Fix relcache reference leak in refresh_by_match_merge().Tom Lane
2014-03-07Avoid getting more than AccessShareLock when deparsing a query.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-11-06Keep heap open until new heap generated in RMV.Kevin Grittner
2013-11-05Lock relation used to generate fresh data for RMV.Kevin Grittner
2013-11-03Acquire appropriate locks when rewriting during RMV.Kevin Grittner
2013-10-09Add record_image_ops opclass for matview concurrent refresh.Kevin Grittner
2013-08-18Remove relcache entry invalidation in REFRESH MATERIALIZED VIEW.Kevin Grittner
2013-08-14Remove Assert that matview is not in system schema from REFRESH.Kevin Grittner
2013-08-05Various cleanups for REFRESH MATERIALIZED VIEW CONCURRENTLY.Kevin Grittner
2013-08-01Improve comments for IncrementalMaintenance DML enabling functions.Kevin Grittner
2013-07-22Fix cache flush hazard in ExecRefreshMatView.Robert Haas
2013-07-18Fix direct access to Relation->rd_indpred.Tom Lane
2013-07-16Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.Kevin Grittner
2013-07-12Switch user ID to the object owner when populating a materialized view.Noah Misch
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-05-06Move materialized views' is-populated status into their pg_class entries.Tom Lane
2013-04-27Incidental cleanup of matviews code.Tom Lane
2013-04-09Create a distinction between a populated matview and a scannable one.Kevin Grittner
2013-03-22Allow I/O reliability checks using 16-bit checksumsSimon Riggs
2013-03-18Extend object-access hook machinery to support post-alter events.Robert Haas
2013-03-06WAL-log the extension of a new empty MV heap which is being populated.Kevin Grittner
2013-03-04Add a materialized view relations.Kevin Grittner