index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
matview.c
Age
Commit message (
Expand
)
Author
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-04
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-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-03
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-13
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-07
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-27
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
2019-04-01
tableam: Add table_finish_bulk_insert().
Andres Freund
2019-03-24
tableam: Use in CREATE TABLE AS and CREATE MATERIALIZED VIEW.
Andres Freund
2019-01-21
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-14
Don't include genam.h from execnodes.h and relscan.h anymore.
Andres Freund
2019-01-14
Don't include heapam.h from others headers.
Andres Freund
[next]