index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
sql
/
text.sql
Age
Commit message (
Expand
)
Author
2022-02-08
Rearrange core regression tests to reduce cross-script dependencies.
Tom Lane
2020-12-15
Clean up ancient test style
Peter Eisentraut
2013-07-18
Move checking an explicit VARIADIC "any" argument into the parser.
Andrew Dunstan
2013-03-15
Extend format() to handle field width and left/right alignment.
Tom Lane
2013-01-25
Fix concat() and format() to handle VARIADIC-labeled arguments correctly.
Tom Lane
2010-11-22
Put back accidentally-deleted quote_literal() regression tests.
Robert Haas
2010-11-21
Add new SQL function, format(text).
Robert Haas
2010-11-20
Expose quote_literal_cstr() from core.
Robert Haas
2010-08-24
Add string functions: concat(), concat_ws(), left(), right(), and reverse().
Itagaki Takahiro
2007-06-06
Fix up text concatenation so that it accepts all the reasonable cases that
Tom Lane
2000-01-04
Clean up syntax to use SQL92-ish type coersion
Thomas G. Lockhart
1997-12-01
Adjust tests to reflect removal of time travel.
Thomas G. Lockhart
1997-04-05
Again, add more tests
Marc G. Fournier