index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
src
/
sgml
/
pgstatstatements.sgml
Age
Commit message (
Expand
)
Author
2025-07-31
pg_stat_statements: Add counters for generic and custom plans
Michael Paquier
2025-03-27
Remove the query_id_squash_values GUC
Álvaro Herrera
2025-03-26
Use relation name instead of OID in query jumbling for RangeTblEntry
Michael Paquier
2025-03-18
Introduce squashing of constant lists in query jumbling
Álvaro Herrera
2025-02-17
pg_stat_statements: Add wal_buffers_full
Michael Paquier
2024-10-08
pg_stat_statements: Add columns to track parallel worker activity
Michael Paquier
2024-04-20
Doc: document cases where queryid is stable
David Rowley
2023-12-13
docs: Fix typo in pg_stat_statements documentation
Daniel Gustafsson
2023-11-27
Track statement entry timestamp in contrib/pg_stat_statements
Alexander Korotkov
2023-11-15
doc: align column order with pg_stat_statements view
Daniel Gustafsson
2023-10-19
pg_stat_statements: Add local_blk_{read|write}_time
Michael Paquier
2023-10-19
Rename I/O timing statistics columns to shared_blk_{read|write}_time
Michael Paquier
2023-09-08
Add JIT deform_counter
Daniel Gustafsson
2023-03-01
doc: Mention de-normalization of deallocated entries in pg_stat_statements
Michael Paquier
2023-03-01
doc: Update pg_stat_statements about query ID calculation of utilities
Michael Paquier
2023-01-20
Describe each contrib module in its SGML section title
Alvaro Herrera
2023-01-09
Doc: add XML ID attributes to <sectN> and <varlistentry> tags.
Tom Lane
2022-09-27
Fix pg_stat_statements for MERGE
Alvaro Herrera
2022-05-21
doc: Fix description of the JIT time fields in pg_stat_statements
Michael Paquier
2022-04-20
Remove trailing whitespace from *.sgml files.
Tom Lane
2022-04-08
Add JIT counters to pg_stat_statements
Magnus Hagander
2022-04-08
pg_stat_statements: Track I/O timing for temporary file blocks
Michael Paquier
2022-03-28
Use has_privs_for_roles for predefined role checks
Joe Conway
2021-11-09
doc: Add index entries for pg_stat_statements configuration parameters.
Fujii Masao
2021-07-16
doc: Spell checking
Peter Eisentraut
2021-07-14
Clarify description of pg_stat_statements columns
Magnus Hagander
2021-07-07
doc: Fix description about pg_stat_statements.track_planning.
Fujii Masao
2021-05-17
Fix wording in description of pg_stat_statements.toplevel
Magnus Hagander
2021-05-15
Allow compute_query_id to be set to 'auto' and make it default
Alvaro Herrera
2021-04-23
Mention that toplevel is part of pg_stat_statements key.
Magnus Hagander
2021-04-21
doc: List compute_query_id in required config for pg_stat_statements
Michael Paquier
2021-04-09
Fix typos and grammar in documentation and code comments
Michael Paquier
2021-04-08
Track identical top vs nested queries independently in pg_stat_statements
Magnus Hagander
2021-04-07
Move pg_stat_statements query jumbling to core.
Bruce Momjian
2020-12-24
Fix typos and grammar in docs and comments
Michael Paquier
2020-12-18
pg_stat_statements: Track time at which all statistics were last reset.
Fujii Masao
2020-11-26
pg_stat_statements: Track number of times pgss entries were deallocated.
Fujii Masao
2020-07-06
doc: Add note about possible performance overhead by enabling track_planning.
Fujii Masao
2020-07-03
Change default of pg_stat_statements.track_planning to off.
Fujii Masao
2020-05-14
Doc: tweak examples to silence line-too-long PDF build warnings.
Tom Lane
2020-05-14
Doc: reformat catalog/view description tables.
Tom Lane
2020-05-05
Change the display of WAL usage statistics in Explain.
Amit Kapila
2020-04-13
Cosmetic fixups for WAL usage work.
Amit Kapila
2020-04-09
Add note in pg_stat_statements documentation about planning statistics.
Fujii Masao
2020-04-05
Allow pg_stat_statements to track WAL usage statistics.
Amit Kapila
2020-04-02
Allow pg_stat_statements to track planning statistics.
Fujii Masao
2019-01-11
Extend pg_stat_statements_reset to reset statistics specific to a
Amit Kapila
2017-11-23
Convert documentation to DocBook XML
Peter Eisentraut
2017-10-17
Don't use SGML empty tags
Peter Eisentraut
2017-03-30
Fix broken markup.
Tom Lane
[next]