-
- Downloads
Add new selectivity estimation functions for pattern-matching operators
(LIKE and regexp matches). These are not yet referenced in pg_operator, so by default the system will continue to use eqsel/neqsel. Also, tweak convert_to_scalar() logic so that common prefixes of strings are stripped off, allowing better accuracy when all strings in a table share a common prefix.
Showing
- doc/src/sgml/xoper.sgml 4 additions, 4 deletionsdoc/src/sgml/xoper.sgml
- src/backend/optimizer/path/indxpath.c 22 additions, 255 deletionssrc/backend/optimizer/path/indxpath.c
- src/backend/utils/adt/selfuncs.c 1228 additions, 199 deletionssrc/backend/utils/adt/selfuncs.c
- src/include/catalog/pg_proc.h 27 additions, 1 deletionsrc/include/catalog/pg_proc.h
- src/include/utils/builtins.h 58 additions, 10 deletionssrc/include/utils/builtins.h
Loading
Please register or sign in to comment