aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/rules.sgml
Commit message (Expand)AuthorAge
* Add OLD/NEW support to RETURNING in DML queries.Dean Rasheed2025-01-16
* Consistently spell "leakproof" without a hyphen.Dean Rasheed2025-01-14
* psql: Add leakproof indicator to \df+, \do+, \dAo+, and \dC+ output.Dean Rasheed2025-01-14
* Fix doc omission for MERGE into updatable views.Dean Rasheed2024-03-04
* Support MERGE into updatable views.Dean Rasheed2024-02-29
* Doc: add XML ID attributes to <sectN> and <varlistentry> tags.Tom Lane2023-01-09
* Remove logic for converting a table to a view.Tom Lane2022-12-02
* Remove trailing whitespace from *.sgml files.Tom Lane2022-04-20
* Add support for security invoker views.Dean Rasheed2022-03-22
* Doc: improve documentation about ORDER BY in matviews.Tom Lane2021-11-29
* Fix wordingPeter Eisentraut2021-08-06
* doc: Improve hyphenation consistencyPeter Eisentraut2021-04-21
* Doc: get rid of <foreignphrase> tags.Tom Lane2021-03-10
* Improve docs on updatable viewsMagnus Hagander2021-03-06
* Fix some typos, grammar and style in docs and commentsMichael Paquier2021-02-24
* Misc documentation fixes.Heikki Linnakangas2020-10-19
* Clarify that pg_trgm is used in exampleMagnus Hagander2020-01-09
* Doc: fix ancient mistake, or at least obsolete info, in rules example.Tom Lane2019-11-11
* Doc: remove ancient comment.Tatsuo Ishii2019-02-17
* Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE.Tom Lane2017-11-27
* Convert documentation to DocBook XMLPeter Eisentraut2017-11-23
* Convert SGML IDs to lower casePeter Eisentraut2017-10-20
* Don't use SGML empty tagsPeter Eisentraut2017-10-17
* Remove SGML marked sectionsPeter Eisentraut2017-09-28
* Escape < and & in SGMLPeter Eisentraut2017-09-06
* doc: Update linkPeter Eisentraut2017-04-21
* Use gender-neutral language in documentationPeter Eisentraut2015-09-21
* docs: fix typo in rules.sgmlBruce Momjian2015-08-08
* docs: HTML-escape '>' in '=>' using HTML entitiesBruce Momjian2015-08-05
* Improve qual pushdown for RLS and SB viewsStephen Frost2015-04-27
* Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost2014-11-27
* 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