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
REL_18_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
/
test
/
regress
/
sql
/
create_view.sql
Age
Commit message (
Expand
)
Author
2016-12-08
Fix reporting of column typmods for multi-row VALUES constructs.
Tom Lane
2016-04-21
Fix ruleutils.c's dumping of ScalarArrayOpExpr containing an EXPR_SUBLINK.
Tom Lane
2015-11-16
Speed up ruleutils' name de-duplication code, and fix overlength-name case.
Tom Lane
2015-11-15
Fix ruleutils.c's dumping of whole-row Vars in ROW() and VALUES() contexts.
Tom Lane
2014-07-19
Partial fix for dropped columns in functions returning composite.
Tom Lane
2014-05-02
Fix yet another corner case in dumping rules/views with USING clauses.
Tom Lane
2013-07-23
Further hacking on ruleutils' new column-alias-assignment code.
Tom Lane
2013-07-23
Change post-rewriter representation of dropped columns in joinaliasvars.
Tom Lane
2012-12-31
Fix ruleutils to cope with conflicts from adding/dropping/renaming columns.
Tom Lane
2012-09-21
Improve ruleutils.c's heuristics for dealing with rangetable aliases.
Tom Lane
2011-12-22
Add a security_barrier option for views.
Robert Haas
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2008-12-06
Allow CREATE OR REPLACE VIEW to add columns to the _end_ of the view.
Bruce Momjian
2005-04-07
Add a "USING" clause to DELETE, which is equivalent to the FROM clause
Neil Conway
2005-02-02
Add support for temporary views, including documentation and regression
Neil Conway
2003-11-21
COMMENT ON casts, conversions, languages, operator classes, and
Tom Lane
2002-09-02
CREATE OR REPLACE VIEW, CREATE OR REPLACE RULE.
Tom Lane
2000-06-10
Update regression tests for ONLY and other recent changes.
Tom Lane
2000-01-05
Update format to add uniform headers on files.
Thomas G. Lockhart
1997-04-06
More splits and cleanups...
Marc G. Fournier