index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
like_support.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
Defend against stack overrun in a few more places.
Tom Lane
2022-08-24
1
-0
/
+4
*
Call pg_newlocale_from_collation() also with default collation
Peter Eisentraut
2022-01-20
1
-14
/
+13
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Add a planner support function for starts_with().
Tom Lane
2021-11-17
1
-19
/
+46
*
Avoid divide-by-zero in regex_selectivity() with long fixed prefix.
Tom Lane
2021-02-12
1
-2
/
+11
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Improve ineq_histogram_selectivity's behavior for non-default orderings.
Tom Lane
2020-06-05
1
-2
/
+2
*
Use query collation, not column's collation, while examining statistics.
Tom Lane
2020-06-05
1
-25
/
+15
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Sync patternsel_common's operator selection logic with pattern_prefix's.
Tom Lane
2019-11-20
1
-61
/
+58
*
Reduce match_pattern_prefix()'s dependencies on index opfamilies.
Tom Lane
2019-11-20
1
-57
/
+85
*
Fix corner-case failure in match_pattern_prefix().
Tom Lane
2019-11-19
1
-4
/
+7
*
Fix planner's test for case-foldable characters in ILIKE with ICU.
Tom Lane
2019-08-12
1
-3
/
+5
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
1
-24
/
+24
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
1
-3
/
+3
*
Unbreak index optimization for LIKE on bytea
Peter Eisentraut
2019-04-15
1
-1
/
+3
*
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-22
1
-0
/
+14
*
Move pattern selectivity code from selfuncs.c to like_support.c.
Tom Lane
2019-02-14
1
-1
/
+1413
*
Allow extensions to generate lossy index conditions.
Tom Lane
2019-02-11
1
-0
/
+313