summaryrefslogtreecommitdiff
path: root/src/backend/commands/createas.c
AgeCommit message (Expand)Author
2015-05-07Represent columns requiring insert and update privileges indentently.Andres Freund
2015-03-03Change many routines to return ObjectAddress rather than OIDAlvaro Herrera
2015-01-28Fix column-privilege leak in error-message pathsStephen Frost
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-13Add CINE option for CREATE TABLE AS and CREATE MATERIALIZED VIEWAndrew Dunstan
2014-11-06Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas
2014-09-19Row-Level Security Policies (RLS)Stephen Frost
2014-08-25Have CREATE TABLE AS and REFRESH return an OIDAlvaro Herrera
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-06Reduce lock levels of some ALTER TABLE cmdsSimon Riggs
2014-01-07Update copyright for 2014Bruce Momjian
2013-11-22Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane
2013-07-12Switch user ID to the object owner when populating a materialized view.Noah Misch
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-05-06Move materialized views' is-populated status into their pg_class entries.Tom Lane
2013-04-27Incidental cleanup of matviews code.Tom Lane
2013-04-12Clean up the mess around EXPLAIN and materialized views.Tom Lane
2013-04-09Create a distinction between a populated matview and a scannable one.Kevin Grittner
2013-03-22Fix problems with incomplete attempt to prohibit OIDS with MVs.Kevin Grittner
2013-03-04Add a materialized view relations.Kevin Grittner
2013-01-01Update copyrights for 2013Bruce Momjian
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-03-20Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane