summaryrefslogtreecommitdiff
path: root/doc/src/sgml/pgstatstatements.sgml
AgeCommit message (Expand)Author
2025-07-31pg_stat_statements: Add counters for generic and custom plansMichael Paquier
2025-03-27Remove the query_id_squash_values GUCÁlvaro Herrera
2025-03-26Use relation name instead of OID in query jumbling for RangeTblEntryMichael Paquier
2025-03-18Introduce squashing of constant lists in query jumblingÁlvaro Herrera
2025-02-17pg_stat_statements: Add wal_buffers_fullMichael Paquier
2024-10-08pg_stat_statements: Add columns to track parallel worker activityMichael Paquier
2024-04-20Doc: document cases where queryid is stableDavid Rowley
2023-12-13docs: Fix typo in pg_stat_statements documentationDaniel Gustafsson
2023-11-27Track statement entry timestamp in contrib/pg_stat_statementsAlexander Korotkov
2023-11-15doc: align column order with pg_stat_statements viewDaniel Gustafsson
2023-10-19pg_stat_statements: Add local_blk_{read|write}_timeMichael Paquier
2023-10-19Rename I/O timing statistics columns to shared_blk_{read|write}_timeMichael Paquier
2023-09-08Add JIT deform_counterDaniel Gustafsson
2023-03-01doc: Mention de-normalization of deallocated entries in pg_stat_statementsMichael Paquier
2023-03-01doc: Update pg_stat_statements about query ID calculation of utilitiesMichael Paquier
2023-01-20Describe each contrib module in its SGML section titleAlvaro Herrera
2023-01-09Doc: add XML ID attributes to <sectN> and <varlistentry> tags.Tom Lane
2022-09-27Fix pg_stat_statements for MERGEAlvaro Herrera
2022-05-21doc: Fix description of the JIT time fields in pg_stat_statementsMichael Paquier
2022-04-20Remove trailing whitespace from *.sgml files.Tom Lane
2022-04-08Add JIT counters to pg_stat_statementsMagnus Hagander
2022-04-08pg_stat_statements: Track I/O timing for temporary file blocksMichael Paquier
2022-03-28Use has_privs_for_roles for predefined role checksJoe Conway
2021-11-09doc: Add index entries for pg_stat_statements configuration parameters.Fujii Masao
2021-07-16doc: Spell checkingPeter Eisentraut
2021-07-14Clarify description of pg_stat_statements columnsMagnus Hagander
2021-07-07doc: Fix description about pg_stat_statements.track_planning.Fujii Masao
2021-05-17Fix wording in description of pg_stat_statements.toplevelMagnus Hagander
2021-05-15Allow compute_query_id to be set to 'auto' and make it defaultAlvaro Herrera
2021-04-23Mention that toplevel is part of pg_stat_statements key.Magnus Hagander
2021-04-21doc: List compute_query_id in required config for pg_stat_statementsMichael Paquier
2021-04-09Fix typos and grammar in documentation and code commentsMichael Paquier
2021-04-08Track identical top vs nested queries independently in pg_stat_statementsMagnus Hagander
2021-04-07Move pg_stat_statements query jumbling to core.Bruce Momjian
2020-12-24Fix typos and grammar in docs and commentsMichael Paquier
2020-12-18pg_stat_statements: Track time at which all statistics were last reset.Fujii Masao
2020-11-26pg_stat_statements: Track number of times pgss entries were deallocated.Fujii Masao
2020-07-06doc: Add note about possible performance overhead by enabling track_planning.Fujii Masao
2020-07-03Change default of pg_stat_statements.track_planning to off.Fujii Masao
2020-05-14Doc: tweak examples to silence line-too-long PDF build warnings.Tom Lane
2020-05-14Doc: reformat catalog/view description tables.Tom Lane
2020-05-05Change the display of WAL usage statistics in Explain.Amit Kapila
2020-04-13Cosmetic fixups for WAL usage work.Amit Kapila
2020-04-09Add note in pg_stat_statements documentation about planning statistics.Fujii Masao
2020-04-05Allow pg_stat_statements to track WAL usage statistics.Amit Kapila
2020-04-02Allow pg_stat_statements to track planning statistics.Fujii Masao
2019-01-11Extend pg_stat_statements_reset to reset statistics specific to aAmit Kapila
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-10-17Don't use SGML empty tagsPeter Eisentraut
2017-03-30Fix broken markup.Tom Lane