index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
view.c
Commit message (
Expand
)
Author
Age
*
Improve reporting of run-time-detected indeterminate-collation errors.
Tom Lane
2011-03-22
*
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-03-19
*
Remove collation information from TypeName, where it does not belong.
Tom Lane
2011-03-09
*
Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.
Tom Lane
2011-02-25
*
Fix a couple of unlogged tables goofs.
Robert Haas
2011-02-22
*
Per-column collation support
Peter Eisentraut
2011-02-08
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Generalize concept of temporary relations to "relation persistence".
Robert Haas
2010-12-13
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner.
Tom Lane
2010-08-18
*
CREATE TABLE IF NOT EXISTS.
Robert Haas
2010-07-25
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Don't treat NEW and OLD as reserved words anymore. For the purposes of rules
Tom Lane
2009-11-05
*
Code review for LIKE INCLUDING patch --- clean up some cosmetic and not
Tom Lane
2009-10-13
*
Make backend header files C++ safe
Peter Eisentraut
2009-07-16
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Remove the recently added node types ReloptElem and OptionDefElem in favor
Tom Lane
2009-04-04
*
Allow reloption names to have qualifiers, initially supporting a TOAST
Alvaro Herrera
2009-02-02
*
Revert updatable views
Peter Eisentraut
2009-01-27
*
Automatic view update rules
Peter Eisentraut
2009-01-22
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Department of second thoughts: further experimentation with CREATE OR REPLACE
Tom Lane
2008-12-16
*
Code review for CREATE OR REPLACE VIEW patch. Do things in a saner order to
Tom Lane
2008-12-15
*
Allow CREATE OR REPLACE VIEW to add columns to the _end_ of the view.
Bruce Momjian
2008-12-06
*
Move exprType(), exprTypmod(), expression_tree_walker(), and related routines
Tom Lane
2008-08-25
*
Improve our #include situation by moving pointer types away from the
Alvaro Herrera
2008-06-19
*
Refactor the handling of the various DropStmt variants so that when multiple
Tom Lane
2008-06-14
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Fix a couple of misbehaviors rooted in the fact that the default creation
Tom Lane
2007-08-27
*
Separate parse-analysis for utility commands out of parser/analyze.c
Tom Lane
2007-06-23
*
First phase of plan-invalidation project: create a plan cache management
Tom Lane
2007-03-13
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Fix all known problems with pg_dump's handling of serial sequences
Tom Lane
2006-08-21
*
Allow include files to compile own their own.
Bruce Momjian
2006-07-13
*
Add FILLFACTOR to CREATE INDEX.
Bruce Momjian
2006-07-02
*
Improve parser so that we can show an error cursor position for errors
Tom Lane
2006-03-14
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
First phase of project to use fixed OIDs for all system catalogs and
Tom Lane
2005-04-14
*
Change addRangeTableEntryForRelation() to take a Relation pointer instead
Tom Lane
2005-04-13
*
Merge Resdom nodes into TargetEntry nodes to simplify code and save a
Tom Lane
2005-04-06
*
Add support for temporary views, including documentation and regression
Neil Conway
2005-02-02
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Tablespaces. Alternate database locations are dead, long live tablespaces.
Tom Lane
2004-06-18
*
Reimplement the linked list data structure used throughout the backend.
Neil Conway
2004-05-26
[next]