aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/createas.c
Commit message (Expand)AuthorAge
* Make it possible for loadable modules to add EXPLAIN options.Robert Haas2025-03-18
* Don't lock partitions pruned by initial pruningAmit Langote2025-02-20
* Update copyright for 2025Bruce Momjian2025-01-01
* Simplify executor's determination of whether to use parallelism.Tom Lane2024-12-09
* Set query ID for inner queries of CREATE TABLE AS and DECLAREMichael Paquier2024-10-28
* Remove unused #include's from backend .c filesPeter Eisentraut2024-10-27
* Improve node type forward referencePeter Eisentraut2024-10-17
* Turn a few 'validnsps' static variables into localsHeikki Linnakangas2024-08-06
* Small refactoring around ExecCreateTableAs().Jeff Davis2024-08-02
* 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
* Revert: Let table AM insertion methods control index insertionAlexander Korotkov2024-04-11
* Revert: Custom reloptions for table AMAlexander Korotkov2024-04-11
* Custom reloptions for table AMAlexander Korotkov2024-04-08
* Let table AM insertion methods control index insertionAlexander Korotkov2024-03-30
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Update copyright for 2024Bruce Momjian2024-01-03
* Simplify useless 0L constantsPeter Eisentraut2023-03-29
* Update copyright for 2023Bruce Momjian2023-01-02
* In extensions, don't replace objects not belonging to the extension.Tom Lane2022-08-08
* Update copyright for 2022Bruce Momjian2022-01-07
* Centralize the logic for protective copying of utility statements.Tom Lane2021-06-18
* Update copyright for 2021Bruce Momjian2021-01-02
* Sanitize IF NOT EXISTS in EXPLAIN for CTAS and matviewsMichael Paquier2020-12-30
* Remove INSERT privilege check at table creation of CTAS and matviewMichael Paquier2020-11-21
* Relax INSERT privilege requirement for CTAS and matviews WITH NO DATAMichael Paquier2020-11-16
* 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
* Remove excess parens in ereport() callsAlvaro Herrera2020-01-30
* Make better use of ParseState in ProcessUtilityPeter Eisentraut2020-01-04
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-15
* tableam: Rename wrapper functions to match callback names.Andres Freund2019-05-23
* tableam: Add table_finish_bulk_insert().Andres Freund2019-04-01
* tableam: Use in CREATE TABLE AS and CREATE MATERIALIZED VIEW.Andres Freund2019-03-24
* tableam: introduce table AM infrastructure.Andres Freund2019-03-06
* Fix memory leak when inserting tuple at relation creation for CTASMichael Paquier2019-02-27
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Don't include heapam.h from others headers.Andres Freund2019-01-14
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Make TupleTableSlots extensible, finish split of existing slot type.Andres Freund2018-11-16
* Rejigger materializing and fetching a HeapTuple from a slot.Andres Freund2018-11-15
* Create an RTE field to record the query's lock mode for each relation.Tom Lane2018-09-30
* Update copyright for 2018Bruce Momjian2018-01-02