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
/
test
/
regress
/
expected
/
matview.out
Age
Commit message (
Expand
)
Author
2025-02-27
EXPLAIN: Always use two fractional digits for row counts.
Robert Haas
2024-12-11
Add missing BUFFERS OFF in regression tests, take 2
David Rowley
2024-03-05
Fix search_path to a safe value during maintenance operations.
Jeff Davis
2024-02-05
Fix assertion if index is dropped during REFRESH CONCURRENTLY
Heikki Linnakangas
2023-03-13
Remove incidental md5() function uses from main regression tests
Peter Eisentraut
2023-01-18
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-12
Revert "Get rid of the "new" and "old" entries in a view's rangetable."
Tom Lane
2023-01-12
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2022-05-21
Show 'AS "?column?"' explicitly when it's important.
Tom Lane
2021-08-07
Really fix the ambiguity in REFRESH MATERIALIZED VIEW CONCURRENTLY.
Tom Lane
2020-12-30
Sanitize IF NOT EXISTS in EXPLAIN for CTAS and matviews
Michael Paquier
2020-11-21
Remove INSERT privilege check at table creation of CTAS and matview
Michael Paquier
2020-11-16
Relax INSERT privilege requirement for CTAS and matviews WITH NO DATA
Michael Paquier
2019-01-21
Sort the dependent objects before recursing in findDependentObjects().
Tom Lane
2017-05-03
Remove useless and rather expensive stanza in matview regression test.
Tom Lane
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-01-25
Change unknown-type literals to type text in SELECT and RETURNING lists.
Tom Lane
2016-11-03
psql: Split up "Modifiers" column in \d and \dD
Peter Eisentraut
2016-10-10
Make regression tests less dependent on hash table order.
Andres Freund
2016-08-11
Fix busted Assert for CREATE MATVIEW ... WITH NO DATA.
Tom Lane
2016-06-27
Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.
Tom Lane
2016-04-15
Use less-generic names in matview.sql.
Tom Lane
2015-10-29
Message style improvements
Peter Eisentraut
2014-12-13
Add CINE option for CREATE TABLE AS and CREATE MATERIALIZED VIEW
Andrew Dunstan
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-04-30
Reduce indentation/parenthesization of set operations in rule/view dumps.
Tom Lane
2014-03-29
psql: display "Replica Identity" only for FULL and NOTHING
Bruce Momjian
2014-03-26
psql: update "replica identity" display for \d+
Bruce Momjian
2014-03-06
Don't reject ROW_MARK_REFERENCE rowmarks for materialized views.
Tom Lane
2013-12-12
Improve EXPLAIN to print the grouping columns in Agg and Group nodes.
Tom Lane
2013-12-11
Add table name to VACUUM statement in matview.c.
Kevin Grittner
2013-11-11
Fix ruleutils pretty-printing to not generate trailing whitespace.
Tom Lane
2013-11-04
Fix breakage of MV column name list usage.
Kevin Grittner
2013-11-02
Fix subquery reference to non-populated MV in CMV.
Kevin Grittner
2013-10-09
Add record_image_ops opclass for matview concurrent refresh.
Kevin Grittner
2013-08-02
Fix crash in error report of invalid tuple lock
Alvaro Herrera
2013-07-16
Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.
Kevin Grittner
2013-05-06
Move materialized views' is-populated status into their pg_class entries.
Tom Lane
2013-05-06
Disallow unlogged materialized views.
Tom Lane
2013-05-02
Prevent (auto)vacuum from truncating first page of populated matview.
Kevin Grittner
2013-05-01
Fix permission tests for views/tables proven empty by constraint exclusion.
Tom Lane
2013-04-30
Add regression test for bug fixed by recent refactoring.
Kevin Grittner
2013-03-19
Use ORDER BY on matview definitions were needed for stable plans.
Kevin Grittner
2013-03-14
Add regression test for MV join to view.
Kevin Grittner
2013-03-04
Add a materialized view relations.
Kevin Grittner