aboutsummaryrefslogtreecommitdiff
path: root/src/backend/postmaster/pgstat.c
Commit message (Expand)AuthorAge
* Fix waiting in RegisterSyncRequest().Thomas Munro2022-03-16
* Fix assorted issues in backend's GSSAPI encryption support.Tom Lane2020-12-28
* Spelling adjustmentsPeter Eisentraut2020-06-07
* Mop-up for wait event naming issues.Tom Lane2020-05-16
* Rename SLRU structures and associated LWLocks.Tom Lane2020-05-15
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Fix async.c to not register any SLRU stats counts in the postmaster.Tom Lane2020-05-13
* Improve management of SLRU statistics collection.Tom Lane2020-05-13
* Initialize SLRU stats entries to zero.Fujii Masao2020-05-13
* Remove superfluous memset from pgstat_recv_resetslrucounterTomas Vondra2020-05-02
* Remove pg_xact entry from SLRU statsTomas Vondra2020-05-02
* Remove debugging elog from pgstat_recv_resetslrucounterTomas Vondra2020-04-07
* Add wait events for recovery conflicts.Fujii Masao2020-04-03
* Collect statistics about SLRU cachesTomas Vondra2020-04-02
* Trigger autovacuum based on number of INSERTsDavid Rowley2020-03-28
* Report wait event for cost-based vacuum delay.Andres Freund2020-03-23
* Add wait events for WAL archive and recovery pause.Fujii Masao2020-03-24
* Rename the recovery-related wait events.Fujii Masao2020-03-19
* Unify several ways to tracking backend typePeter Eisentraut2020-03-13
* Refactor ps_status.c APIPeter Eisentraut2020-03-11
* Account explicitly for long-lived FDs that are allocated outside fd.c.Tom Lane2020-02-24
* Add description about GSSOpenServer wait event into document.Fujii Masao2020-02-17
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-30
* Update copyrights for 2020Bruce Momjian2020-01-01
* Extend the ProcSignal mechanism to support barriers.Robert Haas2019-12-19
* Partially deduplicate interrupt handling for background processes.Robert Haas2019-12-17
* Use PostgresSigHupHandler in more places.Robert Haas2019-12-17
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Fix thinko when ending progress report for a backendMichael Paquier2019-09-04
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-19
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Rearrange pgstat_bestart() to avoid failures within its critical section.Tom Lane2019-05-11
* Avoid "invalid memory alloc request size" while reading pg_stat_activity.Tom Lane2019-05-07
* Fix union for pgstat message typesMagnus Hagander2019-05-01
* Show shared object statistics in pg_stat_databaseMagnus Hagander2019-04-12
* Avoid counting transaction stats for parallel worker cooperatingAmit Kapila2019-04-10
* GSSAPI encryption supportStephen Frost2019-04-03
* Add macro to cast away volatile without allowing changes to underlying typePeter Eisentraut2019-03-25
* Use condition variables to wait for checkpoints.Thomas Munro2019-03-14
* tableam: Add and use scan APIs.Andres Freund2019-03-11
* Track block level checksum failures in pg_stat_databaseMagnus Hagander2019-03-09
* Add more columns to pg_stat_sslPeter Eisentraut2019-02-01
* Change function call information to be variable length.Andres Freund2019-01-26
* Remove superfluous tqual.h includes.Andres Freund2019-01-21
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Fix typos in documentation and for one wait eventMichael Paquier2019-01-15
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Leave SIGTTIN/SIGTTOU signal handling alone in postmaster child processes.Tom Lane2018-11-17