postgresql/src/backend/catalog
Peter Eisentraut 0c60e8ba80 Fill in more of ObjectProperty
Fill in .objtype field where an appropriate value exists.

These cases are currently not used (see also comments at
get_object_type()), but we might as well fill in what's possible in
case additional uses arise.

Discussion: https://www.postgresql.org/message-id/flat/75ae5875-3abc-dafc-8aec-73247ed41cde@eisentraut.org
2023-10-30 06:08:53 -04:00
..
.gitignore Build in some knowledge about foreign-key relationships in the catalogs. 2021-02-02 17:11:55 -05:00
aclchk.c Harden has_xxx_privilege() functions against concurrent object drops. 2023-10-14 14:49:50 -04:00
catalog.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
Catalog.pm Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
dependency.c Remove useless casts to (void *) in arguments of some system functions 2023-02-07 06:57:59 +01:00
genbki.pl genbki.pl: Factor out boilerplate generation 2023-08-31 10:21:34 +02:00
heap.c Add some const qualifiers 2023-09-26 11:28:57 +01:00
index.c Remove IndexInfo.ii_OpclassOptions field 2023-10-03 17:51:02 +02:00
indexing.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
information_schema.sql Simplify information schema check constraint deparsing 2023-09-22 07:43:26 +02:00
Makefile Format list of catalog files in makefile vertically 2023-08-28 06:20:56 +02:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00
namespace.c Harden xxx_is_visible() functions against concurrent object drops. 2023-10-14 16:13:11 -04:00
objectaccess.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
objectaddress.c Fill in more of ObjectProperty 2023-10-30 06:08:53 -04:00
partition.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_aggregate.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_attrdef.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_cast.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_class.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_collation.c Allow tailoring of ICU locales with custom rules 2023-03-08 16:56:37 +01:00
pg_constraint.c Disallow changing NO INHERIT status of a not-null constraint 2023-08-29 19:19:24 +02:00
pg_conversion.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_db_role_setting.c Revert "Add USER SET parameter values for pg_db_role_setting" 2023-05-17 20:28:57 +03:00
pg_depend.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_enum.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_inherits.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_largeobject.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_namespace.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_operator.c Extend ALTER OPERATOR to allow setting more optimization attributes. 2023-10-20 12:28:46 -04:00
pg_parameter_acl.c Allow ALTER SYSTEM to set unrecognized custom GUCs. 2023-10-21 13:35:19 -04:00
pg_proc.c Revert "Add USER SET parameter values for pg_db_role_setting" 2023-05-17 20:28:57 +03:00
pg_publication.c Fix various typos and incorrect/outdated name references 2023-04-19 13:50:33 +12:00
pg_range.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_shdepend.c Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00
pg_subscription.c Restart the apply worker if the privileges have been revoked. 2023-10-17 08:41:44 +05:30
pg_type.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
sql_feature_packages.txt Update SQL features 2023-05-02 10:59:21 +02:00
sql_features.txt Update SQL features 2023-05-02 10:59:21 +02:00
storage.c Remove unnecessary smgrimmedsync() when creating unlogged table. 2023-09-15 17:29:37 +03:00
system_functions.sql Add flush option to pg_logical_emit_message() 2023-10-18 11:24:59 +09:00
system_views.sql Introduce pg_stat_checkpointer 2023-10-30 09:47:16 +09:00
toasting.c Remove IndexInfo.ii_OpclassOptions field 2023-10-03 17:51:02 +02:00