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
2025-03-18
Allow non-btree unique indexes for matviews
Peter Eisentraut
2025-02-20
Don't lock partitions pruned by initial pruning
Amit Langote
2025-01-10
Adjust signature of cluster_rel() and its subroutines
Álvaro Herrera
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-09
Simplify executor's determination of whether to use parallelism.
Tom Lane
2024-09-09
Don't bother checking the result of SPI_connect[_ext] anymore.
Tom Lane
2024-09-03
Fix typos and grammar in code comments and docs
Michael Paquier
2024-07-31
Add is_create parameter to RefreshMatviewByOid().
Jeff Davis
2024-07-31
Remove unused ParamListInfo argument from ExecRefreshMatView.
Jeff Davis
2024-07-16
When creating materialized views, use REFRESH to load data.
Jeff Davis
2024-07-04
Assign error codes where missing for user-facing failures
Michael Paquier
2024-04-11
Revert: Let table AM insertion methods control index insertion
Alexander Korotkov
2024-03-30
Let table AM insertion methods control index insertion
Alexander Korotkov
2024-03-13
Reintroduce MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2024-03-05
Fix buildfarm failures from 2af07e2f74.
Jeff Davis
2024-03-05
Fix search_path to a safe value during maintenance operations.
Jeff Davis
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-02-05
Fix assertion if index is dropped during REFRESH CONCURRENTLY
Heikki Linnakangas
2024-02-05
Run REFRESH MATERIALIZED VIEW CONCURRENTLY in right security context
Heikki Linnakangas
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-07-07
Revert MAINTAIN privilege and pg_maintain predefined role.
Nathan Bossart
2023-06-10
Revert "Fix search_path to a safe value during maintenance operations."
Jeff Davis
2023-06-09
Fix search_path to a safe value during maintenance operations.
Jeff Davis
2023-03-29
Simplify useless 0L constants
Peter Eisentraut
2023-03-25
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-14
Add grantable MAINTAIN privilege and pg_maintain role.
Jeff Davis
2022-07-06
Change internal RelFileNode references to RelFileNumber or RelFileLocator.
Robert Haas
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-05-09
In REFRESH MATERIALIZED VIEW, set user ID before running user code.
Noah Misch
2022-04-06
pgstat: stats collector references in comments.
Andres Freund
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-10-01
Error out if SKIP LOCKED and WITH TIES are both specified
Alvaro Herrera
2021-08-07
Really fix the ambiguity in REFRESH MATERIALIZED VIEW CONCURRENTLY.
Tom Lane
2021-07-28
Add support for SET ACCESS METHOD in ALTER TABLE
Michael Paquier
2021-06-03
Reduce risks of conflicts in internal queries of REFRESH MATVIEW CONCURRENTLY
Michael Paquier
2021-03-17
Enable parallelism in REFRESH MATERIALIZED VIEW.
Thomas Munro
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-11-12
pg_stat_statements: track number of rows processed by REFRESH MATERIALIZED VIEW.
Fujii Masao
2020-04-04
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-30
Allow the planner-related functions and hook to accept the query string.
Fujii Masao
2020-03-22
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-21
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-02
Represent command completion tags as structs
Alvaro Herrera
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-26
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-25
Rename files and headers related to index AM
Michael Paquier
2019-05-23
tableam: Rename wrapper functions to match callback names.
Andres Freund
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-04-25
Fix tablespace inheritance for partitioned rels
Alvaro Herrera
[next]