index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
matview.c
Age
Commit message (
Expand
)
Author
2015-03-03
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-01-28
Fix column-privilege leak in error-message paths
Stephen Frost
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-11-15
Get rid of SET LOGGED indexes persistence kludge
Alvaro Herrera
2014-11-06
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-10-12
Message improvements
Peter Eisentraut
2014-09-05
Assorted message fixes and improvements
Peter Eisentraut
2014-08-26
Fix superuser concurrent refresh of matview owned by another.
Kevin Grittner
2014-08-25
Have CREATE TABLE AS and REFRESH return an OID
Alvaro Herrera
2014-08-22
Implement ALTER TABLE .. SET LOGGED / UNLOGGED
Alvaro Herrera
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-03-18
Fix relcache reference leak in refresh_by_match_merge().
Tom Lane
2014-03-07
Avoid getting more than AccessShareLock when deparsing a query.
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-11-06
Keep heap open until new heap generated in RMV.
Kevin Grittner
2013-11-05
Lock relation used to generate fresh data for RMV.
Kevin Grittner
2013-11-03
Acquire appropriate locks when rewriting during RMV.
Kevin Grittner
2013-10-09
Add record_image_ops opclass for matview concurrent refresh.
Kevin Grittner
2013-08-18
Remove relcache entry invalidation in REFRESH MATERIALIZED VIEW.
Kevin Grittner
2013-08-14
Remove Assert that matview is not in system schema from REFRESH.
Kevin Grittner
2013-08-05
Various cleanups for REFRESH MATERIALIZED VIEW CONCURRENTLY.
Kevin Grittner
2013-08-01
Improve comments for IncrementalMaintenance DML enabling functions.
Kevin Grittner
2013-07-22
Fix cache flush hazard in ExecRefreshMatView.
Robert Haas
2013-07-18
Fix direct access to Relation->rd_indpred.
Tom Lane
2013-07-16
Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.
Kevin Grittner
2013-07-12
Switch user ID to the object owner when populating a materialized view.
Noah Misch
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-05-06
Move materialized views' is-populated status into their pg_class entries.
Tom Lane
2013-04-27
Incidental cleanup of matviews code.
Tom Lane
2013-04-09
Create a distinction between a populated matview and a scannable one.
Kevin Grittner
2013-03-22
Allow I/O reliability checks using 16-bit checksums
Simon Riggs
2013-03-18
Extend object-access hook machinery to support post-alter events.
Robert Haas
2013-03-06
WAL-log the extension of a new empty MV heap which is being populated.
Kevin Grittner
2013-03-04
Add a materialized view relations.
Kevin Grittner