| Commit message (Expand) | Author | Age |
* | Add OLD/NEW support to RETURNING in DML queries. | Dean Rasheed | 2025-01-16 |
* | Consistently spell "leakproof" without a hyphen. | Dean Rasheed | 2025-01-14 |
* | psql: Add leakproof indicator to \df+, \do+, \dAo+, and \dC+ output. | Dean Rasheed | 2025-01-14 |
* | Fix doc omission for MERGE into updatable views. | Dean Rasheed | 2024-03-04 |
* | Support MERGE into updatable views. | Dean Rasheed | 2024-02-29 |
* | Doc: add XML ID attributes to <sectN> and <varlistentry> tags. | Tom Lane | 2023-01-09 |
* | Remove logic for converting a table to a view. | Tom Lane | 2022-12-02 |
* | Remove trailing whitespace from *.sgml files. | Tom Lane | 2022-04-20 |
* | Add support for security invoker views. | Dean Rasheed | 2022-03-22 |
* | Doc: improve documentation about ORDER BY in matviews. | Tom Lane | 2021-11-29 |
* | Fix wording | Peter Eisentraut | 2021-08-06 |
* | doc: Improve hyphenation consistency | Peter Eisentraut | 2021-04-21 |
* | Doc: get rid of <foreignphrase> tags. | Tom Lane | 2021-03-10 |
* | Improve docs on updatable views | Magnus Hagander | 2021-03-06 |
* | Fix some typos, grammar and style in docs and comments | Michael Paquier | 2021-02-24 |
* | Misc documentation fixes. | Heikki Linnakangas | 2020-10-19 |
* | Clarify that pg_trgm is used in example | Magnus Hagander | 2020-01-09 |
* | Doc: fix ancient mistake, or at least obsolete info, in rules example. | Tom Lane | 2019-11-11 |
* | Doc: remove ancient comment. | Tatsuo Ishii | 2019-02-17 |
* | Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE. | Tom Lane | 2017-11-27 |
* | 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 |
* | Remove SGML marked sections | Peter Eisentraut | 2017-09-28 |
* | Escape < and & in SGML | Peter Eisentraut | 2017-09-06 |
* | doc: Update link | Peter Eisentraut | 2017-04-21 |
* | Use gender-neutral language in documentation | Peter Eisentraut | 2015-09-21 |
* | docs: fix typo in rules.sgml | Bruce Momjian | 2015-08-08 |
* | docs: HTML-escape '>' in '=>' using HTML entities | Bruce Momjian | 2015-08-05 |
* | Improve qual pushdown for RLS and SB views | Stephen Frost | 2015-04-27 |
* | Rename pg_rowsecurity -> pg_policy and other fixes | Stephen Frost | 2014-11-27 |
* | Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ... | Tom Lane | 2014-06-18 |
* | doc: Fix DocBook XML validity | Peter Eisentraut | 2014-05-06 |
* | Rename EXPLAIN ANALYZE's "total runtime" output to "execution time". | Tom Lane | 2014-04-16 |
* | docs: remove unnecessary references to old PG versions | Bruce Momjian | 2014-02-24 |
* | Eliminate trivial whitespace inconsistency in docs sample code. | Kevin Grittner | 2013-03-21 |
* | Add a materialized view relations. | Kevin Grittner | 2013-03-03 |
* | Support automatically-updatable views. | Tom Lane | 2012-12-08 |
* | Documentation spell and markup checking | Peter Eisentraut | 2012-06-08 |
* | Allow LEAKPROOF functions for better performance of security views. | Robert Haas | 2012-02-13 |
* | Typo fixes. | Robert Haas | 2011-12-22 |
* | Add a security_barrier option for views. | Robert Haas | 2011-12-22 |
* | Properly capitalize documentation headings; some only had initial-word | Bruce Momjian | 2011-01-29 |
* | Support triggers on views. | Tom Lane | 2010-10-10 |
* | 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 |
* | Use an entity instead of non-ASCII letter. Thom Brown | Tom Lane | 2010-05-13 |
* | Revert removal of pre-7.4 documenation behavior mentions. | Bruce Momjian | 2010-02-24 |
* | Remove pre-7.4 documentaiton mentions, now that 8.0 is the oldest | Bruce Momjian | 2010-02-24 |
* | Don't treat NEW and OLD as reserved words anymore. For the purposes of rules | Tom Lane | 2009-11-05 |