Commits

Showing commits that first shipped in 18 (backpatches included). Clear

DateSubjectAuthorReleases
2026-06-25 Avoid ABI break in ModifyTableState from the FDW pruning fix Amit Langote 18 (unreleased)
2026-06-23 Re-index ModifyTable FDW arrays when pruning result relations Amit Langote 18 (unreleased)
2025-05-30 Change internal queryid type from uint64 to int64 David Rowley 18.0
2025-05-22 In ExecInitModifyTable, don't scribble on the source plan. Tom Lane 18.0
2025-05-22 Revert "Don't lock partitions pruned by initial pruning" Amit Langote 18.0
2025-04-10 Improve various new-to-v18 appendStringInfo calls David Rowley 18.0
2025-03-29 Use PRI?64 instead of "ll?" in format strings (continued). Peter Eisentraut 18.0
2025-03-21 Simplify EXPLAIN code for Memoize David Rowley 18.0
2025-03-19 Ensure first ModifyTable rel initialized if all are pruned Amit Langote 18.0
2025-03-18 Add some new hooks so extensions can add details to EXPLAIN. Robert Haas 18.0
2025-03-18 Make it possible for loadable modules to add EXPLAIN options. Robert Haas 18.0
2025-03-11 Improve EXPLAIN's display of window functions. Tom Lane 18.0
2025-03-11 Show index search count in EXPLAIN ANALYZE, take 2. Peter Geoghegan 18.0
2025-03-05 Revert "Show index search count in EXPLAIN ANALYZE." Peter Geoghegan 18.0
2025-03-05 Show index search count in EXPLAIN ANALYZE. Peter Geoghegan 18.0
2025-02-28 Fix missing space in EXPLAIN ANALYZE output. Robert Haas 18.0
2025-02-27 Create explain_dr.c and move DestReceiver-related code there. Robert Haas 18.0
2025-02-27 Create explain_format.c and move relevant code there. Robert Haas 18.0
2025-02-27 EXPLAIN: Always use two fractional digits for row counts. Robert Haas 18.0
2025-02-21 Allow EXPLAIN to indicate fractional rows. Robert Haas 18.0
2025-02-20 Don't lock partitions pruned by initial pruning Amit Langote 18.0
2025-02-17 Add information about WAL buffers being full to EXPLAIN (WAL) Michael Paquier 18.0
2025-01-01 Fix an assortment of spelling mistakes and typos David Rowley 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-12-11 Enable BUFFERS with EXPLAIN ANALYZE by default David Rowley 18.0