Commit Graph

59 Commits (a80b7a0547da0dc1dfff5df96b709a9e0321252b)

Author SHA1 Message Date
Álvaro Herrera c2da1a5d63
Make query jumbling also squash PARAM_EXTERN params 3 months ago
Álvaro Herrera debad29d22
Improve jumble squashing through CoerceViaIO and RelabelType 3 months ago
Álvaro Herrera 0f65f3eec4
Fix squashing algorithm for query texts 3 months ago
Michael Paquier f85f6ab051 Revert support for improved tracking of nested queries 3 months ago
Michael Paquier 35a428f30b pg_stat_statements: Fix parameter number gaps in normalized queries 4 months ago
Michael Paquier 06450c7b8c Fix regression with location calculation of nested statements 4 months ago
Peter Eisentraut 09a47c68e2 Fix whitespace 4 months ago
Álvaro Herrera 9fbd53dea5
Remove the query_id_squash_values GUC 6 months ago
David Rowley f31aad9b07 Fix query jumbling to account for NULL nodes 6 months ago
Michael Paquier 3430215fe3 pg_stat_statements: Add more tests with temp tables and namespaces 6 months ago
Álvaro Herrera 62d712ecfd
Introduce squashing of constant lists in query jumbling 6 months ago
David Rowley 89988ac589 Fix further fallout from EXPLAIN ANALYZE BUFFERS change 9 months ago
Michael Paquier 499edb0974 Track more precisely query locations for nested statements 11 months ago
Tom Lane 14e5680eee Improve parser's reporting of statement start locations. 11 months ago
Michael Paquier 45e0ba30fc pg_stat_statements: Add tests for nested queries with level tracking 11 months ago
Michael Paquier cf54a2c002 pg_stat_statements: Add columns to track parallel worker activity 11 months ago
Michael Paquier ba90eac7a9 pg_stat_statements: Expand tests for SET statements 12 months ago
Michael Paquier 933848d16d Add missing query ID reporting in extended query protocol 12 months ago
Michael Paquier 7b1ddbae36 pg_stat_statements: Add tests with extended query protocol 1 year ago
Fujii Masao 97f2bc5aa5 pg_stat_statements: Add regression test for privilege handling. 1 year ago
Michael Paquier c145f321b6 Propagate query IDs of utility statements in functions 1 year ago
Peter Eisentraut 1141e29b61 Revert "pg_stat_statements: Add coverage for entry_dealloc()" 2 years ago
Peter Eisentraut 742f6b3e6d pg_stat_statements: Add coverage for entry_dealloc() 2 years ago
Peter Eisentraut 3e527aeeed pg_stat_statements: Add test coverage for pg_stat_statements_reset_1_7 2 years ago
Peter Eisentraut 3727b8d0e3 pg_stat_statements: Add test coverage for pg_stat_statements_1_8() 2 years ago
Alexander Korotkov dc9f8a7983 Track statement entry timestamp in contrib/pg_stat_statements 2 years ago
Alexander Korotkov 6ab1dbd26b Add NOT NULL checking of pg_stat_statements_reset() in tests 2 years ago
Michael Paquier 108161bcb9 pg_stat_statements: Remove duplicated tests for SET statements 2 years ago
Tom Lane 76db9cb636 Fix some issues with tracking nesting level in pg_stat_statements. 2 years ago
Daniel Gustafsson c5a032e518 Update oldextversions test for pg_stat_statements 1.11 2 years ago
Michael Paquier 11c34b342b Show parameters of CALL as constants in pg_stat_statements 2 years ago
Andres Freund 7369798a83 Fix tracking of temp table relation extensions as writes 2 years ago
Michael Paquier bb45156f34 Show names of DEALLOCATE as constants in pg_stat_statements 2 years ago
Michael Paquier 638d42a3c5 Show GIDs of two-phase commit commands as constants in pg_stat_statements 2 years ago
Michael Paquier 31de7e60da Show savepoint names as constants in pg_stat_statements 2 years ago
Michael Paquier 9a714b9d6e Improve cleanup phases in regression tests of pg_stat_statements 3 years ago
Michael Paquier d0028e35a0 Refactor more the regression tests of pg_stat_statements 3 years ago
Michael Paquier de2aca2885 Expand regression tests of pg_stat_statements for utility queries 3 years ago
Michael Paquier e8dbdb15db Refactor tests of pg_stat_statements for planning, utility and level tracking 3 years ago
Michael Paquier 9ba37b2cb6 Include values of A_Const nodes in query jumbling 3 years ago
Michael Paquier 3db72ebcbe Generate code for query jumbling through gen_node_support.pl 3 years ago
Alvaro Herrera 249b0409b1
Fix pg_stat_statements for MERGE 3 years ago
Robert Haas 2d7ead8526 pg_stat_statements: Fix test that assumes wal_records = rows. 3 years ago
Michael Paquier 76cbf7edb6 pg_stat_statements: Track I/O timing for temporary file blocks 3 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
Bruce Momjian f7a97b6ec3 Update query_id computation 4 years ago
Magnus Hagander 6b4d23feef Track identical top vs nested queries independently in pg_stat_statements 4 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