aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/view.c
Commit message (Expand)AuthorAge
* 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
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-02
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* Change addRangeTableEntryForRelation() to take a Relation pointer insteadTom Lane2005-04-13
* Merge Resdom nodes into TargetEntry nodes to simplify code and save aTom Lane2005-04-06
* Add support for temporary views, including documentation and regressionNeil Conway2005-02-02
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-18
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this timeTom Lane2004-01-14
* Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This isNeil Conway2004-01-10
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-01
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-20
* Code review for ON COMMIT patch. Make the actual on-commit action happenTom Lane2002-11-11
* Replace pg_attribute.attisinherited with attislocal and attinhcountTom Lane2002-09-22
* pgindent run.Bruce Momjian2002-09-04