index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
postmaster
/
pgstat.c
Commit message (
Expand
)
Author
Age
*
Fix waiting in RegisterSyncRequest().
Thomas Munro
2022-03-16
*
Fix assorted issues in backend's GSSAPI encryption support.
Tom Lane
2020-12-28
*
Spelling adjustments
Peter Eisentraut
2020-06-07
*
Mop-up for wait event naming issues.
Tom Lane
2020-05-16
*
Rename SLRU structures and associated LWLocks.
Tom Lane
2020-05-15
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Fix async.c to not register any SLRU stats counts in the postmaster.
Tom Lane
2020-05-13
*
Improve management of SLRU statistics collection.
Tom Lane
2020-05-13
*
Initialize SLRU stats entries to zero.
Fujii Masao
2020-05-13
*
Remove superfluous memset from pgstat_recv_resetslrucounter
Tomas Vondra
2020-05-02
*
Remove pg_xact entry from SLRU stats
Tomas Vondra
2020-05-02
*
Remove debugging elog from pgstat_recv_resetslrucounter
Tomas Vondra
2020-04-07
*
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
*
Refactor ps_status.c API
Peter Eisentraut
2020-03-11
*
Account explicitly for long-lived FDs that are allocated outside fd.c.
Tom Lane
2020-02-24
*
Add description about GSSOpenServer wait event into document.
Fujii Masao
2020-02-17
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Extend the ProcSignal mechanism to support barriers.
Robert Haas
2019-12-19
*
Partially deduplicate interrupt handling for background processes.
Robert Haas
2019-12-17
*
Use PostgresSigHupHandler in more places.
Robert Haas
2019-12-17
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Fix thinko when ending progress report for a backend
Michael Paquier
2019-09-04
*
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-08-19
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Rearrange pgstat_bestart() to avoid failures within its critical section.
Tom Lane
2019-05-11
*
Avoid "invalid memory alloc request size" while reading pg_stat_activity.
Tom Lane
2019-05-07
*
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
*
Add macro to cast away volatile without allowing changes to underlying type
Peter Eisentraut
2019-03-25
*
Use condition variables to wait for checkpoints.
Thomas Munro
2019-03-14
*
tableam: Add and use scan APIs.
Andres Freund
2019-03-11
*
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
*
Remove superfluous tqual.h includes.
Andres Freund
2019-01-21
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
*
Fix typos in documentation and for one wait event
Michael Paquier
2019-01-15
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Leave SIGTTIN/SIGTTOU signal handling alone in postmaster child processes.
Tom Lane
2018-11-17
[next]