aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/activity
Commit message (Expand)AuthorAge
* 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
* Create a distinct wait event for POSIX DSM allocation.Thomas Munro2022-07-14
* 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