summaryrefslogtreecommitdiff
path: root/src/backend/commands/createas.c
Commit message (Expand)AuthorAgeFilesLines
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-04-041-7/+4
* Allow the planner-related functions and hook to accept the query string.Fujii Masao2020-03-301-1/+2
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-221-4/+7
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-211-7/+4
* Represent command completion tags as structsAlvaro Herrera2020-03-021-8/+6
* Remove excess parens in ereport() callsAlvaro Herrera2020-01-301-1/+1
* Make better use of ParseState in ProcessUtilityPeter Eisentraut2020-01-041-3/+3
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-121-2/+1
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-151-2/+2
* tableam: Rename wrapper functions to match callback names.Andres Freund2019-05-231-7/+7
* tableam: Add table_finish_bulk_insert().Andres Freund2019-04-011-8/+6
* tableam: Use in CREATE TABLE AS and CREATE MATERIALIZED VIEW.Andres Freund2019-03-241-12/+12
* tableam: introduce table AM infrastructure.Andres Freund2019-03-061-0/+1
* Fix memory leak when inserting tuple at relation creation for CTASMichael Paquier2019-02-271-0/+3
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-211-2/+2
* Don't include heapam.h from others headers.Andres Freund2019-01-141-0/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-20/+1
* Make TupleTableSlots extensible, finish split of existing slot type.Andres Freund2018-11-161-1/+1
* Rejigger materializing and fetching a HeapTuple from a slot.Andres Freund2018-11-151-1/+1
* Create an RTE field to record the query's lock mode for each relation.Tom Lane2018-09-301-0/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Allow DML commands that create tables to use parallel query.Robert Haas2017-10-051-2/+2
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-201-1/+1
* Phase 3 of pgindent updates.Tom Lane2017-06-211-2/+2
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-101-1/+1
* Add infrastructure to support EphemeralNamedRelation references.Kevin Grittner2017-03-311-2/+3
* Cast result of copyObject() to correct typePeter Eisentraut2017-03-281-1/+1
* Allow for parallel execution whenever ExecutorRun() is done only once.Robert Haas2017-03-231-1/+1
* Use castNode() in a bunch of statement-list-related code.Tom Lane2017-01-261-1/+1
* Use the new castNode() macro in a number of places.Andres Freund2017-01-261-3/+2
* Change representation of statement lists, and add statement location info.Tom Lane2017-01-141-1/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Implement table partitioning.Robert Haas2016-12-071-1/+1
* Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.Tom Lane2016-06-271-141/+237
* Stop the executor if no more tuples can be sent from worker to leader.Robert Haas2016-06-061-2/+4
* Widen query numbers-of-tuples-processed counters to uint64.Tom Lane2016-03-121-1/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* pgindent run for 9.5Bruce Momjian2015-05-231-1/+1
* Represent columns requiring insert and update privileges indentently.Andres Freund2015-05-081-1/+1
* Change many routines to return ObjectAddress rather than OIDAlvaro Herrera2015-03-031-20/+20
* Fix column-privilege leak in error-message pathsStephen Frost2015-01-281-2/+2
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Add CINE option for CREATE TABLE AS and CREATE MATERIALIZED VIEWAndrew Dunstan2014-12-131-0/+17
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-061-0/+1
* Row-Level Security Policies (RLS)Stephen Frost2014-09-191-0/+14
* Have CREATE TABLE AS and REFRESH return an OIDAlvaro Herrera2014-08-251-2/+16
* pgindent run for 9.4Bruce Momjian2014-05-061-6/+6
* Reduce lock levels of some ALTER TABLE cmdsSimon Riggs2014-04-061-2/+2