summaryrefslogtreecommitdiff
path: root/contrib/pg_stat_statements/pg_stat_statements.c
AgeCommit message (Expand)Author
2022-08-05Remove dead pread and pwrite replacement code.Thomas Munro
2022-08-02Be more wary about 32-bit integer overflow in pg_stat_statements.Tom Lane
2022-07-17Remove now superfluous declarations of dlsym()ed symbols.Andres Freund
2022-07-16Replace many MemSet calls with struct initializationPeter Eisentraut
2022-07-03Remove redundant null pointer checks before free()Peter Eisentraut
2022-05-13Add a new shmem_request_hook hook.Robert Haas
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-11Remove non-functional code for unloading loadable modules.Robert Haas
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
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-04-06pgstat: remove stats_temp_directory.Andres Freund
2022-03-28Use has_privs_for_roles for predefined role checksJoe Conway
2022-03-08Simplify SRFs using materialize mode in contrib/ modulesMichael Paquier
2022-02-28pg_stat_statements: Remove unnecessary call to GetUserId()Michael Paquier
2022-02-21Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane
2022-02-17Remove all traces of tuplestore_donestoring() in the C codeMichael Paquier
2022-01-07Update copyright for 2022Bruce Momjian
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