Commit Graph

17 Commits (e5603a2f35baa0bc9d61b16373383fdd37e49509)

Author SHA1 Message Date
Alvaro Herrera 301fcf33eb Have CREATE TABLE AS and REFRESH return an OID 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Simon Riggs e5550d5fec Reduce lock levels of some ALTER TABLE cmds 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Tom Lane 784e762e88 Support multi-argument UNNEST(), and TABLE() syntax for multiple functions. 12 years ago
Noah Misch f3ab5d4696 Switch user ID to the object owner when populating a materialized view. 12 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 12 years ago
Tom Lane 1d6c72a55b Move materialized views' is-populated status into their pg_class entries. 13 years ago
Tom Lane 5194024d72 Incidental cleanup of matviews code. 13 years ago
Tom Lane 0b33790421 Clean up the mess around EXPLAIN and materialized views. 13 years ago
Kevin Grittner 52e6e33ab4 Create a distinction between a populated matview and a scannable one. 13 years ago
Kevin Grittner 549dae0352 Fix problems with incomplete attempt to prohibit OIDS with MVs. 13 years ago
Kevin Grittner 3bf3ab8c56 Add a materialized view relations. 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Alvaro Herrera c219d9b0a5 Split tuple struct defs from htup.h to htup_details.h 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Tom Lane 9dbf2b7d75 Restructure SELECT INTO's parsetree representation into CreateTableAsStmt. 14 years ago