index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
policy.c
Commit message (
Expand
)
Author
Age
*
Revise RelationBuildRowSecurity() to avoid memory leaks.
Tom Lane
2020-09-26
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Rename MemoryContextCopySetIdentifier() for clarity
Peter Eisentraut
2018-04-06
*
Combine options for RangeVarGetRelidExtended() into a flags argument.
Andres Freund
2018-03-30
*
Allow memory contexts to have both fixed and variable ident strings.
Tom Lane
2018-03-27
*
Replace AclObjectKind with ObjectType
Peter Eisentraut
2018-01-19
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Teach RemoveRoleFromObjectPolicy() about partitioned tables.
Dean Rasheed
2017-06-14
*
Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().
Tom Lane
2017-02-01
*
Tweak catalog indexing abstraction for upcoming WARM
Alvaro Herrera
2017-01-31
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Make more use of RoleSpec struct
Peter Eisentraut
2016-12-29
*
Implement table partitioning.
Robert Haas
2016-12-07
*
Add support for restrictive RLS policies
Stephen Frost
2016-12-05
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Remove various special checks around default roles
Stephen Frost
2016-05-06
*
Reserve the "pg_" namespace for roles
Stephen Frost
2016-04-08
*
Remove useless double calls of make_parsestate().
Tom Lane
2016-03-17
*
Fix bogus lock release in RemovePolicyById and RemoveRoleFromObjectPolicy.
Tom Lane
2016-01-03
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Handle policies during DROP OWNED BY
Stephen Frost
2015-12-11
*
Handle dependencies properly in ALTER POLICY
Stephen Frost
2015-12-11
*
Improve some messages
Peter Eisentraut
2015-12-10
*
RLS refactoring
Stephen Frost
2015-09-15
*
Rename 'cmd' to 'cmd_name' in CreatePolicyStmt
Stephen Frost
2015-08-21
*
Create new ParseExprKind for use by policy expressions.
Joe Conway
2015-07-29
*
Add missing post create and alter hooks to policy objects.
Joe Conway
2015-07-29
*
Suppress "variable may be used uninitialized" warning.
Tom Lane
2015-07-28
*
Disallow converting a table to a view if row security is present.
Joe Conway
2015-07-28
*
Create a pg_shdepend entry for each role in TO clause of policies.
Joe Conway
2015-07-28
*
Add now-required #include.
Tom Lane
2015-07-11
*
Add assign_expr_collations() to CreatePolicy() and AlterPolicy().
Joe Conway
2015-07-11
*
Make RLS related error messages more consistent and compliant.
Joe Conway
2015-07-06
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Allow CURRENT/SESSION_USER to be used in certain commands
Alvaro Herrera
2015-03-09
*
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-03-03
*
Clean up some mess in row-security patches.
Tom Lane
2015-01-24
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Rename pg_rowsecurity -> pg_policy and other fixes
Stephen Frost
2014-11-27
*
Clean up includes from RLS patch
Stephen Frost
2014-11-14
*
Fix typo in elog message.
Robert Haas
2014-10-07
*
Fix CreatePolicy, pg_dump -v; psql and doc updates
Stephen Frost
2014-10-03
*
Copy-editing of row security
Stephen Frost
2014-09-24
*
Code review for row security.
Stephen Frost
2014-09-24
*
Fix compiler warning.
Robert Haas
2014-09-22
*
Row-Level Security Policies (RLS)
Stephen Frost
2014-09-19