summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/conversion.out
Commit message (Expand)AuthorAgeFilesLines
* Rearrange core regression tests to reduce cross-script dependencies.Tom Lane2022-02-081-0/+7
* Add fast path for validating UTF-8 textJohn Naylor2021-12-201-0/+169
* Consistently use "superuser" instead of "super user"Daniel Gustafsson2021-09-081-1/+1
* Replace opr_sanity test's binary_coercible() function with C code.Tom Lane2021-05-111-1/+1
* Add 'noError' argument to encoding conversion functions.Heikki Linnakangas2021-04-011-0/+519
* Establish conventions about global object names used in regression tests.Tom Lane2016-07-171-3/+3
* Remove some ancient and unmaintained encoding-conversion test cruft.Tom Lane2016-01-051-914/+4
* Remove redundant CREATEUSER/NOCREATEUSER options in CREATE ROLE et al.Tom Lane2015-10-221-1/+1
* Improve test for CONVERT() with GB18030 <-> UTF8.Tom Lane2015-05-151-8/+8
* Support hex-string input and output for type BYTEA.Tom Lane2009-08-041-0/+2
* Remove "convert 'blah' using conversion_name" facility, because if itAndrew Dunstan2007-09-241-780/+0
* Add new encoding EUC_JIS_2004 and SHIFT_JIS_2004,Tatsuo Ishii2007-03-251-0/+78
* Add support for Windows codepages 1253, 1254, 1255, and 1257 and cleanPeter Eisentraut2006-02-181-2/+106
* Add support for Win1252 encoding.Bruce Momjian2005-03-141-0/+26
* Rename canonical encodings, per Peter:Bruce Momjian2005-03-071-213/+213
* COMMENT ON casts, conversions, languages, operator classes, andTom Lane2003-11-211-0/+5
* A visit from the message-style police ...Tom Lane2003-07-281-1/+1
* Error message editing in backend/catalog.Tom Lane2003-07-211-2/+2
* Remove encoding lookups from grammar stage, push them back to placesTom Lane2002-11-021-228/+228
* Tweak conversion names to follow the established naming scheme, andPeter Eisentraut2002-09-241-34/+34
* conversion test fails if there is an existing user named foo. Choose a nameTom Lane2002-09-031-3/+3
* Add Cyrillic and other encodings for encoding conversion.Tatsuo Ishii2002-08-141-136/+786
* Add SQL99 CONVERT() function.Tatsuo Ishii2002-08-061-65/+451
* Implement DROP CONVERSIONTatsuo Ishii2002-07-251-0/+478