Commit Graph

10 Commits (405a468b02dd80a069b95c4eb9838cb6a562eddd)

Author SHA1 Message Date
Tom Lane 73e7025bd8 Extend format() to handle field width and left/right alignment. 13 years ago
Tom Lane 760f3c043a Fix concat() and format() to handle VARIADIC-labeled arguments correctly. 13 years ago
Robert Haas 95dacf8593 Put back accidentally-deleted quote_literal() regression tests. 15 years ago
Robert Haas 7504870778 Add new SQL function, format(text). 15 years ago
Robert Haas 4343c0e546 Expose quote_literal_cstr() from core. 15 years ago
Itagaki Takahiro 49b27ab551 Add string functions: concat(), concat_ws(), left(), right(), and reverse(). 16 years ago
Tom Lane 2d4db3675f Fix up text concatenation so that it accepts all the reasonable cases that 19 years ago
Thomas G. Lockhart 61ef6a1a3f Clean up syntax to use SQL92-ish type coersion 26 years ago
Thomas G. Lockhart 1d7b6f14e2 Adjust tests to reflect removal of time travel. 29 years ago
Marc G. Fournier 04688df668 Again, add more tests 29 years ago