aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/matview.c
Commit message (Expand)AuthorAge
* Allow non-btree unique indexes for matviewsPeter Eisentraut2025-03-18
* Don't lock partitions pruned by initial pruningAmit Langote2025-02-20
* Adjust signature of cluster_rel() and its subroutinesÁlvaro Herrera2025-01-10
* Update copyright for 2025Bruce Momjian2025-01-01
* Simplify executor's determination of whether to use parallelism.Tom Lane2024-12-09
* Don't bother checking the result of SPI_connect[_ext] anymore.Tom Lane2024-09-09
* Fix typos and grammar in code comments and docsMichael Paquier2024-09-03
* Add is_create parameter to RefreshMatviewByOid().Jeff Davis2024-07-31
* Remove unused ParamListInfo argument from ExecRefreshMatView.Jeff Davis2024-07-31
* When creating materialized views, use REFRESH to load data.Jeff Davis2024-07-16
* Assign error codes where missing for user-facing failuresMichael Paquier2024-07-04
* Revert: Let table AM insertion methods control index insertionAlexander Korotkov2024-04-11
* Let table AM insertion methods control index insertionAlexander Korotkov2024-03-30
* Reintroduce MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart2024-03-13
* Fix buildfarm failures from 2af07e2f74.Jeff Davis2024-03-04
* Fix search_path to a safe value during maintenance operations.Jeff Davis2024-03-04
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Fix assertion if index is dropped during REFRESH CONCURRENTLYHeikki Linnakangas2024-02-05
* Run REFRESH MATERIALIZED VIEW CONCURRENTLY in right security contextHeikki Linnakangas2024-02-05
* Update copyright for 2024Bruce Momjian2024-01-03
* Revert MAINTAIN privilege and pg_maintain predefined role.Nathan Bossart2023-07-07
* Revert "Fix search_path to a safe value during maintenance operations."Jeff Davis2023-06-10
* Fix search_path to a safe value during maintenance operations.Jeff Davis2023-06-09
* Simplify useless 0L constantsPeter Eisentraut2023-03-29
* Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson2023-03-25
* Update copyright for 2023Bruce Momjian2023-01-02
* Add grantable MAINTAIN privilege and pg_maintain role.Jeff Davis2022-12-13
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* In REFRESH MATERIALIZED VIEW, set user ID before running user code.Noah Misch2022-05-09
* pgstat: stats collector references in comments.Andres Freund2022-04-06
* Update copyright for 2022Bruce Momjian2022-01-07
* Error out if SKIP LOCKED and WITH TIES are both specifiedAlvaro Herrera2021-10-01
* Really fix the ambiguity in REFRESH MATERIALIZED VIEW CONCURRENTLY.Tom Lane2021-08-07
* Add support for SET ACCESS METHOD in ALTER TABLEMichael Paquier2021-07-28
* Reduce risks of conflicts in internal queries of REFRESH MATVIEW CONCURRENTLYMichael Paquier2021-06-03
* Enable parallelism in REFRESH MATERIALIZED VIEW.Thomas Munro2021-03-17
* Update copyright for 2021Bruce Momjian2021-01-02
* pg_stat_statements: track number of rows processed by REFRESH MATERIALIZED VIEW.Fujii Masao2020-11-12
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-04-04
* Allow the planner-related functions and hook to accept the query string.Fujii Masao2020-03-30
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* Represent command completion tags as structsAlvaro Herrera2020-03-02
* Update copyrights for 2020Bruce Momjian2020-01-01
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-27
* Rename files and headers related to index AMMichael Paquier2019-12-25
* tableam: Rename wrapper functions to match callback names.Andres Freund2019-05-23
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Fix tablespace inheritance for partitioned relsAlvaro Herrera2019-04-25