Commits

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

DateSubjectAuthorReleases
2024-07-31 Doc: mention executor memory usage for enable_partitionwise* GUCs David Rowley 15.8
2024-07-28 Fix incorrect return value for pg_size_pretty(bigint) David Rowley 15.8
2024-06-18 Fix possible Assert failure in cost_memoize_rescan David Rowley 15.8
2024-05-01 Disable run condition optimization for some WindowFuncs David Rowley 15.7
2024-05-01 Ensure we allocate NAMEDATALEN bytes for names in Index Only Scans David Rowley 15.7
2024-04-20 Doc: document cases where queryid is stable David Rowley 15.7
2024-03-11 Fix incorrect accessing of pfree'd memory in Memoize David Rowley 15.7
2024-03-10 Fix deparsing of Consts in postgres_fdw ORDER BY David Rowley 15.7
2024-03-05 Fix incorrectly reported stats kind in "can't happen" ERROR David Rowley 15.7
2024-02-19 Fix incorrect pruning of NULL partition for boolean IS NOT clauses David Rowley 15.7
2024-01-29 Doc: mention foreign keys can reference unique indexes David Rowley 15.6
2023-11-09 Ensure we use the correct spelling of "ensure" David Rowley 15.6
2023-10-31 Adjust the order of the prechecks in pgrowlocks() David Rowley 15.5
2023-10-12 Fix runtime partition pruning for HASH partitioned tables David Rowley 15.5
2023-10-12 Doc: fix grammatical errors for enable_partitionwise_aggregate David Rowley 15.5
2023-10-12 Fix incorrect step generation in HASH partition pruning David Rowley 15.5
2023-10-05 Fix memory leak in Memoize code David Rowley 15.5
2023-09-28 Add missing TidRangePath handling in print_path() David Rowley 15.5
2023-09-13 Fix incorrect logic in plan dependency recording David Rowley 15.5
2023-08-07 Don't Memoize lateral joins with volatile join conditions David Rowley 15.4
2023-08-01 Fix overly strict Assert in jsonpath code David Rowley 15.4
2023-07-09 Doc: update old reference to "result cache" David Rowley 15.4
2023-06-22 Doc: mention that extended stats aren't used for joins David Rowley 15.4
2023-06-19 Don't use partial unique indexes for unique proofs in the planner David Rowley 15.4
2023-04-20 Fix list_copy_head() with empty Lists David Rowley 15.3