index
:
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
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
catalog
/
objectaddress.c
Age
Commit message (
Expand
)
Author
2025-04-04
Extend ALTER DEFAULT PRIVILEGES to define default privileges for large objects.
Fujii Masao
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-28
In REASSIGN OWNED of a database, lock the tuple as mandated.
Noah Misch
2024-12-07
Make getObjectDescription robust against dangling amproc type links.
Tom Lane
2024-11-15
Add an assertion in get_object_address()
Peter Eisentraut
2024-07-10
Extend pg_get_acl() to handle sub-object IDs
Michael Paquier
2024-07-04
Add pg_get_acl() to get the ACL for a database object
Michael Paquier
2024-03-26
Remove ObjectClass type
Peter Eisentraut
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-10-30
Fill in more of ObjectProperty
Peter Eisentraut
2023-08-31
Correct ObjectProperty entry for transforms
Peter Eisentraut
2023-03-25
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-17
Improve several permission-related error messages.
Peter Eisentraut
2023-02-13
Fix object identity string for transforms
Alvaro Herrera
2023-01-10
Restrict the privileges of CREATEROLE users.
Robert Haas
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-27
Convert the reg* input functions to report (most) errors softly.
Tom Lane
2022-12-21
Switch some system functions to use get_call_result_type()
Michael Paquier
2022-11-17
Update some more ObjectType switch statements to not have default
Peter Eisentraut
2022-11-13
Refactor ownercheck functions
Peter Eisentraut
2022-11-08
Unify some internal error message wordings
Peter Eisentraut
2022-09-21
Tighten pg_get_object_address argument checking
Peter Eisentraut
2022-08-18
Ensure that pg_auth_members.grantor is always valid.
Robert Haas
2022-08-17
Avoid using list_length() to test for empty list.
Tom Lane
2022-07-13
Use list_copy_head() instead of list_truncate(list_copy(...), ...)
David Rowley
2022-07-01
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-07
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-06
Allow granting SET and ALTER SYSTEM privileges on GUC parameters.
Tom Lane
2022-03-24
Add decoding of sequences to built-in replication
Tomas Vondra
2022-03-21
Move pg_attrdef manipulation code into new file catalog/pg_attrdef.c.
Tom Lane
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-10-27
Allow publishing the tables of schema.
Amit Kapila
2021-09-09
Remove Value node struct
Peter Eisentraut
2021-09-09
Remove useless casts
Peter Eisentraut
2021-08-31
Fix lookup error in extended stats ownership check
Tomas Vondra
2021-06-12
Simplify some code in getObjectTypeDescription()
Michael Paquier
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-04-28
Fix use-after-release issue with pg_identify_object_as_address()
Michael Paquier
2021-04-28
Fix pg_identify_object_as_address() with event triggers
Michael Paquier
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-11-14
Fix some typos
Michael Paquier
2020-11-07
Move catalog index declarations
Peter Eisentraut
2020-09-28
Minor mop-up for List improvements.
Tom Lane
2020-07-15
Eliminate cache lookup errors in SQL functions for object addresses
Michael Paquier
2020-06-09
Unify drop-by-OID functions
Peter Eisentraut
2020-03-10
Remove utils/acl.h from catalog/objectaddress.h
Peter Eisentraut
2020-03-07
Fix typo
Peter Eisentraut
2020-03-04
Introduce macros for typalign and typstorage constants.
Tom Lane
[next]