Commit Graph

292 Commits (e35add48ccc2e5aa94de360f1a43c6c150bda54a)

Author SHA1 Message Date
Michael Paquier 72e3abd082 pg_stat_statements: Fix test instability with cache-clobbering builds 2 months ago
Tom Lane 4576208454 Force standard_conforming_strings to always be ON. 2 months ago
Michael Paquier 1572ea96e6 pg_stat_statements: Add more tests for level tracking 2 months ago
Michael Paquier 905ef401d5 pg_stat_statements: Clean up REGRESS list in Makefile 2 months ago
Michael Paquier f9afd56218 pg_stat_statements: Rework test order 2 months ago
Michael Paquier 5d95219faa pg_stat_statements: Fix crash in list squashing with Vars 2 months ago
Michael Paquier e217dc7484 Fix query jumbling with GROUP BY clauses 2 months ago
Andres Freund e5a5e0a907 instrumentation: Keep time fields as instrtime, convert in callers 3 months ago
Bruce Momjian 451c43974f Update copyright for 2026 3 months ago
Álvaro Herrera 16edc1b94f
pg_stat_statements: Fix handling of duplicate constant locations 5 months ago
Robert Haas c83ac02ec7 Add ExplainState argument to pg_plan_query() and planner(). 6 months ago
Álvaro Herrera 1a8b5b11e4
Don't include access/htup_details.h in executor/tuptable.h 6 months ago
Michael Paquier 306dd13079 Remove whitespace in comment of pg_stat_statements.c 7 months ago
Michael Paquier 13b935cd52 Change dynahash.c and hsearch.h to use int64 instead of long 7 months ago
Michael Paquier 3357471cf9 pg_stat_statements: Add counters for generic and custom plans 8 months ago
Michael Paquier bee23ea4dd Show sizes of FETCH queries as constants in pg_stat_statements 9 months ago
Álvaro Herrera a3994ec6ac
Fix typo in comment 9 months ago
Álvaro Herrera c2da1a5d63
Make query jumbling also squash PARAM_EXTERN params 9 months ago
Álvaro Herrera debad29d22
Improve jumble squashing through CoerceViaIO and RelabelType 9 months ago
Álvaro Herrera 0f65f3eec4
Fix squashing algorithm for query texts 10 months ago
Michael Paquier f85f6ab051 Revert support for improved tracking of nested queries 10 months ago
David Rowley c3eda50b06 Change internal queryid type from uint64 to int64 10 months ago
Michael Paquier 35a428f30b pg_stat_statements: Fix parameter number gaps in normalized queries 10 months ago
Amit Langote 1722d5eb05 Revert "Don't lock partitions pruned by initial pruning" 10 months ago
Michael Paquier 06450c7b8c Fix regression with location calculation of nested statements 10 months ago
Peter Eisentraut 09a47c68e2 Fix whitespace 11 months ago
Álvaro Herrera 9fbd53dea5
Remove the query_id_squash_values GUC 1 year ago
David Rowley f31aad9b07 Fix query jumbling to account for NULL nodes 1 year ago
Tom Lane 55527368bd Use PG_MODULE_MAGIC_EXT in our installable shared libraries. 1 year ago
Michael Paquier 787514b30b Use relation name instead of OID in query jumbling for RangeTblEntry 1 year ago
Michael Paquier 3430215fe3 pg_stat_statements: Add more tests with temp tables and namespaces 1 year ago
Álvaro Herrera 62d712ecfd
Introduce squashing of constant lists in query jumbling 1 year ago
Robert Haas 95dbd827f2 EXPLAIN: Always use two fractional digits for row counts. 1 year ago
Amit Langote 525392d572 Don't lock partitions pruned by initial pruning 1 year ago
Michael Paquier ce5bcc4a9f pg_stat_statements: Add wal_buffers_full 1 year ago
Bruce Momjian 50e6eb731d Update copyright for 2025 1 year ago
Michael Paquier 7f97b4734f Fix some comments related to library unloading 1 year ago
David Rowley 89988ac589 Fix further fallout from EXPLAIN ANALYZE BUFFERS change 1 year ago
Tom Lane 3eea7a0c97 Simplify executor's determination of whether to use parallelism. 1 year ago
Michael Paquier 5d4298e75f pg_stat_statements: Avoid some locking during PGSS entry scans 1 year ago
Peter Eisentraut 9be4e5d293 Remove unused #include's from contrib, pl, test .c files 1 year ago
Michael Paquier 6b652e6ce8 Set query ID for inner queries of CREATE TABLE AS and DECLARE 1 year ago
Michael Paquier 499edb0974 Track more precisely query locations for nested statements 1 year ago
Tom Lane 14e5680eee Improve parser's reporting of statement start locations. 1 year ago
Michael Paquier 45e0ba30fc pg_stat_statements: Add tests for nested queries with level tracking 1 year ago
Michael Paquier cf54a2c002 pg_stat_statements: Add columns to track parallel worker activity 1 year ago
Peter Eisentraut 10b721821d Use macro to define the number of enum values 2 years ago
Michael Paquier dc68515968 Show values of SET statements as constants in pg_stat_statements 2 years ago
Michael Paquier ba90eac7a9 pg_stat_statements: Expand tests for SET statements 2 years ago
Michael Paquier 933848d16d Add missing query ID reporting in extended query protocol 2 years ago