index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
pgstatfuncs.c
Age
Commit message (
Expand
)
Author
2023-04-20
Remove io prefix from pg_stat_io columns
Michael Paquier
2023-04-13
De-Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-08
Revert "Add support for Kerberos credential delegation"
Stephen Frost
2023-04-08
Handle logical slot conflicts on standby
Andres Freund
2023-04-08
Add support for Kerberos credential delegation
Stephen Frost
2023-04-08
Track IO times in pg_stat_io
Andres Freund
2023-03-31
Track shared buffer hits in pg_stat_io
Andres Freund
2023-03-27
Generate a few more functions of pgstatfuncs.c with macros
Michael Paquier
2023-03-27
Generate pg_stat_get_xact*() functions for relations using macros
Michael Paquier
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-11
Add pg_stat_io view, providing more detailed IO statistics
Andres Freund
2023-02-09
pgstat: Infrastructure for more detailed IO statistics
Andres Freund
2023-01-18
Display the leader apply worker's PID for parallel apply workers.
Amit Kapila
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-19
Expose some information about backend subxact status.
Robert Haas
2022-12-10
Fix macro definitions in pgstatfuncs.c
Michael Paquier
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-11-08
Fix initialization of pg_stat_get_lastscan()
Michael Paquier
2022-10-18
Rename SetSingleFuncCall() to InitMaterializedSRF()
Michael Paquier
2022-10-14
pgstat: Track time of the last scan of a relation
Andres Freund
2022-09-29
Use actual backend IDs in pg_stat_get_backend_idset() and friends.
Tom Lane
2022-09-05
Fix incorrect uses of Datum conversion macros
Peter Eisentraut
2022-08-25
Remove configure probe for sockaddr_in6 and require AF_INET6.
Thomas Munro
2022-07-16
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-07
Prefetch data referenced by the WAL, take II.
Thomas Munro
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: store statistics in shared memory.
Andres Freund
2022-04-07
pgstat: normalize function naming.
Andres Freund
2022-04-07
pgstat: prepare APIs used by pgstatfuncs for shared memory stats.
Andres Freund
2022-04-06
pgstat: stats collector references in comments.
Andres Freund
2022-03-28
Use has_privs_for_roles for predefined role checks
Joe Conway
2022-03-07
Create routine able to set single-call SRFs for Materialize mode
Michael Paquier
2022-03-01
Reconsider pg_stat_subscription_workers view.
Amit Kapila
2022-02-17
Remove all traces of tuplestore_donestoring() in the C code
Michael Paquier
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-11-30
Add a view to show the stats of subscription workers.
Amit Kapila
2021-11-12
Fix memory overrun when querying pg_stat_slru
Michael Paquier
2021-08-05
pgstat: split reporting/fetching of bgwriter and checkpointer stats.
Andres Freund
2021-06-30
Replace magic constants used in pg_stat_get_replication_slot().
Amit Kapila
2021-04-27
Use HTAB for replication slot statistics.
Amit Kapila
2021-04-20
adjust query id feature to use pg_stat_activity.query_id
Bruce Momjian
2021-04-16
Add information of total data processed to replication slot stats.
Amit Kapila
2021-04-14
Use NameData datatype for slotname in stats.
Amit Kapila
[next]