Commits

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

DateSubjectAuthorReleases
2025-08-11 Fix security checks in selectivity estimation functions. Dean Rasheed 13.22
2022-11-22 YA attempt at taming worst-case behavior of get_actual_variable_range. Tom Lane 13.10
2022-07-17 Fix omissions in support for the "regcollation" type. Tom Lane 13.8
2022-01-15 Build inherited extended stats on partitioned tables Tomas Vondra 13.6
2022-01-15 Ignore extended statistics for inheritance trees Tomas Vondra 13.6
2021-10-01 Avoid believing incomplete MCV-only stats in get_variable_range(). Tom Lane 13.5
2021-06-01 Reject SELECT ... GROUP BY GROUPING SETS (()) FOR UPDATE. Tom Lane 13.4
2021-03-26 Fix ndistinct estimates with system attributes Tomas Vondra 13.3
2021-01-21 Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar. Tom Lane 13.2
2020-09-29 Add for_each_from, to simplify loops starting from non-first list cells. Tom Lane 13.1
2020-07-21 neqjoinsel must now pass through collation to eqjoinsel. Tom Lane 13.0
2020-06-05 Improve ineq_histogram_selectivity's behavior for non-default orderings. Tom Lane 13.0
2020-06-05 Use query collation, not column's collation, while examining statistics. Tom Lane 13.0
2020-04-21 Allow matchingsel() to be used with operators that might return NULL. Tom Lane 13.0
2020-04-21 Clean up cpluspluscheck violation. Tom Lane 13.0
2020-04-01 Improve selectivity estimation for assorted match-style operators. Tom Lane 13.0
2020-03-30 Implement operator class parameters Alexander Korotkov 13.0
2020-03-10 Remove utils/acl.h from catalog/objectaddress.h Peter Eisentraut 13.0
2020-02-06 Refactor hash_agg_entry_size(). Jeff Davis 13.0
2020-01-17 Avoid full scan of GIN indexes when possible Alexander Korotkov 13.0
2020-01-01 Update copyrights for 2020 Bruce Momjian 13.0
2019-12-02 Add a reverse-translation column number array to struct AppendRelInfo. Tom Lane 13.0
2019-11-26 Allow access to child table statistics if user can read parent table. Tom Lane 13.0
2019-11-21 Provide statistics for hypothetical BRIN indexes Michael Paquier 13.0
2019-11-16 Skip system attributes when applying mvdistinct stats Tomas Vondra 13.0