index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
policy.c
Age
Commit message (
Expand
)
Author
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-14
Teach RemoveRoleFromObjectPolicy() about partitioned tables.
Dean Rasheed
2017-02-01
Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().
Tom Lane
2017-01-31
Tweak catalog indexing abstraction for upcoming WARM
Alvaro Herrera
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-29
Make more use of RoleSpec struct
Peter Eisentraut
2016-12-07
Implement table partitioning.
Robert Haas
2016-12-05
Add support for restrictive RLS policies
Stephen Frost
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-06-09
pgindent run for 9.6
Robert Haas
2016-05-06
Remove various special checks around default roles
Stephen Frost
2016-04-08
Reserve the "pg_" namespace for roles
Stephen Frost
2016-03-17
Remove useless double calls of make_parsestate().
Tom Lane
2016-01-04
Fix bogus lock release in RemovePolicyById and RemoveRoleFromObjectPolicy.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-11
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-09-15
RLS refactoring
Stephen Frost
2015-08-21
Rename 'cmd' to 'cmd_name' in CreatePolicyStmt
Stephen Frost
2015-07-29
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-28
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-12
Add now-required #include.
Tom Lane
2015-07-11
Add assign_expr_collations() to CreatePolicy() and AlterPolicy().
Joe Conway
2015-07-07
Make RLS related error messages more consistent and compliant.
Joe Conway
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-03-09
Allow CURRENT/SESSION_USER to be used in certain commands
Alvaro Herrera
2015-03-03
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-01-24
Clean up some mess in row-security patches.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-11-27
Rename pg_rowsecurity -> pg_policy and other fixes
Stephen Frost
2014-11-14
Clean up includes from RLS patch
Stephen Frost
2014-10-07
Fix typo in elog message.
Robert Haas
2014-10-03
Fix CreatePolicy, pg_dump -v; psql and doc updates
Stephen Frost
2014-09-24
Copy-editing of row security
Stephen Frost
2014-09-24
Code review for row security.
Stephen Frost
2014-09-22
Fix compiler warning.
Robert Haas
2014-09-19
Row-Level Security Policies (RLS)
Stephen Frost