index
:
delta/postgresql.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
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
acl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
1
-3
/
+3
*
Standardize pg_authid oid_symbol values.
Noah Misch
2021-04-10
1
-3
/
+3
*
Rename Default Roles to Predefined Roles
Stephen Frost
2021-04-01
1
-2
/
+2
*
Fix has_column_privilege function corner case
Joe Conway
2021-03-31
1
-33
/
+15
*
Add "pg_database_owner" default role.
Noah Misch
2021-03-26
1
-2
/
+42
*
Merge similar algorithms into roles_is_member_of().
Noah Misch
2021-03-26
1
-165
/
+59
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Invalidate acl.c caches when pg_authid changes.
Noah Misch
2020-12-25
1
-3
/
+6
*
Allow CURRENT_ROLE where CURRENT_USER is accepted
Peter Eisentraut
2020-09-17
1
-0
/
+2
*
Remove ACLDEBUG #define and associated code.
Tom Lane
2020-04-23
1
-8
/
+0
*
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2020-02-27
1
-1
/
+1
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
1
-3
/
+2
*
Add reusable routine for making arrays unique.
Thomas Munro
2019-11-07
1
-11
/
+4
*
Don't include utils/array.h from acl.h.
Andres Freund
2019-08-16
1
-0
/
+1
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
1
-3
/
+3
*
Move hash_any prototype from access/hash.h to utils/hashutils.h
Alvaro Herrera
2019-03-11
1
-1
/
+1
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
1
-2
/
+3
*
Fix corner-case failures in has_foo_privilege() family of functions.
Tom Lane
2018-10-02
1
-10
/
+85
*
Document aclitem functions and operators
Joe Conway
2018-09-24
1
-2
/
+1
*
Clean up warnings from -Wimplicit-fallthrough.
Tom Lane
2018-05-01
1
-0
/
+1
*
Replace GrantObjectType with ObjectType
Peter Eisentraut
2018-01-19
1
-29
/
+29
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Make has_sequence_privilege support WITH GRANT OPTION
Joe Conway
2017-11-26
1
-0
/
+3
*
Doc: fix missing explanation of default object privileges.
Tom Lane
2017-10-11
1
-1
/
+3
*
Introduce 64-bit hash functions with a 64-bit seed.
Robert Haas
2017-08-31
1
-0
/
+15
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-5
/
+5
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-2
/
+2
*
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-12
1
-130
/
+130
*
Collect duplicate copies of oid_cmp()
Peter Eisentraut
2017-03-01
1
-19
/
+1
*
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
1
-0
/
+1
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Make more use of RoleSpec struct
Peter Eisentraut
2016-12-29
1
-22
/
+6
*
Message style improvements
Peter Eisentraut
2016-07-25
1
-2
/
+2
*
pgindent run for 9.6
Robert Haas
2016-06-09
1
-2
/
+2
*
Reserve the "pg_" namespace for roles
Stephen Frost
2016-04-08
1
-0
/
+39
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
1
-2
/
+2
*
Add new OID alias type regrole
Andrew Dunstan
2015-05-09
1
-1
/
+1
*
Allow CURRENT/SESSION_USER to be used in certain commands
Alvaro Herrera
2015-03-09
1
-1
/
+115
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Revert "Use a bitmask to represent role attributes"
Alvaro Herrera
2014-12-23
1
-182
/
+18
*
Use a bitmask to represent role attributes
Alvaro Herrera
2014-12-23
1
-18
/
+182
*
Row-Level Security Policies (RLS)
Stephen Frost
2014-09-19
1
-2
/
+1
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-10
/
+11
*
Shore up ADMIN OPTION restrictions.
Noah Misch
2014-02-17
1
-10
/
+40
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
1
-0
/
+1
[next]