summaryrefslogtreecommitdiff
path: root/src/backend/utils/activity
Commit message (Expand)AuthorAgeFilesLines
* Add writeback to pg_stat_ioAndres Freund2023-05-171-6/+8
* Fix assertion failure when updating stats_fetch_consistency in a transactionMichael Paquier2023-05-101-2/+34
* Fix typos in commentsMichael Paquier2023-05-022-2/+2
* Harmonize some more function parameter names.Peter Geoghegan2023-04-131-5/+5
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-131-0/+1
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-081-1/+0
* Handle logical slot conflicts on standbyAndres Freund2023-04-081-0/+4
* Add support for Kerberos credential delegationStephen Frost2023-04-071-0/+1
* Track IO times in pg_stat_ioAndres Freund2023-04-071-20/+87
* bufmgr: Introduce infrastructure for faster relation extensionAndres Freund2023-04-051-1/+7
* Track shared buffer hits in pg_stat_ioAndres Freund2023-03-301-1/+1
* pg_stat_wal: Accumulate time as instr_time instead of microsecondsAndres Freund2023-03-301-15/+16
* Fix CREATE INDEX progress reporting for multi-level partitioning.Tom Lane2023-03-251-0/+21
* Rename fields in pgstat structures for functions and relationsMichael Paquier2023-03-242-92/+92
* Count updates that move row to a new page.Peter Geoghegan2023-03-231-2/+10
* Improve the naming of Parallel Hash Join phases.Thomas Munro2023-03-231-6/+6
* Remove PgStat_BackendFunctionEntryMichael Paquier2023-03-162-11/+11
* Suppress more compiler warnings in new pgstats code.Tom Lane2023-02-281-3/+3
* Suppress compiler warnings in new pgstats code.Tom Lane2023-02-271-11/+6
* Add a new wait state and use it when sending data in the apply worker.Amit Kapila2023-02-161-0/+3
* pgstat: Infrastructure for more detailed IO statisticsAndres Freund2023-02-089-5/+451
* Manual cleanup and pgindent of pgstat and bufmgr related codeAndres Freund2023-01-132-1/+3
* Perform apply of large transactions by parallel workers.Amit Kapila2023-01-091-0/+6
* Update copyright for 2023Bruce Momjian2023-01-0218-18/+18
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* Move variable increment to the end of the loopJohn Naylor2022-12-201-1/+2
* Expose some information about backend subxact status.Robert Haas2022-12-191-1/+3
* Generate pg_stat_get*() functions for databases using macrosMichael Paquier2022-12-072-54/+54
* Generate pg_stat_get*() functions for tables using macrosMichael Paquier2022-12-061-25/+25
* Add wait event for pg_usleep() in perform_spin_delay()Andres Freund2022-11-211-0/+3
* pgstat: replace double lookup with IsSharedRelation()Andres Freund2022-11-201-11/+2
* Add doubly linked count list implementationDavid Rowley2022-11-021-24/+16
* Remove AssertArg and AssertStatePeter Eisentraut2022-10-284-8/+8
* pgstat: Track time of the last scan of a relationAndres Freund2022-10-141-0/+6
* pgstat: Prevent stats reset from corrupting slotname by removing slotnameAndres Freund2022-10-082-31/+27
* Create subscription stats entry at CREATE SUBSCRIPTION timeAndres Freund2022-10-061-2/+6
* Use actual backend IDs in pg_stat_get_backend_idset() and friends.Tom Lane2022-09-291-6/+49
* Message style improvementsPeter Eisentraut2022-09-242-2/+2
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+18
* Remove various duplicated wordsDavid Rowley2022-09-202-8/+8
* pgstat: Create memory contexts below TopMemoryContextAndres Freund2022-09-172-3/+3
* pgstat: Acquire lock when reading variable-numbered statsAndres Freund2022-08-222-0/+25
* Remove the restriction that the relmap must be 512 bytes.Robert Haas2022-07-261-2/+2
* Create a distinct wait event for POSIX DSM allocation.Thomas Munro2022-07-141-0/+3
* pgstat: slru: remove outdated commentAndres Freund2022-07-061-3/+1
* pgstat: reduce timer overhead by leaving timer running.Andres Freund2022-07-051-1/+1
* pgstat: Mention pgstat_replslot.c in pgstat.c.Andres Freund2022-06-221-0/+1
* Align stats_fetch_consistency definition with guc.c default.Andres Freund2022-05-281-1/+1
* Remove duplicated words in comments of pgstat.c and pgstat_internal.hMichael Paquier2022-05-241-2/+2
* Fix incorrect format placeholdersPeter Eisentraut2022-04-271-1/+1