summaryrefslogtreecommitdiff
path: root/src/backend/commands/policy.c
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-13Refactor ownercheck functionsPeter Eisentraut
2022-07-01Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut
2022-01-08Update copyright for 2022Bruce Momjian
2021-06-25Remove unnecessary failure cases in RemoveRoleFromObjectPolicy().Tom Lane
2021-06-18Fix misbehavior of DROP OWNED BY with duplicate polroles entries.Tom Lane
2021-06-18Centralize the logic for protective copying of utility statements.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-09-26Revise RelationBuildRowSecurity() to avoid memory leaks.Tom Lane
2020-03-04Introduce macros for typalign and typstorage constants.Tom Lane
2020-01-02Make parser rely more heavily on the ParseNamespaceItem data structure.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-26Revert "Rename files and headers related to index AM"Michael Paquier
2019-12-25Rename files and headers related to index AMMichael Paquier
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-01-21Replace uses of heap_open et al with the corresponding table_* function.Andres Freund
2019-01-21Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-09-30Create an RTE field to record the query's lock mode for each relation.Tom Lane
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-06Rename MemoryContextCopySetIdentifier() for clarityPeter Eisentraut
2018-03-31Combine options for RangeVarGetRelidExtended() into a flags argument.Andres Freund
2018-03-27Allow memory contexts to have both fixed and variable ident strings.Tom Lane
2018-01-19Replace AclObjectKind with ObjectTypePeter Eisentraut
2018-01-03Update copyright for 2018Bruce Momjian
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-14Teach RemoveRoleFromObjectPolicy() about partitioned tables.Dean Rasheed
2017-02-01Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().Tom Lane
2017-01-31Tweak catalog indexing abstraction for upcoming WARMAlvaro Herrera
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-29Make more use of RoleSpec structPeter Eisentraut
2016-12-07Implement table partitioning.Robert Haas
2016-12-05Add support for restrictive RLS policiesStephen Frost
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-06-09pgindent run for 9.6Robert Haas
2016-05-06Remove various special checks around default rolesStephen Frost
2016-04-08Reserve the "pg_" namespace for rolesStephen Frost
2016-03-17Remove useless double calls of make_parsestate().Tom Lane
2016-01-04Fix bogus lock release in RemovePolicyById and RemoveRoleFromObjectPolicy.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-11Handle policies during DROP OWNED BYStephen Frost
2015-12-11Handle dependencies properly in ALTER POLICYStephen Frost
2015-12-11Improve some messagesPeter Eisentraut
2015-09-15RLS refactoringStephen Frost