aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/activity
Commit message (Expand)AuthorAge
* Add new parallel message type to progress reporting.Masahiko Sawada2023-07-11
* Add newline at the end of header generated by generate-wait_event_types.plMichael Paquier2023-07-06
* Generate automatically code and documentation related to wait eventsMichael Paquier2023-07-05
* Refactor some code related to wait events "BufferPin" and "Extension"Michael Paquier2023-07-03
* Report stats when replaying XLOG_RUNNING_XACTSAndres Freund2023-06-12
* rename "gss_accept_deleg" to "gss_accept_delegation".Bruce Momjian2023-05-20
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Add writeback to pg_stat_ioAndres Freund2023-05-17
* Fix assertion failure when updating stats_fetch_consistency in a transactionMichael Paquier2023-05-10
* Fix typos in commentsMichael Paquier2023-05-02
* Harmonize some more function parameter names.Peter Geoghegan2023-04-13
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-13
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-08
* Handle logical slot conflicts on standbyAndres Freund2023-04-08
* Add support for Kerberos credential delegationStephen Frost2023-04-07
* Track IO times in pg_stat_ioAndres Freund2023-04-07
* bufmgr: Introduce infrastructure for faster relation extensionAndres Freund2023-04-05
* Track shared buffer hits in pg_stat_ioAndres Freund2023-03-30
* pg_stat_wal: Accumulate time as instr_time instead of microsecondsAndres Freund2023-03-30
* Fix CREATE INDEX progress reporting for multi-level partitioning.Tom Lane2023-03-25
* Rename fields in pgstat structures for functions and relationsMichael Paquier2023-03-24
* Count updates that move row to a new page.Peter Geoghegan2023-03-23
* Improve the naming of Parallel Hash Join phases.Thomas Munro2023-03-23
* Remove PgStat_BackendFunctionEntryMichael Paquier2023-03-16
* Suppress more compiler warnings in new pgstats code.Tom Lane2023-02-28
* Suppress compiler warnings in new pgstats code.Tom Lane2023-02-27
* Add a new wait state and use it when sending data in the apply worker.Amit Kapila2023-02-16
* pgstat: Infrastructure for more detailed IO statisticsAndres Freund2023-02-08
* Manual cleanup and pgindent of pgstat and bufmgr related codeAndres Freund2023-01-13
* Perform apply of large transactions by parallel workers.Amit Kapila2023-01-09
* Update copyright for 2023Bruce Momjian2023-01-02
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* Move variable increment to the end of the loopJohn Naylor2022-12-20
* Expose some information about backend subxact status.Robert Haas2022-12-19
* Generate pg_stat_get*() functions for databases using macrosMichael Paquier2022-12-07
* Generate pg_stat_get*() functions for tables using macrosMichael Paquier2022-12-06
* Add wait event for pg_usleep() in perform_spin_delay()Andres Freund2022-11-21
* pgstat: replace double lookup with IsSharedRelation()Andres Freund2022-11-20
* Add doubly linked count list implementationDavid Rowley2022-11-02
* Remove AssertArg and AssertStatePeter Eisentraut2022-10-28
* pgstat: Track time of the last scan of a relationAndres Freund2022-10-14
* pgstat: Prevent stats reset from corrupting slotname by removing slotnameAndres Freund2022-10-08
* Create subscription stats entry at CREATE SUBSCRIPTION timeAndres Freund2022-10-06
* Use actual backend IDs in pg_stat_get_backend_idset() and friends.Tom Lane2022-09-29
* Message style improvementsPeter Eisentraut2022-09-24
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* Remove various duplicated wordsDavid Rowley2022-09-20
* pgstat: Create memory contexts below TopMemoryContextAndres Freund2022-09-17
* pgstat: Acquire lock when reading variable-numbered statsAndres Freund2022-08-22
* Remove the restriction that the relmap must be 512 bytes.Robert Haas2022-07-26