summaryrefslogtreecommitdiff
path: root/src/include/pgstat.h
AgeCommit message (Expand)Author
2021-03-24Rename wait event WalrcvExit to WalReceiverExit.Fujii Masao
2021-03-23Change the type of WalReceiverWaitStart wait event from Client to IPC.Fujii Masao
2021-03-17Revert "Fix race in Parallel Hash Join batch cleanup."Thomas Munro
2021-03-17Update the names of Parallel Hash Join phases.Thomas Munro
2021-03-12Add condition variable for walreceiver shutdown.Thomas Munro
2021-03-10Replace buffer I/O locks with condition variables.Thomas Munro
2021-03-09Track total amounts of times spent writing and syncing WAL data to disk.Fujii Masao
2021-03-09Remove support for SSL compressionMichael Paquier
2021-01-18Bump PGSTAT_FILE_FORMAT_IDMagnus Hagander
2021-01-17Add pg_stat_database counters for sessions and session timeMagnus Hagander
2021-01-06Report progress of COPY commandsTomas Vondra
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-28Revert "Add key management system" (978f869b99) & later commitsBruce Momjian
2020-12-25Add key management systemBruce Momjian
2020-12-02Track total number of WAL records, FPIs and bytes generated in the cluster.Fujii Masao
2020-10-29Track statistics for streaming of changes from ReorderBuffer.Amit Kapila
2020-10-08Track statistics for spilling of changes from ReorderBuffer.Amit Kapila
2020-10-02Add pg_stat_wal statistics view.Fujii Masao
2020-09-03Add support for streaming to built-in logical replication.Amit Kapila
2020-08-26Extend the BufFile interface.Amit Kapila
2020-06-17Improve server code to read files as part of a base backup.Robert Haas
2020-05-17Mop-up for wait event naming issues.Tom Lane
2020-05-13Improve management of SLRU statistics collection.Tom Lane
2020-04-03Add wait events for recovery conflicts.Fujii Masao
2020-04-02Collect statistics about SLRU cachesTomas Vondra
2020-03-28Trigger autovacuum based on number of INSERTsDavid Rowley
2020-03-24Report wait event for cost-based vacuum delay.Andres Freund
2020-03-24Add wait events for WAL archive and recovery pause.Fujii Masao
2020-03-19Rename the recovery-related wait events.Fujii Masao
2020-03-13Unify several ways to tracking backend typePeter Eisentraut
2020-03-03Report progress of streaming base backup.Fujii Masao
2020-02-17Add description about GSSOpenServer wait event into document.Fujii Masao
2020-01-21Add GUC variables for stat tracking and timeout as PGDLLIMPORTMichael Paquier
2020-01-15Report progress of ANALYZE commandsAlvaro Herrera
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-19Extend the ProcSignal mechanism to support barriers.Robert Haas
2019-08-16Remove fmgr.h includes from headers that don't really need it.Andres Freund
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-12Rearrange pgstat_bestart() to avoid failures within its critical section.Tom Lane
2019-05-01Fix union for pgstat message typesMagnus Hagander
2019-04-12Show shared object statistics in pg_stat_databaseMagnus Hagander
2019-04-10Avoid counting transaction stats for parallel worker cooperatingAmit Kapila
2019-04-03GSSAPI encryption supportStephen Frost
2019-04-02Report progress of CREATE INDEX operationsAlvaro Herrera
2019-03-25Add progress reporting for CLUSTER and VACUUM FULL.Robert Haas
2019-03-13Use condition variables to wait for checkpoints.Thomas Munro
2019-03-09Track block level checksum failures in pg_stat_databaseMagnus Hagander
2019-01-31Add more columns to pg_stat_sslPeter Eisentraut
2019-01-26Change function call information to be variable length.Andres Freund