]> granicus.if.org Git - postgresql/history - src/backend/commands/policy.c
Replace heapam.h includes with {table, relation}.h where applicable.
[postgresql] / src / backend / commands / policy.c
2019-01-21 Andres FreundReplace heapam.h includes with {table, relation}.h...
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-09-30 Tom LaneCreate an RTE field to record the query's lock mode...
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-04-06 Peter EisentrautRename MemoryContextCopySetIdentifier() for clarity
2018-03-31 Andres FreundCombine options for RangeVarGetRelidExtended() into...
2018-03-27 Tom LaneAllow memory contexts to have both fixed and variable...
2018-01-19 Peter EisentrautReplace AclObjectKind with ObjectType
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-14 Dean RasheedTeach RemoveRoleFromObjectPolicy() about partitioned...
2017-02-01 Tom LaneProvide CatalogTupleDelete() as a wrapper around simple...
2017-01-31 Alvaro HerreraTweak catalog indexing abstraction for upcoming WARM
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-29 Peter EisentrautMake more use of RoleSpec struct
2016-12-07 Robert HaasImplement table partitioning.
2016-12-05 Stephen FrostAdd support for restrictive RLS policies
2016-08-27 Tom LaneAdd macros to make AllocSetContextCreate() calls simple...
2016-06-09 Robert Haaspgindent run for 9.6
2016-05-06 Stephen FrostRemove various special checks around default roles
2016-04-08 Stephen FrostReserve the "pg_" namespace for roles
2016-03-17 Tom LaneRemove useless double calls of make_parsestate().
2016-01-04 Tom LaneFix bogus lock release in RemovePolicyById and RemoveRo...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-11 Stephen FrostHandle policies during DROP OWNED BY
2015-12-11 Stephen FrostHandle dependencies properly in ALTER POLICY
2015-12-11 Peter EisentrautImprove some messages
2015-09-15 Stephen FrostRLS refactoring
2015-08-21 Stephen FrostRename 'cmd' to 'cmd_name' in CreatePolicyStmt
2015-07-29 Joe ConwayCreate new ParseExprKind for use by policy expressions.
2015-07-29 Joe ConwayAdd missing post create and alter hooks to policy objects.
2015-07-28 Tom LaneSuppress "variable may be used uninitialized" warning.
2015-07-28 Joe ConwayDisallow converting a table to a view if row security...
2015-07-28 Joe ConwayCreate a pg_shdepend entry for each role in TO clause...
2015-07-12 Tom LaneAdd now-required #include.
2015-07-11 Joe ConwayAdd assign_expr_collations() to CreatePolicy() and...
2015-07-07 Joe ConwayMake RLS related error messages more consistent and...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-03-09 Alvaro HerreraAllow CURRENT/SESSION_USER to be used in certain commands
2015-03-03 Alvaro HerreraChange many routines to return ObjectAddress rather...
2015-01-24 Tom LaneClean up some mess in row-security patches.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-27 Stephen FrostRename pg_rowsecurity -> pg_policy and other fixes
2014-11-14 Stephen FrostClean up includes from RLS patch
2014-10-07 Robert HaasFix typo in elog message.
2014-10-03 Stephen FrostFix CreatePolicy, pg_dump -v; psql and doc updates
2014-09-24 Stephen FrostCopy-editing of row security
2014-09-24 Stephen FrostCode review for row security.
2014-09-22 Robert HaasFix compiler warning.
2014-09-19 Stephen FrostRow-Level Security Policies (RLS)