index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
pg_stat_statements
/
pg_stat_statements.control
Age
Commit message (
Expand
)
Author
2025-07-31
pg_stat_statements: Add counters for generic and custom plans
Michael Paquier
2024-10-09
pg_stat_statements: Add columns to track parallel worker activity
Michael Paquier
2023-09-08
Add JIT deform_counter
Daniel Gustafsson
2022-04-08
pg_stat_statements: Track I/O timing for temporary file blocks
Michael Paquier
2021-04-08
Merge v1.10 of pg_stat_statements into v1.9
Magnus Hagander
2021-04-08
Track identical top vs nested queries independently in pg_stat_statements
Magnus Hagander
2020-11-26
pg_stat_statements: Track number of times pgss entries were deallocated.
Fujii Masao
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
2018-09-25
Revoke pg_stat_statements_reset() permissions
Michael Paquier
2017-03-30
Default monitoring roles
Simon Riggs
2016-06-10
Update pg_stat_statements extension for parallel query.
Robert Haas
2015-03-27
Add stats for min, max, mean, stddev times to pg_stat_statements.
Andrew Dunstan
2013-12-08
Expose qurey ID in pg_stat_statements view.
Fujii Masao
2012-02-22
Make EXPLAIN (BUFFERS) track blocks dirtied, as well as those written.
Robert Haas
2011-02-13
Convert contrib modules to use the extension facility.
Tom Lane