summaryrefslogtreecommitdiff
path: root/contrib/pg_stat_statements/sql
AgeCommit message (Expand)Author
2023-03-06Improve cleanup phases in regression tests of pg_stat_statementsMichael Paquier
2023-03-02Refactor more the regression tests of pg_stat_statementsMichael Paquier
2023-02-20Expand regression tests of pg_stat_statements for utility queriesMichael Paquier
2023-02-20Refactor tests of pg_stat_statements for planning, utility and level trackingMichael Paquier
2023-02-07Include values of A_Const nodes in query jumblingMichael Paquier
2023-01-31Generate code for query jumbling through gen_node_support.plMichael Paquier
2022-09-27Fix pg_stat_statements for MERGEAlvaro Herrera
2022-07-06pg_stat_statements: Fix test that assumes wal_records = rows.Robert Haas
2022-04-08pg_stat_statements: Track I/O timing for temporary file blocksMichael Paquier
2021-10-02pg_stat_statements: Add some tests for older versions still usableMichael Paquier
2021-07-26Harden pg_stat_statements tests against CLOBBER_CACHE_ALWAYS.Tom Lane
2021-05-03Update query_id computationBruce Momjian
2021-04-08Track identical top vs nested queries independently in pg_stat_statementsMagnus Hagander
2020-11-26pg_stat_statements: Track number of times pgss entries were deallocated.Fujii Masao
2020-11-12pg_stat_statements: track number of rows processed by REFRESH MATERIALIZED VIEW.Fujii Masao
2020-07-29pg_stat_statements: track number of rows processed by some utility commands.Fujii Masao
2020-07-03Change default of pg_stat_statements.track_planning to off.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-07-14Teach pg_stat_statements not to ignore FOR UPDATE clausesAndrew Gierth
2019-01-11Extend pg_stat_statements_reset to reset statistics specific to aAmit Kapila
2017-03-28Show ignored constants as "$N" rather than "?" in pg_stat_statements.Tom Lane
2017-01-14Teach contrib/pg_stat_statements to handle multi-statement commands better.Tom Lane
2016-11-12Add minimal set of regression tests for pg_stat_statements.Andres Freund