index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
src
/
sgml
/
ref
/
create_policy.sgml
Age
Commit message (
Expand
)
Author
35 hours
doc: Improve description of RLS policies applied by command type.
Dean Rasheed
2022-03-28
Add support for MERGE SQL command
Alvaro Herrera
2022-03-22
Add support for security invoker views.
Dean Rasheed
2021-04-21
doc: Improve hyphenation consistency
Peter Eisentraut
2020-09-17
Allow CURRENT_ROLE where CURRENT_USER is accepted
Peter Eisentraut
2018-05-21
doc: Whitespace fixes in man pages
Peter Eisentraut
2018-04-12
Revert MERGE patch
Simon Riggs
2018-04-03
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-02
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
Modified files for MERGE
Simon Riggs
2018-02-28
Fix warnings in man page build
Peter Eisentraut
2017-11-24
Fix broken XML in CREATE POLICY sgml.
Dean Rasheed
2017-11-24
Doc: add a summary table to the CREATE POLICY docs.
Dean Rasheed
2017-11-23
Convert documentation to DocBook XML
Peter Eisentraut
2017-10-20
Convert SGML IDs to lower case
Peter Eisentraut
2017-10-17
Don't use SGML empty tags
Peter Eisentraut
2017-09-27
Improve the CREATE POLICY documentation.
Dean Rasheed
2017-06-18
Documentation spell checking and markup improvements
Peter Eisentraut
2017-04-08
doc: Add some markup
Peter Eisentraut
2016-12-05
Add support for restrictive RLS policies
Stephen Frost
2016-01-04
Docs: provide a concrete discussion and example for RLS race conditions.
Tom Lane
2016-01-04
Do some copy-editing on the docs for row-level security.
Tom Lane
2015-12-15
Improve CREATE POLICY documentation
Stephen Frost
2015-11-24
doc: Some improvements on CREATE POLICY and ALTER POLICY documentation
Peter Eisentraut
2015-10-03
doc: Make some index terms and terminology more consistent
Peter Eisentraut
2015-09-18
Order some new options on man pages more sensibly, minor improvements
Peter Eisentraut
2015-09-12
Fix typo in create_policy.sgml
Stephen Frost
2015-07-12
doc: fix typo in CREATE POLICY manual page
Bruce Momjian
2015-05-08
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-04-30
Fix up some loose ends for CURRENT_USER as RoleSpec
Alvaro Herrera
2015-04-25
Perform RLS WITH CHECK before constraints, etc
Stephen Frost
2015-01-30
Policy documentation improvements
Stephen Frost
2015-01-29
Reword CREATE POLICY parameter descriptions
Stephen Frost
2015-01-29
CREATE POLICY expression -> using_expression
Stephen Frost
2015-01-29
Improve CREATE POLICY documentation
Stephen Frost
2015-01-07
docs: Reword CREATE POLICY documentation.
Robert Haas
2014-11-27
Rename pg_rowsecurity -> pg_policy and other fixes
Stephen Frost
2014-09-26
Fix relcache for policies, and doc updates
Stephen Frost
2014-09-24
Code review for row security.
Stephen Frost
2014-09-19
Row-Level Security Policies (RLS)
Stephen Frost