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