summaryrefslogtreecommitdiff
path: root/src/test/regress/sql/conversion.sql
AgeCommit message (Expand)Author
2025-05-05With GB18030, prevent SIGSEGV from reading past end of allocation.Noah Misch
2025-02-10Add pg_encoding_set_invalid()Andres Freund
2022-02-08Rearrange core regression tests to reduce cross-script dependencies.Tom Lane
2021-12-20Add fast path for validating UTF-8 textJohn Naylor
2021-09-08Consistently use "superuser" instead of "super user"Daniel Gustafsson
2021-05-11Replace opr_sanity test's binary_coercible() function with C code.Tom Lane
2021-04-01Add 'noError' argument to encoding conversion functions.Heikki Linnakangas
2016-07-17Establish conventions about global object names used in regression tests.Tom Lane
2016-01-05Remove some ancient and unmaintained encoding-conversion test cruft.Tom Lane
2015-10-22Remove redundant CREATEUSER/NOCREATEUSER options in CREATE ROLE et al.Tom Lane
2015-05-15Improve test for CONVERT() with GB18030 <-> UTF8.Tom Lane
2009-08-04Support hex-string input and output for type BYTEA.Tom Lane
2007-09-24Remove "convert 'blah' using conversion_name" facility, because if itAndrew Dunstan
2007-03-25Add new encoding EUC_JIS_2004 and SHIFT_JIS_2004,Tatsuo Ishii
2006-02-18Add support for Windows codepages 1253, 1254, 1255, and 1257 and cleanPeter Eisentraut
2005-03-14Add support for Win1252 encoding.Bruce Momjian
2005-03-07Rename canonical encodings, per Peter:Bruce Momjian
2003-11-21COMMENT ON casts, conversions, languages, operator classes, andTom Lane
2002-09-24Tweak conversion names to follow the established naming scheme, andPeter Eisentraut
2002-09-03conversion test fails if there is an existing user named foo. Choose a nameTom Lane
2002-08-14Add Cyrillic and other encodings for encoding conversion.Tatsuo Ishii
2002-08-06Add SQL99 CONVERT() function.Tatsuo Ishii
2002-07-25Implement DROP CONVERSIONTatsuo Ishii