summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/text.sql
Commit message (Expand)AuthorAgeFilesLines
* Move checking an explicit VARIADIC "any" argument into the parser.Andrew Dunstan2013-07-181-4/+4
* Extend format() to handle field width and left/right alignment.Tom Lane2013-03-141-1/+20
* Fix concat() and format() to handle VARIADIC-labeled arguments correctly.Tom Lane2013-01-251-1/+22
* Put back accidentally-deleted quote_literal() regression tests.Robert Haas2010-11-211-1/+7
* Add new SQL function, format(text).Robert Haas2010-11-201-3/+29
* Expose quote_literal_cstr() from core.Robert Haas2010-11-201-0/+3
* Add string functions: concat(), concat_ws(), left(), right(), and reverse().Itagaki Takahiro2010-08-241-0/+13
* Fix up text concatenation so that it accepts all the reasonable cases thatTom Lane2007-06-061-0/+15
* Clean up syntax to use SQL92-ish type coersionThomas G. Lockhart2000-01-041-3/+5
* Adjust tests to reflect removal of time travel.Thomas G. Lockhart1997-12-011-10/+6
* Again, add more testsMarc G. Fournier1997-04-051-0/+17