aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/activity
Commit message (Expand)AuthorAge
* Fix assertion failure when updating stats_fetch_consistency in a transactionMichael Paquier2023-05-10
* pgstat: Prevent stats reset from corrupting slotname by removing slotnameAndres Freund2022-10-08
* Message style improvementsPeter Eisentraut2022-09-24
* pgstat: Create memory contexts below TopMemoryContextAndres Freund2022-09-17
* pgstat: Acquire lock when reading variable-numbered statsAndres Freund2022-08-22
* pgstat: slru: remove outdated commentAndres Freund2022-07-06
* pgstat: reduce timer overhead by leaving timer running.Andres Freund2022-07-05
* pgstat: Mention pgstat_replslot.c in pgstat.c.Andres Freund2022-06-22
* Align stats_fetch_consistency definition with guc.c default.Andres Freund2022-05-28
* Remove duplicated words in comments of pgstat.c and pgstat_internal.hMichael Paquier2022-05-24
* Fix incorrect format placeholdersPeter Eisentraut2022-04-27
* pgstat: Use correct lock level in pgstat_drop_all_entries().Andres Freund2022-04-16
* pgstat: set timestamps of fixed-numbered stats after a crash.Andres Freund2022-04-14
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Revert the addition of GetMaxBackends() and related stuff.Robert Haas2022-04-12
* Explicitly ignore guaranteed-true result from pgstat_lock_entry().Tom Lane2022-04-11
* fgetc() returns int, not char.Tom Lane2022-04-11
* pgstat: add pg_stat_have_stats() test helper.Andres Freund2022-04-07
* pgstat: add pg_stat_force_next_flush(), use it to simplify tests.Andres Freund2022-04-06
* pgstat: fix small bug in pgstat_drop_relation().Andres Freund2022-04-06
* pgstat: prevent fix pgstat_reinit_entry() from zeroing out lwlock.Andres Freund2022-04-06
* pgstat: move pgstat.c to utils/activity.Andres Freund2022-04-06
* pgstat: store statistics in shared memory.Andres Freund2022-04-06
* pgstat: normalize function naming.Andres Freund2022-04-06
* pgstat: revise replication slot API in preparation for shared memory stats.Andres Freund2022-04-06
* pgstat: scaffolding for transactional stats creation / drop.Andres Freund2022-04-06
* pgstat: prepare APIs used by pgstatfuncs for shared memory stats.Andres Freund2022-04-06
* pgstat: add pgstat_copy_relation_stats().Andres Freund2022-04-06
* pgstat: rename some pgstat_send_* functions to pgstat_report_*.Andres Freund2022-04-06
* pgstat: stats collector references in comments.Andres Freund2022-04-06
* pgstat: move transactional code into pgstat_xact.c.Andres Freund2022-04-06
* pgstat: move pgstat_report_autovac() to pgstat_database.c.Andres Freund2022-04-06
* pgstat: consistent function comment formatting.Andres Freund2022-04-04
* Add new block-by-block strategy for CREATE DATABASE.Robert Haas2022-03-29
* pgstat: split different types of stats into separate files.Andres Freund2022-03-21
* Fix waiting in RegisterSyncRequest().Thomas Munro2022-03-16
* Wake up for latches in CheckpointWriteDelay().Thomas Munro2022-03-16
* Remove MaxBackends variable in favor of GetMaxBackends() function.Robert Haas2022-02-08
* Fix various typos, grammar and code style in comments and docsMichael Paquier2022-01-25
* Support base backup targets.Robert Haas2022-01-20
* Update copyright for 2022Bruce Momjian2022-01-07
* Report wait events for local shell commands like archive_command.Fujii Masao2021-11-22
* Remove unused wait events.Amit Kapila2021-10-21
* Fix performance regression from session statistics.Andres Freund2021-09-16
* Unset MyBEEntry, making elog.c's call to pgstat_get_my_query_id() safe.Andres Freund2021-08-19
* Use WaitLatch() instead of pg_usleep() at end-of-vacuum truncationMichael Paquier2021-07-02
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Fix interaction of log_line_prefix's query_id and log_statementBruce Momjian2021-04-20
* adjust query id feature to use pg_stat_activity.query_idBruce Momjian2021-04-20
* Fix typos and grammar in comments and docsMichael Paquier2021-04-19