Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
10 daysChange internal queryid type from uint64 to int64David Rowley
2025-05-22In ExecInitModifyTable, don't scribble on the source plan.Tom Lane
2025-05-22Revert "Don't lock partitions pruned by initial pruning"Amit Langote
2025-04-10Improve various new-to-v18 appendStringInfo callsDavid Rowley
2025-03-29Use PRI?64 instead of "ll?" in format strings (continued).Peter Eisentraut
2025-03-21Simplify EXPLAIN code for MemoizeDavid Rowley
2025-03-19Ensure first ModifyTable rel initialized if all are prunedAmit Langote
2025-03-18Add some new hooks so extensions can add details to EXPLAIN.Robert Haas
2025-03-18Make it possible for loadable modules to add EXPLAIN options.Robert Haas
2025-03-11Improve EXPLAIN's display of window functions.Tom Lane
2025-03-11Show index search count in EXPLAIN ANALYZE, take 2.Peter Geoghegan
2025-03-05Revert "Show index search count in EXPLAIN ANALYZE."Peter Geoghegan
2025-03-05Show index search count in EXPLAIN ANALYZE.Peter Geoghegan
2025-02-28Fix missing space in EXPLAIN ANALYZE output.Robert Haas
2025-02-27Create explain_dr.c and move DestReceiver-related code there.Robert Haas
2025-02-27Create explain_format.c and move relevant code there.Robert Haas
2025-02-27EXPLAIN: Always use two fractional digits for row counts.Robert Haas
2025-02-21Allow EXPLAIN to indicate fractional rows.Robert Haas
2025-02-20Don't lock partitions pruned by initial pruningAmit Langote
2025-02-17Add information about WAL buffers being full to EXPLAIN (WAL)Michael Paquier
2025-01-01Fix an assortment of spelling mistakes and typosDavid Rowley
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-11Enable BUFFERS with EXPLAIN ANALYZE by defaultDavid Rowley
2024-12-09Simplify executor's determination of whether to use parallelism.Tom Lane
2024-11-21Unify repetitive error messagesÁlvaro Herrera
2024-10-28Set query ID for inner queries of CREATE TABLE AS and DECLAREMichael Paquier
2024-10-11Adjust EXPLAIN's output for disabled nodesDavid Rowley
2024-09-23Add memory/disk usage for more executor nodes.Tatsuo Ishii
2024-09-17Add memory/disk usage for Window aggregate nodes in EXPLAIN.Tatsuo Ishii
2024-09-12Adjust tuplestore stats APIDavid Rowley
2024-09-10Introduce an RTE for the grouping stepRichard Guo
2024-08-21Show number of disabled nodes in EXPLAIN ANALYZE output.Robert Haas
2024-07-17Use PqMsg_* macros in more places.Nathan Bossart
2024-07-09Show Parallel Bitmap Heap Scan worker stats in EXPLAIN ANALYZEDavid Rowley
2024-07-08Widen lossy and exact page counters for Bitmap Heap ScanDavid Rowley
2024-07-05Fix newly introduced issue in EXPLAIN for Materialize nodesDavid Rowley
2024-07-05Add memory/disk usage for Material nodes in EXPLAINDavid Rowley
2024-07-05Support "Right Semi Join" plan shapesRichard Guo
2024-05-16Fix some inconsistencies in EXPLAIN outputDavid Rowley
2024-04-09Fix incorrect format placeholdersPeter Eisentraut
2024-04-04Add basic JSON_TABLE() functionalityAmit Langote
2024-04-03Invent SERIALIZE option for EXPLAIN.Tom Lane
2024-03-19Improve EXPLAIN's display of SubPlan nodes and output parameters.Tom Lane
2024-03-10Improve support for ExplainOneQuery() hookMichael Paquier
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-29Add EXPLAIN (MEMORY) to report planner memory consumptionAlvaro Herrera
2024-01-22Fix some typosMichael Paquier
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-19Add local_blk_{read|write}_time I/O timing statistics for local blocksMichael Paquier
2023-10-19Rename I/O timing statistics columns to shared_blk_{read|write}_timeMichael Paquier