postgresql/src/backend/catalog
Andres Freund 8363102009 pgstat: introduce pgstat_relation_should_count().
A later commit will make the check more complicated than the
current (rel)->pgstat_info != NULL. It also just seems nicer to have a central
copy of the logic, even while still simple.

Author: Andres Freund <andres@anarazel.de>
Discussion: https://postgr.es/m/20220303021600.hs34ghqcw6zcokdh@alap3.anarazel.de
2022-03-20 19:12:09 -07:00
..
.gitignore Build in some knowledge about foreign-key relationships in the catalogs. 2021-02-02 17:11:55 -05:00
Catalog.pm Update copyright for 2022 2022-01-07 19:04:57 -05:00
Makefile Correct Makefile dependencies for catalog scripts 2022-02-14 09:07:09 +07:00
aclchk.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
catalog.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
dependency.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
genbki.pl Update copyright for 2022 2022-01-07 19:04:57 -05:00
heap.c pg_upgrade: Preserve relfilenodes and tablespace OIDs. 2022-01-17 13:40:27 -05:00
index.c pgstat: introduce pgstat_relation_should_count(). 2022-03-20 19:12:09 -07:00
indexing.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
information_schema.sql Add UNIQUE null treatment option 2022-02-03 11:48:21 +01:00
namespace.c Fix temporary object cleanup failing due to toast access without snapshot. 2022-02-21 08:57:34 -08:00
objectaccess.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
objectaddress.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
partition.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
pg_aggregate.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
pg_cast.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
pg_class.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
pg_collation.c Add option to use ICU as global locale provider 2022-03-17 11:13:16 +01:00
pg_constraint.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
pg_conversion.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
pg_db_role_setting.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
pg_depend.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
pg_enum.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
pg_inherits.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
pg_largeobject.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
pg_namespace.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
pg_operator.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
pg_proc.c Parse/analyze function renaming 2022-03-04 14:50:22 +01:00
pg_publication.c Fix publish_as_relid with multiple publications 2022-03-16 18:05:58 +01:00
pg_range.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
pg_shdepend.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
pg_subscription.c Optionally disable subscriptions on error. 2022-03-14 09:32:40 +05:30
pg_type.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
sql_feature_packages.txt Cleanup in SQL features files 2020-03-28 08:46:18 +01:00
sql_features.txt Add UNIQUE null treatment option 2022-02-03 11:48:21 +01:00
storage.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
system_functions.sql Fix catalog data of pg_stop_backup(), labelled v2 2022-03-03 10:51:57 +09:00
system_views.sql Optionally disable subscriptions on error. 2022-03-14 09:32:40 +05:30
toasting.c Add UNIQUE null treatment option 2022-02-03 11:48:21 +01:00