summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/text.sql
AgeCommit message (Expand)Author
2022-02-08Rearrange core regression tests to reduce cross-script dependencies.Tom Lane
2020-12-15Clean up ancient test stylePeter Eisentraut
2013-07-18Move checking an explicit VARIADIC "any" argument into the parser.Andrew Dunstan
2013-03-15Extend format() to handle field width and left/right alignment.Tom Lane
2013-01-25Fix concat() and format() to handle VARIADIC-labeled arguments correctly.Tom Lane
2010-11-22Put back accidentally-deleted quote_literal() regression tests.Robert Haas
2010-11-21Add new SQL function, format(text).Robert Haas
2010-11-20Expose quote_literal_cstr() from core.Robert Haas
2010-08-24Add string functions: concat(), concat_ws(), left(), right(), and reverse().Itagaki Takahiro
2007-06-06Fix up text concatenation so that it accepts all the reasonable cases thatTom Lane
2000-01-04Clean up syntax to use SQL92-ish type coersionThomas G. Lockhart
1997-12-01Adjust tests to reflect removal of time travel.Thomas G. Lockhart
1997-04-05Again, add more testsMarc G. Fournier