Commits

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

DateSubjectAuthorReleases
2024-03-10 Fix deparsing of Consts in postgres_fdw ORDER BY David Rowley 14.12
2024-03-05 Fix incorrectly reported stats kind in "can't happen" ERROR David Rowley 14.12
2024-02-19 Fix incorrect pruning of NULL partition for boolean IS NOT clauses David Rowley 14.12
2024-01-29 Doc: mention foreign keys can reference unique indexes David Rowley 14.11
2023-11-09 Ensure we use the correct spelling of "ensure" David Rowley 14.11
2023-10-31 Adjust the order of the prechecks in pgrowlocks() David Rowley 14.10
2023-10-12 Fix runtime partition pruning for HASH partitioned tables David Rowley 14.10
2023-10-12 Doc: fix grammatical errors for enable_partitionwise_aggregate David Rowley 14.10
2023-10-12 Fix incorrect step generation in HASH partition pruning David Rowley 14.10
2023-10-05 Fix memory leak in Memoize code David Rowley 14.10
2023-09-28 Add missing TidRangePath handling in print_path() David Rowley 14.10
2023-09-13 Fix incorrect logic in plan dependency recording David Rowley 14.10
2023-08-07 Don't Memoize lateral joins with volatile join conditions David Rowley 14.9
2023-08-01 Fix overly strict Assert in jsonpath code David Rowley 14.9
2023-07-09 Doc: update old reference to "result cache" David Rowley 14.9
2023-06-22 Doc: mention that extended stats aren't used for joins David Rowley 14.9
2023-06-19 Don't use partial unique indexes for unique proofs in the planner David Rowley 14.9
2023-04-14 Fix incorrect partition pruning logic for boolean partitioned tables David Rowley 14.8
2023-03-30 Fix List memory issue in transformColumnDefinition David Rowley 14.8
2023-03-20 Fix memory leak in Memoize cache key evaluation David Rowley 14.8
2023-02-13 Disable WindowAgg inverse transitions when subplans are present David Rowley 14.8
2023-01-24 Use OFFSET 0 instead of ORDER BY to stop subquery pullup David Rowley 14.7
2023-01-23 Fix LATERAL join test in test memoize.sql David Rowley 14.7
2022-12-15 Re-adjust drop-index-concurrently-1 isolation test David Rowley 14.7
2022-10-20 Doc: fix outdated wording about parallel seq scans David Rowley 14.6