index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
activity
/
pgstat.c
Age
Commit message (
Expand
)
Author
31 hours
Fix performance regression with flush of pending fixed-numbered stats
Michael Paquier
2025-05-03
Fix memory allocation/copy mistakes.
Etsuro Fujita
2025-04-24
Add sanity check for dshash entries when reading pgstats file
Michael Paquier
2025-04-23
Remove assertion based on pending_since in pgstat_report_stat()
Michael Paquier
2025-04-06
Use "(void)" to mark pgstat_lock_entry(..., false) calls.
Tom Lane
2025-03-29
Use PRI?64 instead of "ll?" in format strings (continued).
Peter Eisentraut
2025-03-16
Revert "Add redo LSN to pgstats files"
Michael Paquier
2025-01-21
Rework handling of pending data for backend statistics
Michael Paquier
2025-01-21
Rename some pgstats callbacks related to flush of entries
Michael Paquier
2025-01-10
Refactor some code related to backend statistics
Michael Paquier
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-19
Add backend-level statistics to pgstats
Michael Paquier
2024-12-17
Tweak some comments related to variable-numbered stats in pgstat.c
Michael Paquier
2024-12-09
Improve comment about dropped entries in pgstat.c
Michael Paquier
2024-11-22
Add write_to_file to PgStat_KindInfo for pgstats kinds
Michael Paquier
2024-11-05
Clear padding of PgStat_HashKey when handling pgstats entries
Michael Paquier
2024-10-27
Remove unused #include's from backend .c files
Peter Eisentraut
2024-09-18
Extend PgStat_HashKey.objid from 4 to 8 bytes
Michael Paquier
2024-09-09
Add callbacks to control flush of fixed-numbered stats
Michael Paquier
2024-09-05
Add callback for backend initialization in pgstats
Michael Paquier
2024-09-05
Fix two NULL pointer dereferences when reading custom pgstats from file
Michael Paquier
2024-08-04
Introduce pluggable APIs for Cumulative Statistics
Michael Paquier
2024-08-03
Fix incorrect format placeholders in pgstat.c
Michael Paquier
2024-08-01
Switch PgStat_Kind from an enum to a uint32 type
Michael Paquier
2024-08-01
Add redo LSN to pgstats files
Michael Paquier
2024-07-30
Add more debugging information when failing to read pgstats files
Michael Paquier
2024-07-17
Make write of pgstats file durable at shutdown
Michael Paquier
2024-07-12
Add assertion in pgstat_write_statsfile() about processes allowed
Michael Paquier
2024-07-12
Improve comment of pgstat_read_statsfile()
Michael Paquier
2024-07-11
Add a new 'F' entry type for fixed-numbered stats in pgstats file
Michael Paquier
2024-07-11
Add PgStat_KindInfo.init_shmem_cb
Michael Paquier
2024-07-09
Use pgstat_kind_infos to write fixed shared statistics
Michael Paquier
2024-07-03
Replace hardcoded identifiers of pgstats file by #defines
Michael Paquier
2024-07-01
Use pgstat_kind_infos to read fixed shared statistics
Michael Paquier
2024-07-01
Remove PgStat_KindInfo.named_on_disk
Michael Paquier
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-02-01
Fix stats_fetch_consistency with stats for fixed-numbered objects
Michael Paquier
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-06-12
Report stats when replaying XLOG_RUNNING_XACTS
Andres Freund
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-10
Fix assertion failure when updating stats_fetch_consistency in a transaction
Michael Paquier
2023-03-16
Remove PgStat_BackendFunctionEntry
Michael Paquier
2023-02-09
pgstat: Infrastructure for more detailed IO statistics
Andres Freund
2023-01-13
Manual cleanup and pgindent of pgstat and bufmgr related code
Andres Freund
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-10-28
Remove AssertArg and AssertState
Peter Eisentraut
2022-10-08
pgstat: Prevent stats reset from corrupting slotname by removing slotname
Andres Freund
2022-09-24
Message style improvements
Peter Eisentraut
2022-09-19
Remove various duplicated words
David Rowley
2022-09-17
pgstat: Create memory contexts below TopMemoryContext
Andres Freund
[next]