Commit Graph

173 Commits (REL_14_STABLE)

Author SHA1 Message Date
Michael Paquier 8a1459f62a pg_stat_statements: Fix parameter number gaps in normalized queries 4 months ago
Michael Paquier 7e8349cbd7 pg_stat_statements: Fix second comment related to entry resets 2 years ago
Michael Paquier aa4b11e8be pg_stat_statements: Fix incorrect comment with entry resets 2 years ago
Heikki Linnakangas 0c3fb8ac5f Fix comment on clearing padding. 2 years ago
Tom Lane 0f2f5645a1 pg_stat_statements: fetch stmt location/length before it disappears. 3 years ago
Tom Lane 17fd203b41 Be more wary about 32-bit integer overflow in pg_stat_statements. 3 years ago
Michael Paquier 52d50261db pg_stat_statements: Remove obsolete comment 4 years ago
Tom Lane 7104e0b245 Don't try to read a multi-GB pg_stat_statements file in one call. 4 years ago
Tom Lane e6d9544681 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 4 years ago
Bruce Momjian 4f0b0966c8 Make use of in-core query id added by commit 5fd9dfa5f5 4 years ago
Bruce Momjian 5fd9dfa5f5 Move pg_stat_statements query jumbling to core. 4 years ago
Peter Eisentraut 3a51306722 psql: Show all query results by default 4 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
Fujii Masao 6023b7ea71 pg_stat_statements: track number of rows processed by some utility commands. 5 years ago
Peter Eisentraut 90b2d8c1ad doc: Spell checking 5 years ago
Fujii Masao d1763ea8c9 Change default of pg_stat_statements.track_planning to off. 5 years ago
Tom Lane 5cbfce562f Initial pgindent and pgperltidy run for v13. 5 years ago
Amit Kapila 69bfaf2e1d Change the display of WAL usage statistics in Explain. 5 years ago
Amit Kapila ef08ca113f Cosmetic fixups for WAL usage work. 5 years ago
Amit Kapila 6b466bf5f2 Allow pg_stat_statements to track WAL usage statistics. 6 years ago
Peter Eisentraut 070c3d3937 Fix whitespace 6 years ago
Fujii Masao 17e0328224 Allow pg_stat_statements to track planning statistics. 6 years ago
Fujii Masao 4a539a25eb Expose BufferUsageAccumDiff(). 6 years ago
Tom Lane 91f3bd732c Fix possibly-uninitialized variable. 6 years ago
Alvaro Herrera 2f9661311b
Represent command completion tags as structs 6 years ago
Robert Haas 05d8449e73 Move src/backend/utils/hash/hashfn.c to src/common 6 years ago
Tom Lane 70a7732007 Remove support for upgrading extensions from "unpackaged" state. 6 years ago
Thomas Munro 701a51fd4e Use pg_pwrite() in more places. 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Alvaro Herrera c4dcd9144b Avoid splitting C string literals with \-newline 6 years ago
Andres Freund 01368e5d9d Split all OBJS style lines in makefiles into one-line-per-entry style. 6 years ago
Peter Eisentraut 604bd36711 PG_FINALLY 6 years ago