| Commit message (Expand) | Author | Age |
* | 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 |
* | More minor updates and copy-editing. | Tom Lane | 2005-01-04 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Spell checking, consistent terminology. | Peter Eisentraut | 2003-11-01 |
* | Update docs on function call permissions in view, from Tom. | Bruce Momjian | 2003-09-28 |
* | Document that functions are checked independently of the view | Bruce Momjian | 2003-09-27 |
* | More cleanup of Diagnostics sections. | Tom Lane | 2003-09-12 |
* | Add/edit index entries. | Peter Eisentraut | 2003-08-31 |
* | More editing of reference pages. | Peter Eisentraut | 2003-04-22 |
* | Fixups for man pages | Peter Eisentraut | 2002-11-21 |
* | Add more appropriate markup. | Peter Eisentraut | 2002-09-21 |
* | Department of second thoughts: make checks for replacing a view slightly | Tom Lane | 2002-09-02 |
* | Revise command completion tags as per hackers message on 20 March. | Peter Eisentraut | 2002-05-18 |
* | Update SQL-command reference pages for schema features. | Tom Lane | 2002-04-23 |
* | Augment the date/time examples in the User's Guide to reflect the newer | Thomas G. Lockhart | 2002-04-21 |
* | Update reference pages for new INFO, NOTICE, WARNING elog() levels. | Bruce Momjian | 2002-03-06 |
* | Use PostgreSQL consistantly throughout docs. Before, usage was split evenly | Thomas G. Lockhart | 2001-12-08 |
* | Add some notes about conditional rules used with views. | Tom Lane | 2001-11-06 |
* | Put some kind of grammatical uniformity in the <refpurpose> lines. | Peter Eisentraut | 2001-09-03 |
* | Document column-name-list option of CREATE VIEW ... which has been there | Tom Lane | 2001-08-10 |
* | Terminology cleanup: class -> table, instance -> row, attribute -> column, | Peter Eisentraut | 2001-01-13 |
* | Start updating for the v7.0 release. | Thomas G. Lockhart | 2000-03-27 |
* | Updated user's guide to match new psql's output format | Peter Eisentraut | 2000-03-26 |
* | Complete merge of all old man page information. | Thomas G. Lockhart | 1999-07-22 |
* | Fix markup for docbook2man man page generation. | Thomas G. Lockhart | 1999-07-06 |
* | Clean up to ensure tag completion as required by the newest versions | Thomas G. Lockhart | 1998-12-29 |
* | Minor cleanup in markup, especially in the Output section. | Thomas G. Lockhart | 1998-10-30 |