Commit message (Expand) | Author | Age | |
---|---|---|---|
* | pgstat: Prevent stats reset from corrupting slotname by removing slotname | Andres Freund | 2022-10-08 |
* | pgstat: Acquire lock when reading variable-numbered stats | Andres Freund | 2022-08-22 |
* | Remove duplicated words in comments of pgstat.c and pgstat_internal.h | Michael Paquier | 2022-05-24 |
* | Add missing 'extern' to function prototypes. | Andres Freund | 2022-05-12 |
* | Apply PGDLLIMPORT markings broadly. | Robert Haas | 2022-04-08 |
* | pgstat: store statistics in shared memory. | Andres Freund | 2022-04-06 |
* | pgstat: normalize function naming. | Andres Freund | 2022-04-06 |
* | pgstat: scaffolding for transactional stats creation / drop. | Andres Freund | 2022-04-06 |
* | pgstat: stats collector references in comments. | Andres Freund | 2022-04-06 |
* | pgstat: move transactional code into pgstat_xact.c. | Andres Freund | 2022-04-06 |
* | pgstat: split different types of stats into separate files. | Andres Freund | 2022-03-21 |