summaryrefslogtreecommitdiff
path: root/src/backend/utils/activity/pgstat.c
Commit message (Expand)AuthorAgeFilesLines
* Remove PgStat_BackendFunctionEntryMichael Paquier2023-03-161-1/+1
* pgstat: Infrastructure for more detailed IO statisticsAndres Freund2023-02-081-0/+26
* Manual cleanup and pgindent of pgstat and bufmgr related codeAndres Freund2023-01-131-1/+2
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Remove AssertArg and AssertStatePeter Eisentraut2022-10-281-4/+4
* pgstat: Prevent stats reset from corrupting slotname by removing slotnameAndres Freund2022-10-081-1/+1
* Message style improvementsPeter Eisentraut2022-09-241-1/+1
* Remove various duplicated wordsDavid Rowley2022-09-201-1/+1
* pgstat: Create memory contexts below TopMemoryContextAndres Freund2022-09-171-1/+1
* pgstat: Acquire lock when reading variable-numbered statsAndres Freund2022-08-221-0/+9
* pgstat: reduce timer overhead by leaving timer running.Andres Freund2022-07-051-1/+1
* pgstat: Mention pgstat_replslot.c in pgstat.c.Andres Freund2022-06-221-0/+1
* Align stats_fetch_consistency definition with guc.c default.Andres Freund2022-05-281-1/+1
* Remove duplicated words in comments of pgstat.c and pgstat_internal.hMichael Paquier2022-05-241-2/+2
* pgstat: Use correct lock level in pgstat_drop_all_entries().Andres Freund2022-04-161-0/+4
* pgstat: set timestamps of fixed-numbered stats after a crash.Andres Freund2022-04-141-8/+14
* fgetc() returns int, not char.Tom Lane2022-04-111-1/+1
* pgstat: add pg_stat_have_stats() test helper.Andres Freund2022-04-071-0/+10
* pgstat: add pg_stat_force_next_flush(), use it to simplify tests.Andres Freund2022-04-061-0/+23
* pgstat: move pgstat.c to utils/activity.Andres Freund2022-04-061-0/+1593