index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
src
/
sgml
/
ref
/
create_view.sgml
Commit message (
Expand
)
Author
Age
*
Support MERGE into updatable views.
Dean Rasheed
2024-02-29
*
Add support for security invoker views.
Dean Rasheed
2022-03-22
*
Doc: be more precise about conflicts between relation names.
Tom Lane
2021-11-02
*
Improve <xref> vs. <command> formatting in the documentation
Peter Eisentraut
2020-10-03
*
doc: Fix man page whitespace issues
Peter Eisentraut
2020-06-07
*
Update the description of type of check_option reloption in docs.
Fujii Masao
2020-03-18
*
doc: Remove unused title ids
Peter Eisentraut
2020-03-13
*
Add RECURSIVE to documentation index
Alvaro Herrera
2018-08-09
*
Convert documentation to DocBook XML
Peter Eisentraut
2017-11-23
*
Convert SGML IDs to lower case
Peter Eisentraut
2017-10-20
*
Don't use SGML empty tags
Peter Eisentraut
2017-10-17
*
Use lower-case SGML attribute values
Peter Eisentraut
2017-10-10
*
Escape < and & in SGML
Peter Eisentraut
2017-09-06
*
Change unknown-type literals to type text in SELECT and RETURNING lists.
Tom Lane
2017-01-25
*
Improve documentation for CREATE RECURSIVE VIEW.
Tom Lane
2016-10-11
*
doc: Move indexterms to avoid whitespace issue in man pages
Peter Eisentraut
2016-08-03
*
doc: security_barrier option is a Boolean, not a string.
Robert Haas
2015-10-30
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
*
doc: Improve CREATE VIEW / WITH documentation
Peter Eisentraut
2014-10-30
*
doc: Spell checking
Peter Eisentraut
2014-07-16
*
Make security barrier views automatically updatable
Stephen Frost
2014-04-12
*
doc: Improve DocBook XML validity
Peter Eisentraut
2014-02-23
*
Allow only some columns of a view to be auto-updateable.
Robert Haas
2013-10-18
*
WITH CHECK OPTION support for auto-updatable VIEWs
Stephen Frost
2013-07-18
*
doc: Arrange See Also links in more consistent order
Peter Eisentraut
2013-07-02
*
Fix whitespace issues in the man pages
Peter Eisentraut
2013-06-01
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
*
Add CREATE RECURSIVE VIEW syntax
Peter Eisentraut
2013-01-31
*
Support automatically-updatable views.
Tom Lane
2012-12-08
*
Recommend triggers, not rules, in the CREATE VIEW reference page.
Tom Lane
2012-12-02
*
Typo fixes.
Robert Haas
2011-12-22
*
Add a security_barrier option for views.
Robert Haas
2011-12-22
*
Document that CREATE VIEW that uses "*" for the column list will not
Bruce Momjian
2011-02-01
*
Basic foreign table support.
Robert Haas
2011-01-01
*
Warn that views can be safely used to hide columns, but not rows.
Robert Haas
2010-10-08
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Remove unnecessary xref endterm attributes and title ids
Peter Eisentraut
2010-04-03
*
Fix erroneous handling of shared dependencies (ie dependencies on roles)
Tom Lane
2009-10-02
*
Revert updatable views
Peter Eisentraut
2009-01-27
*
Automatic view update rules
Peter Eisentraut
2009-01-22
*
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
*
Set SQL man pages to be section 7 by default, and only transform them to
Peter Eisentraut
2008-11-14
*
Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE.
Neil Conway
2007-07-03
*
Consistenly use colons before '<programlisting>' blocks, where
Bruce Momjian
2007-02-01
*
Update reference documentation on may/can/might:
Bruce Momjian
2007-01-31
*
Documentation for VALUES lists. Joe Conway and Tom Lane
Tom Lane
2006-09-18
*
Remove emacs info from footer of SGML files.
Bruce Momjian
2006-09-16
*
Make an editorial pass over the reference pages.
Tom Lane
2005-11-01
*
Add support for temporary views, including documentation and regression
Neil Conway
2005-02-02
[next]