index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
matview.c
Commit message (
Expand
)
Author
Age
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Stop the executor if no more tuples can be sent from worker to leader.
Robert Haas
2016-06-06
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
*
Replace printf format %i by %d
Peter Eisentraut
2016-04-08
*
Make concurrent refresh check early that there is a unique index on matview.
Fujii Masao
2016-02-16
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Message style improvements
Peter Eisentraut
2015-10-28
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-03-03
*
Fix column-privilege leak in error-message paths
Stephen Frost
2015-01-28
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Get rid of SET LOGGED indexes persistence kludge
Alvaro Herrera
2014-11-15
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
*
Fix typo in comment.
Fujii Masao
2014-11-06
*
Message improvements
Peter Eisentraut
2014-10-12
*
Assorted message fixes and improvements
Peter Eisentraut
2014-09-05
*
Fix superuser concurrent refresh of matview owned by another.
Kevin Grittner
2014-08-26
*
Have CREATE TABLE AS and REFRESH return an OID
Alvaro Herrera
2014-08-25
*
Implement ALTER TABLE .. SET LOGGED / UNLOGGED
Alvaro Herrera
2014-08-22
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Fix relcache reference leak in refresh_by_match_merge().
Tom Lane
2014-03-18
*
Avoid getting more than AccessShareLock when deparsing a query.
Tom Lane
2014-03-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Keep heap open until new heap generated in RMV.
Kevin Grittner
2013-11-06
*
Lock relation used to generate fresh data for RMV.
Kevin Grittner
2013-11-05
*
Acquire appropriate locks when rewriting during RMV.
Kevin Grittner
2013-11-02
*
Add record_image_ops opclass for matview concurrent refresh.
Kevin Grittner
2013-10-09
*
Remove relcache entry invalidation in REFRESH MATERIALIZED VIEW.
Kevin Grittner
2013-08-18
*
Remove Assert that matview is not in system schema from REFRESH.
Kevin Grittner
2013-08-14
*
Various cleanups for REFRESH MATERIALIZED VIEW CONCURRENTLY.
Kevin Grittner
2013-08-05
*
Improve comments for IncrementalMaintenance DML enabling functions.
Kevin Grittner
2013-08-01
*
Fix cache flush hazard in ExecRefreshMatView.
Robert Haas
2013-07-22
*
Fix direct access to Relation->rd_indpred.
Tom Lane
2013-07-18
*
Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.
Kevin Grittner
2013-07-16
*
Switch user ID to the object owner when populating a materialized view.
Noah Misch
2013-07-12
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Move materialized views' is-populated status into their pg_class entries.
Tom Lane
2013-05-06
*
Incidental cleanup of matviews code.
Tom Lane
2013-04-27
*
Create a distinction between a populated matview and a scannable one.
Kevin Grittner
2013-04-09
*
Allow I/O reliability checks using 16-bit checksums
Simon Riggs
2013-03-22
*
Extend object-access hook machinery to support post-alter events.
Robert Haas
2013-03-17
*
WAL-log the extension of a new empty MV heap which is being populated.
Kevin Grittner
2013-03-06
*
Add a materialized view relations.
Kevin Grittner
2013-03-03