summaryrefslogtreecommitdiff
path: root/contrib/pg_stat_statements/pg_stat_statements.c
AgeCommit message (Expand)Author
2022-01-03pg_stat_statements: Remove obsolete commentMichael Paquier
2021-12-27Revert changes about warnings/errors for placeholders.Tom Lane
2021-12-27Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().Tom Lane
2021-10-31Don't try to read a multi-GB pg_stat_statements file in one call.Tom Lane
2021-06-18Centralize the logic for protective copying of utility statements.Tom Lane
2021-05-15Allow compute_query_id to be set to 'auto' and make it defaultAlvaro Herrera
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-12Fix EXPLAIN ANALYZE for async-capable nodes.Etsuro Fujita
2021-04-08Fixes for query_id featureBruce Momjian
2021-04-08Merge v1.10 of pg_stat_statements into v1.9Magnus Hagander
2021-04-08Track identical top vs nested queries independently in pg_stat_statementsMagnus Hagander
2021-04-07Make use of in-core query id added by commit 5fd9dfa5f5Bruce Momjian
2021-04-07Move pg_stat_statements query jumbling to core.Bruce Momjian
2021-04-02Do not rely on pgstat.h to indirectly include storage/ headers.Andres Freund
2021-04-01Rename Default Roles to Predefined RolesStephen Frost
2021-01-28Fix crash of pg_stat_statements_info() without library loadedMichael Paquier
2021-01-02Update copyright for 2021Bruce 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-12-15Improve hash_create()'s API for some added robustness.Tom Lane
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-09-08Remove unused parameterPeter Eisentraut
2020-07-29pg_stat_statements: track number of rows processed by some utility commands.Fujii Masao
2020-07-05doc: Spell checkingPeter Eisentraut
2020-07-03Change default of pg_stat_statements.track_planning to off.Fujii Masao
2020-05-14Initial pgindent and pgperltidy run for v13.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-05Allow pg_stat_statements to track WAL usage statistics.Amit Kapila
2020-04-02Allow pg_stat_statements to track planning statistics.Fujii Masao
2020-03-30Expose BufferUsageAccumDiff().Fujii Masao
2020-03-02Fix possibly-uninitialized variable.Tom Lane
2020-03-02Represent command completion tags as structsAlvaro Herrera
2020-02-27Move src/backend/utils/hash/hashfn.c to src/commonRobert Haas
2020-02-11Use pg_pwrite() in more places.Thomas Munro
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-24Avoid splitting C string literals with \-newlineAlvaro Herrera
2019-11-01PG_FINALLYPeter Eisentraut
2019-07-19pg_stat_statements: add missing check for pgss_enabled().Jeff Davis
2019-07-14Teach pg_stat_statements not to ignore FOR UPDATE clausesAndrew Gierth
2019-07-07Use consistent style for checking return from system callsPeter Eisentraut
2019-06-19Replace an occurrence of slave with standbyMagnus Hagander
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-03-11Move hash_any prototype from access/hash.h to utils/hashutils.hAlvaro Herrera
2019-03-09Tighten use of OpenTransientFile and CloseTransientFileMichael Paquier
2019-02-16Allow user control of CTE materialization, and change the default behavior.Tom Lane
2019-02-01Renaming for new subscripting mechanismAlvaro Herrera
2019-01-28In the planner, replace an empty FROM clause with a dummy RTE.Tom Lane