aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/view.c
Commit message (Expand)AuthorAge
* Remove tabs after spaces in C commentsBruce Momjian2014-05-06
* Clean up the mess around EXPLAIN and materialized views.Tom Lane2013-04-12
* Add a materialized view relations.Kevin Grittner2013-03-03
* Update copyrights for 2013Bruce Momjian2013-01-01
* Adjust many backend functions to return OID rather than void.Robert Haas2012-12-23
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-19
* Remove useless const qualifierPeter Eisentraut2012-02-26
* Fix warning about unused variableMagnus Hagander2012-01-18
* Prevent adding relations to a concurrently dropped schema.Robert Haas2012-01-16
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Add a security_barrier option for views.Robert Haas2011-12-22
* Fix bugs in relpersistence handling during table creation.Robert Haas2011-07-03
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Improve reporting of run-time-detected indeterminate-collation errors.Tom Lane2011-03-22
* Revise collation derivation method and expression-tree representation.Tom Lane2011-03-19
* Remove collation information from TypeName, where it does not belong.Tom Lane2011-03-09
* Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane2011-02-25
* Fix a couple of unlogged tables goofs.Robert Haas2011-02-22
* Per-column collation supportPeter Eisentraut2011-02-08
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Generalize concept of temporary relations to "relation persistence".Robert Haas2010-12-13
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner.Tom Lane2010-08-18
* CREATE TABLE IF NOT EXISTS.Robert Haas2010-07-25
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Don't treat NEW and OLD as reserved words anymore. For the purposes of rulesTom Lane2009-11-05
* Code review for LIKE INCLUDING patch --- clean up some cosmetic and notTom Lane2009-10-13
* Make backend header files C++ safePeter Eisentraut2009-07-16
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Remove the recently added node types ReloptElem and OptionDefElem in favorTom Lane2009-04-04
* Allow reloption names to have qualifiers, initially supporting a TOASTAlvaro Herrera2009-02-02
* Revert updatable viewsPeter Eisentraut2009-01-27
* Automatic view update rulesPeter Eisentraut2009-01-22
* Update copyright for 2009.Bruce Momjian2009-01-01
* Department of second thoughts: further experimentation with CREATE OR REPLACETom Lane2008-12-16
* Code review for CREATE OR REPLACE VIEW patch. Do things in a saner order toTom Lane2008-12-15
* Allow CREATE OR REPLACE VIEW to add columns to the _end_ of the view.Bruce Momjian2008-12-06
* Move exprType(), exprTypmod(), expression_tree_walker(), and related routinesTom Lane2008-08-25
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Refactor the handling of the various DropStmt variants so that when multipleTom Lane2008-06-14
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Fix a couple of misbehaviors rooted in the fact that the default creationTom Lane2007-08-27
* Separate parse-analysis for utility commands out of parser/analyze.cTom Lane2007-06-23
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-13
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Fix all known problems with pg_dump's handling of serial sequencesTom Lane2006-08-21
* Allow include files to compile own their own.Bruce Momjian2006-07-13