Commits

Showing commits that first shipped in 16 (backpatches included). Clear

DateSubjectAuthorReleases
2026-06-08 Remove inappropriate translation marker in getObjectIdentityParts(). Tom Lane 16 (unreleased)
2024-12-28 In REASSIGN OWNED of a database, lock the tuple as mandated. Noah Misch 16.7
2024-12-07 Make getObjectDescription robust against dangling amproc type links. Tom Lane 16.7
2023-03-25 Add SysCacheGetAttrNotNull for guaranteed not-null attrs Daniel Gustafsson 16.0
2023-03-17 Improve several permission-related error messages. Peter Eisentraut 16.0
2023-02-13 Fix object identity string for transforms Alvaro Herrera 16.0
2023-01-10 Restrict the privileges of CREATEROLE users. Robert Haas 16.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-12-27 Convert the reg* input functions to report (most) errors softly. Tom Lane 16.0
2022-12-21 Switch some system functions to use get_call_result_type() Michael Paquier 16.0
2022-11-17 Update some more ObjectType switch statements to not have default Peter Eisentraut 16.0
2022-11-13 Refactor ownercheck functions Peter Eisentraut 16.0
2022-11-08 Unify some internal error message wordings Peter Eisentraut 16.0
2022-09-21 Tighten pg_get_object_address argument checking Peter Eisentraut 16.0
2022-08-18 Ensure that pg_auth_members.grantor is always valid. Robert Haas 16.0
2022-08-17 Avoid using list_length() to test for empty list. Tom Lane 16.0
2022-07-13 Use list_copy_head() instead of list_truncate(list_copy(...), ...) David Rowley 16.0
2022-07-01 Add construct_array_builtin, deconstruct_array_builtin Peter Eisentraut 16.0