]> granicus.if.org Git - postgresql/history - src/test/regress/expected/strings.out
Fix LIKE's special-case code for % followed by _. I'm not entirely sure that
[postgresql] / src / test / regress / expected / strings.out
2009-05-24 Tom LaneFix LIKE's special-case code for % followed by _. ...
2009-05-05 Tom LaneMake new complaint about unsafe Unicode literals includ...
2009-05-05 Peter EisentrautDisable the use of Unicode escapes in string constants...
2008-10-29 Peter EisentrautUnicode escapes in strings and identifiers
2008-10-04 Peter EisentrautAdditional string function tests for coverage of oracle...
2007-08-11 Tom LaneCode review for regexp_matches/regexp_split patch....
2007-06-05 Tom LaneDowngrade implicit casts to text to be assignment-only...
2007-04-06 Tom LaneSupport varlena fields with single-byte headers and...
2007-03-20 Neil ConwayAdd three new regexp functions: regexp_matches, regexp_...
2006-05-11 Tom LaneCode review for standard_conforming_strings patch....
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-06 Bruce MomjianEnable standard_conforming_strings to be turned on.
2005-07-10 Bruce MomjianI made the patch that implements regexp_replace again.
2005-05-20 Neil ConwayImplement md5(bytea), update regression tests and docum...
2004-03-14 Tom LaneTeach psql to show the location of syntax errors visual...
2003-07-27 Tom LaneError message editing in utils/adt. Again thanks to...
2003-05-29 Tom LaneAdopt latest bison's spelling of 'syntax error' rather...
2003-05-26 Tom LaneCause CHAR(n) to TEXT or VARCHAR conversion to automati...
2002-12-06 Bruce MomjianAttached are two small patches to expose md5 as a user...
2002-09-22 Tom LaneBring SIMILAR TO and SUBSTRING into some semblance...
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-09-12 Bruce MomjianJoe Conway wrote:
2002-08-28 Bruce MomjianThe following small patch provides a couple of minor...
2002-08-22 Bruce MomjianAdd:
2002-08-18 Tom LaneCode review for 'at character n' patch --- point at...
2002-08-18 Bruce MomjianModify regression tests to match new error reporting...
2002-06-11 Thomas G. LockhartImplement SQL99 OVERLAY(). Allows substitution of a...
2002-05-01 Tom LaneImprove lexer's error reporting. You get the whole...
2001-06-01 Tom LaneNew improved version of bpcharin() may have got the...
2001-05-21 Peter EisentrautMake char(n) and varchar(n) types raise an error if...
2000-09-15 Tom LaneReimplement LIKE/ESCAPE as operators so that indexscan...
2000-08-07 Thomas G. LockhartForgot to update the regression test output.
2000-01-17 Tom LaneUpdate strings test to reflect the fact that casting...
2000-01-05 Thomas G. LockhartVerified output from new psql.
1998-05-29 Thomas G. LockhartAdd test for UNION.
1998-02-10 Marc G. FournierClean up regression tests for SunOS (based on Solaris...
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-12-01 Thomas G. LockhartAdd tests for varchar() and combinations of string...