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
/
include
/
pgstat.h
Age
Commit message (
Expand
)
Author
2024-10-02
Fix inconsistent reporting of checkpointer stats.
Fujii Masao
2024-09-30
Add num_done counter to the pg_stat_checkpointer view.
Fujii Masao
2024-09-18
Extend PgStat_HashKey.objid from 4 to 8 bytes
Michael Paquier
2024-09-04
Collect statistics about conflicts in logical replication.
Amit Kapila
2024-08-04
Introduce pluggable APIs for Cumulative Statistics
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-11
Add a new 'F' entry type for fixed-numbered stats in pgstats file
Michael Paquier
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-24
Enhance checkpointer restartpoint statistics
Alexander Korotkov
2023-12-16
Refactor pgstat_prepare_io_time() with an input argument instead of a GUC
Michael Paquier
2023-10-30
Introduce pg_stat_checkpointer
Michael Paquier
2023-10-27
Remove buffers_backend and buffers_backend_fsync from pg_stat_checkpointer
Michael Paquier
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-05-17
Add writeback to pg_stat_io
Andres Freund
2023-04-13
Harmonize some more function parameter names.
Peter Geoghegan
2023-04-08
Handle logical slot conflicts on standby
Andres Freund
2023-04-08
Track IO times in pg_stat_io
Andres Freund
2023-04-05
bufmgr: Introduce infrastructure for faster relation extension
Andres Freund
2023-03-31
Bump PGSTAT_FILE_FORMAT_ID, omitted in 8aaa04b32d7
Andres Freund
2023-03-31
Track shared buffer hits in pg_stat_io
Andres Freund
2023-03-30
pg_stat_wal: Accumulate time as instr_time instead of microseconds
Andres Freund
2023-03-23
Rename fields in pgstat structures for functions and relations
Michael Paquier
2023-03-23
Count updates that move row to a new page.
Peter Geoghegan
2023-03-16
Remove PgStat_BackendFunctionEntry
Michael Paquier
2023-02-27
Suppress compiler warnings in new pgstats code.
Tom Lane
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-12-07
Generate pg_stat_get*() functions for databases using macros
Michael Paquier
2022-12-06
Generate pg_stat_get*() functions for tables using macros
Michael Paquier
2022-10-14
pgstat: Track time of the last scan of a relation
Andres Freund
2022-10-08
pgstat: Prevent stats reset from corrupting slotname by removing slotname
Andres Freund
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-04-08
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-04-07
pgstat: add pg_stat_have_stats() test helper.
Andres Freund
2022-04-07
pgstat: add pg_stat_force_next_flush(), use it to simplify tests.
Andres Freund
2022-04-07
pgstat: remove stats_temp_directory.
Andres Freund
2022-04-07
pgstat: store statistics in shared memory.
Andres Freund
2022-04-07
pgstat: normalize function naming.
Andres Freund
2022-04-07
pgstat: revise replication slot API in preparation for shared memory stats.
Andres Freund
2022-04-07
pgstat: scaffolding for transactional stats creation / drop.
Andres Freund
2022-04-07
pgstat: prepare APIs used by pgstatfuncs for shared memory stats.
Andres Freund
2022-04-07
pgstat: introduce PgStat_Kind enum.
Andres Freund
2022-04-06
pgstat: add pgstat_copy_relation_stats().
Andres Freund
2022-04-06
pgstat: rename some pgstat_send_* functions to pgstat_report_*.
Andres Freund
2022-04-06
pgstat: stats collector references in comments.
Andres Freund
2022-04-06
pgstat: move transactional code into pgstat_xact.c.
Andres Freund
2022-04-06
pgstat: move pgstat_report_autovac() to pgstat_database.c.
Andres Freund
2022-04-04
pgstat: remove some superflous comments from pgstat.h.
Andres Freund
[next]