Commits

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

DateSubjectAuthorReleases
2026-03-24 Bounds-check access to TupleDescAttr with an Assert. Robert Haas 19 (unreleased)
2026-03-24 Prevent spurious "indexes on virtual generated columns are not supported". Robert Haas 19 (unreleased)
2026-03-20 test_plan_advice: Set TAP test priority 50 in meson.build. Robert Haas 19 (unreleased)
2026-03-19 dshash: Make it possible to suppress out of memory errors Robert Haas 19 (unreleased)
2026-03-18 pg_plan_advice: Fix multiple copy-and-paste-errors in test case. Robert Haas 19 (unreleased)
2026-03-17 pg_plan_advice: Avoid a crash under GEQO. Robert Haas 19 (unreleased)
2026-03-17 Test pg_plan_advice using a new test_plan_advice module. Robert Haas 19 (unreleased)
2026-03-17 pg_plan_advice: Always install pg_plan_advice.h, and in the right place Robert Haas 19 (unreleased)
2026-03-17 pg_plan_advice: Fix variable type confusion. Robert Haas 19 (unreleased)
2026-03-16 pg_plan_advice: Fix failures to accept identifier keywords. Robert Haas 19 (unreleased)
2026-03-12 Add pg_plan_advice contrib module. Robert Haas 19 (unreleased)
2026-03-10 Allow extensions to mark an individual index as disabled. Robert Haas 19 (unreleased)
2026-03-09 Replace get_relation_info_hook with build_simple_rel_hook. Robert Haas 19 (unreleased)
2026-03-09 Consider startup cost as a figure of merit for partial paths. Robert Haas 19 (unreleased)
2026-03-09 Prevent restore of incremental backup from bloating VM fork. Robert Haas 19 (unreleased)
2026-02-19 Fix add_partial_path interaction with disabled_nodes Robert Haas 19 (unreleased)
2026-02-10 Store information about Append node consolidation in the final plan. Robert Haas 19 (unreleased)
2026-02-10 Store information about elided nodes in the final plan. Robert Haas 19 (unreleased)
2026-02-10 Store information about range-table flattening in the final plan. Robert Haas 19 (unreleased)
2026-02-10 Pass cursorOptions to planner_setup_hook. Robert Haas 19 (unreleased)
2026-02-10 Fix PGS_CONSIDER_NONPARTIAL interaction with Materialize nodes. Robert Haas 19 (unreleased)
2026-01-29 Fix mistakes in commit 4020b370f214315b8c10430301898ac21658143f Robert Haas 19 (unreleased)
2026-01-28 Allow for plugin control over path generation strategies. Robert Haas 19 (unreleased)
2026-01-27 pg_waldump: Remove file-level global WalSegSz. Robert Haas 19 (unreleased)
2026-01-26 Reduce length of TAP test file name. Robert Haas 19 (unreleased)