aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2007-01-03 22:39:42 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2007-01-03 22:39:42 +0000
commit15888bf0c0d048b462f6e703caba93669e40f0c2 (patch)
tree4f627ad6d4e97cec78c79b6d66a4afaf839539b9 /doc/src
parent34aabc20712723fc8a6a3974b724934ea304eaae (diff)
downloadpostgresql-15888bf0c0d048b462f6e703caba93669e40f0c2.tar.gz
postgresql-15888bf0c0d048b462f6e703caba93669e40f0c2.zip
Fix regex_fixed_prefix() to cope reasonably well with regex patterns of the
form '^(foo)$'. Before, these could never be optimized into indexscans. The recent changes to make psql and pg_dump generate such patterns (for \d commands and -t and related switches, respectively) therefore represented a big performance hit for people with large pg_class catalogs, as seen in recent gripe from Erik Jones. While at it, be more paranoid about case-sensitivity checking in multibyte encodings, and fix some other corner cases in which a regex might be interpreted too liberally.
Diffstat (limited to 'doc/src')
0 files changed, 0 insertions, 0 deletions