index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
view.c
Age
Commit message (
Expand
)
Author
2015-03-11
Require non-NULL pstate for all addRangeTableEntryFor* functions.
Robert Haas
2015-03-03
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-10-12
Message improvements
Peter Eisentraut
2014-08-29
Assorted message improvements
Peter Eisentraut
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-13
Make security barrier views automatically updatable
Stephen Frost
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-11-22
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.
Tom Lane
2013-10-18
Allow only some columns of a view to be auto-updateable.
Robert Haas
2013-07-18
WITH CHECK OPTION support for auto-updatable VIEWs
Stephen Frost
2013-04-12
Clean up the mess around EXPLAIN and materialized views.
Tom Lane
2013-03-04
Add a materialized view relations.
Kevin Grittner
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-23
Adjust many backend functions to return OID rather than void.
Robert Haas
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-03-20
Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.
Tom Lane
2012-02-26
Remove useless const qualifier
Peter Eisentraut
2012-01-18
Fix warning about unused variable
Magnus Hagander
2012-01-16
Prevent adding relations to a concurrently dropped schema.
Robert Haas
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-12-22
Add a security_barrier option for views.
Robert Haas
2011-07-03
Fix bugs in relpersistence handling during table creation.
Robert Haas
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-03-22
Improve reporting of run-time-detected indeterminate-collation errors.
Tom Lane
2011-03-20
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-03-10
Remove collation information from TypeName, where it does not belong.
Tom Lane
2011-02-25
Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.
Tom Lane
2011-02-22
Fix a couple of unlogged tables goofs.
Robert Haas
2011-02-08
Per-column collation support
Peter Eisentraut
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-12-13
Generalize concept of temporary relations to "relation persistence".
Robert Haas
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-08-18
Fix failure of "ALTER TABLE t ADD COLUMN c serial" when done by non-owner.
Tom Lane
2010-07-25
CREATE TABLE IF NOT EXISTS.
Robert Haas
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-11-05
Don't treat NEW and OLD as reserved words anymore. For the purposes of rules
Tom Lane
2009-10-13
Code review for LIKE INCLUDING patch --- clean up some cosmetic and not
Tom Lane
2009-07-16
Make backend header files C++ safe
Peter Eisentraut
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-04-04
Remove the recently added node types ReloptElem and OptionDefElem in favor
Tom Lane
2009-02-02
Allow reloption names to have qualifiers, initially supporting a TOAST
Alvaro Herrera
2009-01-27
Revert updatable views
Peter Eisentraut
2009-01-22
Automatic view update rules
Peter Eisentraut
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-12-16
Department of second thoughts: further experimentation with CREATE OR REPLACE
Tom Lane
2008-12-15
Code review for CREATE OR REPLACE VIEW patch. Do things in a saner order to
Tom Lane
2008-12-06
Allow CREATE OR REPLACE VIEW to add columns to the _end_ of the view.
Bruce Momjian
2008-08-25
Move exprType(), exprTypmod(), expression_tree_walker(), and related routines
Tom Lane
2008-06-19
Improve our #include situation by moving pointer types away from the
Alvaro Herrera
[next]