Commits

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

DateSubjectAuthorReleases
2026-06-28 Avoid collation lookup failure when considering a "char" column. Tom Lane 19 (unreleased)
2026-06-08 Fix missed checks for hashability of container-type equality. Tom Lane 19 (unreleased)
2026-05-13 Pre-beta mechanical code beautification, step 1: run pgindent. Tom Lane 19 (unreleased)
2026-04-11 Fix estimate_array_length error with set-operation array coercions Richard Guo 19 (unreleased)
2026-03-30 Thread flags through begin-scan APIs Melanie Plageman 19 (unreleased)
2026-03-20 Discount the metapage when estimating number of index pages visited. Tom Lane 19 (unreleased)
2026-03-19 Short-circuit row estimation in NOT IN containing NULL consts David Rowley 19 (unreleased)
2026-03-04 Fix estimate_hash_bucket_stats's correction for skewed data. Tom Lane 19 (unreleased)
2026-03-02 Fix set of issues with extended statistics on expressions Michael Paquier 19 (unreleased)
2026-03-01 Correctly calculate "MCV frequency" for a unique column. Tom Lane 19 (unreleased)
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-12-29 Ensure sanity of hash-join costing when there are no MCV statistics. Tom Lane 19 (unreleased)
2025-12-29 Ignore PlaceHolderVars when looking up statistics Richard Guo 19 (unreleased)
2025-12-09 Use palloc_object() and palloc_array() in backend code Michael Paquier 19 (unreleased)
2025-11-19 Speed up eqjoinsel() with lots of MCV entries. Tom Lane 19 (unreleased)
2025-10-28 Check that index can return in get_actual_variable_range() Peter Eisentraut 19 (unreleased)
2025-09-20 Re-allow using statistics for bool-valued functions in WHERE. Tom Lane 19 (unreleased)
2025-08-11 Fix security checks in selectivity estimation functions. Dean Rasheed 19 (unreleased)
2025-07-19 Mostly-cosmetic adjustments to estimate_multivariate_bucketsize(). Tom Lane 19 (unreleased)
2025-06-30 Add new OID alias type regdatabase. Nathan Bossart 19 (unreleased)
2025-06-30 Remove unused #include's in src/backend/utils/adt/* Peter Eisentraut 19 (unreleased)