Commit Graph

192 Commits (78d0bd452c78b17a788d2f15dc4e28bd3d3159c0)

Author SHA1 Message Date
Michael Paquier e886124647 pg_stat_statements: Fix second comment related to entry resets 2 years ago
Michael Paquier a757e16b7e pg_stat_statements: Fix incorrect comment with entry resets 2 years ago
Heikki Linnakangas 596177a922 Fix comment on clearing padding. 2 years ago
Tom Lane 8b0a5cf3fe pg_stat_statements: fetch stmt location/length before it disappears. 3 years ago
Michael Paquier f2f7e509e6 Rename SetSingleFuncCall() to InitMaterializedSRF() 3 years ago
Alvaro Herrera 72abf03b64
Fix pg_stat_statements for MERGE 3 years ago
Tom Lane 82ebc70d1c Be more wary about 32-bit integer overflow in pg_stat_statements. 3 years ago
Robert Haas 4f2400cb3f Add a new shmem_request_hook hook. 3 years ago
Tom Lane 23e7b38bfe Pre-beta mechanical code beautification. 3 years ago
Robert Haas ab02d702ef Remove non-functional code for unloading loadable modules. 3 years ago
Alvaro Herrera 24d2b2680a
Remove extraneous blank lines before block-closing braces 3 years ago
Magnus Hagander 57d6aea00f Add JIT counters to pg_stat_statements 3 years ago
Michael Paquier 76cbf7edb6 pg_stat_statements: Track I/O timing for temporary file blocks 3 years ago
Andres Freund 6f0cf87872 pgstat: remove stats_temp_directory. 3 years ago
Peter Eisentraut 7844c9918a psql: Show all query results by default 3 years ago
Joe Conway 6198420ad8 Use has_privs_for_roles for predefined role checks 4 years ago
Michael Paquier 5b81703787 Simplify SRFs using materialize mode in contrib/ modules 4 years ago
Michael Paquier 667726fbe5 pg_stat_statements: Remove unnecessary call to GetUserId() 4 years ago
Tom Lane 88103567cb Disallow setting bogus GUCs within an extension's reserved namespace. 4 years ago
Michael Paquier d61a361d1a Remove all traces of tuplestore_donestoring() in the C code 4 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Michael Paquier 234ba62769 pg_stat_statements: Remove obsolete comment 4 years ago
Tom Lane cab5b9ab2c Revert changes about warnings/errors for placeholders. 4 years ago
Tom Lane 5609cc01c6 Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved(). 4 years ago
Tom Lane 83884682f4 psql: include intra-query "--" comments in what's sent to the server. 4 years ago
Tom Lane a667b06683 Don't try to read a multi-GB pg_stat_statements file in one call. 4 years ago
Michael Paquier 2b0da0365b pg_stat_statements: Add some tests for older versions still usable 4 years ago
Tom Lane 0806d08d46 Harden pg_stat_statements tests against CLOBBER_CACHE_ALWAYS. 4 years ago
Tom Lane 7c337b6b52 Centralize the logic for protective copying of utility statements. 4 years ago
Alvaro Herrera cafde58b33
Allow compute_query_id to be set to 'auto' and make it default 4 years ago
Tom Lane def5b065ff Initial pgindent and pgperltidy run for v14. 4 years ago
Etsuro Fujita a363bc6da9 Fix EXPLAIN ANALYZE for async-capable nodes. 4 years ago
Bruce Momjian f7a97b6ec3 Update query_id computation 4 years ago
Peter Eisentraut fae65629ce Revert "psql: Show all query results by default" 4 years ago
Bruce Momjian 0f61727b75 Fixes for query_id feature 4 years ago
Magnus Hagander 5844c23dc5 Merge v1.10 of pg_stat_statements into v1.9 4 years ago
Magnus Hagander 6b4d23feef Track identical top vs nested queries independently in pg_stat_statements 5 years ago
Bruce Momjian 4f0b0966c8 Make use of in-core query id added by commit 5fd9dfa5f5 5 years ago
Bruce Momjian 5fd9dfa5f5 Move pg_stat_statements query jumbling to core. 5 years ago
Peter Eisentraut 3a51306722 psql: Show all query results by default 5 years ago
Andres Freund 1d9c5d0ce2 Do not rely on pgstat.h to indirectly include storage/ headers. 5 years ago
Stephen Frost c9c41c7a33 Rename Default Roles to Predefined Roles 5 years ago
Michael Paquier bca96ddab5 Fix crash of pg_stat_statements_info() without library loaded 5 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Michael Paquier 90fbf7c57d Fix typos and grammar in docs and comments 5 years ago
Fujii Masao 2e0fedf036 pg_stat_statements: Track time at which all statistics were last reset. 5 years ago
Tom Lane b3817f5f77 Improve hash_create()'s API for some added robustness. 5 years ago
Fujii Masao 9fbc3f318d pg_stat_statements: Track number of times pgss entries were deallocated. 5 years ago
Fujii Masao b62e6056a0 pg_stat_statements: track number of rows processed by REFRESH MATERIALIZED VIEW. 5 years ago
Peter Eisentraut 1dec091d5b Remove unused parameter 5 years ago