aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_view.sgml
Commit message (Expand)AuthorAge
* Change unknown-type literals to type text in SELECT and RETURNING lists.Tom Lane2017-01-25
* Improve documentation for CREATE RECURSIVE VIEW.Tom Lane2016-10-11
* doc: Move indexterms to avoid whitespace issue in man pagesPeter Eisentraut2016-08-03
* doc: security_barrier option is a Boolean, not a string.Robert Haas2015-10-30
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* doc: Improve CREATE VIEW / WITH documentationPeter Eisentraut2014-10-30
* doc: Spell checkingPeter Eisentraut2014-07-16
* Make security barrier views automatically updatableStephen Frost2014-04-12
* doc: Improve DocBook XML validityPeter Eisentraut2014-02-23
* Allow only some columns of a view to be auto-updateable.Robert Haas2013-10-18
* WITH CHECK OPTION support for auto-updatable VIEWsStephen Frost2013-07-18
* doc: Arrange See Also links in more consistent orderPeter Eisentraut2013-07-02
* Fix whitespace issues in the man pagesPeter Eisentraut2013-06-01
* Add a materialized view relations.Kevin Grittner2013-03-03
* Add CREATE RECURSIVE VIEW syntaxPeter Eisentraut2013-01-31
* Support automatically-updatable views.Tom Lane2012-12-08
* Recommend triggers, not rules, in the CREATE VIEW reference page.Tom Lane2012-12-02
* Typo fixes.Robert Haas2011-12-22
* Add a security_barrier option for views.Robert Haas2011-12-22
* Document that CREATE VIEW that uses "*" for the column list will notBruce Momjian2011-02-01
* Basic foreign table support.Robert Haas2011-01-01
* Warn that views can be safely used to hide columns, but not rows.Robert Haas2010-10-08
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Remove unnecessary xref endterm attributes and title idsPeter Eisentraut2010-04-03
* Fix erroneous handling of shared dependencies (ie dependencies on roles)Tom Lane2009-10-02
* Revert updatable viewsPeter Eisentraut2009-01-27
* Automatic view update rulesPeter Eisentraut2009-01-22
* 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
* Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut2008-11-14
* Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE.Neil Conway2007-07-03
* Consistenly use colons before '<programlisting>' blocks, whereBruce Momjian2007-02-01
* Update reference documentation on may/can/might:Bruce Momjian2007-01-31
* Documentation for VALUES lists. Joe Conway and Tom LaneTom Lane2006-09-18
* Remove emacs info from footer of SGML files.Bruce Momjian2006-09-16
* Make an editorial pass over the reference pages.Tom Lane2005-11-01
* Add support for temporary views, including documentation and regressionNeil Conway2005-02-02
* More minor updates and copy-editing.Tom Lane2005-01-04
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Spell checking, consistent terminology.Peter Eisentraut2003-11-01
* Update docs on function call permissions in view, from Tom.Bruce Momjian2003-09-28
* Document that functions are checked independently of the viewBruce Momjian2003-09-27
* More cleanup of Diagnostics sections.Tom Lane2003-09-12
* Add/edit index entries.Peter Eisentraut2003-08-31
* More editing of reference pages.Peter Eisentraut2003-04-22
* Fixups for man pagesPeter Eisentraut2002-11-21
* Add more appropriate markup.Peter Eisentraut2002-09-21
* Department of second thoughts: make checks for replacing a view slightlyTom Lane2002-09-02
* Revise command completion tags as per hackers message on 20 March.Peter Eisentraut2002-05-18
* Update SQL-command reference pages for schema features.Tom Lane2002-04-23