summaryrefslogtreecommitdiff
path: root/src/backend/commands/createas.c
AgeCommit message (Expand)Author
2013-03-22Fix problems with incomplete attempt to prohibit OIDS with MVs.Kevin Grittner
2013-03-03Add 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-19Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane