postgresql/src
Tom Lane d6061d2f31 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.
2007-01-03 22:39:26 +00:00
..
backend Fix regex_fixed_prefix() to cope reasonably well with regex patterns of the 2007-01-03 22:39:26 +00:00
bin Support type modifiers for user-defined types, and pull most knowledge 2006-12-30 21:21:56 +00:00
include Fix regex_fixed_prefix() to cope reasonably well with regex patterns of the 2007-01-03 22:39:26 +00:00
interfaces Revert exports.list change pending closer study. 2006-12-28 00:01:05 +00:00
makefiles Add $(CFLAGS) to the simplified build rule for .so libraries on Darwin. 2006-11-28 05:45:43 +00:00
pl Code review for XML patch. Instill a bit of sanity in the location of 2006-12-24 00:29:20 +00:00
port Patch of Win32 Encoding problem for server messages using 2006-12-04 22:23:40 +00:00
template Make --with-ldap build on Unixware, per Olivier Prenant. 2006-12-14 21:49:54 +00:00
test Update expected result for new inet error message wording. 2007-01-02 23:38:42 +00:00
timezone Put JST back into the default set of timezone abbreviations; 2006-12-15 16:54:43 +00:00
tools Support type modifiers for user-defined types, and pull most knowledge 2006-12-30 21:21:56 +00:00
tutorial Restructure operator classes to allow improved handling of cross-data-type 2006-12-23 00:43:13 +00:00
bcc32.mak Fix bcc32.mak to create and remove pg_config_os.h properly. Apparently 2006-10-06 18:53:53 +00:00
DEVELOPERS
Makefile
Makefile.global.in On Windows, we know the backend stack size limit because we have to 2006-10-08 17:15:34 +00:00
Makefile.shlib
nls-global.mk
win32.mak