You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/backend/catalog
Jeff Davis ad57c2a7c5 Optimize check_search_path() by using SearchPathCache. 2 years ago
..
.gitignore Build in some knowledge about foreign-key relationships in the catalogs. 5 years ago
Catalog.pm Restructure DECLARE_INDEX arguments 2 years ago
Makefile Remove distprep 2 years ago
aclchk.c Harden has_xxx_privilege() functions against concurrent object drops. 2 years ago
catalog.c Update copyright for 2023 3 years ago
dependency.c Remove useless casts to (void *) in arguments of some system functions 3 years ago
genbki.pl genbki.pl: Factor out boilerplate generation 2 years ago
heap.c Ensure we preprocess expressions before checking their volatility. 2 years ago
index.c Remove IndexInfo.ii_OpclassOptions field 2 years ago
indexing.c Pre-beta mechanical code beautification. 3 years ago
information_schema.sql Simplify information schema check constraint deparsing 2 years ago
meson.build Update copyright for 2023 3 years ago
namespace.c Optimize check_search_path() by using SearchPathCache. 2 years ago
objectaccess.c Update copyright for 2023 3 years ago
objectaddress.c Fill in more of ObjectProperty 2 years ago
partition.c Update copyright for 2023 3 years ago
pg_aggregate.c Update copyright for 2023 3 years ago
pg_attrdef.c Update copyright for 2023 3 years ago
pg_cast.c Update copyright for 2023 3 years ago
pg_class.c Update copyright for 2023 3 years ago
pg_collation.c Allow tailoring of ICU locales with custom rules 3 years ago
pg_constraint.c Disallow changing NO INHERIT status of a not-null constraint 2 years ago
pg_conversion.c Update copyright for 2023 3 years ago
pg_db_role_setting.c Revert "Add USER SET parameter values for pg_db_role_setting" 3 years ago
pg_depend.c Update copyright for 2023 3 years ago
pg_enum.c Update copyright for 2023 3 years ago
pg_inherits.c Update copyright for 2023 3 years ago
pg_largeobject.c Update copyright for 2023 3 years ago
pg_namespace.c Update copyright for 2023 3 years ago
pg_operator.c Extend ALTER OPERATOR to allow setting more optimization attributes. 2 years ago
pg_parameter_acl.c Allow ALTER SYSTEM to set unrecognized custom GUCs. 2 years ago
pg_proc.c Revert "Add USER SET parameter values for pg_db_role_setting" 3 years ago
pg_publication.c Fix various typos and incorrect/outdated name references 3 years ago
pg_range.c Update copyright for 2023 3 years ago
pg_shdepend.c Add trailing commas to enum definitions 2 years ago
pg_subscription.c Restart the apply worker if the privileges have been revoked. 2 years ago
pg_type.c Update copyright for 2023 3 years ago
sql_feature_packages.txt Update SQL features 3 years ago
sql_features.txt Add XMLText function (SQL/XML X038) 2 years ago
storage.c Remove unnecessary smgrimmedsync() when creating unlogged table. 2 years ago
system_functions.sql Add support for pg_stat_reset_slru without argument 2 years ago
system_views.sql Introduce pg_stat_checkpointer 2 years ago
toasting.c Remove IndexInfo.ii_OpclassOptions field 2 years ago