Commits

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

DateSubjectAuthorReleases
2026-03-24 Prevent spurious "indexes on virtual generated columns are not supported". Robert Haas 18.4
2026-03-09 Prevent restore of incremental backup from bloating VM fork. Robert Haas 18.4
2026-01-26 Reduce length of TAP test file name. Robert Haas 18.2
2026-01-19 Don't set the truncation block length greater than RELSEG_SIZE. Robert Haas 18.2
2025-12-16 Switch memory contexts in ReinitializeParallelDSM. Robert Haas 18.2
2025-09-25 Fix array allocation bugs in SetExplainExtensionState. Robert Haas 18.1
2025-07-28 Avoid throwing away the error message in syncrep_yyerror. Robert Haas 18.0
2025-06-06 pg_prewarm: Allow autoprewarm to use more than 1GB to dump blocks. Robert Haas 18.0
2025-03-28 pg_overexplain: Use PG_MODULE_MAGIC_EXT. Robert Haas 18.0
2025-03-28 pg_overexplain: Call previous hooks as appropriate. Robert Haas 18.0
2025-03-27 pg_overexplain: Filter out actual row count from test result. Robert Haas 18.0
2025-03-26 pg_overexplain: SET jit=off when running tests. Robert Haas 18.0
2025-03-26 Fix oversights in commit 8d5ceb113e3f7ddb627bd40b26438a9d2fa05512 Robert Haas 18.0
2025-03-26 pg_overexplain: Additional EXPLAIN options for debugging. Robert Haas 18.0
2025-03-20 Add an additional hook for EXPLAIN option validation. Robert Haas 18.0
2025-03-18 Add some new hooks so extensions can add details to EXPLAIN. Robert Haas 18.0
2025-03-18 Fix indentation again. Robert Haas 18.0
2025-03-18 Make it possible for loadable modules to add EXPLAIN options. Robert Haas 18.0
2025-03-17 Fix indentation. Robert Haas 18.0
2025-03-17 pg_combinebackup: Add -k, --link option. Robert Haas 18.0
2025-03-07 doc: Add missing decimal places to example rowcount. Robert Haas 18.0
2025-02-28 Avoid including explain.h in explain_format.h and explain_dr.h Robert Haas 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