postgresql/src/backend/catalog
Peter Eisentraut 64b787656d Add some const qualifiers
There was a mismatch between the const qualifiers for
excludeDirContents in src/backend/backup/basebackup.c and
src/bin/pg_rewind/filemap.c, which led to a quick search for similar
cases.  We should make excludeDirContents match, but the rest of the
changes seem like a good idea as well.

Author: David Steele <david@pgmasters.net>
Discussion: https://www.postgresql.org/message-id/flat/669a035c-d23d-2f38-7ff0-0cb93e01d610@pgmasters.net
2023-09-26 11:28:57 +01:00
..
.gitignore Build in some knowledge about foreign-key relationships in the catalogs. 2021-02-02 17:11:55 -05:00
Catalog.pm Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
Makefile Format list of catalog files in makefile vertically 2023-08-28 06:20:56 +02:00
aclchk.c Revert MAINTAIN privilege and pg_maintain predefined role. 2023-07-07 11:25:13 -07:00
catalog.c Update copyright for 2023 2023-01-02 15:00:37 -05: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 unused include 2023-09-26 07:56:41 +01: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
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00
namespace.c Add const decorations 2023-08-23 06:39:39 +02:00
objectaccess.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
objectaddress.c Correct ObjectProperty entry for transforms 2023-08-31 11:11:59 +02: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 Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
pg_parameter_acl.c Update copyright for 2023 2023-01-02 15:00:37 -05: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 Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
pg_subscription.c Add a run_as_owner option to subscriptions. 2023-04-04 12:03:03 -04:00
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 back SQLValueFunction for SQL keywords 2023-05-17 10:19:17 +09:00
system_views.sql Add worker type to pg_stat_subscription. 2023-09-25 14:12:43 -07:00
toasting.c Rename some function arguments for better clarity 2023-08-23 06:39:39 +02:00