summaryrefslogtreecommitdiff
path: root/src/include/pgstat.h
AgeCommit message (Expand)Author
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-30Add a view to show the stats of subscription workers.Amit Kapila
2021-09-20pgstat: Prepare to use mechanism for truncated rels also for droppped rels.Andres Freund
2021-09-16Fix performance regression from session statistics.Andres Freund
2021-08-16Revert analyze support for partitioned tablesAlvaro Herrera
2021-08-05pgstat: split reporting/fetching of bgwriter and checkpointer stats.Andres Freund
2021-05-19Fix issues in pg_stat_wal.Fujii Masao
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-10Revert recovery prefetching feature.Thomas Munro
2021-04-27Use HTAB for replication slot statistics.Amit Kapila
2021-04-19Fix test case added by commit f5fc2f5b23.Amit Kapila
2021-04-16Add information of total data processed to replication slot stats.Amit Kapila
2021-04-14Use NameData datatype for slotname in stats.Amit Kapila
2021-04-08Optionally prefetch referenced data in recovery.Thomas Munro
2021-04-08autovacuum: handle analyze for partitioned tablesAlvaro Herrera
2021-04-03Split backend status and progress related functionality out of pgstat.c.Andres Freund
2021-04-03Split wait event related code from pgstat.[ch] into wait_event.[ch].Andres Freund
2021-04-02Fix pgstat_report_replslot() to use proper data types for its arguments.Fujii Masao
2021-03-31Add support for asynchronous execution.Etsuro Fujita
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