Commit Graph

266 Commits (306dd6e727bf7a4e76f02cb31c2e22ac3b0deca3)

Author SHA1 Message Date
Á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
Tom Lane 55527368bd Use PG_MODULE_MAGIC_EXT in our installable shared libraries. 6 months ago
Michael Paquier 787514b30b Use relation name instead of OID in query jumbling for RangeTblEntry 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
Robert Haas 95dbd827f2 EXPLAIN: Always use two fractional digits for row counts. 7 months ago
Amit Langote 525392d572 Don't lock partitions pruned by initial pruning 7 months ago
Michael Paquier ce5bcc4a9f pg_stat_statements: Add wal_buffers_full 7 months ago
Bruce Momjian 50e6eb731d Update copyright for 2025 8 months ago
Michael Paquier 7f97b4734f Fix some comments related to library unloading 9 months ago
David Rowley 89988ac589 Fix further fallout from EXPLAIN ANALYZE BUFFERS change 9 months ago
Tom Lane 3eea7a0c97 Simplify executor's determination of whether to use parallelism. 9 months ago
Michael Paquier 5d4298e75f pg_stat_statements: Avoid some locking during PGSS entry scans 10 months ago
Peter Eisentraut 9be4e5d293 Remove unused #include's from contrib, pl, test .c files 11 months ago
Michael Paquier 6b652e6ce8 Set query ID for inner queries of CREATE TABLE AS and DECLARE 11 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
Peter Eisentraut 10b721821d Use macro to define the number of enum values 12 months ago
Michael Paquier dc68515968 Show values of SET statements as constants in pg_stat_statements 12 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 1 year ago
Tom Lane 94537982ec Remove obsolete comment in pg_stat_statements. 1 year ago
Michael Paquier 7b1ddbae36 pg_stat_statements: Add tests with extended query protocol 1 year ago
Nathan Bossart 8928817769 Remove volatile qualifiers from pg_stat_statements.c. 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 17974ec259 Revise GUC names quoting in messages again 1 year ago
Nathan Bossart 3b42bdb471 Use new overflow-safe integer comparison functions. 2 years ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Peter Eisentraut 8ce5aef2e6 Make Perl warnings fatal in newly added TAP tests 2 years ago
Peter Eisentraut 1141e29b61 Revert "pg_stat_statements: Add coverage for entry_dealloc()" 2 years ago
Peter Eisentraut 4710b67d4d pg_stat_statements: Add TAP test for testing restarts 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
Peter Eisentraut 611806cd72 Add trailing commas to enum definitions 2 years ago
Michael Paquier 5147ab1dd3 pg_stat_statements: Add local_blk_{read|write}_time 2 years ago
Michael Paquier 13d00729d4 Rename I/O timing statistics columns to shared_blk_{read|write}_time 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
Daniel Gustafsson 5a3423ad8e Add JIT deform_counter 2 years ago
Michael Paquier bb45156f34 Show names of DEALLOCATE as constants in pg_stat_statements 2 years ago