summaryrefslogtreecommitdiff
path: root/contrib/pg_stat_statements/pg_stat_statements.c
AgeCommit message (Expand)Author
2024-08-06Remove volatile qualifiers from pg_stat_statements.c.Nathan Bossart
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-02-16Use new overflow-safe integer comparison functions.Nathan Bossart
2024-01-03Update copyright for 2024Bruce Momjian
2023-11-27Track statement entry timestamp in contrib/pg_stat_statementsAlexander Korotkov
2023-11-08Fix some issues with tracking nesting level in pg_stat_statements.Tom Lane
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-10-19pg_stat_statements: Add local_blk_{read|write}_timeMichael Paquier
2023-10-19Rename I/O timing statistics columns to shared_blk_{read|write}_timeMichael Paquier
2023-09-08Add JIT deform_counterDaniel Gustafsson
2023-08-27Show names of DEALLOCATE as constants in pg_stat_statementsMichael Paquier
2023-06-29pg_stat_statements: Fix second comment related to entry resetsMichael Paquier
2023-06-29pg_stat_statements: Fix incorrect comment with entry resetsMichael Paquier
2023-06-27Fix comment on clearing padding.Heikki Linnakangas
2023-04-06Fix row tracking in pg_stat_statements with extended query protocolMichael Paquier
2023-03-08Reflect normalization of query strings for utilities in pg_stat_statementsMichael Paquier
2023-01-21Move queryjumble.c code to src/backend/nodes/Michael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-01pg_stat_statements: fetch stmt location/length before it disappears.Tom Lane
2022-10-31Clean up some inconsistencies with GUC declarationsMichael Paquier
2022-10-18Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier
2022-09-29Restore pg_pread and friends.Thomas Munro
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