summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/strings.sql
Commit message (Expand)AuthorAgeFilesLines
* Enable standard_conforming_strings to be turned on.Bruce Momjian2006-03-061-2/+32
* I made the patch that implements regexp_replace again.Bruce Momjian2005-07-101-0/+7
* Implement md5(bytea), update regression tests and documentation. PatchNeil Conway2005-05-201-0/+14
* Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailingTom Lane2003-05-261-1/+1
* Attached are two small patches to expose md5 as a user function -- includingBruce Momjian2002-12-061-0/+18
* Bring SIMILAR TO and SUBSTRING into some semblance of conformance withTom Lane2002-09-221-5/+10
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-181-1/+3
* Joe Conway wrote:Bruce Momjian2002-09-121-6/+6
* The following small patch provides a couple of minor updates (againstBruce Momjian2002-08-281-0/+16
* Add:Bruce Momjian2002-08-221-0/+93
* Implement SQL99 OVERLAY(). Allows substitution of a substring in a string.Thomas G. Lockhart2002-06-111-1/+32
* New improved version of bpcharin() may have got the truncation caseTom Lane2001-06-011-0/+2
* Make char(n) and varchar(n) types raise an error if the inserted string isPeter Eisentraut2001-05-211-2/+4
* Implement LIKE/ESCAPE. Change parser to use like()/notlike()Thomas G. Lockhart2000-08-061-8/+101
* Update strings test to reflect the fact that casting to char() willTom Lane2000-01-171-4/+4
* Clean up format of tests.Thomas G. Lockhart2000-01-051-0/+1
* Add test for UNION.Thomas G. Lockhart1998-05-291-3/+50
* Add tests for varchar() and combinations of string types.Thomas G. Lockhart1997-12-011-0/+23