index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
expected
/
text.out
Age
Commit message (
Expand
)
Author
2025-09-16
Provide more-specific error details/hints for function lookup failures.
Tom Lane
2022-02-08
Rearrange core regression tests to reduce cross-script dependencies.
Tom Lane
2020-12-15
Clean up ancient test style
Peter Eisentraut
2017-08-23
Improve plural handling in error message
Peter Eisentraut
2016-08-08
Make format() error messages consistent again
Peter Eisentraut
2016-02-11
Improve error reporting in format()
Teodor Sigaev
2013-07-18
Move checking an explicit VARIADIC "any" argument into the parser.
Andrew Dunstan
2013-03-14
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
2011-07-08
Message style improvements
Peter Eisentraut
2011-07-05
Message style tweaks
Peter Eisentraut
2010-11-21
Put back accidentally-deleted quote_literal() regression tests.
Robert Haas
2010-11-20
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
Match results with format from new psql.
Thomas G. Lockhart
1997-12-01
Adjust output to reflect changes in tests.
Thomas G. Lockhart
1997-04-05
Add more expected.out results
Marc G. Fournier