summaryrefslogtreecommitdiff
path: root/contrib/pg_overexplain
AgeCommit message (Expand)Author
10 daysUse more palloc_object() and palloc_array() in contrib/Michael Paquier
2025-09-23Keep track of what RTIs a Result node is scanning.Robert Haas
2025-06-12Revert support for improved tracking of nested queriesMichael Paquier
2025-05-21Fix regression with location calculation of nested statementsMichael Paquier
2025-04-19Fix typos and grammar in the codeMichael Paquier
2025-04-12Harmonize function parameter names for Postgres 18.Peter Geoghegan
2025-04-10Improve various new-to-v18 appendStringInfo callsDavid Rowley
2025-03-28pg_overexplain: Use PG_MODULE_MAGIC_EXT.Robert Haas
2025-03-28pg_overexplain: Call previous hooks as appropriate.Robert Haas
2025-03-27pg_overexplain: Filter out actual row count from test result.Robert Haas
2025-03-26pg_overexplain: SET jit=off when running tests.Robert Haas
2025-03-26Fix oversights in commit 8d5ceb113e3f7ddb627bd40b26438a9d2fa05512Robert Haas
2025-03-26pg_overexplain: Additional EXPLAIN options for debugging.Robert Haas