Commits
Showing commits that first shipped in 14 (backpatches included). Clear
| Date | Subject | Author | Releases |
|---|---|---|---|
| 2025-07-11 | Fix inconsistent quoting of role names in ACLs. | Tom Lane | 14.19 |
| 2022-09-28 | Change some errdetail() to errdetail_internal() | Alvaro Herrera | 14.6 |
| 2021-05-12 | Initial pgindent and pgperltidy run for v14. | Tom Lane | 14.0 |
| 2021-04-10 | Standardize pg_authid oid_symbol values. | Noah Misch | 14.0 |
| 2021-04-01 | Rename Default Roles to Predefined Roles | Stephen Frost | 14.0 |
| 2021-03-31 | Fix has_column_privilege function corner case | Joe Conway | 14.0 |
| 2021-03-26 | Add "pg_database_owner" default role. | Noah Misch | 14.0 |
| 2021-03-26 | Merge similar algorithms into roles_is_member_of(). | Noah Misch | 14.0 |
| 2021-01-02 | Update copyright for 2021 | Bruce Momjian | 14.0 |
| 2020-12-25 | Invalidate acl.c caches when pg_authid changes. | Noah Misch | 14.0 |
| 2020-09-17 | Allow CURRENT_ROLE where CURRENT_USER is accepted | Peter Eisentraut | 14.0 |