aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/policy.c
Commit message (Expand)AuthorAge
* Revise RelationBuildRowSecurity() to avoid memory leaks.Tom Lane2020-09-26
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Rename MemoryContextCopySetIdentifier() for clarityPeter Eisentraut2018-04-06
* Combine options for RangeVarGetRelidExtended() into a flags argument.Andres Freund2018-03-30
* Allow memory contexts to have both fixed and variable ident strings.Tom Lane2018-03-27
* Replace AclObjectKind with ObjectTypePeter Eisentraut2018-01-19
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Teach RemoveRoleFromObjectPolicy() about partitioned tables.Dean Rasheed2017-06-14
* Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().Tom Lane2017-02-01
* Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera2017-01-31
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Make more use of RoleSpec structPeter Eisentraut2016-12-29
* Implement table partitioning.Robert Haas2016-12-07
* Add support for restrictive RLS policiesStephen Frost2016-12-05
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* pgindent run for 9.6Robert Haas2016-06-09
* Remove various special checks around default rolesStephen Frost2016-05-06
* Reserve the "pg_" namespace for rolesStephen Frost2016-04-08
* Remove useless double calls of make_parsestate().Tom Lane2016-03-17
* Fix bogus lock release in RemovePolicyById and RemoveRoleFromObjectPolicy.Tom Lane2016-01-03
* Update copyright for 2016Bruce Momjian2016-01-02
* Handle policies during DROP OWNED BYStephen Frost2015-12-11
* Handle dependencies properly in ALTER POLICYStephen Frost2015-12-11
* Improve some messagesPeter Eisentraut2015-12-10
* RLS refactoringStephen Frost2015-09-15
* Rename 'cmd' to 'cmd_name' in CreatePolicyStmtStephen Frost2015-08-21
* Create new ParseExprKind for use by policy expressions.Joe Conway2015-07-29
* Add missing post create and alter hooks to policy objects.Joe Conway2015-07-29
* Suppress "variable may be used uninitialized" warning.Tom Lane2015-07-28
* Disallow converting a table to a view if row security is present.Joe Conway2015-07-28
* Create a pg_shdepend entry for each role in TO clause of policies.Joe Conway2015-07-28
* Add now-required #include.Tom Lane2015-07-11
* Add assign_expr_collations() to CreatePolicy() and AlterPolicy().Joe Conway2015-07-11
* Make RLS related error messages more consistent and compliant.Joe Conway2015-07-06
* pgindent run for 9.5Bruce Momjian2015-05-23
* Allow CURRENT/SESSION_USER to be used in certain commandsAlvaro Herrera2015-03-09
* Change many routines to return ObjectAddress rather than OIDAlvaro Herrera2015-03-03
* Clean up some mess in row-security patches.Tom Lane2015-01-24
* Update copyright for 2015Bruce Momjian2015-01-06
* Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost2014-11-27
* Clean up includes from RLS patchStephen Frost2014-11-14
* Fix typo in elog message.Robert Haas2014-10-07
* Fix CreatePolicy, pg_dump -v; psql and doc updatesStephen Frost2014-10-03
* Copy-editing of row securityStephen Frost2014-09-24
* Code review for row security.Stephen Frost2014-09-24
* Fix compiler warning.Robert Haas2014-09-22
* Row-Level Security Policies (RLS)Stephen Frost2014-09-19