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