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
*
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
*
Extend the ProcSignal mechanism to support barriers.
Robert Haas
2019-12-19
*
Remove fmgr.h includes from headers that don't really need it.
Andres Freund
2019-08-16
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Rearrange pgstat_bestart() to avoid failures within its critical section.
Tom Lane
2019-05-11
*
Fix union for pgstat message types
Magnus Hagander
2019-05-01
*
Show shared object statistics in pg_stat_database
Magnus Hagander
2019-04-12
*
Avoid counting transaction stats for parallel worker cooperating
Amit Kapila
2019-04-10
*
GSSAPI encryption support
Stephen Frost
2019-04-03
*
Report progress of CREATE INDEX operations
Alvaro Herrera
2019-04-02
*
Add progress reporting for CLUSTER and VACUUM FULL.
Robert Haas
2019-03-25
*
Use condition variables to wait for checkpoints.
Thomas Munro
2019-03-14
*
Track block level checksum failures in pg_stat_database
Magnus Hagander
2019-03-09
*
Add more columns to pg_stat_ssl
Peter Eisentraut
2019-02-01
*
Change function call information to be variable length.
Andres Freund
2019-01-26
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Add pg_promote function
Michael Paquier
2018-10-25
*
List wait events in alphabetical order
Michael Paquier
2018-10-24
*
Add wait event for fsync of WAL segments
Michael Paquier
2018-07-02
*
Revert "Allow on-line enabling and disabling of data checksums"
Magnus Hagander
2018-04-09
*
Allow on-line enabling and disabling of data checksums
Magnus Hagander
2018-04-05
*
Support parallel btree index builds.
Robert Haas
2018-02-02
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Add parallel-aware hash joins.
Andres Freund
2017-12-21
*
Avoid use of non-portable strnlen() in pgstat_clip_activity().
Andres Freund
2017-09-19
*
Speedup pgstat_report_activity by moving mb-aware truncation to read side.
Andres Freund
2017-09-19
*
Use group updates when setting transaction status in clog.
Robert Haas
2017-09-01
*
Fix replication origin-related race conditions
Alvaro Herrera
2017-08-08
*
Fix inadequacies in recently added wait events
Alvaro Herrera
2017-08-08
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
[next]