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
Michael Paquier 2fcf685f6d Fix come incorrect elog() messages in aclchk.c 3 years ago
..
.gitignore Build in some knowledge about foreign-key relationships in the catalogs. 5 years ago
Catalog.pm Make eval statement naturally proof against perltidy 3 years ago
Makefile Allow granting SET and ALTER SYSTEM privileges on GUC parameters. 4 years ago
aclchk.c Fix come incorrect elog() messages in aclchk.c 3 years ago
catalog.c Revert 56-bit relfilenode change and follow-up commits. 3 years ago
dependency.c Static assertions cleanup 3 years ago
genbki.pl Pre-beta mechanical code beautification. 4 years ago
heap.c Avoid some overhead with open and close of catalog indexes 3 years ago
index.c Revert 56-bit relfilenode change and follow-up commits. 3 years ago
indexing.c Update copyright for 2022 4 years ago
information_schema.sql Non-decimal integer literals 3 years ago
meson.build Add copyright notices to meson files 3 years ago
namespace.c Refactor aclcheck functions 3 years ago
objectaccess.c Pre-beta mechanical code beautification. 4 years ago
objectaddress.c Switch some system functions to use get_call_result_type() 3 years ago
partition.c Add 'missing_ok' argument to build_attrmap_by_name 3 years ago
pg_aggregate.c Refactor aclcheck functions 3 years ago
pg_attrdef.c Fix typos. 3 years ago
pg_cast.c Record dependencies of a cast on other casts that it requires. 3 years ago
pg_class.c Update copyright for 2022 4 years ago
pg_collation.c Remove AssertArg and AssertState 3 years ago
pg_constraint.c Fix self-referencing foreign keys with partitioned tables 3 years ago
pg_conversion.c Update copyright for 2022 4 years ago
pg_db_role_setting.c Add USER SET parameter values for pg_db_role_setting 3 years ago
pg_depend.c Avoid using list_length() to test for empty list. 3 years ago
pg_enum.c Use multi-inserts for pg_enum 3 years ago
pg_inherits.c Update copyright for 2022 4 years ago
pg_largeobject.c Update copyright for 2022 4 years ago
pg_namespace.c Update copyright for 2022 4 years ago
pg_operator.c Fix long-obsolete comment. 3 years ago
pg_parameter_acl.c Split up guc.c for better build speed and ease of maintenance. 3 years ago
pg_proc.c Add USER SET parameter values for pg_db_role_setting 3 years ago
pg_publication.c Message style improvements 3 years ago
pg_range.c Update copyright for 2022 4 years ago
pg_shdepend.c Fix bug in DROP OWNED BY. 3 years ago
pg_subscription.c Move common catalog cache access routines to lsyscache.c 3 years ago
pg_type.c In extensions, don't replace objects not belonging to the extension. 3 years ago
sql_feature_packages.txt Cleanup in SQL features files 6 years ago
sql_features.txt Non-decimal integer literals 3 years ago
storage.c Revert 56-bit relfilenode change and follow-up commits. 3 years ago
system_functions.sql Replace SQLValueFunction by COERCE_SQL_SYNTAX 3 years ago
system_views.sql pgstat: Track time of the last scan of a relation 3 years ago
toasting.c Add UNIQUE null treatment option 4 years ago