summaryrefslogtreecommitdiff
path: root/src/backend/utils/activity
AgeCommit message (Expand)Author
2023-07-31Support custom wait events for wait event type "Extension"Michael Paquier
2023-07-31Add WAIT_EVENT_{CLASS,ID}_MASK in wait_event.cMichael Paquier
2023-07-20Revert "Add notBefore and notAfter to SSL cert info display"Daniel Gustafsson
2023-07-20Add notBefore and notAfter to SSL cert info displayDaniel Gustafsson
2023-07-14Add information about line contents on parsing failure of wait_event_names.txtMichael Paquier
2023-07-14Remove double quotes from the second column of wait_event_names.txtMichael Paquier
2023-07-13Simplify some conditions related to [LW]Lock in generate-wait_event_types.plMichael Paquier
2023-07-11Add new parallel message type to progress reporting.Masahiko Sawada
2023-07-06Add newline at the end of header generated by generate-wait_event_types.plMichael Paquier
2023-07-05Generate automatically code and documentation related to wait eventsMichael Paquier
2023-07-03Refactor some code related to wait events "BufferPin" and "Extension"Michael Paquier
2023-06-12Report stats when replaying XLOG_RUNNING_XACTSAndres Freund
2023-05-20rename "gss_accept_deleg" to "gss_accept_delegation".Bruce Momjian
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-17Add writeback to pg_stat_ioAndres Freund
2023-05-10Fix assertion failure when updating stats_fetch_consistency in a transactionMichael Paquier
2023-05-02Fix typos in commentsMichael Paquier
2023-04-13Harmonize some more function parameter names.Peter Geoghegan
2023-04-13De-Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08Handle logical slot conflicts on standbyAndres Freund
2023-04-07Add support for Kerberos credential delegationStephen Frost
2023-04-07Track IO times in pg_stat_ioAndres Freund
2023-04-05bufmgr: Introduce infrastructure for faster relation extensionAndres Freund
2023-03-30Track shared buffer hits in pg_stat_ioAndres Freund
2023-03-30pg_stat_wal: Accumulate time as instr_time instead of microsecondsAndres Freund
2023-03-25Fix CREATE INDEX progress reporting for multi-level partitioning.Tom Lane
2023-03-24Rename fields in pgstat structures for functions and relationsMichael Paquier
2023-03-23Count updates that move row to a new page.Peter Geoghegan
2023-03-23Improve the naming of Parallel Hash Join phases.Thomas Munro
2023-03-16Remove PgStat_BackendFunctionEntryMichael Paquier
2023-02-28Suppress more compiler warnings in new pgstats code.Tom Lane
2023-02-27Suppress compiler warnings in new pgstats code.Tom Lane
2023-02-16Add a new wait state and use it when sending data in the apply worker.Amit Kapila
2023-02-08pgstat: Infrastructure for more detailed IO statisticsAndres Freund
2023-01-13Manual cleanup and pgindent of pgstat and bufmgr related codeAndres Freund
2023-01-09Perform apply of large transactions by parallel workers.Amit Kapila
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-20Move variable increment to the end of the loopJohn Naylor
2022-12-19Expose some information about backend subxact status.Robert Haas
2022-12-07Generate pg_stat_get*() functions for databases using macrosMichael Paquier
2022-12-06Generate pg_stat_get*() functions for tables using macrosMichael Paquier
2022-11-21Add wait event for pg_usleep() in perform_spin_delay()Andres Freund
2022-11-20pgstat: replace double lookup with IsSharedRelation()Andres Freund
2022-11-02Add doubly linked count list implementationDavid Rowley
2022-10-28Remove AssertArg and AssertStatePeter Eisentraut
2022-10-14pgstat: Track time of the last scan of a relationAndres Freund
2022-10-08pgstat: Prevent stats reset from corrupting slotname by removing slotnameAndres Freund
2022-10-06Create subscription stats entry at CREATE SUBSCRIPTION timeAndres Freund