index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
acl.c
Age
Commit message (
Expand
)
Author
2023-04-20
Fix incorrect function name reference
David Rowley
2023-04-18
Fix various typos
David Rowley
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-14
Convert a few more datatype input functions to report errors softly.
Tom Lane
2022-12-14
Add grantable MAINTAIN privilege and pg_maintain role.
Jeff Davis
2022-11-28
Provide per-table permissions for vacuum and analyze.
Andrew Dunstan
2022-11-24
Fix some 32-bit shift warnings in MSVC
David Rowley
2022-11-18
Add a SET option to the GRANT command.
Robert Haas
2022-11-13
Refactor aclcheck functions
Peter Eisentraut
2022-11-08
Unify some internal error message wordings
Peter Eisentraut
2022-09-28
Change some errdetail() to errdetail_internal()
Alvaro Herrera
2022-08-31
Fix a bug in roles_is_member_of.
Robert Haas
2022-08-25
Allow grant-level control of role inheritance behavior.
Robert Haas
2022-08-22
Make role grant system more consistent with other privileges.
Robert Haas
2022-07-16
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-03
Allow makeaclitem() to accept multiple privilege names.
Tom Lane
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-06
Allow granting SET and ALTER SYSTEM privileges on GUC parameters.
Tom Lane
2022-03-28
Use has_privs_for_roles for predefined role checks
Joe Conway
2022-03-28
Remove the ability of a role to administer itself.
Robert Haas
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-04-10
Standardize pg_authid oid_symbol values.
Noah Misch
2021-04-01
Rename Default Roles to Predefined Roles
Stephen Frost
2021-03-31
Fix has_column_privilege function corner case
Joe Conway
2021-03-26
Add "pg_database_owner" default role.
Noah Misch
2021-03-26
Merge similar algorithms into roles_is_member_of().
Noah Misch
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-25
Invalidate acl.c caches when pg_authid changes.
Noah Misch
2020-09-17
Allow CURRENT_ROLE where CURRENT_USER is accepted
Peter Eisentraut
2020-04-23
Remove ACLDEBUG #define and associated code.
Tom Lane
2020-02-27
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-07
Add reusable routine for making arrays unique.
Thomas Munro
2019-08-16
Don't include utils/array.h from acl.h.
Andres Freund
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-03-11
Move hash_any prototype from access/hash.h to utils/hashutils.h
Alvaro Herrera
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-21
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-10-02
Fix corner-case failures in has_foo_privilege() family of functions.
Tom Lane
2018-09-24
Document aclitem functions and operators
Joe Conway
2018-05-01
Clean up warnings from -Wimplicit-fallthrough.
Tom Lane
2018-01-19
Replace GrantObjectType with ObjectType
Peter Eisentraut
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-11-26
Make has_sequence_privilege support WITH GRANT OPTION
Joe Conway
2017-10-11
Doc: fix missing explanation of default object privileges.
Tom Lane
2017-09-01
Introduce 64-bit hash functions with a 64-bit seed.
Robert Haas
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
[next]