postgresql/src/include/catalog
Michael Paquier e5cca6288a Add support for pg_stat_reset_slru without argument
pg_stat_reset_slru currently requires an input argument, either:
- NULL to reset the SLRU counters of everything.
- A specific value to reset a single SLRU cache.

This commit adds support for a new pattern: pg_stat_reset_slru without
any argument works the same way as pg_stat_reset_slru(NULL), relying on
a DEFAULT in the function definition to handle this case.  This makes
the function more consistent with 23c8c0c8f4.

Bump catalog version.

Author: Bharath Rupireddy
Reviewed-by: Atsushi Torikoshi
Discussion: https://postgr.es/m/CALj2ACW1VizYg01EeH_cA-7qA+4NzWVAoZ5Lw9_XYO1RRHAZbA@mail.gmail.com
2023-11-14 09:50:52 +09:00
..
.gitignore Build in some knowledge about foreign-key relationships in the catalogs. 2021-02-02 17:11:55 -05:00
binary_upgrade.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
catalog.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
catversion.h Add support for pg_stat_reset_slru without argument 2023-11-14 09:50:52 +09:00
dependency.h Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00
duplicate_oids Update copyright for 2023 2023-01-02 15:00:37 -05:00
genbki.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
heap.h Catalog not-null constraints 2023-08-25 13:31:24 +02:00
index.h Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00
indexing.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
Makefile Update copyright for 2023 2023-01-02 15:00:37 -05:00
meson.build Format list of catalog files in makefile vertically 2023-08-28 06:20:56 +02:00
namespace.h Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00
objectaccess.h Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00
objectaddress.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
partition.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_aggregate.dat Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
pg_aggregate.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_am.dat Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_am.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_amop.dat Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_amop.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_amproc.dat Dissociate btequalimage() from interval_ops, ending its deduplication. 2023-10-14 16:33:51 -07:00
pg_amproc.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_attrdef.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_attribute.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_auth_members.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_authid.dat Revert MAINTAIN privilege and pg_maintain predefined role. 2023-07-07 11:25:13 -07:00
pg_authid.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_cast.dat Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_cast.h Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00
pg_class.dat Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_class.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_collation.dat Move definition of standard collations from initdb to pg_collation.dat 2023-03-29 09:45:21 +02:00
pg_collation.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_constraint.h Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00
pg_control.h Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00
pg_conversion.dat Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_conversion.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_database.dat Add support event triggers on authenticated login 2023-10-16 03:18:22 +03:00
pg_database.h Add support event triggers on authenticated login 2023-10-16 03:18:22 +03:00
pg_db_role_setting.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_default_acl.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_depend.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_description.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_enum.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_event_trigger.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_extension.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_foreign_data_wrapper.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_foreign_server.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_foreign_table.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_index.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_inherits.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_init_privs.h Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00
pg_language.dat Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_language.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_largeobject_metadata.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_largeobject.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_namespace.dat Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_namespace.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_opclass.dat Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_opclass.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_operator.dat Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_operator.h Extend ALTER OPERATOR to allow setting more optimization attributes. 2023-10-20 12:28:46 -04:00
pg_opfamily.dat Dissociate btequalimage() from interval_ops, ending its deduplication. 2023-10-14 16:33:51 -07:00
pg_opfamily.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_parameter_acl.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_partitioned_table.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_policy.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_proc.dat Add support for pg_stat_reset_slru without argument 2023-11-14 09:50:52 +09:00
pg_proc.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_publication_namespace.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_publication_rel.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_publication.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_range.dat Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_range.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_replication_origin.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_rewrite.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_seclabel.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_sequence.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_shdepend.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_shdescription.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_shseclabel.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_statistic_ext_data.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_statistic_ext.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_statistic.h C comment: adjust statistics mention 2023-10-31 11:02:04 -04:00
pg_subscription_rel.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_subscription.h Restart the apply worker if the privileges have been revoked. 2023-10-17 08:41:44 +05:30
pg_tablespace.dat Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_tablespace.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_transform.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_trigger.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_ts_config_map.dat Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_ts_config_map.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_ts_config.dat Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_ts_config.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_ts_dict.dat Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_ts_dict.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_ts_parser.dat Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_ts_parser.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_ts_template.dat Update copyright for 2023 2023-01-02 15:00:37 -05:00
pg_ts_template.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_type.dat psql: improve description consistency of \dTS data types 2023-11-13 16:26:59 -05:00
pg_type.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
pg_user_mapping.h Restructure DECLARE_INDEX arguments 2023-08-31 08:14:57 +02:00
reformat_dat_file.pl Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
renumber_oids.pl Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
storage_xlog.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
storage.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
toasting.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
unused_oids Update copyright for 2023 2023-01-02 15:00:37 -05:00