summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/strings.out
Commit message (Expand)AuthorAgeFilesLines
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-271-1/+1
* Adopt latest bison's spelling of 'syntax error' rather than 'parse error'Tom Lane2003-05-291-1/+1
* Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailingTom Lane2003-05-261-11/+11
* Attached are two small patches to expose md5 as a user function -- includingBruce Momjian2002-12-061-0/+46
* Bring SIMILAR TO and SUBSTRING into some semblance of conformance withTom Lane2002-09-221-5/+13
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-181-2/+9
* Joe Conway wrote:Bruce Momjian2002-09-121-6/+6
* The following small patch provides a couple of minor updates (againstBruce Momjian2002-08-281-6/+32
* Add:Bruce Momjian2002-08-221-0/+163
* Code review for 'at character n' patch --- point at proper end ofTom Lane2002-08-181-1/+1
* Modify regression tests to match new error reporting format from Gavin.Bruce Momjian2002-08-181-1/+1
* Implement SQL99 OVERLAY(). Allows substitution of a substring in a string.Thomas G. Lockhart2002-06-111-0/+74
* Improve lexer's error reporting. You get the whole token mentioned nowTom Lane2002-05-011-1/+1
* New improved version of bpcharin() may have got the truncation caseTom Lane2001-06-011-3/+9
* Make char(n) and varchar(n) types raise an error if the inserted string isPeter Eisentraut2001-05-211-7/+9
* Reimplement LIKE/ESCAPE as operators so that indexscan optimizationTom Lane2000-09-151-2/+2
* Forgot to update the regression test output.Thomas G. Lockhart2000-08-071-16/+340
* Update strings test to reflect the fact that casting to char() willTom Lane2000-01-171-14/+14
* Verified output from new psql.Thomas G. Lockhart2000-01-051-103/+118
* Add test for UNION.Thomas G. Lockhart1998-05-291-5/+142
* Clean up regression tests for SunOS (based on Solaris v2.6)Marc G. Fournier1998-02-101-2/+2
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-3/+3
* Add tests for varchar() and combinations of string types.Thomas G. Lockhart1997-12-011-0/+17