Commits

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

DateSubjectAuthorReleases
2026-06-28 Avoid collation lookup failure when considering a "char" column. Tom Lane 18 (unreleased)
2026-04-11 Fix estimate_array_length error with set-operation array coercions Richard Guo 18.4
2026-03-02 Fix set of issues with extended statistics on expressions Michael Paquier 18.4
2025-12-29 Ignore PlaceHolderVars when looking up statistics Richard Guo 18.2
2025-10-28 Check that index can return in get_actual_variable_range() Peter Eisentraut 18.1
2025-08-11 Fix security checks in selectivity estimation functions. Dean Rasheed 18.0
2025-04-23 Properly prepare varinfos in estimate_multivariate_bucketsize() Alexander Korotkov 18.0
2025-04-16 Improve comments for estimate_multivariate_ndistinct() David Rowley 18.0
2025-04-06 Relax ordering-related hardcoded btree requirements in planning Peter Eisentraut 18.0
2025-04-04 Add nbtree skip scan optimization. Peter Geoghegan 18.0
2025-04-04 Fix crash/valgrind error Peter Eisentraut 18.0
2025-04-04 Support non-btree indexes in get_actual_variable_range() Peter Eisentraut 18.0
2025-03-11 Show index search count in EXPLAIN ANALYZE, take 2. Peter Geoghegan 18.0
2025-03-10 Use extended stats for precise estimation of bucket size in hash join Alexander Korotkov 18.0
2025-02-19 Improve statistics estimation for single-column GROUP BY in sub-queries Alexander Korotkov 18.0
2025-01-14 Consistently spell "leakproof" without a hyphen. Dean Rasheed 18.0
2025-01-02 Ignore nullingrels when looking up statistics Richard Guo 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-10-09 Avoid crash in estimate_array_length with null root pointer. Tom Lane 18.0
2024-09-04 Remove lc_collate_is_c(). Jeff Davis 18.0
2024-08-06 selfuncs.c: use pg_strxfrm() instead of strxfrm(). Jeff Davis 18.0
2024-07-30 Fix partitionwise join with partially-redundant join clauses Richard Guo 18.0