summaryrefslogtreecommitdiff
path: root/src/include/pgstat.h
Commit message (Expand)AuthorAgeFilesLines
* Harmonize some more function parameter names.Peter Geoghegan2023-04-131-2/+2
* Handle logical slot conflicts on standbyAndres Freund2023-04-081-1/+2
* Track IO times in pg_stat_ioAndres Freund2023-04-071-1/+6
* bufmgr: Introduce infrastructure for faster relation extensionAndres Freund2023-04-051-0/+1
* Bump PGSTAT_FILE_FORMAT_ID, omitted in 8aaa04b32d7Andres Freund2023-03-301-1/+1
* Track shared buffer hits in pg_stat_ioAndres Freund2023-03-301-0/+1
* pg_stat_wal: Accumulate time as instr_time instead of microsecondsAndres Freund2023-03-301-1/+16
* Rename fields in pgstat structures for functions and relationsMichael Paquier2023-03-241-31/+31
* Count updates that move row to a new page.Peter Geoghegan2023-03-231-3/+5
* Remove PgStat_BackendFunctionEntryMichael Paquier2023-03-161-10/+1
* Suppress compiler warnings in new pgstats code.Tom Lane2023-02-271-3/+0
* pgstat: Infrastructure for more detailed IO statisticsAndres Freund2023-02-081-1/+69
* Manual cleanup and pgindent of pgstat and bufmgr related codeAndres Freund2023-01-131-0/+1
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Generate pg_stat_get*() functions for databases using macrosMichael Paquier2022-12-071-27/+27
* Generate pg_stat_get*() functions for tables using macrosMichael Paquier2022-12-061-10/+10
* pgstat: Track time of the last scan of a relationAndres Freund2022-10-141-1/+2
* pgstat: Prevent stats reset from corrupting slotname by removing slotnameAndres Freund2022-10-081-2/+1
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-201-5/+5
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-081-8/+8
* pgstat: add pg_stat_have_stats() test helper.Andres Freund2022-04-071-0/+2
* pgstat: add pg_stat_force_next_flush(), use it to simplify tests.Andres Freund2022-04-061-0/+1
* pgstat: remove stats_temp_directory.Andres Freund2022-04-061-4/+0
* pgstat: store statistics in shared memory.Andres Freund2022-04-061-616/+63
* pgstat: normalize function naming.Andres Freund2022-04-061-11/+11
* pgstat: revise replication slot API in preparation for shared memory stats.Andres Freund2022-04-061-3/+4
* pgstat: scaffolding for transactional stats creation / drop.Andres Freund2022-04-061-1/+10
* pgstat: prepare APIs used by pgstatfuncs for shared memory stats.Andres Freund2022-04-061-22/+6
* pgstat: introduce PgStat_Kind enum.Andres Freund2022-04-061-0/+24
* pgstat: add pgstat_copy_relation_stats().Andres Freund2022-04-061-0/+2
* pgstat: rename some pgstat_send_* functions to pgstat_report_*.Andres Freund2022-04-061-4/+4
* pgstat: stats collector references in comments.Andres Freund2022-04-061-2/+2
* pgstat: move transactional code into pgstat_xact.c.Andres Freund2022-04-061-7/+11
* pgstat: move pgstat_report_autovac() to pgstat_database.c.Andres Freund2022-04-061-1/+1
* pgstat: remove some superflous comments from pgstat.h.Andres Freund2022-04-041-36/+0
* pgstat: reorder pgstat.[ch] contents.Andres Freund2022-03-211-317/+367
* pgstat: rename pgstat_initstats() to pgstat_relation_init().Andres Freund2022-03-201-1/+1
* pgstat: introduce pgstat_relation_should_count().Andres Freund2022-03-201-7/+10
* pgstat: run pgindent on pgstat.c/h.Andres Freund2022-03-191-2/+2
* Reconsider pg_stat_subscription_workers view.Amit Kapila2022-03-011-85/+44
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Add a view to show the stats of subscription workers.Amit Kapila2021-11-301-5/+104
* pgstat: Prepare to use mechanism for truncated rels also for droppped rels.Andres Freund2021-09-201-5/+7
* Fix performance regression from session statistics.Andres Freund2021-09-161-11/+23
* Revert analyze support for partitioned tablesAlvaro Herrera2021-08-161-25/+2
* pgstat: split reporting/fetching of bgwriter and checkpointer stats.Andres Freund2021-08-041-12/+51
* Fix issues in pg_stat_wal.Fujii Masao2021-05-191-2/+1
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-121-4/+4
* Revert recovery prefetching feature.Thomas Munro2021-05-101-26/+0
* Use HTAB for replication slot statistics.Amit Kapila2021-04-271-4/+6