index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
pgstat.h
Commit message (
Expand
)
Author
Age
*
Fix performance regression from session statistics.
Andres Freund
2021-09-16
*
Revert analyze support for partitioned tables
Alvaro Herrera
2021-08-16
*
Fix issues in pg_stat_wal.
Fujii Masao
2021-05-19
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Revert recovery prefetching feature.
Thomas Munro
2021-05-10
*
Use HTAB for replication slot statistics.
Amit Kapila
2021-04-27
*
Fix test case added by commit f5fc2f5b23.
Amit Kapila
2021-04-19
*
Add information of total data processed to replication slot stats.
Amit Kapila
2021-04-16
*
Use NameData datatype for slotname in stats.
Amit Kapila
2021-04-14
*
Optionally prefetch referenced data in recovery.
Thomas Munro
2021-04-08
*
autovacuum: handle analyze for partitioned tables
Alvaro Herrera
2021-04-08
*
Split backend status and progress related functionality out of pgstat.c.
Andres Freund
2021-04-03
*
Split wait event related code from pgstat.[ch] into wait_event.[ch].
Andres Freund
2021-04-02
*
Fix pgstat_report_replslot() to use proper data types for its arguments.
Fujii Masao
2021-04-02
*
Add support for asynchronous execution.
Etsuro Fujita
2021-03-31
*
Rename wait event WalrcvExit to WalReceiverExit.
Fujii Masao
2021-03-24
*
Change the type of WalReceiverWaitStart wait event from Client to IPC.
Fujii Masao
2021-03-23
*
Revert "Fix race in Parallel Hash Join batch cleanup."
Thomas Munro
2021-03-18
*
Update the names of Parallel Hash Join phases.
Thomas Munro
2021-03-17
*
Add condition variable for walreceiver shutdown.
Thomas Munro
2021-03-12
*
Replace buffer I/O locks with condition variables.
Thomas Munro
2021-03-11
*
Track total amounts of times spent writing and syncing WAL data to disk.
Fujii Masao
2021-03-09
*
Remove support for SSL compression
Michael Paquier
2021-03-09
*
Bump PGSTAT_FILE_FORMAT_ID
Magnus Hagander
2021-01-18
*
Add pg_stat_database counters for sessions and session time
Magnus Hagander
2021-01-17
*
Report progress of COPY commands
Tomas Vondra
2021-01-06
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Revert "Add key management system" (978f869b99) & later commits
Bruce Momjian
2020-12-27
*
Add key management system
Bruce Momjian
2020-12-25
*
Track total number of WAL records, FPIs and bytes generated in the cluster.
Fujii Masao
2020-12-02
*
Track statistics for streaming of changes from ReorderBuffer.
Amit Kapila
2020-10-29
*
Track statistics for spilling of changes from ReorderBuffer.
Amit Kapila
2020-10-08
*
Add pg_stat_wal statistics view.
Fujii Masao
2020-10-02
*
Add support for streaming to built-in logical replication.
Amit Kapila
2020-09-03
*
Extend the BufFile interface.
Amit Kapila
2020-08-26
*
Improve server code to read files as part of a base backup.
Robert Haas
2020-06-17
*
Mop-up for wait event naming issues.
Tom Lane
2020-05-16
*
Improve management of SLRU statistics collection.
Tom Lane
2020-05-13
*
Add wait events for recovery conflicts.
Fujii Masao
2020-04-03
*
Collect statistics about SLRU caches
Tomas Vondra
2020-04-02
*
Trigger autovacuum based on number of INSERTs
David Rowley
2020-03-28
*
Report wait event for cost-based vacuum delay.
Andres Freund
2020-03-23
*
Add wait events for WAL archive and recovery pause.
Fujii Masao
2020-03-24
*
Rename the recovery-related wait events.
Fujii Masao
2020-03-19
*
Unify several ways to tracking backend type
Peter Eisentraut
2020-03-13
*
Report progress of streaming base backup.
Fujii Masao
2020-03-03
*
Add description about GSSOpenServer wait event into document.
Fujii Masao
2020-02-17
*
Add GUC variables for stat tracking and timeout as PGDLLIMPORT
Michael Paquier
2020-01-21
*
Report progress of ANALYZE commands
Alvaro Herrera
2020-01-15
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
[next]