postgresql/src/test/regress
Tom Lane 2c265adea3 Modify the built-in text search parser to handle URLs more nearly according
to RFC 3986.  In particular, these characters now terminate the path part
of a URL: '"', '<', '>', '\', '^', '`', '{', '|', '}'.  The previous behavior
was inconsistent and depended on whether a "?" was present in the path.
Per gripe from Donald Fraser and spec research by Kevin Grittner.

This is a pre-existing bug, but not back-patching since the risks of
breaking existing applications seem to outweigh the benefits.
2010-04-28 02:04:16 +00:00
..
data Avoid regression test cases that fail in locales that sort "v" and "w" 2009-01-19 14:24:13 +00:00
expected Modify the built-in text search parser to handle URLs more nearly according 2010-04-28 02:04:16 +00:00
input Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). 2010-01-05 21:54:00 +00:00
output Fix regression test breakage from recent change in default name of exclusion-constraint index. 2010-03-22 17:43:28 +00:00
sql Modify the built-in text search parser to handle URLs more nearly according 2010-04-28 02:04:16 +00:00
GNUmakefile Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
Makefile Remove remains of old depend target. 2007-01-20 17:16:17 +00:00
parallel_schedule Extend the set of frame options supported for window functions. 2010-02-12 17:33:21 +00:00
pg_regress_main.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
pg_regress.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
pg_regress.h Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
regress.c Fix executor/spi.h to follow our usual conventions for include files, ie, 2009-01-07 13:44:37 +00:00
regressplans.sh
resultmap Rewrite ECPG regression test driver in C, by splitting the standard 2007-06-12 11:07:34 +00:00
serial_schedule Extend the set of frame options supported for window functions. 2010-02-12 17:33:21 +00:00
standby_schedule Allow read only connections during recovery, known as Hot Standby. 2009-12-19 01:32:45 +00:00