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