summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/text.out
AgeCommit message (Expand)Author
2025-09-16Provide more-specific error details/hints for function lookup failures.Tom Lane
2022-02-08Rearrange core regression tests to reduce cross-script dependencies.Tom Lane
2020-12-15Clean up ancient test stylePeter Eisentraut
2017-08-23Improve plural handling in error messagePeter Eisentraut
2016-08-08Make format() error messages consistent againPeter Eisentraut
2016-02-11Improve error reporting in format()Teodor Sigaev
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
2011-07-08Message style improvementsPeter Eisentraut
2011-07-04Message style tweaksPeter Eisentraut
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-04Match results with format from new psql.Thomas G. Lockhart
1997-12-01Adjust output to reflect changes in tests.Thomas G. Lockhart
1997-04-05Add more expected.out resultsMarc G. Fournier