aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/rules.sgml
Commit message (Expand)AuthorAge
* Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...Tom Lane2014-06-18
* doc: Fix DocBook XML validityPeter Eisentraut2014-05-06
* Rename EXPLAIN ANALYZE's "total runtime" output to "execution time".Tom Lane2014-04-16
* docs: remove unnecessary references to old PG versionsBruce Momjian2014-02-24
* Eliminate trivial whitespace inconsistency in docs sample code.Kevin Grittner2013-03-21
* Add a materialized view relations.Kevin Grittner2013-03-03
* Support automatically-updatable views.Tom Lane2012-12-08
* Documentation spell and markup checkingPeter Eisentraut2012-06-08
* Allow LEAKPROOF functions for better performance of security views.Robert Haas2012-02-13
* Typo fixes.Robert Haas2011-12-22
* Add a security_barrier option for views.Robert Haas2011-12-22
* Properly capitalize documentation headings; some only had initial-wordBruce Momjian2011-01-29
* Support triggers on views.Tom Lane2010-10-10
* 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
* Use an entity instead of non-ASCII letter. Thom BrownTom Lane2010-05-13
* Revert removal of pre-7.4 documenation behavior mentions.Bruce Momjian2010-02-24
* Remove pre-7.4 documentaiton mentions, now that 8.0 is the oldestBruce Momjian2010-02-24
* Don't treat NEW and OLD as reserved words anymore. For the purposes of rulesTom Lane2009-11-05
* Fix wording of section comparing triggers and rules; old wording asBruce Momjian2008-12-16
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-01
* Consistenly use colons before '<programlisting>' blocks, whereBruce Momjian2007-02-01
* Update documentation on may/can/might:Bruce Momjian2007-01-31
* Use FROM clause in example UPDATE commands where appropriate. AlsoTom Lane2006-12-27
* Remove emacs info from footer of SGML files.Bruce Momjian2006-09-16
* Apply a simple solution to the problem of making INSERT/UPDATE/DELETETom Lane2006-09-02
* Removes or minimizes some documentation mentions of backwardBruce Momjian2006-04-23
* Fix typo.Alvaro Herrera2005-10-22
* Fix assorted typos in the documentation, and use American spellingNeil Conway2005-10-15
* Make the CREATE RULE syntax description in rules.sgml more consistentNeil Conway2005-05-20
* We haven't had a fixed limit on rule recursion depth since 7.3 ...Tom Lane2005-01-29
* Add tools/find_gt_lt to find < and > in SGML source.Bruce Momjian2005-01-23
* More < and > cleanups converted to ampersands.Bruce Momjian2005-01-22
* Change -> and <- to use proper ampersand markups.Bruce Momjian2005-01-22
* More updates and copy-editing. Rearrange order of sections a little bitTom Lane2004-12-30
* Replace "--" and "---" with "&mdash;" as appropriate, for better-lookingNeil Conway2004-11-15
* Add documentation for the new "dollar quoting" feature, and update existingNeil Conway2004-05-16
* Add ALSO keyword to CREATE RULE.Bruce Momjian2004-03-09
* This patch makes some SGML markup more consistent and makes a smallNeil Conway2003-12-13
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Spell checking, consistent terminology.Peter Eisentraut2003-11-01
* This patch fixes a few missed GUC variables that were still upper case,Bruce Momjian2003-09-11
* Add/edit index entries.Peter Eisentraut2003-08-31
* RevisionPeter Eisentraut2003-04-11
* This patch includes more SGML markup fixes as well as a few minorBruce Momjian2003-02-19
* Fix rewrite code so that rules are in fact executed in order by name,Tom Lane2002-10-19
* Adjust handling of command status strings in the presence of rules,Tom Lane2002-10-14
* Add more appropriate markup.Peter Eisentraut2002-09-21
* Change naming rule for ON SELECT rules of views: they're all justTom Lane2002-04-19
* Spell checking and markup additionsPeter Eisentraut2002-03-22