summaryrefslogtreecommitdiff
path: root/src/backend/commands/createas.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane2013-11-211-0/+1
* Switch user ID to the object owner when populating a materialized view.Noah Misch2013-07-121-0/+30
* pgindent run for release 9.3Bruce Momjian2013-05-291-2/+2
* Move materialized views' is-populated status into their pg_class entries.Tom Lane2013-05-061-4/+7
* Incidental cleanup of matviews code.Tom Lane2013-04-271-1/+0
* Clean up the mess around EXPLAIN and materialized views.Tom Lane2013-04-121-99/+43
* Create a distinction between a populated matview and a scannable one.Kevin Grittner2013-04-091-1/+1
* Fix problems with incomplete attempt to prohibit OIDS with MVs.Kevin Grittner2013-03-221-1/+5
* Add a materialized view relations.Kevin Grittner2013-03-031-25/+112
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-0/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-23/+23
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-191-0/+423