aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/like_support.c
Commit message (Expand)AuthorAge
* Avoid divide-by-zero in regex_selectivity() with long fixed prefix.Tom Lane2021-02-12
* Update copyright for 2021Bruce Momjian2021-01-02
* Improve ineq_histogram_selectivity's behavior for non-default orderings.Tom Lane2020-06-05
* Use query collation, not column's collation, while examining statistics.Tom Lane2020-06-05
* Update copyrights for 2020Bruce Momjian2020-01-01
* Sync patternsel_common's operator selection logic with pattern_prefix's.Tom Lane2019-11-20
* Reduce match_pattern_prefix()'s dependencies on index opfamilies.Tom Lane2019-11-20
* Fix corner-case failure in match_pattern_prefix().Tom Lane2019-11-19
* Fix planner's test for case-foldable characters in ILIKE with ICU.Tom Lane2019-08-12
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Unbreak index optimization for LIKE on byteaPeter Eisentraut2019-04-15
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-22
* Move pattern selectivity code from selfuncs.c to like_support.c.Tom Lane2019-02-14
* Allow extensions to generate lossy index conditions.Tom Lane2019-02-11